.bafg-filter-control {
	border-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	color: #ffffff;
	border-color: #0274be;
	background-color: #0274be;
	border-radius: 2px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
	outline: 0
}
.bafg-slider-info-wraper {
	display: block;
	width: 100%;
	clear: both;
}
.bafg-filter-control:hover,
.bafg-filter-control:focus,
.bafg-filter-control.bafg-filter-active {
	color: #ffffff;
	background-color: #3a3a3a;
	border-color: #3a3a3a;
	outline: 0
}

.bafg-slider-info .bafg_slider_readmore_button {
	color: #fff;
	background: #0652DD;
	padding: 10px 25px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 30px;
	transition: 0.5s;
	border: 1px solid #0652DD;
	font-size: 15px;
    text-decoration: none !important
}
.bafg-slider-info .bafg-slider-title {
    margin: 20px 0
}
.bafg-slider-info .bafg_slider_readmore_button:hover {
	color: #0652DD;
	background: #f8f8f8;
}