@charset "utf-8";
/* CSS Document */

.card-future-makers {
	height: 250px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
	position: relative;
	border-radius: 5px;
	margin-bottom: 20px;
}

.white-card-shadow-only {
  border: none;
  box-shadow: 8px 8px 8px rgba(0,32,91,50%);
  background-color: white;
}

.background-quote {
  background: linear-gradient(180deg, rgba(0,131,194,1) 0%, rgba(21,192,218,1) 100%);
}

.fm-success-svg-stroke {
  fill: none;
  stroke: #0083c2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}

.fm img {
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0,32,91,0.5);
  cursor: pointer;
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.bg-heading-white {
  background-color: white;
  padding: 10px;
}

.fm-background-img {
    background-image: url("/img/telkom-foundation/futuremakers/fm-background-2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}

.ed-svg-ide {
	fill: none;
	stroke: #0083c2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 15px;
}

.ed-svg-sa {
	fill: none;
	stroke: #0083c2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
}

.ed-svg-sd {
   fill: none;
   stroke: #0083c2;
   stroke-miterlimit: 10;
   stroke-width: 16px;
}

.ed-svg-fund {
   fill: none;
   stroke: #0083c2;
   stroke-linecap: round;
   stroke-linejoin: round;
   stroke-width: 2px;
}

/* Horizontal Line*/
hr.future-makers {
/*  border: 1px solid #0083c2;*/
  border: 1px solid #5fc7f8;
  border-radius: 3px;
}
/* End of Horizontal Line*/

/* Card Gradient */
.fm-bg-gradient {
	background: -webkit-linear-gradient(hsla(178, 100%, 95%, 1) 36%, hsla(207, 100%, 80%, 1) 100%);
	background: -o-linear-gradient(hsla(178, 100%, 95%, 1) 36%, hsla(207, 100%, 80%, 1) 100%);
	background: linear-gradient(hsla(178, 100%, 95%, 1) 36%, hsla(207, 100%, 80%, 1) 100%);
}
/* End of Card Gradient*/
