body {
    color: #231f20;
    padding-top: 75px !important;
    font-family: 'Lato', sans-serif !important;
}
/* Header CSS */
section {
    display: table;
    width: 100%;
    padding: 40px 0;
}
.header {
	background-color: #ec2227;
	padding: 10px 0;
	position: fixed;
	top: 0;
	z-index: 999;
	display: block;
	width: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

.header.bg {
    /* background: #3c3737; */
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.32);
    border-bottom: 0;
}

.header .navbar {
    margin-bottom: 0;
}
ul.navbar-nav li a::before {
    content: "/";
    position: absolute;
    right: -3px;
    bottom: 0;
    top: 15px;
}

ul.navbar-nav li:last-child a::before {
    content: "";
}
.logo {
	position:relative;
	z-index:1;
	float: left;
	/* margin-top: 10px; */
	}

.logo a img {
    width: 200px;
    max-width:100%;
    top: -5px;
    position: relative;
    /* color: #fd8204; */
 }
	
.navigation {
	float: right;
	margin: 0 auto;
	display: table;
	}

.navbar-brand {
	padding:5px;
	}

.navbar-brand img {
	max-height: 100%;
	}

#slider {
	display: block;
	width: 100%;
	overflow: hidden !important;
}
.page .col-lg-3 {
    margin: 0;
    padding: 0;
}
section#sec4 {
    padding: 0;
    position: relative;
}
ul.navbar-nav li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: 300ms;
    font-weight: 300;
    padding: 15px 10px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: none !important;
}


.page {
    width: 100%;
    display: table;
}

.page .item a .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #272224;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.page .item a:hover .overlay {
    opacity: 0.9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.page .item a .marka-title {
    position: absolute;
    width: auto;
    top: 40%;
    left: 20px;
    opacity: 0;
    display: block;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
}
.page .item a .marka-tarih {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 20px;
    opacity: 0;
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
}
.page .item a .marka-icon {
    position: absolute;
    right: 10px;
    bottom: 0;
    display: block;
    opacity: 0;
    /* width: 54px; */
    /* height: 54px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 50px;
    color: #fff;
}
.page .item a:hover .overlay {
    opacity: 0.9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.page .item a:hover .marka-title {
    opacity: 1;
    top: 24px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.page .item a:hover .marka-tarih {

    opacity: 1;
    bottom: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.page .item a:hover .marka-icon  {

    opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.fancybox-content {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100%!important;
}


.fancybox-caption-wrap {
    background: #fd8204!important;
    width: 70%!important;
    padding: 0!important;
    left: 3% !important;
    border: 0 !important;
    display: none !important;
}

.fancybox-caption {
    font-size: 30px!important;
    line-height: 30px!important;
    padding: 40px 20px!important;
    font-family: 'Lato', sans-serif !important;
    font-weight: bold;
}

ul.firmalogo {
    margin: 50px auto;
    list-style: none;
    /* display: table; */
    width: 100%;
    padding: 0;
    position: relative;
}

ul.firmalogo li {
    /* float: left; */
    /* display: inline-block; */
    padding: 20px 10px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 300ms;
    /* margin: 5px; */
    /* width: 13%; */
}
ul.firmalogo li:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: 300ms;
}
.sec-title {
    font-size: 30px;
    margin: 20px auto;
    font-weight: bold;
    border-bottom: 1px dashed;
    text-align: center;
}

.sec-dec p,.sec-dec li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.sec-alttitle {
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0;
}
ul.sec-dec {
    list-style: none;
    padding: 0;
}

.sec-dec li i {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

span.sec-box-title {
    position: absolute;
    bottom: -50px;
    right: 0;
    background: #fff;
    width: 50%;
    height: 40%;
    font-size: 18px;
    display: table;
    line-height: 146px;
    -webkit-box-shadow: 0px 2px 37.73px 11.27px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 2px 37.73px 11.27px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 2px 37.73px 11.27px rgba(0, 0, 0, 0.17);
    text-align: center;
}

#map {
    height: 500px;
  }
  /* Optional: Makes the sample page fill the window. */
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  section#sec5 ,section#sec3{
    background: rgb(237, 241, 243);
}
.iletisimbilgisi {
    position: absolute;
    z-index: 9;
    left: 0;
    background: rgba(35, 31, 32, 0.8);
    bottom: 0;
    top: 0;
    height: 100%;
    width: 300px;
}
.iletisimbilgisi ul {
    padding: 55% 20px;
    margin: 0;
    list-style: none;
}
.iletisimbilgisi ul li,.iletisimbilgisi ul li a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: 300ms;
}

.iletisimbilgisi ul li i {
    margin-right: 10px;
    display: inline-block;
}

.iletisimbilgisi ul li {
    margin-bottom: 15px;
}

.iletisimbilgisi ul li a:hover {
    text-decoration: none;
    color: #ec2227;
    transition: 300ms;
}
.isler-top select {
    height: 45px;
    border: 0;
    border-radius: 0 !important;
    background: #3c3737;
    color: #fff;
    font-size: 16px;
}

.isler-bottom {
    display: block;
    margin: 20px 0;
    background: #fff;
    min-height: 450px;
    /* height: 450px; */
    /* overflow-y: scroll; */
    padding: 20px 0;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.islerbox {
    background: #3c3737;
    padding: 20px;
    margin: 10px;
    float: left;
    width: 23%;
    height: 220px;
    border-radius: 10px;
    transition: 300ms;
}

.islertitle {
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 10px 0;
    color: #fff;
}

.islertitle span {
    font-weight: 300;
}
.islericerik a {
    display: block;
    width: 100%;
    height: 100%;
}
.logoslider {
    width: 100%;
    display: table;
    /* float: left; */
    /* width: 13%; */
}
.owl-buttons {
    position: absolute;
    top: 45%;
    width: 100%;
    display: table;
}

.owl-buttons i {
    font-size: 60px;
    color: #fd8300;
}

.owl-prev {
    left: -40px;
    position: absolute;
}

.owl-next {
    right: -40px;
    position: absolute;
}
.ikbg{
   text-align: center;
}
section#sec3 {
    padding: 100px 0;
}
.islerbox:hover {
    background: #ec2227;
    transition: 300ms;
}
.isler-bottom {
    display: table;
}