html[data-theme-color="skin-3"] {
    --bs-body-bg:				  #FFFCF8;
    --bs-body-color:              #566593;
    --bs-heading-color:           #0A3366;
    --bs-heading-color-rgb:       10, 51, 102;
    --bs-primary:                 #F46700;
    --bs-secondary:               #0A3366;
    --bs-light:                   #FDF5E8;
    --bs-primary-rgb:             244, 103, 0;
    --bs-secondary-rgb:           10, 51, 102;
    --bs-light-rgb:               253, 245, 232;
    --bs-primary-text-emphasis:   #622900;
    --bs-secondary-text-emphasis: #041429;
    --bs-light-text-emphasis:     #65625d;
    --bs-primary-bg-subtle:       #fde1cc;
    --bs-secondary-bg-subtle:     #fde1cc;
    --bs-light-bg-subtle:         #fffdfa;
    --bs-primary-border-subtle:   #fde1cc;
    --bs-secondary-border-subtle: #ced6e0;
    --bs-light-border-subtle:     #fffdfa;
    --bs-primary-btn-hover-bg: #cf5800;
    --bs-primary-btn-hover-border-color: #cf5800;
    --bs-secondary-btn-hover-bg: #092b57;
    --bs-secondary-btn-hover-border-color: #092b57;
    --bs-light-btn-hover-bg: #d7d0c5;
    --bs-light-btn-hover-border-color: #d7d0c5; }
    html[data-theme-color="skin-3"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="skin-3"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after,
    html[data-theme-color="skin-3"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after,
    html[data-theme-color="skin-3"] .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='%23F46700'/></svg>"); }