/*projects-wrap style start here*/
.projects-wrap {
/*	padding-top: 96px;
	background: #eaeff3;*/
}
.main-project-wrap {
	min-height: 617px;
	position: relative;
}
.main-project p {
	padding-left: 0;
	padding-right: 30px;
	color: #fff;
}
.main-project .heading-wrap {
	padding-bottom: 26px;
}

.project-list {
	position: absolute;
}
.list-one {
	width: 48.1%;
	top: -183px;
	left: 25px;
}
.more-link-wrapper {
	position: absolute;
	left: 14%;
	top: 14.4%;
	width: 69.3%;
	height: 71%;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	overflow: hidden;
}
.more-info-link {
	background: rgba(255,175,54,.8);
	vertical-align: middle;
	font-weight: 400;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.more-info-link span {
	position: absolute;
	top: 40%;
	transform: rotate(-45deg);
	left: 45%;
	font-size: 55px;
	color: #ffffff;
}
.more-info-link:hover, .more-info-link:focus {
	color: #ffffff;
}
.more-link-wrapper:hover .more-info-link {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.list-two {
	left: 28.5%;
	top: 16.5%;
}
.list-two .more-link-wrapper {
	width: 71.4%;
	height: 71%;
}
.list-three {
	left: 16.3%;
	top: 40.5%;
}
.list-four {
	left: 53%;
	top: 16.5%;
}
.list-five {
	left: 40.8%;
	top: 40.5%;
}
.list-six {
	left: 65.3%;
	top: 40.6%;
}
.ara-yazi{
	left: 16.66666667%;
	position: relative;
	font-weight: 500;
	font-size: 18px;
}
.urunicerik h3, .urunicerik p{
	color: #fff;
}


.input-effect span{
	font-size: 13px;
	color: #616161;
}
.input-effect span:focus{
	color: #3399FF;
}
.effect-20{
        border: 1px solid #ccc;
    padding: 7px 14px;
    transition: 0.4s;
    background: white;
    
}

.effect-20 ~ .focus-border:before,
.effect-20 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.3s;}
.effect-20 ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.effect-20 ~ .focus-border i:before,
.effect-20 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #3399FF; transition: 0.4s;}
.effect-20 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-20:focus ~ .focus-border:before,
.effect-20:focus ~ .focus-border:after,
.has-content.effect-20 ~ .focus-border:before,
.has-content.effect-20 ~ .focus-border:after{width: 100%; transition: 0.3s;}
.effect-20:focus ~ .focus-border i:before,
.effect-20:focus ~ .focus-border i:after,
.has-content.effect-20 ~ .focus-border i:before,
.has-content.effect-20 ~ .focus-border i:after{height: 100%; transition: 0.4s;}
.effect-20 ~ label{position: absolute;left: 18px;top: 10px;color: #aaa;transition: 0.3s;z-index: -1;letter-spacing: 0.5px;}
.effect-20:focus ~ label, .has-content.effect-20 ~ label{top: -22px;left: 0;font-size: 16px;color: #36A1DF;transition: 0.3s;}
.col-12s{float: left;margin: 18px 0;position: relative;padding: 0;}
input[type="text"]{font: 15px/24px "Lato", Arial, sans-serif;color: #333;box-sizing: border-box;letter-spacing: 1px;width: 100%;border-radius: 5px;}


.containers {
    display: block;
    position: relative;
    margin-left: -15px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 35px;
    font-weight: 400;
}
.containers input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0;
	height: 21px;
	width: 21px;
	background-color: #eee;
	border-radius: 50%;
	left: 0;
}
.checkmark2 {
	position: absolute;
	top: 0;
	height: 21px;
	width: 21px;
	background-color: #eee;
	border-radius: 50%;
	margin: 0 0 0 15px;
}
.containers:hover input ~ .checkmark,.containers:hover input ~ .checkmark2 {
	background-color: #ccc;
}
.containers input:checked ~ .checkmark,.containers input:checked ~ .checkmark2 {
	background-color: #2196F3;
}
.checkmark:after,.checkmark2:after {
	content: "";
	position: absolute;
	display: none;
}
.containers input:checked ~ .checkmark:after,.containers input:checked ~ .checkmark2:after {
	display: block;
}
.containers .checkmark:after,.containers .checkmark2:after {
	top: 7px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
input[type=file] {
    display: block;
    width: 100%;
}
input[type=email] {
    display: block;
    width: 100%;
}
.mrg30{
	margin-bottom: 32px;
}
.siparis-btn{
    -moz-box-shadow: inset 0 1px 6px -16px #0081b8;
    -webkit-box-shadow: inset 0 1px 6px -16px #0081b8;
    box-shadow: inset 0 1px 6px -16px #0081b8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #029fe3), color-stop(1, #0088c2));
    background: -moz-linear-gradient(top, #029fe3 5%, #0088c2 100%);
    background: -webkit-linear-gradient(top, #029fe3 5%, #0088c2 100%);
    background: -o-linear-gradient(top, #029fe3 5%, #0088c2 100%);
    background: -ms-linear-gradient(top, #029fe3 5%, #0088c2 100%);
    background: linear-gradient(to bottom, #12401c 5%, #12401c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#029fe3', endColorstr='#0088c2',GradientType=0);
    background-color: #12401c;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #0072a3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 35px;
    text-decoration: none;
    text-shadow: 0 0 18px #029fe3;
}
.siparis-btn:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0088c2), color-stop(1, #029fe3));
    background: -moz-linear-gradient(top, #0088c2 5%, #029fe3 100%);
    background: -webkit-linear-gradient(top, #0088c2 5%, #029fe3 100%);
    background: -o-linear-gradient(top, #0088c2 5%, #029fe3 100%);
    background: -ms-linear-gradient(top, #0088c2 5%, #029fe3 100%);
    background: linear-gradient(to bottom, #12401c 5%, #12401c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088c2', endColorstr='#029fe3',GradientType=0);
    background-color: #12401c;
}
.siparis-btn:active {
    position:relative;
    top:1px;
}
.online-btn {
-moz-box-shadow: inset 0 1px 6px -16px #0081b8;
    -webkit-box-shadow: inset 0 1px 6px -16px #0081b8;
    box-shadow: inset 0 1px 6px -16px #0081b8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #029fe3), color-stop(1, #0088c2));
    background: -moz-linear-gradient(top, #029fe3 5%, #0088c2 100%);
    background: -webkit-linear-gradient(top, #029fe3 5%, #0088c2 100%);
    background: -o-linear-gradient(top, #029fe3 5%, #0088c2 100%);
    background: -ms-linear-gradient(top, #029fe3 5%, #0088c2 100%);
    background: linear-gradient(to bottom, #12401c 5%, #12401c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#029fe3', endColorstr='#0088c2',GradientType=0);
    background-color: #12401c;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #0072a3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 35px;
    text-decoration: none;
    text-shadow: 0 0 18px #029fe3;
}
.online-btn:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0088c2), color-stop(1, #029fe3));
    background: -moz-linear-gradient(top, #0088c2 5%, #029fe3 100%);
    background: -webkit-linear-gradient(top, #0088c2 5%, #029fe3 100%);
    background: -o-linear-gradient(top, #0088c2 5%, #029fe3 100%);
    background: -ms-linear-gradient(top, #0088c2 5%, #029fe3 100%);
    background: linear-gradient(to bottom, #12401c 5%, #12401c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088c2', endColorstr='#029fe3',GradientType=0);
    background-color: #12401c;
}
.online-btn:active {
    position:relative;
    top:1px;
}
.contact-col {
	text-align: center;
	font-size: 20px;
}
.contact-col i {
	font-size: 40px;
	color: #12401c;
	margin: 0 auto 20px;
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.contact-col address {
	font-size: 18px;
	margin: 0;
}
.contact-col * {
	color: #fff;
}
.contact-col:hover i {
	color: #fff;
}
.fa-home:before {
	content: "\f015";
}
.contact-col:hover i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.contact-col i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #12401c;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.text-primary {
    color: #fff;
}

.home-slider .forum-btn{
	transition: box-shadow .3s;
	margin-top: 50px;
	border: 1px solid #029ee3;
	padding: 14px 22px;
	background: #029ee3;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	position: absolute;
	margin: 0;
	z-index: 99;
	font-size: 22px;
	top: 84%;
	left: 10%;
	-webkit-transition: all 1s ease .7s;
	-moz-transition: all 1s ease .7s;
	-ms-transition: all 1s ease .7s;
	-o-transition: all 1s ease .7s;
	transition: all 1s ease .7s;
	-webkit-transform: translateX(-10%);
	-moz-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	-o-transform: translateX(-10%);
	transform: translateX(-10%);
}

.home-slider .buton:hover .forum-btn{
	-webkit-transition: all 0.5s ease .1s;
	-moz-transition: all 0.5s ease .1s;
	-ms-transition: all 0.5s ease .1s;
	-o-transition: all 0.5s ease .1s;
	transition: all 0.5s ease .1s;
}

#loading {
	width: 100vw;
	height: 100vh;
	background: #20232D;
	position: fixed;
	z-index: 999;
}
#loading #preloader {
	position: relative;
	width: 100%;
	height: 80px;
	top: calc(50% - 50px);
	text-align: center;
	margin: 0 auto;
}
#loading #preloader:after {
	/* Text under the circles */
	position: absolute;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	color: #4d515f;
	letter-spacing: 1px;
	font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	top: 90px;
	width: 100%;
	left: 0;
	right: 0;
	height: 1px;
	text-align: center;
}
#loading #preloader span {
	position: absolute;
	border: 8px solid #1791f5;
	border-top: 8px solid transparent;
	border-radius: 999px;
}
#loading #preloader span:nth-child(1) {
	width: 80px;
	height: 80px;
	left: calc(50% - 40px);
	-webkit-animation: spin-1 1s infinite ease;
	-moz-animation: spin-1 1s infinite ease;
	animation: spin-1 1s infinite ease;
}
#loading #preloader span:nth-child(2) {
	top: 20px;
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	-webkit-animation: spin-2 1s infinite ease;
	-moz-animation: spin-2 1s infinite ease;
	animation: spin-2 1s infinite ease;
}

@-webkit-keyframes spin-1 {
	0% {
		-webkit-transform: rotate(360deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: rotate(180deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0deg);
		opacity: 1;
	}
}
@-moz-keyframes spin-1 {
	0% {
		-moz-transform: rotate(360deg);
		opacity: 1;
	}
	50% {
		-moz-transform: rotate(180deg);
		opacity: 0.5;
	}
	100% {
		-moz-transform: rotate(0deg);
		opacity: 1;
	}
}
@keyframes spin-1 {
	0% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}
}
@-webkit-keyframes spin-2 {
	0% {
		-webkit-transform: rotate(0deg);
		opacity: 0.5;
	}
	50% {
		-webkit-transform: rotate(180deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(360deg);
		opacity: 0.5;
	}
}
@-moz-keyframes spin-2 {
	0% {
		-moz-transform: rotate(0deg);
		opacity: 0.5;
	}
	50% {
		-moz-transform: rotate(180deg);
		opacity: 1;
	}
	100% {
		-moz-transform: rotate(360deg);
		opacity: 0.5;
	}
}
@keyframes spin-2 {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 0.5;
	}
	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 0.5;
	}
}
@media(max-width: 767px){
	.col-12s {
		float: none;
		margin: 27px 0;
	}
	.ara-yazi{
		left: 0;
	}
	.home-slider .forum-btn {
		transition: box-shadow .3s;
		border: 1px solid #029ee3;
		padding: 10px 20px;
		background: #029ee3;
		color: #fff;
		font-weight: 600;
		border-radius: 5px;
		position: absolute;
		margin: 0;
		z-index: 99;
		font-size: 15px;
		top: 55%;
		left: 10%;
	}
	.home-slider .baslik2{
		position: absolute !important;
		margin: 0 !important;
		z-index: 99 !important;
		font-size: 22px !important;
		top: 32% !important;
		left: 10% !important;
		font-weight: 500 !important;
	}
	.home-slider .baslik {
		position: absolute !important;
		margin: 0 !important;
		z-index: 99 !important;
		font-size: 28px !important;
		top: 20px!important;
		left: 10% !important;
	}
}