.subcat_btns input[type="checkbox"]:checked{
background-color: #3E4FFC;
color: #FFFFFF;
}
.search_wrapper input, .cs_result{
		color:black !important;
	}
.search_icon {
    background-color: #005eb8;
    color: white;
    cursor: pointer;
    line-height: 15px;
    outline: none;
    padding: 9px;
    transition: .15s ease;
}
span.close_icon {
    color: black;
    position: absolute;
    right: 20px;
    width: 18px;
    top: 8px;
    /* text-align: center; */
    height: 18px;
    /* font-weight: 700; */
    cursor: pointer;
}
.search_result_text {
	color: #0b090a;
    margin: 30px 0px;
    line-height: 1.78;
}
span.highlighted_text {
    color: #0b090a;
    font-weight: 700;
}
.search-input-wrapper input[type=text] {
	width: 100%;
    border: solid 1px #666666;
    border-radius: 0px;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
	line-height: 28px;
}
.search_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 16px;
    max-width: 630px;
    width: 100%;
}
.search-input-wrapper {
    flex: 1;
	position: relative;
	/*border: solid 1px #666666;
    border-radius: 0px;
   
    transition: all 0.3s;*/
}
.industries-heading h2{
	color: #9D9C9C;
    font-family: "Europa-Font-B", Sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 38.07px;
    letter-spacing: 0px;
    margin: 0px;
	}
.industries-headings {
	display:inline-flex;
	gap: 20px;
	padding-bottom: 100px;
} 
	.industries-heading {
    width: 20%;
}
.cat_btns {
/*     border-bottom: 1px solid #00000047; */
	width:80%
}
.card-content{
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
	color:white !important;
}
.work_title, .work_cats, .work_project{
		color:white;
	}
.work_title{
/* 	    font-family: "Europa-Font-B"; */
	    font-weight:700;
		font-size:46px;
		line-height:60px;
	    padding-bottom: 25px;
}
.card-content{
	padding: 60px;
}
.work_wrapper {
	display: grid;
}
.work_wrapper{
	grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    margin-bottom: 30px;
/*     background-color: #1F1F1F; */
	border-radius:20px;
	padding: 0px 0px;
}
.work_img img{
	border-radius: 0px 20px 20px 0px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}	
.work_link a{
		background-color:white;
	    font-family: "Europa-Font-B", Sans-serif;
		color:black;
		border:none;
		padding:14px 38px 14px 38px;
		font-size:16px;
	    font-weight:700;
	    line-height:21.02px;
	    border-radius: 5px;
}
.work_cats {
    color: white;
    font-family: "Europa-Font-B", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 34.16px;
    margin-bottom: 50px;
	
}
.work_project{
	text-transform:capitalize;
	font-family: "Europa-Font-B";
	font-weight:700;
	font-size:22px;
	line-height:32px;
	padding-bottom:30px;
}

.subcat_btns {
    padding: 30px 0px;
}
.cat_btns label {
    color: #3b3c3d;
    cursor: pointer;
/* 	font-family: "Europa Font-R", Sans-serif; */
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
	margin-bottom:20px;
	border: 1px solid black;
    border-radius: 50px;
/*     text-transform: uppercase; */
	background-color: white;
}
.subcat_btns label {
	color:#3E4FFC;
	background-color: #f2f9fd;
    cursor: pointer;
	font-family: "Europa", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 11px 26px;
	border-radius:24px;
}
.cat_btns input, .subcat_btns input {
    display: none;
}

/* .work_img {
	min-height: 250px;
} */
.detailed_info{
	padding: 50px;
}
/*.work_wrapper {
    grid-template-columns: 1fr 2fr;
    grid-gap: 0;
	margin-bottom: 30px;
	background-color: #f4f6f8;
}*/

.detailed_info {
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
}
/* .elementor img {
    height: 100%;
    max-width: 100%;
    border: none;
    box-shadow: none;

} */

.work_excerpt {
    color: #0b090a;
    font-family: "Europa", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 40px;
}

/* @media only screen and (min-width: 1536px){ */
/* @media screen and (min-width: 800px) and (max-width: 1706.67px){
	.work_title {
    font-family: "Europa-Font-B";
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    padding-bottom: 20px;
}
	.work_project {
		text-transform: capitalize;
		font-family: "Europa-Font-B";
		font-weight: 700;
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 40px;
	} 
	.work_cats {
    color: white;
    font-family: "Europa-Font-B", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 26px;
    margin-bottom: 40px;
}
	.work_link a {
    font-size: 14px;
	}
	.card-content {
		padding-right: 100px;
		padding-left: 80px;
	}	
} */


@media only screen and (max-width: 768px) {
	.industries-headings {
		display:grid;
		gap:30px;
		padding-bottom:50px;
	}
	.industries-heading {
		width: 100%;
	}
	.cat_btns {
		width: 100%;
	}
	.industries-heading h2 {
		font-size: 20px;
		line-height: 26px;
	}
	.work_title {
		font-size:20px;
		line-height:26.28px;
		padding-bottom: 15px;
	}	
	.work_excerpt {
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 16px;
	}
	.detailed_info {
		padding: 20px;
	}
	.work_link a {
		font-family: "Europa", Sans-serif;
		font-size: 14px !important;
		padding: 8px 12px !important;	
	}
	.subcat_btns label {    
		margin-bottom: 10px;

	}
	.cat_btns label {
		color: rgba(0, 0, 0, 1);
		cursor: pointer;
		/*     font-family: "Europa Font-R", Sans-serif; */
		font-size: 13px;
		line-height: 15.88px;
		font-weight: 400;
		padding: 7px 20px;
		margin-bottom: 10px;
	}
	.card-content{
		padding: 20px 20px 40px 20px;
	}	
	.work_wrapper{
		display:block;
	}
	.work_img img{
		display:block;
		border-radius: 0px 0px 20px 20px;
		/* 		object-fit: fill !important; */
		/* 		height: 250px; */
	}
	/* 	.work_title{
	font-size:20px;
	line-height:26.28px;
} */
	.work_project{
		font-size:13px;
		line-height:18.6px;
		padding-bottom: 25px;
	}
	.work_cats{
		font-size:14px;
		line-height:18.4px;
		margin-bottom: 25px;
	}
	.work_link a {
		background-color: white;
		font-family: "Europa-Font-B", Sans-serif;
		color: black;
		border: none;
		padding: 7px 20px 7px 20px;
		font-size: 13px;
		font-weight: 400;
		line-height: 15.88px;
		border-radius: 5px;
	}	
}	