.services_scroll_area{
	float:left;
	width:100%;
	background:#fff;
    padding: 40px 0px;
		border-top: 1px solid #f6f5f5;
}

.tab_urun_title{
	margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-left: 5px solid #00aebc;
}

.tab_urun_title h3{
	font-size: 20px;
	    font-weight: 600;
	    font-family: "Roboto",Helvetica,Arial,sans-serif;
}

.owl-theme{
	float:left;
	width:100%;
}

.owl-theme  .item{
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
border: 1px solid #e8e8e8;
}

.owl-theme  .item h4{
	background: #fff;
	width: 100%;
	padding: 10px;

	border-bottom: 3px solid #00aebc;
	z-index: 9999;
	position: relative;
}

.owl-theme  .item h4 p{
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.owl-theme  .item h4 a{
	color: #222;
	    font-size: 15px;
	    font-weight: 400;
	    font-family: "Roboto",Helvetica,Arial,sans-serif;
}

.owl-theme .item:hover .pencere{
	bottom: 0px;
}

.owl-dots{
	display: none;
}

.item .pencere{
	display: flex;
	position: absolute;
	left: 0px;
	bottom: -350px;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	transition-duration: 0.7s;
	background: rgba(20, 182, 159, 0.5);
	cursor: pointer;
}

.item .pencere a{
	float: left;
  width: 100%;
  display: flex;
  text-align: center;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.item .pencere > a > i{
	color: #fff;
	font-size: 25px;
}
