.color-white {
	color: #fff !import;
}

.blade__background {
	width: 100%;
	z-index: -1;
}

.blade__background--custom-desktop {

	height: 508px;
	left: 0;
	position: absolute;
	top: -100px;

}

.background__image--custom {
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}

.custom-title {
	display: block;
	position: relative;
	min-height: 50px;
	padding: 10px 10px 10px 30px;
	background-color: rgba(124, 134, 141, .2);
	font-size: 18px;
	font-family: SalesforceSansLight !important;
	border-bottom: 1px solid #fff;
	color: #181818;
	cursor: pointer;
}

.category_list {
	margin-top: 20px;
	padding-left: 20px;
	background-color: #eee;
}

.category_list li {
	list-style: none;
	padding-bottom: 10px;
	font-family: SalesforceSansRegular !important;
	font-size: 15px;
	color: #181818;
}

.filter {
	line-height: 40px;
}

.filter label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-weight: 400;
}

.filter label:before {

	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	left: 0;
	background-color: #fff;
	position: absolute;
	top: 10px;
	content: "";
	display: inline-block;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
}

/* .filter label:after{
	    width: 20px;
	    height: 20px;
	    left: 0;
	    top: 0;
	    content: "\f061";
	    position: absolute;
	    background: #0b5cab;
	    border-radius: 5px;
	    display: inline-block;
	    text-align: center;
	    color: #fff;
	    font-family: Glyphicons Halflings;
	    
} */
.cust-top {
	position: relative;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 8px 55px 0px rgba(0, 0, 0, 0.08);
}

.cust-top-img {
	width: 100%;
}

.cust-top1 {
	position: relative;
	background-color: #fff;
	height: 370px;
}
.cust-top3{
	position: relative;
	background-color: #fff;
	/* height: 320px; */
}
.cust-top3:hover{
	cursor: pointer;
}
.cust-line {
	width: 40%;
	border-bottom: 1px solid #ccc;
}

.cust-top1 {
	opacity: 1;
}

.cust-top2 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 20px 20px 20px;
	opacity: 0;

}

.cust-top:hover .cust-top1 {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .6s ease-out;
	-o-transition: opacity .6s ease-out;
	transition: opacity .6s ease-out;
}

.cust-top:hover .cust-top2 {
	opacity: 1;

	filter: alpha(opacity=100);
	-webkit-transition: opacity .6s ease-out;
	-o-transition: opacity .6s ease-out;
	transition: opacity .6s ease-out;
}

.cust-name {
	font-size: 14px;
	line-height: 30px;
	font-family: 'SalesforceSansBold', Helvetica, Arial, sans-serif;
}

.cust-text {
	background-color: #fff;
}

.cust-top1 h5 {
	height: 87px;
}

.cust-li {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 8px 55px 0px rgba(0, 0, 0, 0.08);
}

.cust-height {
	height: 5rem;
}

.card-logo {
	/* height:120px ; */
	position: absolute;
	bottom: 0;

}
.card-logo img{
	height: 50px;
}

@media (max-width:1024px) {
	.cust-top1 {
		height: 400px;
	}
}

@media only screen and (max-width:1024px; ) and(min-width:500px) {
	.cust-top1 {
		height: 357px;
	}
}

@media (max-width:500px) {
	.cust-top1 {
		height: 420px;
	}
}