html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input ,textarea
{
	margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #383838;
    position: relative;
    z-index: 1;
}
body {	
	background:#fff;
	color: #383838;

}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#2f4058;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#2f4058;
}
br {
  	content:"";
  	margin:0;
  	display:block;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#2f4058;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#2f4058;
}
* {
  box-sizing:border-box;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#c6c6c6;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#c6c6c6;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#c6c6c6;
}
:-moz-placeholder { /* Firefox 18- */
  color:#c6c6c6;
}
.clear {
    clear:both;
}
h2 {
	font-size: 48px;
    line-height: 1em;
    font-weight: bold;
}
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width:1200px;
    max-width:100%;
	padding-left:15px;
	padding-right:15px;
}
.scrool {
    position: absolute;
    bottom: 60px;
    right: 0px;
    transform: rotate(270deg);
    font-size: 10px;
    z-index: 1;
	cursor:pointer;
}
.scrool i {
    z-index: 1;
    position: absolute;
    bottom: 0px;
    color: rgb(255, 255, 255);
    -webkit-animation: secdownmoving 1000ms linear 0s infinite;
    -o-animation: secdownmoving 1000ms linear 0s infinite;
    animation: secdownmoving 1000ms linear 0s infinite;
    transform: rotate(90deg);
}
@keyframes secdownmoving{
    0%{
        left: 10px;
    }
    50%{
        left: 20px;
    }
    100%{
        left: 10px;
    }
}
.scrool a {
    padding-left: 50px;
	color:#fff !important;
	font-weight:600;
}
.slider	{
	width:100%;
	height:100vh;
	overflow:hidden;	
	}
.slider	img{
	width:100%;
	height:100%;
	object-fit:cover;	
	}











.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	height:64px;
}
.header.dark.fixed {
    background: #191919;
}
.header .logo {
    float: left;
    margin-top: 17px;
}
.header .logo img {
    width: auto;
}
.telefon {
    float: right;
    line-height: 24px;
    font-size: 13pt;
    text-decoration: none;
    font-weight: 600;
    border: 3px solid #fff;
    padding: 4px 20px;
    margin-top: 13px;
    border-radius: 20px;
    color: #fff;
}
.eposta {
    float: right;
    font-size: 11pt;
    text-decoration: none;
    font-weight: 300;
    margin-top: 23px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    letter-spacing: 1px;
    color: #fff;
}


#referanslar {
    padding-top:45px;
    width: 100%;
    float: left;
}
#referanslar .baslik	{
    line-height: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #f9b03e;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .05em;
	text-align:center;
	width:100%;	
    margin-bottom: 17px;
	}
#referanslar .altbaslik	{
    margin: 0;
    text-align: center;
}
#referanslar .altbaslik span {
    color: #ee4266;
	font-size: 48px;
    line-height: 1em;
    font-weight: bold;
}
#referanslar .text {
    color: #717171;
    margin: 19px 0;
    width: 100%;
    text-align: center;
}
.projeler {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.projeler .proje {
    padding: 0 30px;
    width: 50%;
    float: left;
}
.projeler .proje .proje-icerik {
    position: relative;
    margin-bottom: 65px;
    z-index: 1;
}
.projeler .proje .proje-icerik .image {
    position: relative;
    background: #f7f7f7 url(../images/bg-lines.png) 24px repeat;
    background-size: 20.6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.projeler .proje .proje-icerik .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.projeler .proje .proje-icerik .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 2px 2px 5px #0000001a;
	position:relative;
}
.projeler .proje .proje-icerik .title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 27px 0;
}
.projeler .proje a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.proje-icerik:hover .image img {
    -moz-transform: translate(12px, 12px);
    -ms-transform: translate(12px, 12px);
    -webkit-transform: translate(12px, 12px);
    -o-transform: translate(12px, 12px);
    transform: translate(12px, 12px);
}
.projeler .proje:nth-child(12n+2) .proje-icerik .image:before {
    content: "";
    position: absolute;
	top: -101px;
    right: -30px;
    width: 58px;
    height: 73px;
    background-image: url(../images/decor2.png);
    background-size: cover;
    background-position: 50%;
    z-index: -1;	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.projeler .proje:nth-child(12n+5) .proje-icerik .image:before {
    content: "";
    position: absolute;
    top: -97px;
    left: -60px;
    width: 120px;
    height: 113px;
    background-image: url(../images/decor1.png);
	background-size: cover;
    background-position: 50%;
    z-index: -1;	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.projeler .proje:nth-child(12n+8) .proje-icerik .image:before {
    content: "";
    position: absolute;
	top: -101px;
    right: -30px;
    width: 58px;
    height: 73px;
    background-image: url(../images/decor2.png);
    background-size: cover;
    background-position: 50%;
    z-index: -1;	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.projeler .proje:nth-child(12n+9) .proje-icerik .image:before {
    content: "";
    position: absolute;
    top: -97px;
    left: -60px;
    width: 120px;
    height: 113px;
    background-image: url(../images/decor1.png);
	background-size: cover;
    background-position: 50%;
    z-index: -1;	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



@media(max-width:700px) {
.projeler .proje {
    padding: 0 15px;
    width: 100%;
    float: left;
}
.eposta {
    position: fixed;
    font-size: 11pt;
    text-decoration: none;
    font-weight: 300;
    bottom: 0;
    left: 0;
    padding-right: 0;
    border-right: none;
    letter-spacing: 1px;
    color: #fff;
    background: #191919;
    padding: 10px;
    width: 50%;
    text-align: center;
    line-height: 30px;
}
.telefon {
    position: fixed;
    font-size: 11pt;
    text-decoration: none;
    font-weight: 300;
    bottom: 0;
    right: 0;
    padding-right: 0;
    border-right: none;
    letter-spacing: 1px;
    color: #fff;
    background: #4a4848;
    padding: 10px;
    width: 50%;
    text-align: center;
    line-height: 30px;
    border-radius: 0;
    border: 0;
}
h2 {
	font-size: 36px;
    line-height: 1em;
    font-weight: bold;
}








}
