.header-wrapper {
	color: #fff;
	background: url(https://www.briankellyhomeloans.com/wp-content/uploads/sites/32/2024/02/Banner-Brian-Kelly-1500-x-523-px.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
}

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

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

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

.four-wrapper a,
.three-wrapper a,
.four-wrapper.home-cta a.btn:hover,
p.testimonial-name span {
	color: #012659;
	text-decoration: none;
}
.four-wrapper a:hover {
	text-decoration: underline;
}
.page-content a {
	color: #012659;
	text-decoration: underline;
}
.page-content a:hover {
	color: #012659e6;
}
.primary-color,
.nav-head ul li a {
	color: #012659 !important;
}
a.apply-link {
	background: #ffd000;
}
.secondary-color,
.nav-head ul li a:hover {
	color: #ffd000 !important;
}
.primary-bg {
	background: #012659 !important;
}
ul.social-icons li a {
    border: 2px solid #012659;
    color: #012659;
}
ul.social-icons li a svg {
	max-width: 80%;
    margin-left: 2px;
    fill: #012659;
}
ul.social-icons li a svg:hover {
    fill: #ffffff;
}
a.social-icon svg {
	max-width: 80%;
    margin-left: 2px;
    margin-top: -2px;
    fill: #012659;
}
a.social-icon svg:hover {
    fill: #ffd000;
}
ul.social-icons li a:hover {
    background: #012659;
    color: #ffffff;
}
a.btn,.btn,.btn a {
	border-width: 2px;
	text-decoration: none;
}
input.gform_previous_button {
    background: transparent !important;
    color: #012659 !important;
}
a.btn-primary,.btn-primary,input.button {
	background: #012659;
	border-color: #012659;
	color: #ffffff;
}
a.btn-primary:hover,.btn-primary:hover,input.button:hover {
	background: #012659;
	border-color: #012659;
	color: #ffffff;
}
a.btn-outline-primary,.btn-outline-primary {
	color: #012659;
	border-color: #012659;
}
a.btn-outline-primary:hover,.btn-outline-primary:hover,.btn-outline-primary a:hover {
	background: #012659;
	border-color: #012659;
    color: #ffffff;
}
.gradients {
	background: #012659e6;
	background: -moz-linear-gradient(-45deg, #012659e6 0%, #012659e6 47%, #ffd000e6 100%);
    background: -webkit-linear-gradient(-45deg, #012659e6 0%, #012659e6 47%, #ffd000e6 100%);
    background: linear-gradient(135deg, #012659e6 0%, #012659e6 47%, #ffd000e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012659', endColorstr='#ffd000', GradientType=1);
}
.gradient {
	background: #012659;
	background: -moz-linear-gradient(-45deg, #012659 0%, #012659 47%, #ffd000 100%);
    background: -webkit-linear-gradient(-45deg, #012659 0%, #012659 47%, #ffd000 100%);
    background: linear-gradient(135deg, #012659 0%, #012659 47%, #ffd000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012659', endColorstr='#ffd000', GradientType=1);
}

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

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

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