@charset "utf-8";

@import url(/fonts_googleapis_com/css/index.html);
body {
	font-family: 'Open Sans', sans-serif;
}
a {
	-webkit-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
	font-size: x-large;
        display: block;
	
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
        }

    .navbar-nav {
        margin: 0;
        float: none !important;
        }

    .navbar-nav li {
                float: none;
        }

        .navbar-nav li > .dropdown-menu {
                border: 0;
                float: none;
                width: auto;
                position: static;
                box-shadow: none;
                background: inherit;
        }
        .navbar-nav .open .dropdown-menu>li>a {
          color: #fff;
        }
        .navbar-nav .open .dropdown-menu>li>a:hover {
          background: #0a1c4c;
        }
}




header {
	border-bottom: 8px solid #1d5eff
}
.header1 {
	background: #0c2461;
	font-size: 13px;
}
.navbar-header1 {
	margin-right: 0;
}
.navbar-header1>li>a {
	color: #e5e5e5;
	border-radius: 0;
}
.navbar-header1>li>a:hover, .navbar-header1>li>a:focus {
	background: #0a1c4c;
}
.header2 {
	background: #102f7b;
	padding: 15px 0;
}
.navbar-header2 {
	padding-top: 18px;
}
.header2 .logo {
	height: 90px;
}
.navbar-nav>li>a {
	color: #fff;
	font-size: 14px;
}
.navbar-nav>li>a:hover{
	background: #0a1c4c;
}
 .navbar-nav>li>a:focus {
	background: #0a1c4c;
	animation: shake .5s ease-in-out;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: transparent;
}
.dropdown-menu {
	border-radius: 0;
}
.navbar-toggle {
	position: absolute;
	right: 0;
	color: #fff;
	top: 0;
	padding: 0;
}
.dropdown-menu .divider {
  background-color: #f5f5f5;
}

@media (max-width: 767px) {
	.navbar-collapse {
		margin-top: 15px;
	}
	.navbar-nav .open .dropdown-menu>li>a {
	  color: #fff;
	}
	.navbar-nav .open .dropdown-menu>li>a:hover {
	  background: #0a1c4c;
	}
}
@media (min-width: 768px) {
	 .navbar-nav>li>a:focus {
			animation: shake .5s ease-in-out;
		}
}






#slider {
	background: #333;
	margin-top: -8px;
}
#header-slider .item .mesaj {
	position: absolute;
	color: #fff;
	top: 35%;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
}
#header-slider .item .mesaj .spot {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	text-shadow: 0 0 25px rgba(0,0,0,0.75);
}
#header-slider .item .mesaj p {
	text-shadow: 0 0 25px rgba(0,0,0,0.75);
}
#header-slider .item img{
  display: block;
  width: 100%;
  height: auto;
}
.btn-slider {
	border-radius: 0;
	border: 1px solid #fff;
	background: transparent;
	margin-top: 15px;
	color: #fff;
}
.btn-slider:hover {
	border-radius: 0;
	border: 1px solid #fff;
	background: #fff;
	margin-top: 15px;
	color: #3c66b0;
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 8px;
  background: #174bcd;
}
#progressBar{
  width: 100%;
  background: #1d5eff;
}
.owl-controls {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 30px;
}
.owl-theme .owl-controls .owl-page span {
	background: #3c66b0;
}
@media (max-width: 767px) {
	#header-slider .item img {
		min-height: 350px;
	}
	#header-slider .item .mesaj {
		top: 10%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#header-slider .item .mesaj {
		top: 10%;
	}
}



 
#index-menu-2 {
	background: #0e2c76;
	padding: 15px 0;
}

#index-menu-2 .icon {
	height: 40px;
	width: 40px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #0e2c76;
	float: left;
	margin-right: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-menu-2 .link:hover > a .icon {
	border-radius: 100px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 -webkit-transform: rotate(-360deg);
 -moz-transform: rotate(-360deg);
}
#index-menu-2 .baslik {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
#index-menu-2 p {
	color: #dedede;
	margin: 0;
	font-size: 13px;
}
#index-menu-2 .link a {
	text-decoration: none;
}






#proje-slider {
	background: url("/i/index-slider-back3.png") #3c66b0;
	background-size: 120% 100%;
	background-position: top center;
}
#proje-sliders {
	margin: 15px 0;
}

#proje-slider .yonetim {
	height: 210px;
	display: table-cell;
	background: url("/i/index-slider-back2.png");
}

