:root {
    --primary: #413091;
	--dream-color: #413091;
	--agri-color: #509fb7;
}

.text-color-dream{
	color: var(--dream-color) !important;
}
.text-color-agri{
	color: var(--agri-color) !important;
}

p {
	color: #000;
}

.overlay-light::before {
	background-color: #509fb7 !important;
}

.overlay.overlay-op-6:hover::before, .overlay.overlay-op-6.overlay-show::before, .overlay.overlay-op-6.show::before {
	opacity: 0.8;
}

.overlay::before { !important;
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background:#413091; 
	opacity: 0;
	pointer-events: none;
	transition: ease opacity 300ms 100ms;
}

.divider [class*="fa-"], .divider .icons {
	text-align: center;
	background: var(--light);
	border-radius: 50px;
	color: #413091;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	width: 30px;
	font-size: 20px;
	margin: 0 auto 0 -25px;
	top: -15px;
	left: 50%;
	z-index: 1;
}

section.section {
	background: #fbfbfb;
	border-top: 5px solid #fbfbfb;
	margin: 30px 0;
	padding: 50px 0;
}
.lead {
	font-size: 1.0rem;
	font-weight: 400;
}

blockquote {
	border-left: 3px solid var(--agri-color);
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	font-size: 1em;
}