.header-nav .nav > li .sub-menu li a {
    text-transform: none;
}

b, strong {
    font-weight: bolder !important;
}

.section-content a {
    color: rgb(26, 92, 161) !important;
}
.section-content a:hover {
    color: rgb(30, 105, 184) !important;
}

.section-content dl, .section-content ul, .section-content ol {
    list-style: none;
    padding-left: 1rem; 
}

.section-content ul li {
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}

.section-content ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: rgb(30, 105, 184);
}
.section-content ol {
    counter-reset: li;
    padding-left: 0;
}
.section-content ol > li {
    position: relative;
    margin: 0 0 6px 30px;
    padding: 4px 8px;
    list-style: none;
}
.section-content ol > li:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -28px;
    width: 28px;
    height: 28px;
    padding: 5px;
    color: #fff;
    background: var(--primary);
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

ul.search-results {
    list-style: none;
    padding-left: 1rem; 
}
ul.search-results li {
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}
ul.search-results li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: rgb(30, 105, 184);
}
ul.search-results .list-inline li:first-of-type {
    padding-left: 0px;
}
ul.search-results .list-inline li:first-of-type:before {
    content: "";
    width: 0px;
}
ul.search-results .list-inline li:not(:first-of-type):before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: var(--secondary);
}

.content-partial-gallery:not(:last-child) {
    margin-bottom: 3rem;
}

/*.header-curve .logo-header::before, .header-curve .logo-header::after {
    background-color: var(--primary);
}*/

.header-curve .logo-header::before, .header-curve{
    background-color: #01346b;
}

.header-curve .logo-header:after {
right: -165px;
height: 100%;
background-color: rgba(0,0,0,0);
background-image: url(../images/header-curv2.png);
width: 136px;
background-size: cover;
}

.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 300px;
    height: 90px;
    position: relative;
    z-index: 9;
}

.overlay-gradient {
    position: relative;
} 
.overlay-gradient:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(130deg, rgba(1,52,107,0.85) 0%, rgba(1,52,107,0.25) 70%, rgba(0,123,255,0.15) 100%);
}

.overlay-gradient .container,
.overlay-gradient .container-fluid {
    position: relative;
    z-index: 1;
}

.dlab-separator.style-skew-white[class*="style-"]:after,
.dlab-separator.style-skew-white[class*="style-"]:before {
	background-color: #ffffff;
}

table h1, table h2, table h3, table h4, table h5, table h6 {
    padding-top: 2rem;
    position: relative;
}

table h1:after, table h2:after, table h3:after, table h4:after, table h5:after, table h6:after {
    content: '';
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 10px;
    background-color: var(--primary);
}

.grey-box h1, .grey-box h2, .grey-box h3, .grey-box h4, .grey-box h5, .grey-box h6 {
    /* padding-top: 2rem; */
    position: relative;
    margin-bottom: 1rem;
}

.grey-box h1:after, .grey-box h2:after, .grey-box h3:after, .grey-box h4:after, .grey-box h5:after, .grey-box h6:after {
    content: '';
    position: absolute;
    bottom: -1.0rem;
    left: 0;
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 10px;
    background-color: var(--primary);
}

.skew-contact-box {
    display: inline;
    left: -1px;
    padding: 5px 20px;
    position: relative;
    top: 0;
    width: auto;
}
.skew-contact-box:after {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    -o-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    width: 20px;
    z-index: 1;
}

.tn-15 {
    position: relative;
    top: -15px;
}

.is-fixed .main-bar {
    z-index: 999;
}

.anchorLink {
    scroll-margin-top: 120px;
}

@media only screen and (max-width: 991px) {
    .skew-content-box {
        padding: 10px;
    }
}