
 
.cardd {
    background-color: #eae3e3;
  display: inline-block;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
  margin: 20px;
  position: relative;
  margin-bottom: 30px;
  transition: all .2s ease-in-out;
}

.cardd:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  margin-bottom: 30px;
}

.center_image {
  height: 175px;
  opacity: .7;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.center_image:hover,
.cardd:hover .center_image {
  height: 175px;
  opacity: 1;
}

.text {
  background: #FFF;
  padding: 16px 20px;
  min-height: 180px;
}


.fabb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  margin-top: -50px;
  right: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  background: #0066A2;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}

.fabb:hover {
  background: #549D3C;
  cursor: pointer;
  -ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.center_title{
    color: #ff5e14;
    font-weight: 600;
    text-shadow: #549D3C;
}

.brdd_cls li a{
  font-size: 10px !important;
}
.carddd{
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 16px;
  /* box-shadorgba(6, 3, 3, 0.25)25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}
.carddd img{
  padding: 50px;
	width: 100%;
  min-height: 200px;
  max-height: 200px;
  width: 100%;
  /* border-radius: 20px; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.inc_title{
  text-decoration: none;
  text-align: center;
    padding: 14px 12px;
    background-color: #f6842c;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.inc_title:hover{
  text-decoration: none !important;
}
.inc_body:hover{
  text-decoration:  none !important;
}

.list-group-item.active {
  /* z-index: 2; */
  color: #ff5e14 !important;
  font-weight: 600;
  background-color: #fff !important;
  /* border: none; */
}