html {

}

body {
	font-family: 'Nunito Sans', sans-serif;
	color:#575757;
	font-size:15px;
	font-weight:400;
	line-height: 22px;
}

a,
a:hover,
a:focus,
a:active{
	text-decoration:none;
	color:#575757;
}
header{
}
button {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.navbar-brand {
    height: auto;
    padding: 0;
    z-index: 9;
}
.navbar-nav{
	margin-top:40px;
}
.navbar-nav.nav>li>a {
    display: block;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-align:center;
    padding-top: 12px;
    padding-bottom: 8px;
    padding: 5px 15px 5px 15px;
    text-shadow: none;
}
.navbar-nav.nav>li>a>span {
    display: block;
    font-size: 11px;
    color: #8f8f8f;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	text-align:center;
}
.navbar-nav.nav>li>a:hover,
.navbar-nav.nav>li>a:focus,
.navbar-nav.nav>li>a:active,
.navbar-nav.nav>li.active>a{
	background-color:transparent;
	color: #009fe3;
}
.navbar-nav.nav>li.active>a:before,
.navbar-nav.nav>li>a:hover:before,
.navbar-nav.nav>li>a:focus:before,
.navbar-nav.nav>li>a:active:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:11px;
	height:11px;
	z-index:99;
	background-image:url(../images/nav-before.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.navbar-nav.nav>li.active>a:after,
.navbar-nav.nav>li>a:hover:after,
.navbar-nav.nav>li>a:focus:after,
.navbar-nav.nav>li>a:active:after{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:11px;
	height:11px;
	z-index:99;
	background-image:url(../images/nav-after.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
.dropdown:hover .dropdown-menu{
	display:block;
}
.dropdown-menu{
	padding:0;
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	min-width:200px;
}
.dropdown-menu>li>a {
    font-size: 14px;
    font-weight:500;
    color: #3d3d3d;
    padding: 15px 20px;
    background-color: #fff;
}
.dropdown-menu>li{
	border-bottom: 1px solid #ecf0f1;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #253c68;
	background-image: none;
	background-color: #f5f7f8;
}
.dropdown-menu>li:last-child{
	border-bottom:none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 180px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.navbar-toggle {
    border: 1px solid #253c68;
    border-radius: 0;
    margin-top: 8px;
}
.navbar-toggle .icon-bar {
    background-color: #253c68;
}
.topBar{background: #009fe3;color: #fff;}
.topBar .topContact{
	float:left;
}
.topBar .topContact ul{
	margin-bottom:0;
}
.topBar .topContact ul li{
	padding: 0px 15px;
	font-size: 15px;
	font-weight: 500;
}
.topBar .topContact ul li:first-child{
	padding-left:0;
}
.topBar .topContact ul li:last-child{
	border-right:0;
}
.topBar .social-icons{
	float:right;
}
.topBar .social-icons > li {
  padding-top: 2px;
  padding-bottom: 0px;
}
.topBar  li  a {
  background-color: transparent;
  color: #fff;
}
.topBar  .social-icons > li > a:hover, 
.topBar  .social-icons > li > a:focus {
  background-color: transparent;
}
.social-icons {
  margin-bottom: 0;
}
.social-icons > li {
  padding: 0 2px 2px 2px;
}
.social-icons > li > a {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background-color: transparent;
  color: #fff;
}
.social-icons > li > a i {
  font-size: 18px;
}
.social-icons > li > a:hover, .social-icons > li > a:focus {
}

.social-icons-fullrounded > li > a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.social-icons-small > li > a {
  width: 20px;
  height: 20px;
  line-height: 15px;
}
.social-icons-small > li > a i {
  font-size: 15px;
}

/* Slider
----------------------------------------------------------*/


.rev_slider .tp-caption {
    white-space: nowrap;
    font-size: 58px;
    font-weight: 400;
    color: #fff;
    visibility: inherit;
    transition: none;
    line-height: 60px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.rev_slider .tp-caption span{
	font-weight:700;
	
}
.rev_slider .ot-btn {
  margin-bottom: 0!important;
  width: 155px;
}
.rev_slider .thin-text {
  font-weight: 100;
}

.slider-home-1 .tparrows{
  background: transparent;
}
.slider-home-1 .tparrows:hover {
  background: transparent;
}
.slider-home-1 .tparrows:before {
  content: "";
  display: block;
  width: 20px;
  height: 37px;
}
.slider-home-1 .tparrows.tp-leftarrow:before{
  content: "";
  background: url("../assets/Left.png");
}
.slider-home-1 .tparrows.tp-rightarrow:before{
  content: "";
  background: url("../assets/Right.png");
}
.rev-scroll-btn {
  z-index: 7;
  border-color: rgba(255, 255, 255, 0.3);
  border-style: solid;
  border-width: 2px;
  border-radius: 23px 23px 23px 23px;
  box-sizing: border-box;
}
.rev-scroll-btn span {
  border-radius: 100%;
  background: rgba(225, 255, 255, 0.9);
}
.tp-kbimg-wrap img {
  width: auto!important;
  height: 100%!important;
}
#slider{
	position:relative;
}

.hizmetlerWrapper{
	background-image:url(../images/hizmet-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
}

.serviceItem{

}
.serviceItem:hover{
	border-color:#043c71;
}
.serviceItem .service-thumb {
    position: relative;
    overflow: hidden;
}
.thumbSquare{
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border:5px solid #fff;
}

.serviceItem .service-thumb .hover-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 159, 227, 0.45);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.serviceItem .service-thumb .hover-action a {
  color: #fff;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.serviceItem .service-thumb .hover-action a i {
  width: 40px;
  height: 40px;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  line-height: 40px;
  font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgb(0, 159, 227);
}
.serviceItem .service-thumb:hover .hover-action {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.serviceItem .serviceContent{
    min-height: 50px;
    overflow: hidden;
    font-size: 16px;
    line-height:24px;
    font-weight: 700;
    color: #333333;
    padding-top: 5px;
    background-color:#f4f4f4;
    padding-left: 15px;
    padding-top: 12px;
    border-left:4px solid #d2d2d2;
    border-right:4px solid #d2d2d2;
    border-bottom:4px solid #d2d2d2;
}
.serviceItem:hover .serviceContent a{
	color:#009fe3;
}
.serviceContent .incele{
	font-size:12px;
	color:#3d3d3d;
	font-weight:300;
	display:inline-block;
	border:1px solid #b4b4b4;
	line-height:16px;
	padding:2px 10px;
	font-style:normal;
}
.serviceContent .incele:hover{
	border-color:#253c68;
	background-color:#253c68;
	color:#fff;
}


.haberItem{
	
}
.haberItem:hover{
	
}
.haberItem .service-thumb {
    position: relative;
    overflow: hidden;
}

.haberItem .service-thumb .hover-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 159, 227, 0.45);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.haberItem .service-thumb .hover-action a {
  color: #fff;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.haberItem .service-thumb .hover-action a i {
  width: 40px;
  height: 40px;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  line-height: 40px;
  font-size: 26px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.haberItem .service-thumb:hover .hover-action {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.haberItem .haberContent{
    min-height: 70px;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #3d3d3d;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 4px solid #e4e4e4;
    border-bottom: 4px solid #e4e4e4;
    border-right: 4px solid #e4e4e4;
}
span.date{
	background-color:#253c68;
	color:#fff;
	padding:7px 10px;
	font-size:13px;
}
.haberItem span.date{
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	padding:3px 10px;
}
.haberContent a{
	font-size: 17px;
	color: #333333;
	font-weight: 700;
}
.haberContent a:hover{
	color:#253c68;
}
.haberContent a.devami{
	color: #009fe3;
	font-size:13px;
	font-weight:500;
	float: right;
}
.haberContent a.devami:hover{
	color:#253c68;
}

.greybg{
	background-color:#f9f9f9;
}

.tumunuGor{
	display:block;
	text-align:center;
	font-size:13px;
	color:#e62732;
	font-weight:700;
}
.tumunuGor:hover{
	color:#323232;
}
.copyrightWrapper{
	background-color:#fff;
	color:#0069b4;
	padding:10px 0;
	font-size:12px;
	font-weight:600;
}
footer{
	background-color: #e4e4e4;
	font-size: 14px;
	color: #333333;
}
footer hr{
	border-color:#565656;
	margin-top:30px;
	margin-bottom:30px;
}
.widget-contact-info li{
	line-height: 20px;
	overflow:hidden;
}
.widget-contact-info.grid-2 li{
	width:48%;
	display:inline-block;
}
.widget-contact-info li:last-child{
	border-bottom:0;
}
.widget-contact-info li a{
	color: #333333;
	font-size: 16px;
}

.widget-contact-info li i{
	width:30px;
	/* height: 55px; */
	float:left;
	margin-right:10px;
	text-align: center;
	margin-top: 5px;
	font-size: 16px;
}
.footerContact{
	font-size:12px;
	font-weight:600;
}
.footerContact i{
	color:#0069b4;
	float: left;
	width: 15px;
	height: 30px;
	padding-top: 5px;
	font-size: 14px;
}
.footerSocial .social-icons{
	float:right;
}
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 300;
}
h1{
	font-size:16px;
	color:#253c68;
	font-weight:500;
}


.heading-content{
	background-image:url(../images/title-bg.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:inline-block;
	margin: 0 auto;
	text-align:center;
	font-size:31px;
	font-weight:400;
	color:#333333;
	padding-left:35px;
	position:relative;
	height:70px;
	padding-top: 11px;
}
.heading-content span{
	display:block;
	font-weight:700;
	font-size: 14px;
	color:#278fd8;
	text-align: left;
}
h2.heading-title{
	font-size:19px;
	color:#3d3d3d;
	font-weight:700;
	border-bottom:4px solid #253c68;
	padding: 0 15px 5px 15px;
	font-style:italic;
	float:left;
	position:relative;
}
h2.heading-title:after{
	content: "\f0d7";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 32px;
	font-size: 20px;
	position:absolute;
	bottom: -15px;
	left: 35px;
	color: #253c68;
}
.float-none{
	float:none !important;
}
h4{
	font-size: 17px;
	font-weight:700;
	border-bottom: 1px solid #999;
	padding: 0 15px 5px 15px;
	position:relative;
	color: #333333;
	margin-bottom: 25px;
}
h4:after{
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	position:absolute;
	bottom: -2px;
	left: 35px;
	color: #fff;
	width: 80px;
	height: 3px;
	background-color: #0069b4;
}

.btn-red {
    background-color:#e3000f;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px;
    border: 0;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0;
}
.table>thead>tr{
	background-color:#e30613;
	color:#fff;
}

.table>tbody>tr{
	font-size:13px;
	font-weight:400;
	color:#3c3c3c;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0;
}

.referansBox .referansLink{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1181c+0,c00206+99,c00206+100 */
background: rgb(225,24,28); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMTgxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2MwMDIwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMDAyMDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(225,24,28,1) 0%, rgba(192,2,6,1) 99%, rgba(192,2,6,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(225,24,28,1) 0%,rgba(192,2,6,1) 99%,rgba(192,2,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(225,24,28,1) 0%,rgba(192,2,6,1) 99%,rgba(192,2,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1181c', endColorstr='#c00206',GradientType=0 ); /* IE6-8 */
font-size:16px;
display:block;
color:#fff;
font-weight:700;
line-height:16px;
padding:4px 10px;
min-height:40px;
text-align:center;
}
.referansDetay ul{
	margin-top:35px;
	padding-left:15px;
}
.referansDetay ul li{
	font-size:16px;
	font-weight:700;
	padding-left:15px;
	color:#919191;
	line-height:30px;
}
.iletisimPage .contactList li{
	color:#3d3d3d;
	width
}
.iletisimPage .contactList li i{
	color:#3d3d3d;
}
.contactList{
	margin-top:0;
}
.contactList li{
	padding: 0;
	font-weight:400;
	margin-bottom: 15px;
}
.contactList li:last-child{
	border-bottom:0;
}
.contactInformation{
	font-size:13px;
	line-height:20px;
	font-weight:500;
}
.contactInformation span{
	display:block;
	margin-bottom: 10px;
	margin-top:10px;
	font-weight: 700;
	color: #253c68;
	font-size:15px;
	
}
.contactList li i{
	color: #0069b4;
	font-size: 15px;
	margin-bottom: 15px;
}

#contact-form .form-control {
    background-color: #fff;
    box-shadow: none;
	height: 45px;
}
.form-control {
    border-radius: 0;
}
textarea.form-control {
    height: auto !important;
}
#googlemaps {
    height: 400px;
}
#googlemap {
    height: 400px;
}
.urunRow{
	height:140px;
	overflow:hidden;
}
.urunItem{
	border:1px solid #dcdcdc;
	padding-top:25px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
	height:140px;
}
.urunItemTitle{
	display:block;
	color:#3c3c3c;
	font-size:16px;
	position:relative;
}
.urunItemTitle:before{
	content:"";
	width:20px;
	height:13px;
	background-color:#e30613;
	position:absolute;
	left:-32px;
	top:4px;
}
.detaylar{
	color:#e30613;
	display:block;
	margin-top:20px;
}
.urunDetay h2{
	font-size:16px;
	font-weight:300;
	color:#3c3c3c;
	margin-bottom:25px;
	margin-top:0;
	position:relative;
}
.urunDetay h2:before{
	content:"";
	width:20px;
	height:13px;
	background-color:#e30613;
	position:absolute;
	left:-25px;
	top:0px;
}

.b-side-nav{
	background-color:#f6f6f6;
	font-size:12px;
	color:#818181;
}
.b-side-nav li{
	border-bottom:1px solid #fff;
	padding: 0;
	position:relative;
}
.b-side-nav li a{
	font-size:12px;
	display: block;
	line-height: 40px;
	font-weight:500;
	padding-left: 10px;
	color: #818181;
}
.b-side-nav li.active a,
.b-side-nav li a:hover,
.b-side-nav li a:focus,
.b-side-nav .nav-pills li.active a,
.b-side-nav .nav-pills li a:hover,
.b-side-nav .nav-pills li a:focus{
	color:#e30613;
	background-color:transparent;
}
.b-side-nav li ul{
	border-top:2px solid #fff;
	padding: 8px 0px;
	position:relative;
}
.b-side-nav li ul:before{
	content:"";
	width: 6px;
	min-height: 100%;
	background-color:#e30613;
	position:absolute;
	left: -8px;
	top:0px;
	height: 100%;
	display: block;
}
.b-side-nav li ul li{
	border-bottom:0;
	padding: 0;
}
.b-side-nav li ul li a{
	font-size:12px;
	display: block;
	line-height: 26px;
	font-weight:300;
	padding-left: 7px !important;
	padding: 0;
}	
.b-side-nav .nav-pills li a{
	color: #818181;
}

section.referanslar{
	background-color:#e4e4e4;
}

section.iletisimeGec{
	background-color: #195d80;
	background-image:url(../images/iletisimeGec.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#3d3d3d;
	font-size:25px;
	font-weight:500;
	padding-top:50px;
	padding-bottom:45px;
}
.btn-blue{
background-color:#1170b9;
color:#fff;
font-size:15px;
}
.owlButtons .btn{
	margin:0 5px;
	font-weight:700;
}
.owlButtons .next,
.owlButtons .prev{
	border-radius:50%;
}
.btn-blue:hover{
	color:#fff;
}
.breadcrumbWrapper{
	background-color:#f8f8f8;
}
.form-control:focus {
    border-color: #253c68;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}


/* Sub Header */
.sub-header {

  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  transform-style: preserve-3d;
  background-repeat:no-repeat;
}
.sub-header .sub-header-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.sub-header .sub-header-content h2 {
  margin-top: 0;
  font-weight: 700;
  color:#fff;
}
.sub-header .sub-header-content .breadcrumb-arc {
  padding: 0;
  margin: 0;
  margin-top: 25px;
  background: none;
  box-shadow: none;
  font-size: 14px;
  color: #bbb;
  font-weight: 600;
}
.sub-header .sub-header-content .breadcrumb-arc a {
  font-size: 14px;
  color: #fff;
  transition: all 0.6s ease 0s;
}
.sub-header .sub-header-content .breadcrumb-arc a:hover {
  color: #fff;
}
.sub-header .sub-header-content .breadcrumb-arc > .active {
  color: #ccc;
}
.sub-header-1 {
  height:290px;
  position:relative;
}
.prejectDetail{
	border:1px solid #009fe3;
	padding:15px;
}
#contentPhotos .item img{
	margin:0 auto;
}

h2.text-cap{
	color:#009fe3;
	font-weight:700;
	font-size:17px;
}

.formInput {
    position: relative;
    margin-bottom: 20px;
}
.formInput fieldset {
  background: #e4e4e4;
  padding: 0 20px 0 50px;
}
.formInput fieldset label {
  display: inline-block;
  line-height: 50px;
  margin: 0 10px;
}
.formInput fieldset label input {
  margin: 0px 5px;
  vertical-align: sub;
}

.formInput input[type=radio], .formInput input[type=checkbox] {
	width: auto !important;
  	height: auto !important;
}

.formInput i.fa {
  position: absolute;
  top: 42px;
  left: 20px;
  z-index: 3;
}
.formInput label {
	font-size: 12px;
}

.formInput input,.formInput select ,.formInput textarea {
	height: 50px;
	background: #e4e4e4;
	border: none;
	border-radius: 0;
	font-weight: 400;
	width:100%;
}

.formInput input, .formInput select {
	padding: 0 20px 0 50px;
}

.formInput textarea {
  	padding: 12px 20px 12px 50px;
}

.formInput input[type=number] {
  padding-right: 0 !important;
}
#ehliyetDateInput {
	display:none;
}
.panel-heading {
	font-size: 25px;
	text-align: center;
	font-weight: 500;
	color: #0871b9;
}
.panel-default {
    border-color: #F5F2F2;
}
