html[data-theme-color="custom-color"] {
  --bs-body-color: #566593;
  --bs-heading-color: #0c3a2e;
  --bs-heading-color-rgb: 12, 58, 46;
  --bs-primary: #16a085;
  --bs-secondary: #0c3a2e;
  --bs-light: #e8f7f2;
  --bs-primary-rgb: 22, 160, 133;
  --bs-secondary-rgb: 12, 58, 46;
  --bs-light-rgb: 232, 247, 242;
  --bs-primary-text-emphasis: #094035;
  --bs-secondary-text-emphasis: #051712;
  --bs-light-text-emphasis: #5d6361;
  --bs-primary-bg-subtle: #d0ece7;
  --bs-secondary-bg-subtle: #d0ece7;
  --bs-light-bg-subtle: #fafdfc;
  --bs-primary-border-subtle: #d0ece7;
  --bs-secondary-border-subtle: #ced8d5;
  --bs-light-border-subtle: #fafdfc;
  --bs-primary-btn-hover-bg: #138871;
  --bs-primary-btn-hover-border-color: #138871;
  --bs-secondary-btn-hover-bg: #0a3127;
  --bs-secondary-btn-hover-border-color: #0a3127;
  --bs-light-btn-hover-bg: #c5d2ce;
  --bs-light-btn-hover-border-color: #c5d2ce;
}
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>");
}
