.header-wrapper {
	color: #fff;
	background: url(https://images.unsplash.com/photo-1512915922686-57c11dde9b6b?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjg3NzY5fQ) center center no-repeat;
    background-size: cover;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
}

.page-content h1,.page-content h2,.page-content h3 {
	color: #011f51;
}

.page-content h4,.page-content h5,.page-content h6 {
	color: #b6bac1;
}

body {
	font-family: 'Poppins', sans-serif;
}

.four-wrapper a {
	color: #011f51;
}
.four-wrapper a:hover {
	text-decoration: underline;
}
.page-content a {
	color: #011f51;
	text-decoration: underline;
}
.page-content a:hover {
	color: #011f51e6;
}
.primary-color {
	color: #011f51 !important;
}
.secondary-color {
	color: #b6bac1 !important;
}
.primary-bg {
	background: #011f51 !important;
}
ul.social-icons li a {
    border: 2px solid #011f51;
    color: #011f51;
}
ul.social-icons li a:hover {
    background: #011f51;
    color: #ffffff;
}
ul.social-icons li a svg {
	max-width: 80%;
    margin-left: 2px;
    fill: #011f51;
}
ul.social-icons li a svg:hover {
    fill: #ffffff;
}
a.social-icon svg {
	max-width: 80%;
    margin-left: 2px;
    margin-top: -2px;
    fill: #011f51;
}
a.social-icon svg:hover {
    fill: #b6bac1;
}
a.btn,.btn,.btn a {
	border-width: 2px;
	text-decoration: none;
}
input.gform_previous_button {
    background: transparent !important;
    color: #011f51 !important;
}
a.btn-primary,.btn-primary,input.button {
	background: #011f51;
	border-color: #011f51;
	color: #ffffff;
}
a.btn-primary:hover,.btn-primary:hover,input.button:hover {
	background: #011f51;
	border-color: #011f51;
	color: #ffffff;
}
a.btn-secondary,.btn-secondary,input.button {
	background: #b6bac1;
	border-color: #b6bac1;
	color: #ffffff;
}
a.btn-secondary:hover,.btn-secondary:hover,input.button:hover {
	background: #b6bac1;
	border-color: #b6bac1;
	color: #ffffff;
}
a.btn-outline-primary,.btn-outline-primary {
	color: #011f51;
	border-color: #011f51;
}
a.btn-outline-primary:hover,.btn-outline-primary:hover,.btn-outline-primary a:hover {
	background: #011f51;
	border-color: #011f51;
    color: #ffffff;
}
.gradients {
	background: #011f51e6;
	background: -moz-linear-gradient(-45deg, #011f51e6 0%, #011f51e6 47%, #b6bac1e6 100%);
    background: -webkit-linear-gradient(-45deg, #011f51e6 0%, #011f51e6 47%, #b6bac1e6 100%);
    background: linear-gradient(135deg, #011f51e6 0%, #011f51e6 47%, #b6bac1e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011f51', endColorstr='#b6bac1', GradientType=1);
}
.gradient {
	background: #011f51;
	background: -moz-linear-gradient(-45deg, #011f51 0%, #011f51 47%, #b6bac1 100%);
    background: -webkit-linear-gradient(-45deg, #011f51 0%, #011f51 47%, #b6bac1 100%);
    background: linear-gradient(135deg, #011f51 0%, #011f51 47%, #b6bac1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011f51', endColorstr='#b6bac1', GradientType=1);
}
.gradients-reverse {
	background: #b6bac1e6;
	background: -moz-linear-gradient(-45deg, #b6bac1e6 0%, #b6bac1e6 47%, #011f51e6 100%);
    background: -webkit-linear-gradient(-45deg, #b6bac1e6 0%, #b6bac1e6 47%, #011f51e6 100%);
    background: linear-gradient(135deg, #b6bac1e6 0%, #b6bac1e6 47%, #011f51e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6bac1', endColorstr='#011f51', GradientType=1);
}
.gradient-reverse {
	background: #b6bac1;
	background: -moz-linear-gradient(-45deg, #b6bac1 0%, #b6bac1 47%, #011f51 100%);
    background: -webkit-linear-gradient(-45deg, #b6bac1 0%, #b6bac1 47%, #011f51 100%);
    background: linear-gradient(135deg, #b6bac1 0%, #b6bac1 47%, #011f51 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6bac1', endColorstr='#011f51', GradientType=1);
}


.underlined:before {
	background: #011f51;
	background: -moz-linear-gradient(-45deg, #011f51 0%, #011f51 47%, #b6bac1 100%);
    background: -webkit-linear-gradient(-45deg, #011f51 0%, #011f51 47%, #b6bac1 100%);
    background: linear-gradient(135deg, #011f51 0%, #011f51 47%, #b6bac1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011f51', endColorstr='#b6bac1', GradientType=1);
}

.dark-color {
	color: #2c2e3a;
}

.dark-background {
	background: #2c2e3a;
}

.primary-border-color {
	border-color: #011f51;
}

.secondary-border-color {
	border-color: #b6bac1;
}