#proje-sliders .item {
  background: #234256;
  position: relative;
  padding: 1px;
  margin: 0px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
}
#proje-sliders .item .isim{
	position: absolute;
	-webkit-transition: .0.5s;
  -ms-transition: .0.5s;
  -moz-transition: .0.5s;
  -o-transition: .0.5s;
  transition: .0.5s;
	left: 0;
	padding: 10px;
	visibility: hidden;
	bottom: 0;
	width: 100%;
	font-weight: bold;
	background-color: #000000;
  background-color: rgba(42,72,126,0.4);
  text-align: left;
  -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.44);
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.44);
} 
#proje-sliders .item:hover > .isim {
	visibility: visible;
}
#proje-slider .yonetim{
  text-align: center;
}
#proje-slider .yonetim .baslik {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
}
#proje-slider .yonetim p {
  color: #fff;
  padding-bottom: 15px;
  margin: 0;
}
#proje-slider .yonetim a {
	background: #efefef;
	color: #3b4966;
	height: 30px;
	width: 30px;
	line-height: 15px;
	margin-right: 5px;
	border-radius: 0;
	margin-top: 25px;
	border-radius: 100px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 -webkit-transform: rotate(-360deg);
 -moz-transform: rotate(-360deg);
}
#proje-slider .yonetim a:hover {
	background: #3b4966;
	color: #fff;
}
@media (max-width: 767px) {
	 #proje-slider .yonetim {
	 	height: auto;
	 	background:none;
	 }
}










#index-hakkimizda {
	background: #f5f5f5;
	padding: 50px 0 120px 0;
}
#index-hakkimizda .metiner {
	background: #3c66b0;
	padding: 5px 13px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
}
#index-hakkimizda h1 {
	font-weight: bold;
}
#index-hakkimizda h2 {
	font-weight: bold;
	margin-bottom: 20px;
}
#index-hakkimizda .fa {
	background: #3c66b0;
	padding: 15px;
	color: #fff;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-hakkimizda .spot {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
#index-hakkimizda .detay:hover > .fa {
	border-radius: 100px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 -webkit-transform: rotate(-360deg);
 -moz-transform: rotate(-360deg);
}

.btn-index-hakkimizda {
	background: #282828;
	position: relative;
	border-radius: 0;
	color: #fff;
	border-bottom: 2px solid #3c66b0;
	z-index: 5;
}
.btn-index-hakkimizda:hover {
	color: #fff153;
}
.btn-2 {
	position: absolute;
	left: 15px;
	z-index: 4;
	font-size: 11px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-index-hakkimizda:hover + .btn-2 {
	left: 120px;
	border-radius: 0;
}






#index-iletisim {
	background: #3c66b0;
	padding: 20px 0;

}
#index-iletisim .resim {
	position: absolute;
	float: left;
	width: 16.66666667%;
	bottom: -20px;
	left: 15px;
}

#index-iletisim .spot {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 220px;
}
#index-iletisim p {
	color: #fff;
	margin-left: 220px;
}
.btn-index-iletisim {
	background: #fff;
	border-radius: 0;
	margin-top: 30px;
	float: right;
	color: #111;
	font-weight: 600
}
.btn-index-iletisim:hover {
	background: #efefef;
}
@media (min-width: 768px) and (max-width: 991px) {
		#index-iletisim .spot {
		margin-left: 0px;
	}
	#index-iletisim p {
		margin-left: 0px;
	}
}
@media (max-width: 767px) {
		#index-iletisim .spot {
		margin-left: 0px;
	}
	#index-iletisim p {
		margin-left: 0px;
	}
}





