.carousel-inner{
	border-radius: 15px ;
	background-color: transparent;
	margin-top: 25px;
}
.carousel-inner:hover{
	cursor: pointer;
	box-shadow: 0px 0px 20px 0px black;
	transition: 0.5s;
}

#carouselExampleIndicators{
	background-color: transparent;
	

}
#carouselExampleIndicators img
{
	border: 5px solid #0469a1;
	border-radius: 15px;
}

.hizmetler{
	margin-top: 75px;
	cursor: pointer;
}
.hizmetler h3{
	text-align: center;
	font-weight: bold;
	background-color: #0469a1;
	border-radius: 15px;
	color: white;
	
	padding: 10px 0px;
}
.hizmetler hr{
	background-color: white;
}


.hizmetler img{
	width: 95%;
	border-radius: 15px;
	margin-bottom: 25px;
}

#urun1{
	background: #0469a1;
	color: white;
	border-radius: 15px;
	
	padding: 15px;
	text-align: center;
	margin: 10px  1px;
}

#urun1:hover{
	cursor: pointer;
	box-shadow: 0px 0px 20px 0px black;
	transition: 0.5s;
}