@charset "UTF-8";
body {
    font-family: 'Open Sans', sans-serif;
}
div, span, img, p, input, textarea, a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logoback {
	display: block;
	float: left;
	position: absolute;
	top: -38px;
}
.mobilelogo {
	display: none;
}
.top {
	width: 100%;
	float: left;
	height: 100vh;
	position: relative;
	overflow:  hidden;
}
.menuback {
	background-color: #f1f1f1;
	padding: 46px 100px;
	width: 100%;
	float: left;
	margin-top: 38px;
	position: fixed;
	z-index:  9999;
	top: 0px;
	border-top: 1px solid #3aa2b8;
	border-bottom: 1px solid #3aa2b8;
}
.about-hidden {
	display: none;
	width: 100%;
	float: left;
	margin-top: 10px;
}
.menuall {
	width: 100%;
	float: right;
	text-align:  right;
}
i.social {
	font-size: 14px;
	margin-left: 10px;
	color: #3aa2b8;
}
.mainmenul li {
    display: inline-block;
    position: relative;
}
.menuall a {
    font-size: 12px;
    color: #3aa2b8;
    display: inline-block;
    padding: 0px 10px;
    text-decoration: none;
}
.borderit {
    border-right: 1px solid #c5c5c5;
}
.projectsall {
	width: 100%;
	float: left;
	padding: 0px 100px 100px 100px;
	background-color: #fff;
}
.mainmenul ul {
    float: left;
    width: 150%;
    margin-left: -25%;
    padding: 10px;
    border-top: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 40px;
    z-index: 9999;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.mainmenul ul::before {
    font-family: FontAwesome;
    content: "\f0d8";
    font-size: 40px;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -27px;
    width: 100%;
    text-align: center;
    margin-left: -10px;
}
.mainmenul li li {
    float: left;
    width: 100%;
    text-align: center;
}
.mainmenul li li a:hover {
    color: #ffffff;
    background-color: #bc5038;
}

.mainmenul li li a {
    color: #868686;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    font-weight:  normal;
    padding: 5px 0px;
    transition: 500ms all;
    border-bottom: 1px dotted #d2d2d2;
}
.title {
	position: absolute;
	bottom: 80px;
	right: -20px;
	-moz-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	background-color: #3aa2b8;
	color:  #fff;
	width: 50%;
	padding: 20px 50px;
}
.content {
	width: 100%;
	padding: 0px 100px;
	float: left;
	position:  relative;
}
.aboutus {
	padding: 50px 0px;
	width: 100%;
	float: left;
	margin-top:  50px;
	margin-bottom: 50px;
}
.titlediv {
	width: 50%;
	position: relative;
	display: table-cell;
	vertical-align: text-bottom;
}
.titlediv2 {
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom:  50px;
}
.titlediv::after {
	content:"";
	width: 250px;
	border-bottom: 1px dashed #3aa2b8;
	height: 5px;
	float: left;
	position: absolute;
	bottom: 50%;
	right: -80px;
	transform: rotate(90deg);
}
.titleup {
	display: block;
	float: none;
	margin: auto;
	width: 70%;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	background-color: #3aa2b8;
	padding: 20px 10px;
}
.projectslist {
	float: left;
	width: 100%;
}
.titledown {
	display: block;
	float: none;
	margin: auto;
	width: 70%;
	text-align: center;
	font-size: 18px;
	color: #3aa2b8;
	padding-left: 20px;
	padding-top: 20px;
}
.explaindiv {
	width: 50%;
	font-size:  12px;
	color: #848484;
	display: table-cell;
	vertical-align:  middle;
	line-height:  25px;
	text-align:  right;
}
.company {
	width: 100%;
	float: left;
	padding: 200px 100px;
	background-image: url(img/back.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.companytext {
	width: 50%;
	float: right;
	text-align: right;
	font-size:  12px;
	color: #ffffff;
	line-height:  25px;
	position: relative;
}
.companytext:before {
	content: "";
	width: 200px;
	height: 5px;
	border-bottom: 1px solid #f1f1f1;
	position: absolute;
	top: -40px;
	right: 0px;
}
a.morelink {
	display: block;
	float: right;
	text-decoration: none;
	color: #3aa2b8;
	font-weight: bold;
	font-size: 12px;
	margin-top:  30px;
	}
.eachservice {
	width: 50%;
	float: left;
}
.servicesdiv {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.servicesdiv img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
.servicestitle {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #3aa2b8;
}
.servicesexplain {
	width: 100%;
	float: left;
	display: block;
	font-size: 12px;
	color: #848482;
	text-align:  justify;
}
.borderspaceright {
	border-right: 15px solid #fff;
}
.borderspaceleft {
	border-left: 15px solid #fff;
}
.borderspaceboth {
	border-right: 7.5px solid #fff;
	border-left: 7.5px solid #fff;
}
.paddingform {
	background-image: url(img/contactback.jpg);
	background-position: center center;
	background-size: auto 100%;
	padding: 40px;
}
.paddingform input {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
	background-color:  transparent;
	border: 1px dotted #ccc;
	margin-top:  20px;
}
.paddingform textarea {
	width: 100%;
	float: left;
	display: block;
	height: 100px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
	padding:  10px;
	background-color:  transparent;
	border: 1px dotted #ccc;
}
.paddingform a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 10px 50px;
	background-color: #e14523;
}
.projects {
	width: 100%;
	float: left;
	background-color:  #fff;
	background-image: url(img/bgprojects.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}
.projecttext {
	width: 25%;
	float:  left;
	display:  block;
	margin-top: 300px;
	margin-bottom:  200px;
	font-size: 12px;
	color: #848482;
	text-align: justify;
}
.projecttext a {
    float: left;
    display: block;
    text-decoration: none;
    color: #e14523;
    font-weight: bold;
    font-size: 12px;
    margin-top: 30px;
    padding: 10px 50px;
    width:  100%;
    border: 1px dotted #e14523;
	transition: all 500ms;
}
.projecttext a:hover {
	background-color: #e14523;
	color: #fff;
}
.footerdiv {
	width: 100%;
	float: left;
	padding: 100px 100px;
	background-image: url(img/bgfooter.jpg);
	background-position: center center;
	background-size: 100% auto;
}
.eachfooter {
	width: 25%;
	float: left;
}
.footertitle {
	font-size: 12px;
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 5px;
	color: #3aa2b8;
}
.footertitle2 {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.footertitle2::after {
	content:"";
	display: block;
	width: 100px;
	border-bottom: 1px solid #3aa2b8;
	margin-top: 10px;
}
.footertext {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #fff;
	margin-bottom:  30px;
}
.infofooter {
	font-size: 12px;
	color: #fff;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.infofooter i {
	font-size: 18px;
}
.eachfooter img {
	width: 80%;
	height: auto;
	margin-top:  20px;
	vertical-align: middle;
	float:  left;
}
.eachfooter2text {
	width: 100%;
	height: auto;
	vertical-align: middle;
	float:  left;
	clear:  left;
	margin-top: 20px;
}
.footertitle3 {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	margin-top:  10px;
}
.footerexplain2 {
	width: 100%;
	float: left;
	display: block;
	font-size: 12px;
	color: #fff;
}
.eachfooter a {
	color: #ffffff;
	border-radius: 50px;
	background-color: transparent;
	border: 1px dotted #fff;
	width: 50px;
	height: 50px;
	display:  block;
	float:  left;
	line-height:  50px;
	text-align:  center;
	margin-right:  10px;
	transition: all 500ms;
}
.eachfooter a:hover {
	background-color: #fff;
	color: #000;
}
a.footer i {
	font-size:  16px;
}
.eachfooter input, .eachfooter textarea {
	display: block;
	float: left;
	width: 100%;
	color: #fff;
	padding: 10px;
	background-color: transparent;
	border: 1px dotted #ccc;
	font-size:  12px;
}
.eachfooter input {
	margin-bottom: 10px;
}
.eachfooter textarea {
	height: 150px;
}
textarea:focus, input:focus{
    outline: none;
}
.map {
	width: 100%;
	float: left;
	height: 500px;
}
input.submit {
	text-decoration: none;
	font-size: 14px;
	float: right;
	display: block;
	border: 1px dotted #fff;
	height:  auto;
	width: auto;
	line-height:  normal;
	padding: 10px 50px;
	border-radius: 0px;
	margin-right:  0px;
	margin-top: 10px;
	cursor:  pointer;
	transition: all 500ms;
}
input.submit:hover {
	background-color: #fff;
	color: #000;
}
.vekaletdiv {
	font-size: 12px;
	float:  left;
	width: 100%;
	display: none;
	padding: 50px 100px;
}
.vekaletdiv a {
	display: block;
	font-size: 14px;
	color: #bc5038;
	font-weight: bold;
	float:  left;
	margin-right:  20px;
	text-decoration:  none;
}
@media screen and (max-width:1024px) {
	.menuback {
		display: none;
	}
	.top {
    background-size: auto 100%;
}
	.title {
    width: 90%;
}
	.content {
    padding: 0px 10px;
    background-color:  #fff;
}
	.aboutus {
    padding: 10px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
	.eachfooter img {
    width: 100%;
}
	.titlediv {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}
	.titlediv::after {
	display: none;
}
	.titleup {
    text-align: center;
}
	.titledown {
    text-align: center;
}
	.explaindiv {
    width: 100%;
    margin-top: 20px;
    float: left;
    text-align: center;
}
	.company {
    width: 100%;
    padding: 50px;
}
	.companytext {
    background-color: rgba(169, 105, 60, 0.45);
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    color: #fff;
}
	.companytext:before {
    display: none;
}
	.borderspaceright, .borderspaceleft, .borderspaceboth {
    border: none;
}
.eachservice {
    width: 100%;
    float: left;
}
	.servicesdiv {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}
	.projecttext {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
	.footerdiv {
    padding: 50px 10px;
    background-size: auto 100%;
}
	.eachfooter {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
	.eachfooter a {
    display: inline-block;
    float: none;
}
.mobilelogo {
    display: block;
    left: 50px;
    top: -10px;
}
	.projects {
		background-image: none;
}
	.footertitle2::after {
    margin-left: auto;
    margin-right: auto;
}
.vekaletdiv {
    padding: 50px 10px;
}
}
@media screen and (max-width: 1024px) and (orientation:landscape) {
.projecttext {
    margin-top: 300px;
}
}@media print {
	div.content {
		display: none;
	}
	div.footerdiv {
		display: none;
	}
	div.projects {
		display: none;
	}
	div#harita {
		display: none;
	}
	div.top {
		display: none;
	}
	div.company {
		display: none;
	}
	.vekaletdiv a {
		display: none;
	}
	    .vekaletdiv {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
		z-index: 9999;
    }
}