@media screen and (max-width: 600px) {
.desktop {
display: none; 
}
}

@media screen and (min-width: 900px) {
.mobile {
display: none; 
}
}

.aucek
{
margin-top:-100px;
}

.aucek2
{
margin-top:-30px;
}

.socialshare
	{
	background:#dcdcdc;
	width:30px;
	height:30px;
	padding-top:3px;
	float:left;
	margin-left:10px;
	color:#787878;
	text-align:center;
	border-radius:250px;
	}
	
	.yesilalan
	{
	width:100%;
	height:83px;
	background:#60bd76;
	padding:20px;
	}
	
	.yesilalan2
	{
	width:100%;
	height:83px;
	background:#60bd76;
	padding:20px;
	}
	
	.yesilalan h3
	{
	color:#ffffff;
	font-size:20px;
	margin-top:5px;
	}
	
	.yesilalan2 h3
	{
	color:#ffffff;
	font-size:20px;
	margin-top:5px;
	}
	
	.u-d-card
	{
	background:#ffffff;
	padding:20px;
	border:1px solid #e4e4e4;
	margin-bottom:30px;
	min-height:140px;
	}
	
	.u-d-card h3
	{
	font-size:18px;
	color:#3d3d3d;
	line-height:20px;
	
	}
	
	.u-d-card h4
	{
	font-size:16px;
	color:#60bd76;
	margin-top:-15px;
	line-height:50px;
	}

/* ===== Mahmudiye Umre: duzenli kart gorselleri + ozet ===== */

.single-service {
	height: 100%;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ececec;
	overflow: hidden;
	transition: box-shadow .25s ease, transform .25s ease;
}
.single-service:hover {
	box-shadow: 0 10px 28px rgba(0,0,0,.08);
	transform: translateY(-3px);
}
.single-service .service-head {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #f3f1ec;
}
.single-service .service-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}
.single-service:hover .service-head img {
	transform: scale(1.04);
}
.single-service .service-content {
	padding: 18px 18px 22px;
}
.single-service .service-content h4 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.35;
	min-height: 2.6em;
}
.single-service .service-content p {
	min-height: 7.5em;
	margin: 0 0 14px;
	color: #5c5c5c;
	font-size: 14px;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.single-service .service-content .btn {
	margin-top: 4px;
}

.team .team-head,
.team-slider .team-head,
.single-team .team-head {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #f3f1ec;
}
.team .team-head img,
.team-slider .team-head img,
.single-team .team-head img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}
.single-team:hover .team-head img {
	transform: scale(1.04);
}
.single-team .t-content .content-inner h4.name {
	font-size: 16px;
	line-height: 1.35;
	min-height: 2.5em;
	margin-bottom: 6px;
}
.single-team .t-content .content-inner .designation {
	display: block;
	font-size: 13px;
	color: #777;
}

.single-news .news-head {
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #f3f1ec;
}
.single-news .news-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hizmet-bolge-box img,
.single-region img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

@media screen and (max-width: 767px) {
	.single-service .service-content h4,
	.single-team .t-content .content-inner h4.name {
		min-height: 0;
	}
	.single-service .service-content p {
		min-height: 0;
	}
}
