:root {
  --font-DM: "Open Sans", Sans-serif!important;
  --font-open: "Roboto Slab", Sans-serif!important;
  --global--font-primary: var(
    --font-DM
  );
  --global--font-secondary: var(
    --font-open
  );
  --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: #FF7006;
  --global--color-btn-blue: #1B8DCA;
  --global--color-text: #222222;
  --global--color-primary-dark: #1A263F;
  --global--color-secondary: #003866;
  --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: 1580px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

:root {
  --font-DM: "Open Sans", Sans-serif!important;
  --font-open: "Roboto Slab", Sans-serif!important;
  --global--font-primary: var(
    --font-DM
  );
  --global--font-secondary: var(
    --font-open
  );
  --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: #FF7006;
  --global--color-btn-blue: #1B8DCA;
  --global--color-text: #222222;
  --global--color-primary-dark: #1A263F;
  --global--color-secondary: #003866;
  --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: 1580px;
  --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;
  }
}

.container-inner {
  font-family: var(--global--font-primary);
  line-height: 1.6;
  font-size: 15px !important;
  color: var(--global--color-black);
}
@media (min-width: 1200px) {
  .container-inner {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .container-inner {
    font-size: 15px !important;
  }
}
@media (min-width: 1850px) {
  .container-inner {
    font-size: 17px !important;
  }
}
.container-inner p,
.container-inner 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;
}
.container-inner svg {
  width: auto;
  height: auto;
}
.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: 1px solid var(--global--color-primary);
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-weight: 500 !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-black) !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: 23px !important;
    height: 66px;
    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;
  }
}
.container-inner .elementor-widget-heading {
  background-color: transparent;
  color: var(--global--color-black);
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px !important;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .container-inner .elementor-widget-heading {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .container-inner .elementor-widget-heading {
    font-size: 35px !important;
    margin-bottom: 13px !important;
  }
}
@media (min-width: 1600px) {
  .container-inner .elementor-widget-heading {
    font-size: 48px !important;
  }
}
@media (min-width: 1850px) {
  .container-inner .elementor-widget-heading {
    font-size: 55px !important;
  }
}
.container-inner .elementor-widget-heading .elementor-heading-title {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1.2 !important;
  position: relative;
  text-transform: inherit;
}
.container-inner .elementor-widget-heading .elementor-heading-title a {
  background-color: transparent;
  color: inherit;
  position: relative;
  text-decoration: none !important;
}
.container-inner .elementor-widget-heading .elementor-heading-title a:hover {
  color: var(--global--color-primary) !important;
}
.container-inner .elementor-widget-heading.primary-color {
  color: var(--global--color-primary) !important;
}
.container-inner .elementor-widget-heading.text-white {
  color: var(--global--color-white) !important;
}
.container-inner .elementor-widget-heading.text-black {
  color: var(--global--color-black) !important;
}
.container-inner .elementor-widget-heading.text-upper {
  text-transform: uppercase !important;
}
.titleSize-50, .container-inner .elementor-widget-heading.titleSize-50 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .titleSize-50, .container-inner .elementor-widget-heading.titleSize-50 {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-50, .container-inner .elementor-widget-heading.titleSize-50 {
    font-size: 34px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-50, .container-inner .elementor-widget-heading.titleSize-50 {
    font-size: 44px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-50, .container-inner .elementor-widget-heading.titleSize-50 {
    font-size: 50px !important;
  }
}

.titleSize-20, .container-inner .elementor-widget-heading.titleSize-20 {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .titleSize-20, .container-inner .elementor-widget-heading.titleSize-20 {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-20, .container-inner .elementor-widget-heading.titleSize-20 {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-20, .container-inner .elementor-widget-heading.titleSize-20 {
    font-size: 18px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-20, .container-inner .elementor-widget-heading.titleSize-20 {
    font-size: 20px !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 (min-width: 1850px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-xxxl)) / 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;
  }
}

.primary-color {
  color: var(--global--color-primary) !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-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;
}

/*================
=====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;
}

.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;
  font-family: var(--global--font-secondary);
}
@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: url(assets/images/loc.png);
  width: 13px;
  height: 18px;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  background-size: 13px;
  background-repeat: no-repeat;
}
@media (max-width: 1599px) {
  .list-on-content li:before {
    width: 12px;
    height: 16px;
    background-size: 12px;
    top: 5px;
  }
}
.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;
  }
}
.list-on-content li a {
  color: var(--global--color-black);
}
.list-on-content li a:hover {
  color: var(--global--color-primary);
}

@media (min-width: 1200px) {
  .mx-wth-sml {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90% !important;
  }
}
@media (min-width: 1600px) {
  .mx-wth-sml {
    width: 85% !important;
  }
}

.single #main #content-wrap {
  padding-bottom: 30px !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;
  }
}
#top-bar-wrap {
  padding: 15px 0;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
}
@media (max-width: 1599px) {
  #top-bar-wrap {
    padding: 5px 0;
  }
}
#top-bar-wrap #top-bar {
  padding: 0 !important;
}
#top-bar-wrap #top-bar-content {
  align-items: center;
}
#top-bar-wrap #top-bar-content .top-year {
  color: var(--global--color-white);
  font-size: 20px !important;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1599px) {
  #top-bar-wrap #top-bar-content .top-year {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  #top-bar-wrap #top-bar-content .top-year {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  #top-bar-wrap #top-bar-content .top-year {
    font-size: 10px !important;
    gap: 5px;
  }
}
#top-bar-wrap .topbar-content img {
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  #top-bar-wrap .topbar-content img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  #top-bar-wrap .topbar-content img {
    max-width: 80px;
  }
}
#top-bar-wrap .topbar-content > div:first-child {
  width: 100%;
}
#top-bar-wrap #top-bar-nav {
  margin-right: 0;
}
#top-bar-wrap #top-bar-nav .top-bar-menu {
  display: flex !important;
  align-items: center !important;
}
#top-bar-wrap #top-bar-nav .phone-click-tracking a {
  font-size: 30px !important;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (max-width: 1799px) {
  #top-bar-wrap #top-bar-nav .phone-click-tracking a {
    font-size: 25px !important;
  }
}
@media (max-width: 1599px) {
  #top-bar-wrap #top-bar-nav .phone-click-tracking a {
    font-size: 18px !important;
  }
}
#top-bar-wrap #top-bar-nav .phone-click-tracking a i {
  line-height: 0;
  margin-right: 5px;
  padding-right: 0;
}
@media (max-width: 1599px) {
  #top-bar-wrap #top-bar-nav .phone-click-tracking a i img {
    max-width: 25px;
  }
}
#top-bar-wrap #top-bar-nav .menu-contact-button {
  background: none !important;
  border-radius: unset;
  padding: unset;
  margin: 0;
}
#top-bar-wrap #top-bar-nav .menu-contact-button a {
  padding: 10px 22px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #32AEFF;
  font-weight: 500;
  font-size: 16px !important;
  border-radius: 5px;
}
@media (max-width: 1599px) {
  #top-bar-wrap #top-bar-nav .menu-contact-button a {
    height: 25px;
    font-size: 13px !important;
  }
}
#top-bar-wrap #top-bar-nav .menu-contact-button a:hover {
  background: var(--global--color-black);
}

#top-bar-nav, #site-navigation-wrap, .oceanwp-social-menu, .after-header-content {
  display: flex !important;
}
@media (max-width: 1199px) {
  #top-bar-nav, #site-navigation-wrap, .oceanwp-social-menu, .after-header-content {
    display: none !important;
  }
}

#site-header.center-header #site-logo, .oceanwp-mobile-menu-icon, #oceanwp-cart-sidebar-wrap {
  display: none !important;
}
@media (max-width: 1199px) {
  #site-header.center-header #site-logo, .oceanwp-mobile-menu-icon, #oceanwp-cart-sidebar-wrap {
    display: block !important;
  }
}

#site-header {
  top: 78px !important;
  padding: 18px 0;
  position: fixed !important;
  width: 100% !important;
  z-index: 9999;
}
@media (max-width: 1799px) {
  #site-header {
    padding: 10px 0;
    top: 75px !important;
  }
}
@media (max-width: 1599px) {
  #site-header {
    top: 40px !important;
  }
}
@media (max-width: 1199px) {
  #site-header {
    top: 35px !important;
  }
}
@media (max-width: 991px) {
  #site-header {
    top: 32px !important;
  }
}
@media (max-width: 767px) {
  #site-header {
    top: 28px !important;
  }
}
#site-header #site-header-inner {
  padding: 0 !important;
  display: flex;
  align-items: center;
}
#site-header #site-header-inner #site-logo-inner {
  height: auto;
}
@media (max-width: 1799px) {
  #site-header #site-header-inner #site-logo-inner img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  #site-header #site-header-inner #site-logo-inner img {
    max-width: 250px;
  }
}
#site-header #site-header-inner #site-navigation-wrap {
  margin-left: auto;
}
#site-header.slim {
  border-bottom: 1px solid var(--global--color-primary) !important;
}
#site-header .mobile-right {
  margin-left: auto !important;
}

#site-navigation .dropdown-menu {
  display: flex;
  align-items: center;
}
#site-navigation .dropdown-menu > li > a {
  font-size: 22px !important;
  font-weight: 300 !important;
  color: var(--global--color-black) !important;
  text-transform: none !important;
  padding: 0 28px !important;
}
#site-navigation .dropdown-menu > li > a:focus {
  outline: none !important;
}
@media (max-width: 1799px) {
  #site-navigation .dropdown-menu > li > a {
    font-size: 20px !important;
  }
}
@media (max-width: 1599px) {
  #site-navigation .dropdown-menu > li > a {
    font-size: 16px !important;
    padding: 0 20px !important;
  }
}
#site-navigation .dropdown-menu > li > a:hover {
  color: #32AEFF !important;
}
#site-navigation .dropdown-menu > li > a:hover .text-wrap::after {
  position: absolute;
  bottom: -10px;
  content: "";
  transform: translateX(-50%);
  left: 50%;
  width: 95%;
  height: 3px;
  background: var(--global--color-primary);
  border-radius: 15px;
}
#site-navigation .dropdown-menu > li .text-wrap {
  position: relative;
}
#site-navigation .dropdown-menu > li.btn a {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--global--color-primary) !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  padding: 5px 25px !important;
  border-radius: 5px !important;
  color: #fff !important;
  text-transform: uppercase !important;
}
@media (max-width: 1599px) {
  #site-navigation .dropdown-menu > li.btn a {
    height: 40px;
    font-size: 13px !important;
    padding: 5px 15px !important;
  }
}
#site-navigation .dropdown-menu > li.btn a:hover {
  background: var(--global--color-black) !important;
}
#site-navigation .dropdown-menu > li.btn a .text-wrap {
  all: unset !important;
}
#site-navigation .dropdown-menu > li .nav-arrow::before {
  color: rgba(0, 0, 0, 0.7) !important;
  top: 3px;
  position: relative;
}
#site-navigation .dropdown-menu > li.current-menu-item a, #site-navigation .dropdown-menu > li.current-menu-ancestor a, #site-navigation .dropdown-menu > li.current-page-ancestor a, #site-navigation .dropdown-menu > li.current-product-ancestor a {
  font-weight: 500 !important;
  color: #32AEFF !important;
}
#site-navigation .dropdown-menu > li.current-menu-item a .text-wrap, #site-navigation .dropdown-menu > li.current-menu-ancestor a .text-wrap, #site-navigation .dropdown-menu > li.current-page-ancestor a .text-wrap, #site-navigation .dropdown-menu > li.current-product-ancestor a .text-wrap {
  position: relative;
}
#site-navigation .dropdown-menu > li.current-menu-item a .text-wrap::after, #site-navigation .dropdown-menu > li.current-menu-ancestor a .text-wrap::after, #site-navigation .dropdown-menu > li.current-page-ancestor a .text-wrap::after, #site-navigation .dropdown-menu > li.current-product-ancestor a .text-wrap::after {
  position: absolute;
  bottom: -10px;
  content: "";
  transform: translateX(-50%);
  left: 50%;
  width: 95%;
  height: 3px;
  background: var(--global--color-primary);
  border-radius: 15px;
}
#site-navigation .dropdown-menu > li.current-menu-item a.btn a, #site-navigation .dropdown-menu > li.current-menu-ancestor a.btn a, #site-navigation .dropdown-menu > li.current-page-ancestor a.btn a, #site-navigation .dropdown-menu > li.current-product-ancestor a.btn a {
  color: var(--global--color-white) !important;
}
#site-navigation .dropdown-menu > li.current-menu-item a li a, #site-navigation .dropdown-menu > li.current-menu-ancestor a li a, #site-navigation .dropdown-menu > li.current-page-ancestor a li a, #site-navigation .dropdown-menu > li.current-product-ancestor a li a {
  color: rgb(96, 121, 135) !important;
}
#site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-item ul a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-ancestor ul a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-page-ancestor ul a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-product-ancestor ul a {
  color: rgb(96, 121, 135) !important;
}
#site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-item ul a .text-wrap::after, #site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-ancestor ul a .text-wrap::after, #site-navigation .dropdown-menu > li.mega-sub-icons.current-page-ancestor ul a .text-wrap::after, #site-navigation .dropdown-menu > li.mega-sub-icons.current-product-ancestor ul a .text-wrap::after {
  display: none !important;
}
#site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-item ul a:hover, #site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-ancestor ul a:hover, #site-navigation .dropdown-menu > li.mega-sub-icons.current-page-ancestor ul a:hover, #site-navigation .dropdown-menu > li.mega-sub-icons.current-product-ancestor ul a:hover {
  color: var(--global--color-secondary) !important;
}
#site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-item li.current-menu-item a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-item li.current-menu-ancestor a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-item li.current-page-ancestor a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-item li.current-product-ancestor a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-ancestor li.current-menu-item a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-ancestor li.current-menu-ancestor a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-ancestor li.current-page-ancestor a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-menu-ancestor li.current-product-ancestor a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-page-ancestor li.current-menu-item a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-page-ancestor li.current-menu-ancestor a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-page-ancestor li.current-page-ancestor a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-page-ancestor li.current-product-ancestor a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-product-ancestor li.current-menu-item a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-product-ancestor li.current-menu-ancestor a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-product-ancestor li.current-page-ancestor a, #site-navigation .dropdown-menu > li.mega-sub-icons.current-product-ancestor li.current-product-ancestor a {
  color: var(--global--color-secondary) !important;
}

#sidr .sidr-class-toggle-sidr-close {
  display: flex;
  align-items: center;
}
#sidr .sidr-class-current-menu-item a {
  font-weight: 500 !important;
  color: var(--global--color-primary) !important;
}

html.html {
  margin-top: 190px !important;
}

.project_footer {
  line-height: 1.6;
  font-size: 14px !important;
  color: var(--global--color-white);
  font-weight: 300;
}
@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: 18px !important;
  }
}
.project_footer p,
.project_footer li {
  color: inherit;
  line-height: 1.6;
  font-weight: 300 !important;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font-family: var(--global--font-primary) !important;
  font-size: inherit !important;
}
.project_footer svg {
  width: auto;
  height: auto;
}
.project_footer nav ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.project_footer nav ul li {
  padding-bottom: 40px;
  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: 18px !important;
  color: var(--global--color-white);
  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: 17px !important;
  }
}
@media (max-width: 1599px) {
  .project_footer nav ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .project_footer nav ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .project_footer nav ul li a {
    font-size: 15px !important;
  }
}
.project_footer nav ul li.current-page-ancestor a, .project_footer nav ul li.current-menu-item a {
  color: #32AEFF !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;
  }
}
.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: 600;
}
.project_footer nav ul li:first-of-type > a {
  font-weight: 500;
}
@media (min-width: 1600px) {
  .project_footer nav ul li.b-menu a {
    font-size: 19px !important;
  }
}
@media (min-width: 1800px) {
  .project_footer nav ul li.b-menu a {
    font-size: 22px !important;
  }
}
.project_footer nav img {
  margin-top: 30px;
  display: none;
}
@media (max-width: 1599px) {
  .project_footer nav img {
    margin-top: 10px;
  }
}

.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: 1599px) {
  .footer-outer-sec .footer-left-wrap .logo-wrapper img {
    max-width: 280px;
  }
}
.footer-outer-sec .footer-left-wrap .ftr-icn-lft {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .footer-outer-sec .footer-left-wrap .ftr-icn-lft {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .footer-outer-sec .footer-left-wrap .ftr-icn-lft {
    flex-direction: column;
  }
}
.footer-outer-sec .footer-left-wrap .ftr-icn-lft .ft-icn-bx {
  display: flex;
  padding-bottom: 25px;
  gap: 15px;
}
.footer-outer-sec .footer-left-wrap .ftr-icn-lft .ft-icn-bx span {
  display: block;
}
.footer-outer-sec .footer-left-wrap .ftr-icn-lft .ft-icn-bx.anc-icn {
  align-items: center;
  font-size: 30px !important;
  font-weight: 600;
}
@media (max-width: 1599px) {
  .footer-outer-sec .footer-left-wrap .ftr-icn-lft .ft-icn-bx.anc-icn {
    font-size: 22px !important;
  }
}
.footer-outer-sec .footer-left-wrap .ftr-icn-lft .ft-icn-bx a {
  color: var(--global--color-white);
}
.footer-outer-sec .footer-left-wrap .ftr-icn-lft .ft-icn-bx .ft-icn {
  flex: 0 0 55px;
}
@media (max-width: 1599px) {
  .footer-outer-sec .footer-left-wrap .ftr-icn-lft .ft-icn-bx .ft-icn {
    flex: 0 0 30px;
  }
}
.footer-outer-sec .footer-left-wrap .ftr-icn-lft .ft-icn-bx p {
  line-height: 1.5;
}
@media (max-width: 1599px) {
  .footer-outer-sec .footer-left-wrap .ftr-icn-lft svg {
    max-width: 30px;
    max-height: 35px;
  }
}
.footer-outer-sec .searchform .src-hd {
  font-weight: 400;
  font-size: 20px;
  display: block;
  padding-bottom: 10px;
}
@media (max-width: 1599px) {
  .footer-outer-sec .searchform .src-hd {
    font-size: 17px;
  }
}
.footer-outer-sec .searchform input {
  padding-top: 10px !important;
  color: #A4A4A4 !important;
  background: #fff;
  padding-left: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  width: 100%;
  max-width: unset;
}
@media (min-width: 1200px) {
  .footer-outer-sec .searchform input {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  .footer-outer-sec .searchform input {
    font-size: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1850px) {
  .footer-outer-sec .searchform input {
    font-size: 18px !important;
  }
}
.footer-outer-sec .searchform ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 1200px) {
  .footer-outer-sec .searchform ::-webkit-input-placeholder {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  .footer-outer-sec .searchform ::-webkit-input-placeholder {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .footer-outer-sec .searchform ::-webkit-input-placeholder {
    font-size: 18px !important;
  }
}
.footer-outer-sec .searchform :-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 1200px) {
  .footer-outer-sec .searchform :-moz-placeholder {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  .footer-outer-sec .searchform :-moz-placeholder {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .footer-outer-sec .searchform :-moz-placeholder {
    font-size: 18px !important;
  }
}
.footer-outer-sec .searchform ::-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 1200px) {
  .footer-outer-sec .searchform ::-moz-placeholder {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  .footer-outer-sec .searchform ::-moz-placeholder {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .footer-outer-sec .searchform ::-moz-placeholder {
    font-size: 18px !important;
  }
}
.footer-outer-sec .searchform :-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 1200px) {
  .footer-outer-sec .searchform :-ms-input-placeholder {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  .footer-outer-sec .searchform :-ms-input-placeholder {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .footer-outer-sec .searchform :-ms-input-placeholder {
    font-size: 18px !important;
  }
}
.footer-outer-sec .footer-social {
  padding-top: 30px;
}
.footer-outer-sec .footer-social .social-hd {
  font-size: 21px !important;
  font-weight: 400;
}
@media (max-width: 1599px) {
  .footer-outer-sec .footer-social .social-hd {
    font-size: 17px !important;
  }
}
.footer-outer-sec .footer-social .icn-list {
  padding-top: 15px;
  display: flex;
  gap: 8px;
}
.footer-outer-sec .footer-social .icn-list a {
  font-size: 22px !important;
  color: #003866;
  display: flex;
  height: 45px;
  width: 45px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .footer-outer-sec .footer-social .icn-list a {
    font-size: 18px !important;
    height: 30px;
    width: 30px;
  }
}
.footer-outer-sec .footer-social .icn-list a:hover {
  background: #ff7006;
  color: #fff;
}
.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: 15px;
  }
}
@media (min-width: 992px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings nav:nth-child(1) {
    width: 27%;
  }
}
@media (min-width: 992px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings nav:nth-child(2) {
    width: 27%;
  }
}
@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 .map-section {
  width: 26%;
  height: 445px;
}
@media (max-width: 1599px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings .map-section {
    height: 360px;
  }
}
@media (max-width: 991px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings .map-section {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings .map-section {
    width: 100%;
    padding-left: 10px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-outer-sec .footer-right-wrap .footer-menu-listings .map-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 .map-section iframe {
  height: 100%;
  width: 100%;
}
.footer-outer-sec .footer-bottom-images {
  display: flex;
  gap: 10px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .footer-outer-sec .footer-bottom-images {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-outer-sec .footer-bottom-images a {
    width: 48%;
  }
}

.bottom-menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 40px;
  row-gap: 25px;
}
@media (max-width: 1599px) {
  .bottom-menu-wrapper {
    padding: 40px 0 30px;
    row-gap: 15px;
  }
}
.bottom-menu-wrapper nav ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: center;
}
.bottom-menu-wrapper nav ul li {
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid var(--global--color-white);
}
.bottom-menu-wrapper nav ul li a {
  font-weight: 400;
}
.bottom-menu-wrapper nav ul li:last-child {
  border-right: 0;
}
.bottom-menu-wrapper .bottom-line-text {
  font-weight: 500;
}
@media (max-width: 1599px) {
  .bottom-menu-wrapper .bottom-line-text {
    text-align: center;
  }
}

.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 300;
  font-size: 16px !important;
  background: #00294B;
  row-gap: 5px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1599px) {
  .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px !important;
  }
}

.blue-bg-sec .elementor-widget-wrap {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 991px) {
  .blue-bg-sec .elementor-widget-wrap {
    flex-wrap: wrap;
  }
}
.blue-bg-sec .elementor-widget-wrap .elementor-widget-heading {
  flex: 0 0 78%;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .blue-bg-sec .elementor-widget-wrap .elementor-widget-heading {
    flex: 0 0 100%;
    padding-right: 0px;
    padding-bottom: 5px;
  }
}
.blue-bg-sec .elementor-widget-wrap .elementor-widget-button {
  flex-grow: 1;
}
.blue-bg-sec .elementor-widget-wrap .elementor-widget-button .elementor-widget-container {
  text-align: end;
}
@media (max-width: 991px) {
  .blue-bg-sec .elementor-widget-wrap .elementor-widget-button .elementor-widget-container {
    text-align: start;
  }
}

.tw-rw-sec .elementor-testimonial__image {
  width: 46px !important;
  height: 46px !important;
}
.tw-rw-sec .elementor-testimonial__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.tw-rw-sec .elementor-main-swiper {
  max-width: 90%;
}
@media (max-width: 991px) {
  .tw-rw-sec .elementor-main-swiper {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .tw-rw-sec .elementor-swiper-button {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .tw-rw-sec .elementor-testimonial__name {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .tw-rw-sec .elementor-testimonial__name {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .tw-rw-sec .elementor-testimonial__name {
    font-size: 18px !important;
  }
}
.tw-rw-sec .elementor-testimonial__content .elementor-testimonial__text {
  max-height: 140px;
  line-height: 1.6 !important;
  font-size: 14px !important;
}
@media (min-width: 1200px) {
  .tw-rw-sec .elementor-testimonial__content .elementor-testimonial__text {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .tw-rw-sec .elementor-testimonial__content .elementor-testimonial__text {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .tw-rw-sec .elementor-testimonial__content .elementor-testimonial__text {
    font-size: 18px !important;
  }
}

.icon-wrapper .elementor-widget-wrap {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  margin: 0 -50px !important;
  row-gap: 50px !important;
  width: auto !important;
  padding-top: 50px !important;
}
@media (max-width: 1799px) {
  .icon-wrapper .elementor-widget-wrap {
    padding-top: 20px !important;
  }
}
@media (max-width: 1599px) {
  .icon-wrapper .elementor-widget-wrap {
    margin: 0 -40px !important;
  }
}
@media (max-width: 1199px) {
  .icon-wrapper .elementor-widget-wrap {
    margin: 0 -20px !important;
    row-gap: 30px !important;
  }
}
@media (max-width: 991px) {
  .icon-wrapper .elementor-widget-wrap {
    margin: 0px !important;
    row-gap: 15px !important;
    padding-top: 0;
  }
}
.icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box {
  width: 33.3333%;
  padding: 0 60px;
}
@media (max-width: 1599px) {
  .icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box {
    padding: 0;
    width: 100%;
  }
}
.icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box::after {
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 80%;
  position: absolute;
  content: "";
  transform: translateY(-50%);
  top: 50%;
  right: 0px;
}
@media (max-width: 991px) {
  .icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box:nth-child(3):after {
    display: none;
  }
}
@media (max-width: 991px) {
  .icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box:last-child:after {
    display: none;
  }
}
.icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1799px) {
  .icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-icon svg {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-icon svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-icon svg {
    width: 35px;
    height: 35px;
  }
}
.icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-title {
  font-weight: 400 !important;
  color: var(--global--color-white) !important;
  font-size: 16px !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 17px !important;
  }
}
@media (min-width: 1200px) {
  .icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 18px !important;
  }
}
@media (min-width: 1600px) {
  .icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 20px !important;
  }
}
.icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-description {
  color: var(--global--color-white);
  font-weight: 200 !important;
}
.icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-description a {
  color: var(--global--color-white);
  text-decoration: underline;
}
.icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-description a:hover {
  text-decoration: none;
}

.ft-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ft-image-wrapper a {
  width: 20%;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .ft-image-wrapper a {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .ft-image-wrapper a {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  .ft-image-wrapper a {
    width: 50%;
  }
}

.logo-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .logo-image-wrapper {
    margin: 0 -5px;
  }
}
.logo-image-wrapper a {
  width: 16.66666%;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .logo-image-wrapper a {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .logo-image-wrapper a {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  .logo-image-wrapper a {
    width: 50%;
  }
}

.tw-form-sec .quform .elementor-heading-title {
  color: #003866 !important;
  font-weight: 600 !important;
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .tw-form-sec .quform .elementor-heading-title {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .tw-form-sec .quform .elementor-heading-title {
    font-size: 22px !important;
  }
}
@media (min-width: 1600px) {
  .tw-form-sec .quform .elementor-heading-title {
    font-size: 23px !important;
  }
}
@media (min-width: 1850px) {
  .tw-form-sec .quform .elementor-heading-title {
    font-size: 29px !important;
  }
}
.tw-form-sec .quform-submit {
  padding: 15px 12px;
  font-size: 18px !important;
  border: none;
  box-shadow: unset;
}
@media (max-width: 1599px) {
  .tw-form-sec .quform-submit {
    padding: 10px 12px;
    font-size: 16px !important;
  }
}
@media (max-width: 1199px) {
  .tw-form-sec .quform-submit {
    padding: 10px 12px;
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .tw-form-sec .elementor-widget-wrap img {
    max-width: 750px !important;
  }
}
@media (max-width: 991px) {
  .tw-form-sec .elementor-widget-wrap img {
    max-width: 500px !important;
  }
}

.white-icon-wrapper .elementor-widget-wrap {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  margin: 0 -20px !important;
  gap: 20px !important;
}
@media (max-width: 991px) {
  .white-icon-wrapper .elementor-widget-wrap {
    gap: 10px !important;
  }
}
@media (max-width: 767px) {
  .white-icon-wrapper .elementor-widget-wrap {
    margin: 0 0px !important;
  }
}
.white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box {
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: var(--global--color-white);
  height: 100%;
  width: 20%;
  margin: 0;
}
@media (max-width: 1599px) {
  .white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box {
    padding: 20px 20px;
  }
}
@media (max-width: 991px) {
  .white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box {
    width: 100%;
  }
}
.white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1799px) {
  .white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-icon svg {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1599px) {
  .white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-icon svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-icon svg {
    width: 35px;
    height: 35px;
  }
}
.white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-title {
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 15px !important;
}
@media (min-width: 1200px) {
  .white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-title {
    padding-top: 5px;
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 18px !important;
  }
}
.white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-title span {
  display: block;
}
.white-icon-wrapper .elementor-widget-wrap .elementor-widget-icon-box .elementor-icon-box-title:hover {
  text-decoration: underline !important;
}

.loc-bottom {
  position: relative;
}
.loc-bottom::before {
  position: absolute;
  content: "";
  right: 30px;
  width: 1050px;
  height: 855px;
  background: url(assets/images/srv-right.png);
  background-size: 1020px;
  top: 0;
  background-repeat: no-repeat;
}
@media (max-width: 1599px) {
  .loc-bottom::before {
    width: 800px;
    height: 700px;
    right: 0;
    background-size: 800px;
  }
}
@media (max-width: 1199px) {
  .loc-bottom::before {
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background-position: center;
  }
}
.loc-bottom .elementor-top-column {
  width: 40% !important;
}
@media (max-width: 1199px) {
  .loc-bottom .elementor-top-column {
    width: 100% !important;
  }
}
.loc-bottom .elementor-top-column .elementor-widget-container {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .loc-bottom .elementor-top-column .elementor-widget-container {
    padding-right: 0;
  }
}
.loc-bottom .list-on-content ul {
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 1199px) {
  .loc-bottom .list-on-content ul {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (max-width: 767px) {
  .loc-bottom .list-on-content ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.cstm_h2 {
  font-size: 23px !important;
  line-height: 1.3 !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  text-transform: capitalize !important;
}

.sub_span {
  display: block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

.fill_out_img_bx h2 {
  margin-top: 0 !important;
  text-transform: capitalize;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
  margin: 0;
  padding: 10px;
  padding-left: 0;
}
.breadcrumb ul li {
  font-size: 14px;
  color: var(--global--color-primary);
  list-style: none;
}
.breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  font-family: monospace;
}

.blog-lst-readmore {
  display: inline-block;
}

.blog-entry-title a:hover {
  color: #003866 !important;
}

/* ================================
						Slick Slider
================================= */
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;
}
[dir=rtl] body .slick-slide {
  float: right;
}
body .slick-slide img {
  display: block;
}
body .slick-slide.slick-loading img {
  display: none;
}
body .slick-slide {
  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 {
  /* Arrows */
}
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 {
  /* Dots */
}
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 custom nave*/
}
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;
}
body {
  /*end slick custom nav*/
}
.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 */