/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


#page-title.page-title-dark span {
	color: #bc1d1a !important;
}

#page-title.page-title-dark h1 span {
	color: #bc1d1a !important;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 516px; 
	transform: translate(-50%, -50%);
	margin: 0 auto;
}


/*bottom-centre {
	color: #bc1d1a !important;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	position: fixed;
	left: 50%;*/
	/* bottom: 516px; */
	/*transform: translate(-50%, -50%);
	margin: 0 auto;
}*/

.heading-block::after {
	content:none!important;
	display: block;
	margin-top: 30px;
	width: 0px;
	border-top: 2px solid #444;
}
h4 {
	margin: 0 0 0px 0 !important;
}