:root {
  --font-DM: "Poppins", Sans-serif!important;
  --font-open: "Albert Sans", Sans-serif!important;
  --font-tri: "Lora", serif!important;
  --global--font-primary: var(
    --font-DM
  );
  --global--font-secondary: var(
    --font-open
  );
  --global--font-tri: var(
    --font-tri
  );
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-blue: #003C6E;
  --global--color-border: #e4e5e6;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text-alt: var(--global--color-black);
  --global--color-fade-text: #797979;
  --global--color-fade-blue: #1B96D3;
  --global--color-light-blue: #ECF6FF;
  --global--color-primary: #007F00;
  --global--color-btn-blue: #1B8DCA;
  --global--color-text: #222222;
  --global--color-primary-dark: #1A263F;
  --global--color-secondary: #00007F;
  --global--color-secondary-light: #FFE668;
  --global--color-heading: var(--global--color-black);
  --global--color-heading-blue: #0058A9;
  --global--color-box-bg: #f5f7f8;
  --global--color-text-light: rgba(0, 88, 169, 1);
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1560px;
  --tw-wrap-xxxl: 1590px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

:root {
  --font-DM: "Poppins", Sans-serif!important;
  --font-open: "Albert Sans", Sans-serif!important;
  --font-tri: "Lora", serif!important;
  --global--font-primary: var(
    --font-DM
  );
  --global--font-secondary: var(
    --font-open
  );
  --global--font-tri: var(
    --font-tri
  );
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-blue: #003C6E;
  --global--color-border: #e4e5e6;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text-alt: var(--global--color-black);
  --global--color-fade-text: #797979;
  --global--color-fade-blue: #1B96D3;
  --global--color-light-blue: #ECF6FF;
  --global--color-primary: #007F00;
  --global--color-btn-blue: #1B8DCA;
  --global--color-text: #222222;
  --global--color-primary-dark: #1A263F;
  --global--color-secondary: #00007F;
  --global--color-secondary-light: #FFE668;
  --global--color-heading: var(--global--color-black);
  --global--color-heading-blue: #0058A9;
  --global--color-box-bg: #f5f7f8;
  --global--color-text-light: rgba(0, 88, 169, 1);
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1560px;
  --tw-wrap-xxxl: 1590px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

.tw-container, .container-inner.elementor-section-boxed .elementor-container {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
  width: 100%;
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  float: none;
}
@media (min-width: 576px) {
  .tw-container, .container-inner.elementor-section-boxed .elementor-container {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .tw-container, .container-inner.elementor-section-boxed .elementor-container {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .tw-container, .container-inner.elementor-section-boxed .elementor-container {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .tw-container, .container-inner.elementor-section-boxed .elementor-container {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  .tw-container, .container-inner.elementor-section-boxed .elementor-container {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (min-width: 1800px) {
  .tw-container, .container-inner.elementor-section-boxed .elementor-container {
    max-width: var(--tw-wrap-xxxl) !important;
  }
}

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

@media (min-width: 1025px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-lg)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (max-width: 1024px) {
  .custom_container-left-padding {
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}
@media (max-width: 575px) {
  .custom_container-left-padding {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.container-inner .btnsNew, .container-inner .elementor-button-wrapper .elementor-button, .container-inner .elementor-button-wrapper a {
  align-items: center;
  background-color: var(--global--color-primary) !important;
  border: none;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-weight: 400 !important;
  justify-content: center;
  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;
  font-family: var(--global--font-primary);
}
.container-inner .btnsNew:active, .container-inner .elementor-button-wrapper .elementor-button:active, .container-inner .elementor-button-wrapper a:active, .container-inner .btnsNew:focus, .container-inner .elementor-button-wrapper .elementor-button:focus, .container-inner .elementor-button-wrapper a:focus, .container-inner .btnsNew:hover, .container-inner .elementor-button-wrapper .elementor-button:hover, .container-inner .elementor-button-wrapper a:hover, .container-inner .btnsNew:visited, .container-inner .elementor-button-wrapper .elementor-button:visited, .container-inner .elementor-button-wrapper a:visited {
  box-shadow: none;
  outline: none;
}
.container-inner .elementor-button-wrapper .elementor-button, .container-inner .elementor-button-wrapper a {
  font-size: 14px !important;
  height: 36px;
  padding: 0 10px !important;
  position: relative;
}
.container-inner .elementor-button-wrapper .elementor-button svg, .container-inner .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
  height: 18px;
}
.container-inner .elementor-button-wrapper .elementor-button > *, .container-inner .elementor-button-wrapper a > * {
  position: relative;
  z-index: 3;
}
.container-inner .elementor-button-wrapper .elementor-button:hover, .container-inner .elementor-button-wrapper a:hover {
  background-color: var(--global--color-secondary) !important;
  color: var(--global--color-white) !important;
}
.container-inner .elementor-button-wrapper .elementor-button:focus, .container-inner .elementor-button-wrapper .elementor-button:visited, .container-inner .elementor-button-wrapper a:focus, .container-inner .elementor-button-wrapper a:visited {
  color: var(--global--color-white);
}
.container-inner .elementor-button-wrapper .elementor-button:not(:last-child), .container-inner .elementor-button-wrapper a:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .container-inner .elementor-button-wrapper .elementor-button, .container-inner .elementor-button-wrapper a {
    font-size: 16px !important;
    height: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .container-inner .elementor-button-wrapper .elementor-button, .container-inner .elementor-button-wrapper a {
    font-size: 18px !important;
    height: 42px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .container-inner .elementor-button-wrapper .elementor-button, .container-inner .elementor-button-wrapper a {
    font-size: 20px !important;
    height: 54px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .container-inner .elementor-button-wrapper .elementor-button, .container-inner .elementor-button-wrapper a {
    font-size: 22px !important;
    height: 75px;
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (max-width: 767px) {
  .container-inner .elementor-button-wrapper .elementor-button,
  .container-inner .elementor-button-wrapper a {
    margin-top: 5px;
  }
  .container-inner .elementor-button-wrapper .elementor-button:not(:last-child),
  .container-inner .elementor-button-wrapper a:not(:last-child) {
    margin-right: 7px;
  }
}

.flex-btn .elementor-widget-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .flex-btn .elementor-widget-wrap {
    gap: 5px;
  }
}
.flex-btn .elementor-widget-wrap .elementor-element {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-bottom: 0 !important;
}

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

.para-style-new {
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 300 !important;
}
@media (min-width: 1200px) {
  .para-style-new {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  .para-style-new {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  .para-style-new {
    font-size: 22px !important;
  }
}
@media (min-width: 1850px) {
  .para-style-new {
    font-size: 24px !important;
  }
}
.para-style-new p {
  font-size: inherit !important;
  line-height: inherit !important;
}
.para-style-new p:last-child {
  margin-bottom: 0 !important;
}

.para-style-new-20 {
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 300 !important;
}
@media (min-width: 1200px) {
  .para-style-new-20 {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  .para-style-new-20 {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  .para-style-new-20 {
    font-size: 19px !important;
  }
}
@media (min-width: 1850px) {
  .para-style-new-20 {
    font-size: 20px !important;
  }
}
.para-style-new-20 p {
  font-size: inherit !important;
  line-height: inherit !important;
}
.para-style-new-20 p:last-child {
  margin-bottom: 0 !important;
}

.clr_hash {
  color: #222222 !important;
}
.clr_hash p {
  color: inherit !important;
}

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

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

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

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

.center-text .elementor-heading-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.text-styl .elementor-heading-title {
  position: relative;
}
.text-styl .elementor-heading-title:before, .text-styl .elementor-heading-title:after {
  position: absolute;
  width: 61px;
  height: 1px;
  content: "";
  background: #85BB40;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1599px) {
  .text-styl .elementor-heading-title:before, .text-styl .elementor-heading-title:after {
    width: 50px;
  }
}
.text-styl .elementor-heading-title:before {
  left: -80px;
}
@media (max-width: 1599px) {
  .text-styl .elementor-heading-title:before {
    left: -60px;
  }
}
.text-styl .elementor-heading-title:after {
  right: -80px;
}
@media (max-width: 1599px) {
  .text-styl .elementor-heading-title:after {
    right: -60px;
  }
}

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

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

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

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

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

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

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

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

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

@keyframes scaleUp {
  from {
    transform: scale(0.8);
    opacity: 0.8;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.font-primary {
  font-family: var(--global--font-primary) !important;
}

.font-tetra {
  font-family: var(--global--font-tri) !important;
}
.font-tetra .elementor-heading-title {
  font-family: inherit !important;
}

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

/*================
=====Sitemap======
=================*/
.site-map-nav {
  padding: 50px 0;
  padding-top: 0;
}
@media (max-width: 1199px) {
  .site-map-nav {
    margin: 30px auto 40px auto;
  }
}
@media (max-width: 767px) {
  .site-map-nav {
    margin: 20px auto 40px auto;
  }
}
.site-map-nav ul {
  padding-left: 0px;
  margin: 0;
}
.site-map-nav ul li {
  padding-top: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
}
.site-map-nav ul li a {
  position: relative;
  padding-left: 20px;
  z-index: 1;
  font-weight: 500;
  text-decoration: none !important;
  font-size: 20px;
  display: block;
  line-height: 1.3;
  color: var(--global--color-black);
}
.site-map-nav ul li a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0px;
  top: 9px;
  border-bottom: 8px solid var(--global--color-primary);
  border-right: 8px solid transparent;
  transition: 0.3s ease all;
  rotate: 225deg;
}
.site-map-nav ul li a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0px;
  top: 7px;
  border-bottom: 8px solid var(--global--color-primary);
  border-right: 8px solid transparent;
  transition: 0.3s ease all;
  rotate: 225deg;
}
.site-map-nav ul li a:hover {
  color: var(--global--color-primary);
  font-weight: 600;
}
.site-map-nav ul li a:hover:before {
  rotate: 250deg;
  border-width: 0 10px 10px 0;
  transform: translate(-3px, 3px);
}
.site-map-nav ul li a:hover:after {
  rotate: 200deg;
  border-width: 0 10px 10px 0;
}
.site-map-nav ul ul {
  padding-left: 10px;
}

.center {
  text-align: center !important;
}

.background-position {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-attach-fix {
  background-attachment: fixed;
}

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

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

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

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

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

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

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

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

.list-on-content ul {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
}
.list-on-content li {
  padding-left: 30px;
  position: relative;
  font-weight: 500 !important;
  list-style: none;
  font-size: 22px !important;
}
@media (max-width: 1799px) {
  .list-on-content li {
    padding-left: 30px;
  }
}
@media (max-width: 1599px) {
  .list-on-content li {
    font-size: 16px !important;
    padding-left: 20px;
  }
}
.list-on-content li:before {
  background: var(--global--color-primary);
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .list-on-content li:before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
}
.list-on-content li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1799px) {
  .list-on-content li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .list-on-content li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.error_class .footer-map {
  display: none !important;
}

@media (min-width: 575px) {
  .tw-col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .tw-col-md-3 {
    flex: 0 0 25%;
  }
  .tw-col-md-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .tw-col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .tw-col-md-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .cstmr_Heading i {
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .ipad-clear {
    clear: both;
    display: block;
  }
}
@media (min-width: 1200px) {
  .desktop-clear {
    clear: both;
    display: block;
  }
  .cstmr_Heading i {
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
  }
}
@media (min-width: 1600px) {
  .cstmr_Heading i {
    margin-left: 15px;
    margin-right: 15px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .cstmr_portal {
    background-position: -90px -60px !important;
    background-size: 380% !important;
    position: relative;
  }
  .cstmr_portal > * {
    position: relative;
    z-index: 3;
  }
  .cstmr_portal:after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@-moz-document url-prefix() {
  .form-elements {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
.project_header {
  padding: 10px 0px;
  padding-bottom: 5px;
  left: 0;
  position: fixed;
  background: var(--global--color-white);
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1199px) {
  .project_header {
    padding: 5px 0px;
  }
}
.project_header .tw-container, .project_header .container-inner.elementor-section-boxed .elementor-container, .container-inner.elementor-section-boxed .project_header .elementor-container {
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .project_header .tw-container, .project_header .container-inner.elementor-section-boxed .elementor-container, .container-inner.elementor-section-boxed .project_header .elementor-container {
    max-width: 1500px !important;
  }
}
.project_header .logo-wrapper {
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  display: flex;
}
.project_header .logo-wrapper img {
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
@media (max-width: 1599px) {
  .project_header .logo-wrapper img {
    max-width: 170px;
  }
}
@media (max-width: 1199px) {
  .project_header .logo-wrapper img {
    max-width: 190px;
  }
}
@media (max-width: 991px) {
  .project_header .logo-wrapper img {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .project_header .logo-wrapper img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .project_header .logo-wrapper img {
    max-width: 120px;
  }
}
.project_header .header_right {
  margin-left: auto;
}
.project_header .header_right .hed-top-sec {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}
@media (max-width: 1599px) {
  .project_header .header_right .hed-top-sec {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .project_header .header_right .hed-top-sec {
    gap: 15px;
  }
}
.project_header .header_right .hed-top-sec .hd-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1599px) {
  .project_header .header_right .hed-top-sec .hd-btn-wrapper {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .project_header .header_right .hed-top-sec .hd-btn-wrapper {
    gap: 8px;
  }
}
.project_header .header_right .hed-top-sec .hd-btn-wrapper .hd-btn {
  align-items: center;
  background-color: var(--global--color-primary) !important;
  border: none;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-weight: 400 !important;
  justify-content: center;
  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;
  font-family: var(--global--font-primary);
  height: 36px;
  padding: 0 10px !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 768px) {
  .project_header .header_right .hed-top-sec .hd-btn-wrapper .hd-btn {
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  .project_header .header_right .hed-top-sec .hd-btn-wrapper .hd-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .project_header .header_right .hed-top-sec .hd-btn-wrapper .hd-btn {
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 45px;
  }
}
@media (min-width: 1850px) {
  .project_header .header_right .hed-top-sec .hd-btn-wrapper .hd-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 60px;
  }
}
.project_header .header_right .hed-top-sec .hd-btn-wrapper .hd-btn:hover {
  background-color: var(--global--color-black) !important;
}
.project_header .header_right .hed-top-sec .hd-btn-wrapper .hd-btn svg {
  width: 17px !important;
  height: 17px !important;
  fill: var(--global--color-white);
  margin-right: 5px;
}
@media (max-width: 1599px) {
  .project_header .header_right .hed-top-sec .hd-btn-wrapper .hd-btn svg {
    width: 13px !important;
    height: 13px !important;
    margin-right: 3px;
  }
}
.project_header .header_right .hed-top-sec .hd-btn-wrapper .hd-btn a {
  display: flex;
  align-items: center;
}
.project_header .header_right .hed-top-sec .top_call {
  display: flex;
  align-items: center;
}
.project_header .header_right .hed-top-sec .hed-icn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--global--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .project_header .header_right .hed-top-sec .hed-icn {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1600px) {
  .project_header .header_right .hed-top-sec .hed-icn {
    width: 44px;
    height: 44px;
  }
}
.project_header .header_right .hed-top-sec .hed-icn svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1599px) {
  .project_header .header_right .hed-top-sec .hed-icn svg {
    width: 16px;
    height: 16px;
  }
}
.project_header .header_right .hed-top-sec .hed-r-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  color: var(--global--color-black);
}
@media (max-width: 767px) {
  .project_header .header_right .hed-top-sec .hed-r-wrapper {
    display: none;
  }
}
.project_header .header_right .hed-top-sec .hed-r-wrapper .hed-tp-txt {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 5px;
  font-weight: 300;
  letter-spacing: 2px;
}
@media (max-width: 1599px) {
  .project_header .header_right .hed-top-sec .hed-r-wrapper .hed-tp-txt {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1199px) {
  .project_header .header_right .hed-top-sec .hed-r-wrapper .hed-tp-txt {
    padding-bottom: 4px;
    font-size: 14px;
  }
}
.project_header .header_right .hed-top-sec .hed-r-wrapper .hd-number {
  line-height: 1;
  font-size: 16px !important;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .project_header .header_right .hed-top-sec .hed-r-wrapper .hd-number {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  .project_header .header_right .hed-top-sec .hed-r-wrapper .hd-number {
    font-size: 19px !important;
  }
}
@media (min-width: 1850px) {
  .project_header .header_right .hed-top-sec .hed-r-wrapper .hd-number {
    font-size: 20px !important;
  }
}
.project_header.slim {
  border-bottom: 1px solid var(--global--color-primary);
}
body {
  padding-top: 136px !important;
}
@media (max-width: 1599px) {
  body {
    padding-top: 106px !important;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: 110px !important;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 95px !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 90px !important;
  }
}
@media (max-width: 575px) {
  body {
    padding-top: 73px !important;
  }
}

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

.main-menu {
  color: #000;
}
.main-menu .mainMenu {
  margin-top: 5px;
}
.main-menu ul li {
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
}
.main-menu ul li a {
  color: var(--global--color-text);
  font-weight: 300;
  line-height: 1;
  text-transform: inherit;
  text-decoration: none;
  font-family: var(--global--font-secondary);
}
.main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
  font-weight: 600;
}
.main-menu ul li.current-menu-item li a, .main-menu ul li.current-menu-ancestor li a, .main-menu ul li.current-page-ancestor li a, .main-menu ul li.current-product-ancestor li a {
  font-weight: 300;
}
@media (min-width: 1200px) {
  .main-menu .primeMenu {
    display: none;
  }
  .main-menu ul li {
    position: relative;
  }
  .main-menu ul li a {
    align-items: center;
    color: var(--global--color-black);
    font-size: 13px !important;
    display: inline-flex;
    padding: 0 0px;
  }
  .main-menu ul li a:hover {
    color: var(--global--color-primary);
  }
  .main-menu ul li a:last-child {
    padding-right: 0;
  }
  .main-menu ul li ul {
    background-color: var(--global--color-white);
    padding-left: 0;
    display: none;
    left: -80px;
    position: absolute;
    top: 100%;
    width: 230px;
    z-index: 9999;
    *zoom: 1;
  }
  .main-menu ul li ul:after, .main-menu ul li ul:before {
    content: "";
    display: block;
  }
  .main-menu ul li ul:after {
    clear: both;
  }
  .main-menu ul li ul::before {
    border-bottom: 3px solid var(--global--color-primary);
    top: -3px;
    content: "";
    left: 0px;
    position: absolute;
  }
  .main-menu ul li ul a {
    font-size: 10px !important;
    font-weight: 400;
    height: auto !important;
    line-height: 1.5;
    overflow: hidden;
    padding: 7px 15px;
    position: relative;
    width: 100%;
  }
  .main-menu ul li ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .main-menu ul li ul li ul {
    top: 0 !important;
  }
  .main-menu ul li:hover ul {
    animation: slide_Top 0.2s ease-in-out forwards;
    transform-origin: top center;
    display: block;
    left: 20px;
    padding-top: 0px;
  }
  .main-menu ul li:hover li ul {
    display: none;
    left: 100%;
    top: 0;
  }
  .main-menu ul li:hover li:hover a {
    background: var(--global--color-secondary);
    color: var(--global--color-white);
  }
  .main-menu ul li:hover li:hover ul {
    animation: zoom_left 0.2s ease-in-out forwards;
    display: block;
    transform-origin: top left;
    padding-top: 0px;
  }
  .main-menu ul li:hover li:hover ul::before {
    display: none;
  }
  .main-menu ul li:hover li:hover ul li ul {
    display: none;
  }
  .main-menu ul li:hover li:hover ul li:hover ul {
    display: block;
  }
  .main-menu ul li:hover li:hover li:hover a {
    background-color: #000;
  }
  .main-menu ul li.submenu {
    padding-right: 25px;
  }
  .main-menu ul li.submenu i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding-left: 2px;
    padding-right: 8px;
    position: absolute;
    right: 0;
    top: 0px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .main-menu ul li.submenu i:before {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    display: inline-block;
    height: 6px;
    position: relative;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -2px;
    width: 6px;
  }
  .main-menu ul li.submenu li {
    padding-right: 0;
  }
  .main-menu ul li.submenu li a {
    padding-right: 30px;
    padding-right: 30px;
    color: var(--global--color-black);
  }
  .main-menu ul li.submenu li.submenu i {
    background-color: transparent !important;
    height: 31px;
    padding-right: 15px;
    top: 0 !important;
  }
  .main-menu ul li.submenu li.submenu i:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-color: #000;
  }
  .main-menu ul li:first-child {
    padding-left: 0;
  }
  .main-menu ul li:last-child ul, .main-menu ul li:nth-last-child(2) ul {
    right: 0;
  }
  .main-menu ul li:last-child ul ul, .main-menu ul li:nth-last-child(2) ul ul {
    border-left-width: 3px;
    border-right-width: 1px;
    left: -360px;
    width: 360px;
    top: -1px;
  }
  .main-menu ul li.four_col_layout ul {
    -moz-columns: 4 auto;
         columns: 4 auto;
    width: 820px;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
    font-weight: 700;
    color: var(--global--color-primary);
  }
  .main-menu ul li.current-menu-item li a, .main-menu ul li.current-menu-ancestor li a, .main-menu ul li.current-page-ancestor li a, .main-menu ul li.current-product-ancestor li a {
    font-weight: 400;
  }
  .main-menu ul li.current_page_parent li.current_page_item a, .main-menu ul li.current_page_parent li.current_page_parent a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_parent a {
    background: var(--global--color-secondary);
    color: var(--global--color-white);
  }
  .main-menu ul li.current_page_parent li.current_page_item li a, .main-menu ul li.current_page_parent li.current_page_parent li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_parent li a {
    background-color: #000;
    font-weight: 400;
  }
  .main-menu ul li.current_page_parent li.current_page_item li a:hover, .main-menu ul li.current_page_parent li.current_page_parent li a:hover, .main-menu ul li.current_page_ancestor li.current_page_item li a:hover, .main-menu ul li.current_page_ancestor li.current_page_parent li a:hover {
    color: var(--global--color-secondary);
  }
  .main-menu ul li.current_page_parent li.current_page_item li.current_page_item a, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a {
    background-color: #000;
    font-weight: 500;
    background-color: var(--global--color-primary);
    color: white;
  }
  .main-menu ul li.current_page_parent li.current_page_item li.current_page_item a:hover, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a:hover, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a:hover, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a:hover {
    background-color: var(--global--color-secondary);
  }
  .main-menu > ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin: 0;
  }
  .main-menu > ul > * {
    align-items: center;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 5px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    display: block;
  }
}
@media (min-width: 1600px) {
  .main-menu ul li.submenu i {
    height: 32px;
    padding-right: 6px;
    top: 0px;
  }
  .main-menu ul li.submenu i:before {
    height: 8px;
    width: 8px;
  }
  .main-menu ul li.submenu li.submenu i {
    height: 44px;
  }
  .main-menu ul li a {
    font-size: 16px !important;
    height: 32px;
    padding: 0 0px;
  }
  .main-menu ul li ul {
    top: 100%;
    width: 260px;
    left: 30px;
  }
  .main-menu ul li ul a {
    font-size: 13px !important;
    padding: 10px 15px;
  }
  .main-menu > ul > * {
    padding-left: 30px;
  }
}
@media (min-width: 1850px) {
  .main-menu ul li.submenu i {
    top: 0px;
  }
  .main-menu ul li a {
    font-size: 18px !important;
    padding: 0 0px;
  }
  .main-menu ul li ul {
    width: 320px;
  }
  .main-menu ul li ul a {
    font-size: 14px !important;
  }
  .main-menu ul li.four_col_layout ul {
    width: 900px;
  }
  .main-menu > ul > * {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .main-menu {
    background-color: var(--global--color-black);
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: -280px;
    text-align: left;
    top: 0;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    width: 280px;
    z-index: 1005;
  }
  .main-menu ul + ul {
    padding-top: 0;
  }
  .main-menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
  }
  .main-menu ul li {
    border-bottom: 1px solid #0c1b30, 3%;
    line-height: 0;
    position: relative;
    text-align: left;
  }
  .main-menu ul li a {
    color: var(--global--color-white) !important;
    font-weight: 300;
    padding: 10px 36px 10px 15px;
    width: 100%;
    display: block;
  }
  .main-menu ul li i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 32px;
  }
  .main-menu ul li i:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    content: "";
    display: inline-block;
    height: 6px;
    position: relative;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -2px;
    width: 6px;
  }
  .main-menu ul li.opened a {
    background-color: #000;
  }
  .main-menu ul li.opened i:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .main-menu ul li.opened li a {
    background-color: #000;
    line-height: 1.4;
  }
  .main-menu ul li.opened li i:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .main-menu ul li ul {
    display: none;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor a {
    background-color: var(--global--color-primary);
    font-weight: 500;
  }
  .main-menu ul li.current-menu-item li, .main-menu ul li.current_page_ancestor li, .main-menu ul li.current-menu-ancestor li {
    border-bottom-color: #fff;
  }
  .main-menu ul li.current-menu-item li a, .main-menu ul li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li a {
    background-color: #000;
    font-weight: 300;
  }
  .main-menu ul li.current-menu-item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor a {
    background-color: var(--global--color-secondary);
  }
  .main-menu ul li.current-menu-item li.current_page_item li, .main-menu ul li.current-menu-item li.current_page_ancestor li, .main-menu ul li.current_page_ancestor li.current_page_item li, .main-menu ul li.current_page_ancestor li.current_page_ancestor li, .main-menu ul li.current-menu-ancestor li.current_page_item li, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li {
    border-bottom-color: #fff;
  }
  .main-menu ul li.current-menu-item li.current_page_item li a, .main-menu ul li.current-menu-item li.current_page_ancestor li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li.current_page_item li a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li a {
    background-color: #000;
  }
  .main-menu ul li.current-menu-item li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li.current_page_item a {
    background-color: var(--global--color-secondary);
  }
  .open .main-menu {
    right: 0px;
  }
  .open .mob_trigger:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .mob_trigger:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .open .mob_trigger .bar {
    opacity: 0;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
  }
  .open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
}
.tw-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .modal-close-wrapper {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw-modal-wrapper .tw-modal-container {
  background-color: var(--global--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: var(--global--color-primary);
  border: 0 !important;
  border-top-right-radius: 6px;
  color: var(--global--color-white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 300;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  background-color: var(--global--color-secondary);
}
.tw-modal-wrapper .tw-modal-header {
  color: var(--global--color-primary);
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.tw-modal-wrapper .tw-modal-body {
  margin-top: 15px;
  padding-top: 10px;
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  background-color: transparent;
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .form_col {
  background-color: var(--global--color-white);
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: #000000;
  border-radius: 0%;
  -webkit-border-radius: 0%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--global--color-black);
}
@media (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col,
  .tw-modal-wrapper.fullwidthPopup .form_col {
    flex: 0 0 40%;
    min-height: 60%;
    width: 40%;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--global--color-white);
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    color: var(--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: start;
  }
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  width: 100%;
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  max-width: 900px;
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 40px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
  .tw-modal-wrapper .tw-modal-body {
    margin-top: 12px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
.tw-modal-wrapper #frm_field_38_container {
  display: none !important;
}

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

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

.footer-map .logo-img img {
  width: 400px !important;
  max-width: 100% !important;
}
.footer-map .footer-top-txt {
  font-size: 25px !important;
  line-height: 1.2 !important;
}
@media (max-width: 1599px) {
  .footer-map .footer-top-txt {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  .footer-map .footer-top-txt {
    font-size: 17px !important;
  }
}
.footer-map .footer-top-txt p {
  font-size: inherit !important;
  line-height: 1.3;
}

.project_footer {
  padding: 60px 0;
  background: #C4E8FF;
  line-height: 1.6;
  font-size: 14px !important;
  color: var(--global--color-black);
  font-weight: 300;
}
@media (max-width: 1199px) {
  .project_footer {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .project_footer {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  .project_footer {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .project_footer {
    font-size: 17px !important;
  }
}
.project_footer p,
.project_footer li {
  color: inherit;
  line-height: 1.6;
  font-weight: 300 !important;
  margin: 0;
  padding: 0;
  text-align: inherit;
  color: var(--global--color-black);
  font-family: var(--global--font-primary) !important;
  font-size: inherit !important;
}
.project_footer nav ul {
  padding-left: 0;
  list-style: none;
}
.project_footer nav ul li {
  padding-bottom: 25px;
  line-height: 1.2;
}
@media (max-width: 1599px) {
  .project_footer nav ul li {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .project_footer nav ul li {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .project_footer nav ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .project_footer nav ul li {
    padding-bottom: 5px;
  }
}
.project_footer nav ul li:last-child {
  padding-bottom: 0;
}
.project_footer nav ul li a {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  color: var(--global--color-black);
  text-transform: capitalize;
  font-weight: 300;
  text-decoration: none;
}
.project_footer nav ul li a:hover {
  color: var(--global--color-primary);
}
@media (max-width: 1799px) {
  .project_footer nav ul li a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1599px) {
  .project_footer nav ul li a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1199px) {
  .project_footer nav ul li a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 767px) {
  .project_footer nav ul li a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.project_footer nav ul li.current-page-ancestor a, .project_footer nav ul li.current-menu-item a {
  color: var(--global--color-primary) !important;
}
@media (min-width: 1800px) {
  .project_footer nav ul li.current-page-ancestor a, .project_footer nav ul li.current-menu-item a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.project_footer nav ul li.current-page-ancestor:first-of-type > a, .project_footer nav ul li.current-menu-item:first-of-type > a {
  font-weight: 700;
}
.project_footer nav ul li:first-of-type > a {
  font-weight: 500;
}

.footer-outer-sec {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1599px) {
  .footer-outer-sec {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .footer-outer-sec {
    margin: 0px;
  }
}
.footer-outer-sec .footer-left-wrap {
  width: 30%;
  padding: 0 30px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .footer-outer-sec .footer-left-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .footer-outer-sec .footer-left-wrap {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .footer-outer-sec .footer-left-wrap .logo-wrapper img {
    max-width: 180px;
  }
}
.footer-outer-sec .footer-left-wrap .foot-text {
  padding-top: 15px;
}
.footer-outer-sec .footer-left-wrap .ftr-address-area {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .footer-outer-sec .footer-left-wrap .ftr-address-area {
    display: flex;
    padding-top: 20px;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .footer-outer-sec .footer-left-wrap .ftr-address-area {
    padding-top: 10px;
    flex-direction: column;
  }
}
.footer-outer-sec .footer-left-wrap .ftr-address-area .ft-icn-wrap {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .footer-outer-sec .footer-left-wrap .ftr-address-area .ft-icn-wrap {
    padding-bottom: 10px;
    padding-right: 20px;
  }
}
.footer-outer-sec .footer-left-wrap .ftr-address-area .ft-icn-wrap:nth-child(2) {
  align-items: center;
}
.footer-outer-sec .footer-left-wrap .ftr-address-area .ft-icn-wrap .f-icn {
  width: 28px;
  height: 28px;
  background: var(--global--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 2px;
}
.footer-outer-sec .footer-left-wrap .ftr-address-area .ft-icn-wrap .ft-icn-txt {
  flex-grow: 1;
  padding-left: 10px;
}
.footer-outer-sec .footer-left-wrap .ftr-address-area .ft-icn-wrap .ft-icn-txt span {
  display: block;
}
.footer-outer-sec .footer-left-wrap .ftr-address-area .ft-icn-wrap .ft-icn-txt a {
  font-weight: 600;
  color: var(--global--color-black);
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .footer-outer-sec .footer-left-wrap .ftr-address-area .ft-icn-wrap .ft-icn-txt a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1200px) {
  .footer-outer-sec .footer-left-wrap .ftr-address-area .ft-icn-wrap .ft-icn-txt a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .footer-outer-sec .footer-left-wrap .ftr-address-area .ft-icn-wrap .ft-icn-txt a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .footer-outer-sec .footer-left-wrap .ftr-address-area .ft-icn-wrap .ft-icn-txt a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.footer-outer-sec .footer-right-wrap {
  width: 70%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1599px) {
  .footer-outer-sec .footer-right-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .footer-outer-sec .footer-right-wrap {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-outer-sec .footer-right-wrap .footer-menu-listings {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings {
    margin-left: 0;
  }
}
.footer-outer-sec .footer-right-wrap .footer-menu-listings nav {
  width: 33.33%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings nav {
    width: 100%;
    padding: 0 0px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings nav:nth-child(1) {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings nav:nth-child(2) {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings nav:nth-child(3) {
    width: 20%;
  }
}
.footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section {
  width: 30%;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (max-width: 1799px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1599px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
@media (max-width: 1199px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 991px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section {
    width: 100%;
    padding-left: 10px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    padding-left: 0;
    padding-top: 10px;
  }
}
.footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section .ftr-hr-top {
  padding-bottom: 18px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section .ftr-hr-top {
    padding-bottom: 10px;
  }
}
.footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section .hr-main b {
  font-weight: 600;
}
.footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section .footer-social {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(93, 93, 93, 0.5);
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section .footer-social {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section .footer-social .social-text {
  font-size: 15px;
}
@media (max-width: 1599px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section .footer-social .social-text {
    font-size: 13px;
  }
}
.footer-outer-sec .footer-right-wrap .footer-menu-listings .hours-section .footer-social a {
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
}
.footer-outer-sec .footer-right-wrap .footer-map-wrap {
  width: 100%;
  height: 156px;
  margin-top: 20px;
}
@media (max-width: 1599px) {
  .footer-outer-sec .footer-right-wrap .footer-map-wrap {
    margin-top: 20px;
  }
}
.footer-outer-sec .footer-right-wrap .footer-map-wrap iframe {
  width: 100%;
  height: 100%;
}

.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 300;
  font-size: 16px !important;
  background: #00007F;
  font-family: Arial, Helvetica, sans-serif;
  row-gap: 5px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px !important;
  }
}
.copyright a {
  color: var(--global--color-white) !important;
  text-decoration: underline !important;
}
.copyright a:hover {
  color: var(--global--color-white) !important;
  text-decoration: none !important;
}

.page-id-2087 .footer-map {
  border-top: 1px solid var(--global--color-primary);
}

.entry-title.h1-div {
  display: none !important;
}

/* ================================
						Slick Slider
================================= */
body {
  /* Arrows */
  /* Dots */
  /*slick custom nave*/
  /*end slick custom nav*/
}
body .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;
}
body .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
body .slick-list:focus {
  outline: none;
}
body .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
body .slick-slider .slick-track,
body .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
body .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body .slick-track:before, body .slick-track:after {
  content: "";
  display: table;
}
body .slick-track:after {
  clear: both;
}
.slick-loading body .slick-track {
  visibility: hidden;
}
body .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] body .slick-slide {
  float: right;
}
body .slick-slide img {
  display: block;
}
body .slick-slide.slick-loading img {
  display: none;
}
body .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized body .slick-slide {
  display: block;
}
.slick-loading body .slick-slide {
  visibility: hidden;
}
.slick-vertical body .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
body .slick-arrow.slick-hidden {
  display: none;
}
body .slick-prev,
body .slick-next {
  position: absolute;
  height: 53px;
  width: 53px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
  background: var(--global--color-secondary);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1599px) {
  body .slick-prev,
  body .slick-next {
    height: 30px;
    width: 30px;
  }
}
body .slick-prev:hover, body .slick-prev:focus,
body .slick-next:hover,
body .slick-next:focus {
  outline: none;
  background: var(--global--color-black);
}
body .slick-prev:hover:before, body .slick-prev:focus:before,
body .slick-next:hover:before,
body .slick-next:focus:before {
  opacity: 1;
}
body .slick-prev.slick-disabled:before,
body .slick-next.slick-disabled:before {
  opacity: 0.25;
}
body .slick-prev:before,
body .slick-next:before {
  content: "";
  position: absolute;
  background-image: url(assets/images/arrow-nxt.png);
  height: 15px;
  background-size: 8px;
  width: 8px;
  background-repeat: no-repeat;
}
@media (max-width: 1599px) {
  body .slick-prev:before,
  body .slick-next:before {
    height: 10px;
    background-size: 6px;
    width: 6px;
  }
}
@media (max-width: 1199px) {
  body .slick-prev,
  body .slick-next {
    display: none !important;
  }
}
body .slick-prev {
  left: -70px;
}
@media (max-width: 1799px) {
  body .slick-prev {
    left: -20px;
  }
}
body .slick-prev:before {
  background-image: url(assets/images/arrow-prev.png);
}
body .slick-next {
  right: -70px;
}
@media (max-width: 1799px) {
  body .slick-next {
    right: -20px;
  }
}
body .slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 6%;
  transform: skew(20deg);
}
@media (max-width: 1799px) {
  body .slick-dots {
    left: 2%;
  }
}
@media (max-width: 1299px) {
  body .slick-dots {
    left: 3%;
  }
}
@media (max-width: 1199px) {
  body .slick-dots {
    display: none !important;
  }
}
body .slick-dots li {
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: 0;
  display: flex;
}
body .slick-dots li button {
  background-color: var(--global--opacity-white-30);
  height: 3px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -99999px;
  width: 45px;
  border: none;
  border-radius: 0px;
  background-color: #D9D9D9;
}
body .slick-dots li.slick-active {
  border: 0;
}
body .slick-dots li.slick-active button {
  background-color: var(--global--color-primary);
  width: 90px;
}
@media (min-width: 1200px) {
  body .slick-dots {
    bottom: 80px;
  }
}
@media (min-width: 1600px) {
  body .slick-dots {
    bottom: 130px;
  }
}
body .slick_prev,
body .slick_next {
  background-color: var(--global--color-white);
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 40px;
  left: 0;
  position: absolute;
  right: auto !important;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  z-index: 1;
  border-radius: 50%;
  background: #fff;
  border: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
body .slick_prev svg,
body .slick_next svg {
  fill: var(--global--color-base-text);
  height: 14px;
  width: auto !important;
}
body .slick_prev:hover,
body .slick_next:hover {
  background-color: var(--global--color-primary);
  border-color: var(--global--color-secondary);
}
body .slick_prev:hover svg,
body .slick_next:hover svg {
  fill: var(--global--color-white);
}
@media (min-width: 1200px) {
  body .slick_prev,
  body .slick_next {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media (min-width: 1600px) {
  body .slick_prev,
  body .slick_next {
    height: 50px;
    width: 50px !important;
  }
  body .slick_prev svg,
  body .slick_next svg {
    height: 16px;
  }
}
@media (min-width: 1800px) {
  body .slick_prev,
  body .slick_next {
    height: 60px;
    width: 60px !important;
  }
  body .slick_prev svg,
  body .slick_next svg {
    height: 19px;
  }
}
@media (max-width: 1199px) {
  body .slick_prev,
  body .slick_next {
    bottom: 0;
    display: none !important;
  }
}
body .slick_next {
  right: 0 !important;
  left: auto;
}
.resp-tabs-list li {
  display: inline-block;
  margin: 0;
  list-style: none;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media (max-width: 991px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    margin-top: 10px;
    position: relative;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}
.slk-arrow-round .slick-dots {
  transform: skew(0deg);
  bottom: 50px;
  right: 50px;
  justify-content: end;
  z-index: 99;
}
.slk-arrow-round .slick-dots li {
  background: none;
}
.slk-arrow-round .slick-dots li button {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: var(--global--color-white);
}
.slk-arrow-round .slick-dots li.slick-active button {
  background: var(--global--color-primary);
}/*# sourceMappingURL=cro-header-footer.css.map */