.card-header {
  height: 230px;
  /*background: url("../../assets/img/1%20(3).jpeg") center / cover no-repeat;*/
}

#download-icon {
  font-size: 30px;
  color: black;
  opacity: 0.4;
}

#heading-card {
  margin-top: 40px;
  font-size: 45px;
}

.cardheader-text {
  color: #fff;
}

.card-text.sub-text-color {
  color: #8c8c8c;
}

.card-text:last-child {
  font-size: 18px;
  color: #595959;
}

#cardheader-subtext {
  font-size: 20px;
}

.card.cards-shadown {
  box-shadow: 0px 2px 20px 13px rgba(45,45,45,0.05);
}

.row.space-rows {
  margin: 40px;
}

.col {
}

.card.cards-shadown.cards-hover:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 99;
}

.card-header:first-child:hover {
  background-color: #ffb366;
}

.read-more {
  font-size: 16px;
  border: 1px solid rgba(255,255,255,0);
  color: #000000;
}

.read-more:hover {
  color: #c1b885;
}

.card-heading {
  color: #2c517f;
}

.line-link {
  display: inline-block;
  background-color: #1d334b;
  width: 65%;
  height: 1px;
  border-radius: 10%;
}

.red-more {
  background-color: transparent;
  border: 1px solid #c1b885;
  color: #1d334b;
  transition: all 600ms;
}

.red-more:hover {
  background-color: #c1b885;
  color: #1d334b;
  border: 1px solid rgba(255,255,255,0);
}

.h-main {
  font-weight: 700;
  color: #1d334b;
}

.span-number {
  background-color: #d8c781;
  color: #1d334b;
}

