  /***************************************Certifications****************************************/
  .certification-item{
	width: 90%;
	text-align: center;        
	height: 450px;   
	display: block;
	margin-top: 25px;
	padding: 12px;
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.09), 0 0 0 2px rgba(238, 238, 238, 0.11), 0.3em 0.3em 1em rgba(255, 255, 255, 0.11);
}
.certification-item:hover{      
	background-color: #ffff;
	padding: 8px;
	transition: all .25s ease-in-out;

}
.certificate-img{
	height: 95%;
	margin-top: 20px;
	width:100%;
}


.heading_p {
    font-weight: 600;
    text-align: center;
    color: #555;
    padding: 10px 0px 0px 0px;
    margin: 40px 0px 20px 0px;
    list-style: none;
    font-size: 25px;
  }
