

#slider .item{
      margin: 3px;
    }

#slider .item img{
      display: block;
      width: 100%;
      height:250px;
    }
 
#slider .item{
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-content{
	position: relative;
}
.owl-header{
	position: absolute;
	bottom: -1000px;left: 0;
	margin: 0;
	transition: .4s;
	width: 100%;
}
.owl-content:hover .owl-header{
	bottom: 0;
}
.owl-header a{
	color: #fff;
	width: 100%;
	padding: 10px;
	background: rgba(0, 121, 72, 0.71);
	font-size: 24px;
	width: 100%;
	display: block;
}
.about_me{
	margin-top:5px
}