::selection {
    color: #fff;
    background: #1c5fa8
}

:root {
    --primary: #1c5fa8;
    --secondary: #e36159;
    --tertiary: #2baab1;
    --quaternary: #383f48
}

a {
    color: #1c5fa8
}

html .text-color-primary,html .text-primary {
    color: #1c5fa8!important
}

html .text-color-dark,html .text-dark {
    color: #212529!important
}

html .text-color-light,html .text-light {
    color: #fff!important
}

html .bg-color-light,html .bg-light {
    background-color: #fff!important
}

html .btn-primary {
    background-color: #1c5fa8;
    border-color: #1c5fa8 #1c5fa8 #15467c;
    color: #fff;
    --color: #1c5fa8;
    --hover: #2172c9;
    --disabled: #1c5fa8;
    --active: #174c87
}

html .btn-light {
    background-color: #fff;
    border-color: #fff #fff #e6e6e6;
    color: #777;
    --color: #FFF;
    --hover: #ffffff;
    --disabled: #FFF;
    --active: #ececec
}

html .btn-outline.btn-primary {
    color: #1c5fa8;
    background-color: transparent;
    background-image: none;
    border-color: #1c5fa8
}


html .btn-outline.btn-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.list.list-icons li a:first-child>.icons:first-child,.list.list-icons li a:first-child>[class*=fa-]:first-child,.list.list-icons li>.icons:first-child,.list.list-icons li>[class*=fa-]:first-child {
    color: #1c5fa8;
    border-color: #1c5fa8
}

html .divider.divider-primary.divider-small hr {
    background: #1c5fa8
}


#header .header-btn-collapse-nav {
    background: #1c5fa8
}

.feature-box .feature-box-icon {
    background-color: #1c5fa8
}

