html[data-theme-color="custom-color"] {
  --bs-body-color: #566593;
  --bs-heading-color: #00578a;
  --bs-heading-color-rgb: 0, 87, 138;
  --bs-primary: #fdb934;
  --bs-secondary: #00578a;
  --bs-light: #0e3454;
  --bs-primary-rgb: 253, 185, 52;
  --bs-secondary-rgb: 0, 87, 138;
  --bs-light-rgb: 14, 52, 84;
  --bs-primary-text-emphasis: #654a15;
  --bs-secondary-text-emphasis: #002337;
  --bs-light-text-emphasis: #061522;
  --bs-primary-bg-subtle: #fff1d6;
  --bs-secondary-bg-subtle: #fff1d6;
  --bs-light-bg-subtle: #cfd6dd;
  --bs-primary-border-subtle: #fff1d6;
  --bs-secondary-border-subtle: #ccdde8;
  --bs-light-border-subtle: #cfd6dd;
  --bs-primary-btn-hover-bg: #d79d2c;
  --bs-primary-btn-hover-border-color: #d79d2c;
  --bs-secondary-btn-hover-bg: #004a75;
  --bs-secondary-btn-hover-border-color: #004a75;
  --bs-light-btn-hover-bg: #0c2c47;
  --bs-light-btn-hover-border-color: #0c2c47;
}
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>");
}
