.panel20
{
	width: 100%;
	/* margin-top: 25px; */
	/* background-color: red; */
}

.panel20 .pnl_parent
{
	max-width: 1200px;
	margin: auto;
}

.panel20 .pnl_parent .pnl_titr
{
	/* height: 100px; */
	/* background-color: red; */
	text-align: center;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.panel20 .pnl_parent .pnl_titr label
{
	font-size: 30px;
	font-family: "Vazir";
	color: #2e3092;
	/* background-color: blue; */
}

.panel20 .pnl_parent .pnl_items_titr
{
	text-align: center;
}

.panel20 .pnl_parent .pnl_items_titr .pnl_item
{
	display: inline-block;
	/* max-height: 100px; */
	/* min-height: 100px; */
	height: 100px;
	background-color: #007f3e;
	width: 330px;
	margin: 10px;
	vertical-align: top;
	border-radius: 70px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 10px;
	overflow: hidden;
	/* line-height: 100px; */
}

.panel20 .pnl_parent .pnl_items_titr .pnl_item *
{
	cursor: pointer;
}

.panel20 .pnl_parent .pnl_items_titr .pnl_item:hover .pnl_item_parent label
{
	font-size: 25px;
	transition: font-size .5s;
}

.panel20 .pnl_parent .pnl_items_titr .pnl_item .pnl_item_parent
{
	display: table-cell;
	height: 80px;
	width: 310px;
	/* background-color: #000000; */
	vertical-align: middle;
	text-align: center;
}

.panel20 .pnl_parent .pnl_items_titr .pnl_item .pnl_item_parent label
{
	font-size: 20px;
	font-family: "Vazir";
	color: #ffffff;
	vertical-align: middle;
	transition: font-size .5s;
	/* background-color: red; */
}

.panel20 .pnl_parent .pnl_items_image
{
	/* background-color: red; */
	text-align: center;
}

.panel20 .pnl_parent .pnl_items_image .pnl_item
{
	display: inline-block;

	position: relative;
	
	width: 250px;
	
	height: 250px;
	
	/* background: red; */
	
	box-sizing: border-box;
	
	-webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
	
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
}

.panel20 .pnl_parent .pnl_items_image .pnl_item img
{
	position: absolute;
	top: 2px; /* equal to border thickness */
	left: 2px; /* equal to border thickness */
	width: 246px; /* container height - (border thickness * 2) */
	height: 246px; /* container height - (border thickness * 2) */
	-webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
}

.panel20 .pnl_parent .pnl_items_image .pnl_item img:hover
{
	transform: rotate(360deg);
	transition: transform .5s;
}

.panel20 .pnl_parent .pnl_items_image .pnl_item img
{
	transition: transform .5s;
}