.card {
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    border-radius:10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.card:hover {
    box-shadow:0 30px 70px rgba(0,0,0,0.3);
    transform: scale(1.02);
    webkit-transform: scale(1.02);
}

.card-header{
	text-align: center;
}

.card-title{
	text-align: center;
}

.card-text{
	text-align: justify;
}

/* Madhup Awards Card */
.card-profile {
  margin-top: 30px;
  text-align: center;
}

.card-profile .card-avatar {
  margin: -50px auto 0;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-profile .card-avatar+.card-body {
  margin-top: 15px;
}

.card-profile .card-avatar img {
  width: 100%;
  height: auto;
}

.card-profile .card-body+.card-footer {
  margin-top: -15px;
}

.card-profile .card-footer .btn.btn-just-icon {
  font-size: 20px;
  padding: 12px 12px;
  line-height: 1em;
}

.card-profile.card-plain .card-avatar {
  margin-top: 0;
}

.card-profile .card-header:not([class*="card-header-"]) {
  background: transparent;
}

.card-profile .card-avatar {
  max-width: 130px;
  max-height: 130px;
}

.award-year {
	font-size: 35px;
	font-weight: 500;
}

.pdf-icon-color{
	color: #e2574c;
}