#group_category{
    width: 100%;
    min-height: 50px;
	margin:0px auto;
	position: relative;
	overflow: hidden;
}

.group_category{
	margin: auto;
	width: 1200px;
	overflow: hidden;
}
#group_category h1{
	font-family: "Regular2";
	width: 1300px;
	margin: 20px auto;
	text-align: left;
}
.projects_border{
	width: 1090px;
	margin: auto;
}
.category{
	width: 100px;
	height: 17px;
	background-color: rgba(9,117,197,0.5);
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
	padding: 5px;
	border: 2px solid rgba(9,117,197);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-top: 30px;
	position: absolute;
	color: #fff;
}
.group{
	width: 270px;
	height: 310px;
	margin: 36px 14px;
	float: left;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	-moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 10px;
    position: relative;
}
.group_image{
	width: 270px;
	height: 310px;
	background-size: cover;
	background-position: center center;
}

.group_info{
	width: 230px;
	height: 100px;
	position: absolute;
	background-color: #ffffff;
	z-index: 999;
	margin-top: -50px;
	margin-left: 20px;
	text-align: center;
	    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 /15%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / /15%);
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #000000;
    line-height: 25px;
}
.group_info a{
	padding: 12px 16px;
	border-radius: 50%;
	 -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 /15%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / /15%);
    background-color: #fff;
    margin-top: -20px;
    position: absolute;
    font-size: 20px;
    color: #014a73;
    left:90px;
}
.group_info a:hover{
	background-color: #014a73;
	color: #fff;
}
.group_info p{
	color: #014a73;
    text-decoration: none;
    font-family: "Regular2";
    margin-top: 10px;
}