﻿:root {
    --darkblue: #06144c;
    --blue: #2e30d7;
    --blue2: #02288d;
}

html .bg-color-quaternary, html .bg-quaternary, .bg-dark-blue {
    background-color: var(--darkblue) !important;
}

.justify-content-center {
    justify-content: center;
}

.w-100-px {
    width: 100px;
}
.text-justify {
    text-align: justify;
}
.color-ddd, .color-ddd span, .color-ddd p, .color-ddd a{
    color: #ddd !important;
}

.list-style-circle{
    list-style:circle !important;
}
.block
{
    display:block;
}
.w-100
{
    width:100%;
}
.font-size-16 
{
    font-size:16px !important;
}
.clearfix
{
    clear:both;
}
.bg-blue-2 {
    background-color: var(--blue) !important;
}
html .counters .counter-primary [class*="fa-"], html .counters .counter-primary .icons, html .counters .counter-primary strong {
    color: var(--blue2) !important;
}
.flex
{
    display:flex !important;
}
.align-center
{
    align-items:center;
}