/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
h4{
	margin-bottom: 10px;
}
p{
	margin-bottom: 8px !important;
}
.bg-cus{
    background-color: #29303c;;
}
.p-cus{
	padding: 32px;
	height: 403px;
}
img.fadeInLeftBig.animated{
	margin-top: 49px ;
}
.bg-grey{
	background-color: #eee;
}
.search-padding{
	padding: 32px 16px;
}
.heading-block::after{
	display: none;
}
.line, .double-line{
	margin: 1.5rem 0 !important;
}
.tittle-underline:hover{
	border-bottom: 3px solid #ffffff;
	display: inline;
}
.content-wrap{
	padding: 20px 0 !important;
}
.alert-danger{
    color:red;
}
