html[data-theme-color="custom-color"] {
  --bs-body-color: #566593;
  --bs-heading-color: #005f73;
  --bs-heading-color-rgb: 0, 95, 115;
  --bs-primary: #94d2bd;
  --bs-secondary: #005f73;
  --bs-light: #ecf5fb;
  --bs-primary-rgb: 148, 210, 189;
  --bs-secondary-rgb: 0, 95, 115;
  --bs-light-rgb: 236, 245, 251;
  --bs-primary-text-emphasis: #3b544c;
  --bs-secondary-text-emphasis: #00262e;
  --bs-light-text-emphasis: #5e6264;
  --bs-primary-bg-subtle: #eaf6f2;
  --bs-secondary-bg-subtle: #eaf6f2;
  --bs-light-bg-subtle: #fbfdfe;
  --bs-primary-border-subtle: #eaf6f2;
  --bs-secondary-border-subtle: #ccdfe3;
  --bs-light-border-subtle: #fbfdfe;
  --bs-primary-btn-hover-bg: #7eb3a1;
  --bs-primary-btn-hover-border-color: #7eb3a1;
  --bs-secondary-btn-hover-bg: #005162;
  --bs-secondary-btn-hover-border-color: #005162;
  --bs-light-btn-hover-bg: #c9d0d5;
  --bs-light-btn-hover-border-color: #c9d0d5;
}
html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after, html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after, html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%2300BDE0'/></svg>");
}
