/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.bg_color {
	background: rgba(30,69,134, .08) !important;
}
.readMore{
	display:none;
}
.btnReadMore{
	border-radius:5px;
}
#logo a {
	line-height: 70px;
}
#logo a span{
	color:#E25B45;
}
.button-white:not(.button-border) {
	color: #333;
	text-shadow:none;
}
.button-white:not(.button-border):hover {
	color: #ffffff;
	background-color:#E25B45 !important;
}
.page-section {
	min-height: calc(100vh - 70px);
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#section-story .story:nth-child(odd) {
	background-color: rgba(226, 91, 69, .07);
}
#section-story .story:nth-child(even) {
	background-color: rgba(26, 188, 156, .07);
}
.story-image {
	background: url('../images/1x/WomeninRain.png') center center no-repeat;
	background-size: cover;
}
@media only screen and (max-width:991px) {
	.mobile-mb-0{
		margin-bottom:0 !important;
	}
	#section-help .help-block:not(.last) {
		margin-bottom:40px;
	}
	#section-help .help-block {
		text-align: center
	}
	#section-help .help-block img {
		margin-bottom: 20px;
	}
	#section-story .col-padding {
		padding-right: var(--bs-gutter-x, 0.75rem);
		padding-left: var(--bs-gutter-x, 0.75rem);
	}
}
@media only screen and (min-width:992px){
	#section-help .help-block {
		display: flex;
		align-items: center;
	}
	#section-help .help-block img {
		margin-right: 40px;
	}
}

