/* .banner_title_div{
    padding: 100px 10px;
    background-color: aquamarine;
}

 
.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;
} */





 
.cardd {
  background-color: #eae3e3;
display: inline-block;
/* box-shadow: 0 1px 2px 0 rgba(0,0,0,.15); */
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
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.24) 0px 3px 8px; */
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
margin-bottom: 16px;
}
.carddd img{
  width: 100%;
  padding: 50px;
  min-height: 220px;
  max-height: 220px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.inc_title{
text-decoration: none;
text-align: center;
  padding: 8px 10px;
  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; */
}

.Space_name{
  
  color: #0066A2;
  padding: 20px 4px;
        
}