#sayfa-header {
	background: #ffF;
	padding: 30px 0;
	background: url("/i/index-slider-back3.png") #3c66b0;
	background-size: 120% 100%;
	background-position: top center;
}
#sayfa-header h1 {
	color: #fff;
	margin: 0;
	font-weight: 600
}
#sayfa-header .breadcrumb {
 background: transparent;
 padding-left: 0;
 margin-bottom: 0;
}
#sayfa-header .breadcrumb>li>a {
	color: #fff;
}
#sayfa-header .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\00bb";
}
#sayfa-header .breadcrumb>.active {
  color: #d9d9d9;
}
#sayfa {
	padding: 30px 0;
}
#sayfa .proje-ozellikler {
	background: #fed204;
	padding: 15px;
}
#sayfa .proje-ozellikler .baslik {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold
}
#sayfa .proje-ozellikler .ozellik {
	font-weight: bold;
	margin-bottom: 15px;
}
#sayfa .proje-ozellikler .ozellik:last-child {
	margin-bottom: 0;
}
.on-tek-bas {
	padding: 20px 0px;
	margin: 0 0 30px 0;
}
.on-tek-bas:after {
	content: "";
	position: absolute;
	display:table-cell;
	height: 3px;
	width: 15%;
	margin-top: 10px;	
	background: #0f2f7a;
}
.btn-form {
	border-radius: 0;
	background: transparent;
  border: 1px solid #c5c5c5;
	color: #172743;
}
.btn-form:hover {
	color: #fff;
	background: #274271
}
.ile-kutu {
  background: transparent;
  border: 1px solid #c5c5c5;
  height: 120px;
  padding: 15px;
  color: #274271;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: default;
}
.ile-kutu:hover {
	background: #274271;
	color: #fff;
}
.ile-kutu:hover > p > a {
	color: #fff;
}
.ile-kutu a {
	color: #274271;
}
#proje-detay-slider {
	margin-bottom: 30px;
}
#proje-detay-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.proje {
	margin-bottom: 15px;
	position: relative;
}
.proje1 {
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #111;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
}
.proje h4 {
	position: absolute;
  left: 36px;
  bottom: 87px;
  opacity: 0;
  color: #fff;
  z-index: 99;
  text-transform: uppercase;
  margin: 0;
  width: 70%;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
}
.proje .devam {
  position: absolute;
  left: 36px;
  bottom: 32px;
  opacity: 0;
  z-index: 99;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
}
.proje1 h4:before{
    display: none;
}
.proje:hover .proje1{
    opacity: 0.5;
}
.proje:hover h4, .proje:hover .devam {
    opacity: 1;
}





#iletisim-formu {
	padding: 30px 0;
}
#iletisim-formu h2 {
	font-weight: 600;
}
.iletisim-form-header {
	margin-bottom: 15px;
}
#iletisim-formu input, #iletisim-formu textarea {
	border-radius: 0;
}




footer {
	background: #2f2f2f;
	color: #d5d5d5;
	font-size: 13px;
}
footer .table {
	margin-bottom: 0;
}
footer .footer-tek {
	display: table-cell;
	width: 33.33%;
	padding: 30px 40px;
	border-right: 1px solid #434343
}
footer .footer-tek:first-of-type {
	padding-left: 0;
}
footer .footer-tek:last-of-type {
	border-right: none;
	padding-right: 0;
}
footer .header {
	margin-bottom: 50px;
	height: 40px;
}
footer .header .logo {
	float: left;
	margin-right: 15px;
}
footer .header .baslik {
	color:  #f5f5f5;
	font-weight: bold;
	font-size: 18px;
}
footer .linkler {
	padding-left: 0;
  list-style-type: none;
}
footer .linkler>li {
	margin-bottom: 15px;
}
footer .linkler>li>a {
	color: #d5d5d5;
}
footer .linkler>li>a:hover {
	color: #689af3;
	text-decoration: none;
}
footer .iletisim {
	margin-bottom: 15px;
}
footer .iletisim i {
	margin-right: 10px;
}
.footer2 {
	border-top: 1px solid #434343;
	padding: 20px 0;
}
.navbar-sosyal>li>a {
	background: #fff;
	border-radius: 0;
	font-size: 11px;
	color: #3c66b0;
}
.navbar-sosyal>li>a:hover {
	background: #3c66b0;
	border-radius: 0;
	color: #fff;
}
@media (max-width: 767px) {
	footer .footer-tek {
		display: block;
		padding: 0;
		width: 100%;
		border-right: 0;
		margin-bottom: 15px;
	}
	footer {
		padding: 20px 0;
	}
	footer .header {
		height: auto;
		margin-bottom: 15px;
	}
}


.relative {
	position: relative;
}
.table {
	display: table;
}
.alt-bosluk-30 {
	margin-bottom: 30px;
}
.btn {
	border-radius: 0px;
	outline: 0 !important;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-10px);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(-10px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
	.xs-text-center {
		text-align: center;
	}
	.xs-alt-bosluk-15 {
		margin-bottom: 15px;
	}
	.xs-alt-bosluk-30 {
		margin-bottom: 30px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sm-alt-bosluk-30 {
		margin-bottom: 30px;
	}
}

