#cards {
	background-color: #fff;
	padding: 20px 10px 50px;
	direction: rtl;
}

#cards .shaCard {
	
}
#cards .shaCard img{
	display: block;
	margin-bottom: 20px;
}
#cards .shaCard figure{
    border-radius: 75px 75px 75px 75px;
	padding: 0;
    overflow: hidden;
	margin-bottom: 20px;
}
#cards .shaCard figcaption h5{
	color: #5353c6;
	font-family: 'cairo';
	font-size: 18px;
	font-weight: 600;
	margin: 0 25px 10px;
}

#cards .shaCard figcaption small{
	font-family: 'cairo';
	font-size: 14px;
    color: #717477;
	display: block;
	margin: 0 25px 25px;
	font-weight: 400;
	    border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
#cards .shaCard figcaption p{
	font-family: 'cairo';
	font-size: 16px;
    color: #000;
	margin: 0 25px;
	margin-bottom: 20px;
	text-align: right !important;
}

#cards .shaCard figcaption div{
	display: flex; justify-content: flex-end;
	padding: 25px;
}

#cards .shaCard figcaption div a{
	text-decoration: none;
	display: flex; 
	justify-content: center;
	align-items: center;
	padding: 15px 55px 18px;
	border-radius:  10px 75px ;
	font-family: 'cairo';
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
}

#cards figure {
	border-style: none solid;
	border-width: 0 10px;
}

#cards .card1 figure {  
	border-color: #5353c6;
}
#cards .card2 figure {    
	border-color: #418af0;
}
#cards .card3 figure {    
	border-color: #9c6ccf;
}

#cards figure {
	transition: .8s all ease;
}
#cards figure:hover {
	border-color: #ff4500;
}


#cards .card1 a,
#cards .card2 a,
#cards .card3 a {
	background-color: #ccc;
	color: #fff;
}

#cards a.active {
	background-color: #5353c6;
	color: #fff;
}

#cards a.active:hover {
	background-color: #ff4500;
}



#cards img {
   filter: sepia(0.4);

}

@media(min-width: 576px) {
}
	
@media(min-width: 768px) {
	#cards .shaCard figure{
		display: flex;
		align-items: center;
	}
	#cards .shaCard figure img{
		width: 60%;
		
		margin-bottom: 0;
	}
	#cards .shaCard figure figcaption{
		width: 40%;
	}
}

@media(min-width: 992px) {
	#cards .shaCardsCont {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	#cards .cardTitle {
		width: 100%;
	}
	#cards .card1, #cards .card2, #cards .card3 {
		width: 48%;
	}

	#cards .shaCard figure{
		display: block;
	}
	#cards .shaCard figure img{
		width: auto;

		margin-bottom: 20px;
	}
	#cards .shaCard figure figcaption{
		width: auto;
	}
	#cards .shaCard figcaption p{
		min-height: 70px;
	}
}

@media(min-width: 1200px) {
	#cards .shaCardsCont {
		display: flex;
		justify-content: space-between;
	}
	
	#cards .cardTitle {
		width: 100%;
	}
	#cards .card1, #cards .card2, #cards .card3 {
		width: 32%;
	}

	#cards .shaCard figure img{

		margin-bottom: 20px;
	}

}

@media(min-width: 1400px) {
}
