.tabbable .nav-tabs {
    background: lemonchiffon!important; 
}

.user-profile { 
  padding: 0px!important;
}

.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h2.heading {
  	text-align: center; 
  	margin-bottom: 20px;
}
h2.headings { 
	margin-top: 0px;
	text-align: left;
  	margin-bottom: 15px;
  	color: #d2ab3e;
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 
.card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
  	background: #e4f1f1;
  	width: 100%; 
  	border-top-left-radius:2px;
  	border-top-right-radius:2px;
  	display:block;
    overflow: hidden;
}
.img-card img{ 
	border: 3px solid; 
	border-radius: 50%;
  	object-fit:cover; 
  	transition: all .25s ease;
} 
.card-content {
  padding:15px 15px 3px;
  text-align:left;
}
.card-title {
	color: #4575bd;
  	margin-top:0px;
  	font-weight: 600;
  	font-size: 20px;
  	text-align: center;
}
p.cl-coun {
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin: 3px 0px;
}
p.cl-couns { 
	text-align: left;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin: 3px 0px;
}
.rigt_part {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
    border: 1px solid #DDD;
    min-height: 428px;
    background-color: #FFF;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
  min-height: 42px;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}