#go_up {
	display: none !important;
}

.section-breadcrumb {
	height: 450px !important;
}
.section-height-auto{
	height: auto !important;
}
.ul-styled ul li {
	position: relative;
	padding-left: 40px;
	font-weight: 700;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 13px;
}

.ul-styled ul li::after {
	content: "";
	background-image: url("../images/icon-check.png");
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 7px;
	opacity: 1;
	width: 20px;
	height: 18px;
}

.proje-detay {
	position: relative;
	min-height: 100vh;
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
	background-image: url("../images/proje-detay-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.proje-detay .section-cover {
	top: 0;
	bottom: unset;
}

.proje-detay .section-cover img {
	opacity: 1;
}

.proje-detay .project-information ul {
	-ms-flex-direction: row;
	flex-direction: row;
}

.proje-detay .info-text {
	font-weight: 700;
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 1.3;
}

@media (max-width: 991px) {

	.proje-detay .section-cover {
		display: none;
	}
}

.proje-detay-bottom {
	position: relative;
	min-height: 100vh;
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
	background-image: url("../images/proje-detay-bottom-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.proje-detay-bottom h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.contactForm iframe{
	height: 500px;
}