.Organization-structure{
	width: 1300px;
    height: 40px;
    margin: auto;
    border-radius: 30px;
    background-color: #014a73;
    padding: 10px;
    line-height: 45px;
    text-align: center;
    font-family: "Regular2";
    font-size: 21px;
    color: #fff;
    
}
.Organization-title{
	width: 400px;
    height: 40px;
    margin: auto;
    border-radius: 30px;
    padding: 10px;
    line-height: 45px;
    text-align: center;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 17px;
    color: #000;
}
.group_category{
	margin:-50px auto;
	width: 1200px;
	overflow: hidden;
	padding: 30px 0px;
}

.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: 114px;
	position: absolute;
	background-color: #ffffff;
	z-index: 99;
	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;
    font-size: 16px;
}
#section_category{
	background-color: #fff;
}
.section{
	width: 270px;
	height: 110px;
	margin: 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;
    overflow: hidden;
}
.section_image{
	height: 220px;
	background-size: cover;
	background-position: center center;
	
}
.section:hover{
	opacity: 0.6;
	border-radius: 0px;
}
.section p{
	width: 270px;
	margin: auto;
	text-align: center;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    margin-top: -180px;
    position: relative;
    line-height: 20px;
    color: #343332;
}
.section p:after{
	content: "";
    position: absolute;
    width: 60px;;
	height: 3px;
	left: 105px;
   background-color: #024975;
   bottom: -5px;
   border-radius: 50px;
}
@media only screen and (max-width:1350px) {

.Organization-structure{
	width: 96%;
}

}
@media only screen and (max-width:1220px) {

.group_category {
    width: 900px;
}

}
@media only screen and (max-width:920px) {

.group_category {
    width: 600px;
}
.Organization-structure{
	width: 90%;
}
}
@media only screen and (max-width:620px) {

.group_category {
    width: 310px;
    overflow: hidden;
}

}
