.float-right {
	float: right;
}
.theme_btn {
	background-color: #F24949;
	border-color: #F24949;
	border-radius: 0;
	font-size: 18px;
	padding: 5px 30px;
}
.theme_btn:hover {
	background-color: #BF3939;
	border-color: #BF3939;
}
.form-control {
	border-radius: 0px;
}
.form-control:focus {
	border-color: #BF3939;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(105, 31, 50, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(105, 31, 50, 0.6);
}
.theme-backgroung {
	background-color: #BF3939;
}
.card_module {
	min-width: 49%;
	width: 49% !important;
	max-width: 49%;
	margin-bottom: 20px !important;
	margin-right:0.5%;
	margin-left:0.5% !important;
	border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
}
@media (max-width: 1200px) {
	.go_btn {
		width: 100px;
		margin-top:5px;
	}
}
@media (max-width: 768px) {
	.card_module {
		min-width: 100%;
		width: 100% !important;
		max-width: 100% ;
		margin-right: 0;
		margin-left: 0 !important;
	}
}

.bg-gradient-light {
    background: rgb(246,242,244);
    background: linear-gradient(167deg, rgba(246,242,244,1) 0%, rgba(227,230,233,1) 100%);
}

.ras-container-overlay img {
    max-height: 248px;
    object-fit: cover;
}

.ras-container-overlay:hover .ras-img-overlay {
    opacity: 1;
}

.ras-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 248px;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}
