.single-title h4
{
     font-size: 14px;
     line-height: 1.5em;
     color: #000;
     font-weight: bold;
     width: 100%;
     float: left;
     margin: 0;
}
.single-title p
{
  color: #000;
}
.service_grid_btm_left1 {
  transition: all 300ms ease-in-out;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 1em;
  /* background: #cccccc2b; */
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 0px 6px -4px #3e3c3c;
  float: left;
  margin-bottom: 30px;
}
.service_grid_btm_left1 p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}
.service_grid_btm_left1:before {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #29a19c;
  border-right: 2px solid #29a19c;
}

.service_grid_btm_left1:after,
.service_grid_btm_left1:before {
  content: '';
  width: 0;
  height: 0;
	z-index: -1;
  visibility: visible;
  position: absolute;
  transition: all 800ms ease-in-out;
  border-radius: 8px;
}

.service_grid_btm_left1:after {
  top: 0;
  left: 0;
  border-top: 2px solid #29a19c;
  border-left: 2px solid #29a19c;
}

.service_grid_btm_left1:hover:after,
.service_grid_btm_left1:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.readmore_events
{
  background: #29a19c;
  border:1px solid #29a19c;
  float: left;
}
.readmore_events:hover
{
  background: #000;
  border:1px solid #000;
  }