.portfolio
{
	padding: 20px 0;
}
.glry_card 
{
	margin-bottom: 50px;
}
.glry_card .card-section 
{
	box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.2);
}

.glry_card .card-section img 
{
	width: 100%;
	height: 200px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 36px));
}
.glry_card .card_section img
{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 0px));
	width: 100%;
	height: 270px;
}
.glry_card .card-body h4 
{
	margin: 0px;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 18px;
	color: #202564;
}
.glry_card .card-body 
{
	padding: 0px 15px 20px 15px;
	height:  285px !important;
	overflow: auto ;
}
.glry_card .card-body .border-line{
	border-bottom:1px solid #202564;
	border-width:3px;
	width:70px;  
	margin:10px 0px;
}
.glry_card .card-body .card-text
{
	color:gray;  
	font-size:13px;
	text-align: justify;
	margin-bottom:0px;
}
.portfolio_ttl
{
	padding: 50px 0 30px;
	text-transform: uppercase;
}
.portfolio_ttl h2
{
	font-family: 'OpenSans-Bold',sans-serif;
}
.glry_card .card_body
{
	height: auto !important;
	padding: 18px 20px;

}
.glry_card .card-body::-webkit-scrollbar 
{
	width: 5px;
}