.auto-container {
    max-width: 1370px!important;
}

.gallery-block .inner-box .overlay {
    background-color: #222222;
}
.gallery-block .inner-box:hover .overlay {
    /* opacity: .40; */
    opacity: 1.0;
    background-color: rgba(0,0,0,0.1);
}


.lang-link a {
  font-weight: 500;
  color: #333333;
}
.lang-link a:hover {
  color: #6b8e23;
}


.project-baslik {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.project-baslik a {
    display: inline-block;
    vertical-align: top;
    padding: 9px 16px;
    background-color: #2a3d57;
    color: #ffffff;
    text-align: left;
}
.project-baslik a:hover {
  background-color: #6b8e23;
}

.page-title {
  padding: 120px 0px 90px;
  background-position: center center;
}


.news-block-three h3 {
  margin-bottom: 0px;
}

.main-header.header-style-two {
    background: #ffffff;
}

.main-header.header-style-two .main-menu .navigation>li>a {
    color: #222;
}

.main-header.header-style-two .header-top .text {
    color: #222;
}

.main-header.header-style-two .header-top .phone-number i {
  color: #222;
}
.main-header.header-style-two .header-top .phone-number a {
    color: #222;
}
.main-header.header-style-two .header-top .phone-number a:hover {
    color: #222;
}

.main-header.header-style-two .header-top .phone-number {
    border-left: 1px solid #eeeeee;
    border-right: none;
}
.main-header.header-style-two .header-top .social-links {
    border-right: none;
}
.main-header.header-style-two .header-top {
    border-bottom: 1px solid #eeeeee;
}

.main-header.header-style-two .logo img,
.main-header.header-style-two .nav-logo img {
    width: auto;
    height: auto;
    max-height: 140px;
}
.main-header.header-style-two .sticky-header .logo img {
    width: auto;
    height: auto;
    max-height: 70px;
}
.main-header .header-upper .logo-box .logo {
  padding: 3px 0;
  /* bkz */
  margin-top: -60px;
  background-color: #fff;
}
.fixed-header .sticky-header .logo {
  padding: 6px 0;
}

.mobile-menu .navigation li {
  border-top: none;
}
.mobile-menu .navigation:last-child {
  border-bottom: none;
}


.about-us-section-three {
    padding: 90px 0 70px;
    background-color: #f7f8f9;
}
.portfolio-section {
    padding: 70px 0 90px;
}

.banner-section {
    background-color: #333333;
    height: calc(100vh - 165px); /* bkz header */

    user-select: none;
}
.banner-section .swiper-slide:before {
    opacity: 0.4;
}
.banner-section .content-box {
    /* padding: 200px 0 100px; */
    padding: 0px;
}
.banner-shadow {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  background-image: url("../images/shadow.png");
  background-repeat: repeat-x;
  z-index: 9999;
  opacity: 0.5;
}

.banner-section .btn-style-two.light {
  border-color: #222222;
}
.banner-section .btn-style-two.light:before {
  background-color: #222222;
}


.service-block-one .content:before {
  background-color: #2a3d57;
}





.widget_categories_two .widget-content li a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 17px;
}

.widget_categories_two .widget-content li:hover a,
.widget_categories_two .widget-content li.current a {
    color: #000;
}

.widget_categories_two .widget-content li a:before {
    background-color: #000;
}


.project-carousel .project-text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 9px 16px;
  background-color: #2a3d57;
  color: #ffffff;
}



@media (max-width: 768px) {

  .main-header.header-style-two .logo img,
  .main-header.header-style-two .nav-logo img {
    max-height: 100px;
  }
  .main-header .header-upper .logo-box .logo {
    margin-top: 0px;
  }

  .about-us-section-three {
    text-align: center;
    padding: 50px 0 30px;
  }

  .sec-title {
      margin-bottom: 50px;
  }

  .services-section-five {
    text-align: center;
  }

  .main-footer {
    text-align: center;
  }

  .main-footer .widgets-section {
      padding: 50px 0px 30px;
  }

  .main-footer .widget-title:before {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-photos {
    display: none;
  }

  .banner-section {
      height: calc(100vh - 140px); /* bkz header */
  }
  .banner-section .content-box {
    /* padding: 100px 0 75px; */
    padding: 0;
  }
  .banner-section .content-box h1 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
  }

  .banner-section .text {
    font-size: 14px;
    margin: 0;
  }

} /* 768px */





/* WHATSAPP */
.wa-link {
  position: fixed;
  z-index: 75;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #2a3d57; /*006e3f*/
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.wa-link a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}
.wa-link .wa-phone {
  display: none;
}
.wa-link .wa-desk {
  display: block;
}
@media (max-width: 768px) {
  .wa-link .wa-phone {
    display: block;
  }
  .wa-link .wa-desk {
    display: none;
  }
}
/* EO WHATSAPP */









.slayt-item {
  position: relative;
}

.slayt-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.slayt-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.slayt-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.45;
  content: "";
}

.slayt-text h1{font-size:66px;line-height:70px;color:#ffffff;font-weight:500;}

@media only screen and (max-width: 991px){
  .slayt-text h1{font-size:50px;line-height:60px;}
}
@media only screen and (max-width: 575px){
  .slayt-text h1{font-size:36px;line-height:45px;letter-spacing:-2px;}
}


.slayt-text .text{font-size:24px;line-height:36px;color:#ffffff;font-weight:300;}

@media only screen and (max-width: 575px){
  .slayt-text .text{font-size:18px;line-height:28px;}
}


.slayt-text .btn-style-one.light{background-color:#fff;color:#222;}
.slayt-text .btn-style-one.light:hover{color:#fff;}
.slayt-text .btn-style-two.light{color:#fff;}

.slayt-text .link-box {
  padding-top: 40px;
}

.slayt-text .link-box a {
  margin: 0 10px 10px;
}

@media (max-width: 768px) {

  .slayt-text .link-box {
    display: none;
  }

  .fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 90%;
    height: 70%;
    max-width: 100%;
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
  }

} /* 768px */







