a {
    color: #0d223f;
}

#header.dark:not(.transparent-header) {
    background-color: #0d223f;
}

#slider .emphasis-title p.t300 {
    font-weight: 700 !important;
    text-shadow: 3px 3px 3px #595959;
}

.bgcolor,
.bgcolor #header-wrap {
    background-color: #F4F1ED !important;
}

.dark .section,
.section.dark {
    background-color: #0d223f;
    border-color: rgba(255, 255, 255, .1);
}

#promise .dark .heading-block:not(.not-dark) h2 {
    color: #0d223f;
}

.color {
    color: #0d223f !important;
}

::selection {
    background: #0d223f;
}

.button {
    background-color: #0d223f;
}

#gotoTop:hover {
    background-color: #0a2648;
}

body:not(.index) #header.transparent-header {
    background: #0d223f !important;
}

body:not(.index) .bgcolor,
.bgcolor #header-wrap {
    background-color: #555 !important;
}

.customsection6 p {
    margin: 10px 10px 20px;
    color: #000;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1290px;
    }
}