@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Russo+One');

html, body {
    height: 100%;
	font-family: 'Josefin Sans', sans-serif;
	font-size:14px;
}
a{
	text-decoration:none;
}
.josefin{ font-family: 'Josefin Sans', sans-serif; }
.russo{ font-family: 'Russo One', sans-serif; }
.fixed{
	position:absolute;
	z-index:9999999;
	position: fixed;
	top:5%;
	left:10%;
}
h1{
	font-size:32px;
}
h2{
	font-size:18px;
	font-weight:bold;
}
header{           
            // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            position:fixed;
            width:100%;
            z-index:99999999;
        }
        header.sticky {
            position: fixed;
            width: 100%;
            text-align: left;
            padding-left: 20px;
            z-index:99999999;
            box-shadow: 2px 1px 3px #8f8f8f;
            background-color:#f0f0f0;
        }
        header>.logo{
          margin-left:10%;
          margin-top:1%;
        }
        header.sticky>.logo{
          margin-left:10%;
          margin-top:5px;
            margin-bottom:2px;
        }
        header>.logo>img{
           margin-top:0px;
            // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;

        }
        header.sticky>.logo>img{
            margin-top:1px;
        }
        header>.navi{
          float:right;
          margin-top:3%;
        }
        header.sticky>.navi{
          margin-top:20px;
        }

        header>.navi>.navbuton{
           
        margin-bottom:5px;
        margin-top:0px;
        text-align:right!important;
            width:100%;
            // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            float:right!important;
        }
         header.sticky>.navi>.navbuton{
           
        margin-bottom:0px;
        margin-top:0px;
        text-align:right!important;
        }
.navbuton{
  font-size:24px;
  cursor:pointer;
  float:right;
  top:7%;
  right:10%;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.giris{
	display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
	background:#f0f0f0;
	color:#163f4a;
	font-family: 'Josefin Sans', sans-serif;
  z-index:1;
	
}
.giris .container{
	text-align:center;
  z-index:1;
}
.giris .container p{
	margin-top:25px;
	text-align:center;
	font-size:18px;
  z-index:1;
}
.giris .container img{
	margin-top:17em;
  z-index:1;
}

.hakkimizda{
	display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
	background:#FFF;
	color:#1f2837;
}
.hakkimizda .container{
	margin-top:10em;
}
.hakkimizda .container span{
	margin-top:30em;
	font-size:30px;
}
.hakkimizda .container img{
	width:80%;
}

.hizmetlerimiz{
	display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
	background:#f0f0f0;
	color:#1f2837;
}
.hizmetlerimiz .container{
	margin-top:6em;
	margin-bottom:6em;
}
.hizmetlerimiz .container span{
	margin-top:30em;
	font-size:30px;
}

.clients{
	display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
	background:#FFF;
	background-repeat: no-repeat;
	color:#1f2837;
}
.clients .container{
	margin-top:5em;
}
.clients .container span{
	margin-top:20em;
	font-size:30px;
}
.clients .container .client{
	padding-top:15px;
	padding-bottom:15px;
	min-height:130px;
	text-align:center;
	padding-top:30px;
}
.clients .container .client img{
	width:95%;
}
.clients .container .client:hover{
	background:#f0f0f0;
}

.iletisim{
	display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
	background:#f0f0f0;
	color:#1f2837;
}
.iletisim .container{
	margin-top:11em;
  margin-bottom:11em;
}
.iletisim .container span{
	margin-top:30em;
	font-size:30px;
}
.iletisim .container i{
	font-size:24px;
	margin-right:10px;
}
.iletisim .container .facebook{	color:#3b5998; }
.iletisim .container .twitter{	color:#55acee; }
.iletisim .container .instagram{	color:#125688; }
.iletisim .container .linkedin{	color:#007bb5; }
@media screen and (max-width: 720px) {
	.giris .container img{
		margin-top:15em;
		width:70%;
	}
	.hakkimizda .container{
		margin-top:3em;
	}
	.hakkimizda .container img{
		width:100%;
	}
	.iletisim .container{
		margin-top:3em;
	}
	
	#menu .menuler ul {
		margin-top:7em;
	}
	
	h1{
		font-size:25px;
	}
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

  header{           
            // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            position:fixed;
            width:100%;
            z-index:99999999;
        }
        header.sticky {
            position: fixed;
            width: 100%;
            text-align: left;
            padding-left: 20px;
            z-index:99999999;
            box-shadow: 2px 1px 3px #8f8f8f;
            background-color:#f0f0f0;
        }
        header>.logo{
          margin-left:0;
          margin-top:5%;
        }
        header.sticky>.logo{
           margin-left:0;
          margin-top:5px;
            margin-bottom:2px;
        }
        header>.logo>img{
           margin-top:0px;
            // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;

        }
        header.sticky>.logo>img{
            margin-top:1px;
        }
        header>.navi{
          float:right;
          margin-top:8%;
        }
        header.sticky>.navi{
          margin-top:20px;
        }

        header>.navi>.navbuton{
           
        margin-bottom:5px;
        margin-top:0px;
        text-align:right!important;
            width:100%;
            // set animation
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            float:right!important;
        }
         header.sticky>.navi>.navbuton{
           
        margin-bottom:0px;
        margin-top:0px;
        text-align:right!important;
        }
}

.gray-bg {
    background-color: #f7f7f7;
}
.relative {
    position: relative;
}
.text-center {
    text-align: center;
}
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.service-1 {
  margin-bottom: 1px;
  margin-right: 1px;
  min-height: 300px;
  z-index: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-1 i {
  font-size: 48px;
}
.service-1 .desc {
  background-color: rgba(255, 255, 255, 0.9);
  height: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-1:hover {
  z-index: 1;
}
.service-1:hover .desc {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  opacity: 1;
}

.service-2 {
  margin-bottom: 70px;
  margin-right: 30px;
  padding: 10px 10px 10px 120px;
  position: relative;
  z-index: 0;
}
.service-2 .shade-text {
  bottom: 130px;
  color: #f7f7f7;
  font-size: 65px;
  font-weight: 700;
  left: 50px;
  line-height: 60px;
  opacity: 0.87;
  position: absolute;
  z-index: -1;
}
.service-2 .icon {
  color: rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 180px;
  margin-left: -50px;
  margin-bottom: 70px;
}


/* short code */

.clear-padding{padding:0px!important;}
.padding-5{padding:5px!important;}
.padding-10{padding:10px!important;}
.padding-left-5{padding-left:5px!important;}
.padding-left-10{padding-left:10px!important;}
.padding-right-5{padding-right:5px!important;}
.padding-right-10{padding-right:10px!important;}

.margin-left-5{margin-left:5px;}
.margin-right-5{margin-right:5px;}




