@charset "UTF-8";
*{
  outline: 0 !important;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none; } 
  a:hover {
    text-decoration: none; }

.la {
  font: normal normal normal 16px/1 LineAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-synthesis: antialiased; }

.color {
  color: #a26746; }

.color-white {
  color: #fff; }

.color-black {
  color: #000; }

.color-gray {
  color: #d4d4d4; }

.color-dark-gray {
  color: #505050; }

.gray-bg {
  background: #b9b9b9; }

.bg {
  background: #a26746;
 }
.font-weight-semibold{
  font-weight:500
}
.display-title{
  font-size: 38px;
}
.white-bg {
  background: #fff; }
.content-center{
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.font-2 {
  font-family: 'Inter', sans-serif; }
.title{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 3px;
}
.button {
  letter-spacing: 1px;
  font-size: 14px;
  position: relative;
  display: inline-flex;
  align-items: center; }
  
  .button::before {
    font: normal normal normal 16px/1 LineAwesome;
    content: "\f121";
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 40px;
    background-color: #f6f3f1;   
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s cubic-bezier(0.18, 0.59, 0.68, 1.14); }
    .button--white::before {
      background-color: #fff;
    }
  .button:hover {
    color: #a26746;
    text-decoration: none; }
    .button:hover::before {
      color: #fff;
     background-color: #a26746; }
  .button:focus {
    outline: none; }

.more-button {
  letter-spacing: 2px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #131313; 
  color: #131313;
  z-index: 1;
  font-weight: 500; }
  .more-button::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #131313;
    transition: all 0.3s cubic-bezier(0.18, 0.59, 0.68, 1.14); }
  .more-button:hover {
    text-decoration: none;
    color: #fff; }
    .more-button:hover::before {
      height: 100%; }

.grid-list-2 {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 15px;
  row-gap: 15px;
  width: 100%;
}
@media only screen and (max-width: 1005px) {

  .grid-list-2 {
    grid-template-columns: auto;
  }
}

.footer-top-phone{
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row ;
}   
.footer-top-phone p{
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fbfbfb;
  margin-bottom: 5px;
}   
.footer-top-phone i{
  display: inline-block;
  padding: 15px;
  background: white;
  color: #a26746;
  font-size: 35px;
  border-radius: 50%;
  margin-right: 15px;
}

.footer-top-phone .phone-number{
  color: #ffd4b8;
  display: block;
}

/* List */


.home-project-layout .slick-slide {
  margin: 0 10px;
}.home-project-layout .slick-list {
  margin: 0 -10px;
}.home-project-layout {
  background-color: #f6f3f1;
  height: auto;
  display: inline-block;
  padding: 100px 0px; }
.box-container{  
  height: 100%; 
  min-height: 500px;
  display: flex;
  align-items: center; 
  overflow: hidden;
  cursor: pointer;
  position: relative;}
.box-img{   
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}
.box-content{     
    position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 100px 30px;
  background:rgb(0 0 0 / 38%);
  display: flex;
  align-items: center;
}
.box-tag{
  position: absolute;
  top: 0;
  left: 0px;
  background: #a26746;
  padding: 20px 15px;
  color: #ffffff;
  z-index: 1;
  font-size: 13px;
  letter-spacing: 1px;}
.box-button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  padding: 15px 30px; 
  transform: translateY(100%);
  z-index: 1;
  transition: all 0.5s ease;}
.box:hover .box-img{
  transform: scale(1.1);
}
.box:hover .box-button{
  transform: translateY(0);
}
@media only screen and (max-width: 1005px) {
  .home-project-layout {
    padding: 50px 0px; 
  } 
  .box-container{ 
    min-height: 400px;
  }
  .box-button{
    transform: translateY(0); 
  }
}

/*Slick Slide Focus*/
.slick-slide:focus {
  outline: none; }

/*Heading Border*/
.heading-before {
  z-index: 1; }
  .heading-before::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 9%;
    width: 75%;
    height: 25%;
    background: #a26746;
    transition: all 0.5s cubic-bezier(0.18, 0.59, 0.68, 1.14); }

/* Arrows Right */
.right-arrow .slick-prev,
.right-arrow .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 5%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2; }
  .right-arrow .slick-prev:focus,
  .right-arrow .slick-next:focus {
    outline: none; }

.right-arrow .slick-prev {
  right: 7%;
  content: ''; }
  .right-arrow .slick-prev::after {
    content: '\f111';
    font-family: LineAwesome;
    color: #a26746;
    font-size: 30px; }

.right-arrow .slick-next {
  content: '';
  right: 3%; }
  .right-arrow .slick-next::after {
    content: '\f112';
    font-family: LineAwesome;
    color: #a26746;
    font-size: 30px; }

/* Arrows Center */
.center-arrow .slick-prev,
.center-arrow .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 50%;
  width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2; }
  .center-arrow .slick-prev:focus,
  .center-arrow .slick-next:focus {
    outline: none; }

.center-arrow .slick-prev {
  left: 10%;
  content: ''; }
  .center-arrow .slick-prev::after {
    content: '\f111';
    font-family: LineAwesome;
    color: #a26746;
    font-size: 40px; }

.center-arrow .slick-next {
  content: '';
  right: 10%; }
  .center-arrow .slick-next::after {
    content: '\f112';
    font-family: LineAwesome;
    color: #a26746;
    font-size: 40px; }

/*İmg Border*/
.img-border {
  position: relative;
  margin: 50px 50px 0px 0px; }
  .img-border img {
    max-width: 100%;
    position: relative;
    z-index: 2; }
  .img-border::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: 50px;
    z-index: 1;
    border: 7px solid #a26746; }

@media (min-width: 1300px) {
  .site-container {
    padding: 0 70px;
    position: relative; }
  .site-content {
    width: 70%;
    float: none;
    margin: 0 auto; } }

@media (max-width: 1301px) {
  .site-content {
    width: 85%;
    float: none;
    margin: 0 auto; } }

/*Pages*/
.page-top {
  background: #f6f3f1;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: column wrap; }
  .page-top:before {
    content: "";
    z-index: 2;
    background-color: rgba(0,0,0,.25);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;}
    .page-top .site-content{
      position: relative;
      z-index: 2;
    }
  .page-top.detail-top {
     }
    .page-top.detail-top .detail-top-tag {
      position: relative;
      z-index: 2;
      color: #fff;
      display: block; }
  .page-top .page-top-head {
    font-size: 45px;
    position: relative;
    z-index: 2;
    color: #fff; 
    font-weight: bold;}
  .page-top img, .page-top iframe {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .page-top .page-breadcrumb {
    margin-bottom: 5px;
    position: relative;  }
    .page-top .page-breadcrumb ul {
      list-style: none;
      height: auto;
      display: inline-block; }
      .page-top .page-breadcrumb ul li {
        position: relative;
        float: left; }
        .page-top .page-breadcrumb ul li a {
          text-decoration: none;
          font-size: 13px;
          color: #cecece; }
        .page-top .page-breadcrumb ul li::after {
          content: '\f112';
          font-family: LineAwesome;
          position: relative;
          color: #cecece;
          padding: 0 5px;
          font-size: 13px;
          display: inline-block; }
        .page-top .page-breadcrumb ul li:last-of-type a {
          color: #fff; }
        .page-top .page-breadcrumb ul li:last-of-type::after {
          display: none; }
.project-props section:nth-child(even) {
  background-color: #f6f3f1; 
  color: #a26746; 
}
.project-props section:nth-child(even) .section-heading{
  color: #a26746; 
}
.project-props section:nth-child(even) .more-button {
  border: 2px solid #a26746; 
  color: #a26746;
}
.project-props section:nth-child(even) .more-button::before { 
  background: #a26746;
}
.project-props section:nth-child(even) .more-button:hover {
  text-decoration: none;
  color: #fff; 
}
.project-props section:nth-child(even) .more-button:hover::before {
  height: 100%; 
}
@media only screen and (max-width: 1005px) {
  .page-top .page-top-head {
    text-align: center; } }

::-moz-selection {
  /* Code for Firefox */
  color: #a26746;
  background: #f6f3f1; }

::selection {
  color: #a26746;
  background: #f6f3f1; } 

body {
  font-family: 'Inter', sans-serif;  
  color: #333;
  height: 100%;
  width: 100%; }

header {
  width: 100%;
  height: 80px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998; 
  transition: all 0.5s ease;}
  header.sticky {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px rgb(162 103 70 / 12%);
  }
  header.sticky .header-menu ul.header-menu-main > li a{
    color: #000;
  }
  header.page-header.sticky .header-menu ul.header-menu-main > li a{
    color: #000;
  }
  header.sticky .normal-logo{
    display: none;
  }
  header.page-header .sticky-logo{
    display: block;
  }
  header.page-header .normal-logo{
    display: none;
  }
  header.sticky .sticky-logo{
    display: block;
  }
  header.sticky .menu{
    color: #000;
  }
  header .normal-logo{
    display: block;
  }
  header .sticky-logo{
    display: none;
  }
@keyframes translateY {
  from {transform: translateY(-100%);}
  to {transform: translateY(0);}
}
  header input[type=checkbox], header .menu, header .mobile-label {
    display: none; }
  header .site-container {
    height: 100%; }
  header .mobile-logo {
    display: none; }
  header .header-menu {
    height: 80px;
    width: 100%;
    position:relative;
    padding: 0 80px; }
    header .menu-logo{
      float: left;
      line-height: 80px;
    }
    header .header-menu ul {
      list-style: none; }
      header .header-menu ul.header-menu-main {
       float: right;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
        padding: 0px;
        margin: 0px; }
        header .header-menu ul.header-menu-main > li {
          height: 100%;
          line-height: 80px;
          float: left;
          padding: 0 20px; }
          header .header-menu ul.header-menu-main > li a {
            font-size: 13px;
            letter-spacing: 1.5px;
            color: #fff;
            font-weight: 600; }
          header .header-menu ul.header-menu-main > li.menu-logo {
            padding: 0 35px; }
            header .header-menu ul.header-menu-main > li.menu-logo a::before {
              display: none; }

@media only screen and (min-width: 993px) {
  
  header.page-header .header-menu ul.header-menu-main > li a { 
    color: #a26746; }
    
  header.sticky {
    animation-name: translateY;
    animation-duration: 0.5s;
  }
  header.sticky .hover li ul.hover{
    border:1px solid rgb(162 103 70 / 12%);
  } 
  header.sticky ul li ul.hover::after {
    border-top:2px solid rgb(162 103 70 / 12%);
    border-left:21px solid rgb(162 103 70 / 12%);
  } 
  header .menu-logo{
    height: 100%;
    display: flex;
    align-items: center;
  }
  ul {
    list-style: none; }
    ul li a {
      position: relative;
      padding-bottom: 5px; }
      ul li a:hover {
        color: #a26746;
        text-decoration: none; }
    ul li ul {
      transition: all 0.5s ease;
      visibility: hidden;
      padding: 0;
      margin: 0px;
      position: absolute;
      transform: scale3d(0.9, 0.9, 1);
      opacity: 0;
      top: 100%;
      min-width: 305px; }
      ul li ul::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #fff;
        transition: all 0.5s cubic-bezier(0.18, 0.59, 0.68, 1.14); }
      ul li ul.hover::after {
        content: "";   
        position: absolute;
        left: 5px;
        top: -1%;
        bottom: 0px;
        z-index: -9;
        width: 20px;
        height: 20px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 2px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg ); 
        transition: all 0.5s cubic-bezier(0.18, 0.59, 0.68, 1.14);}
      ul li ul li {
        line-height: 2.3;
        display: none;
        transition: all 0.1s cubic-bezier(0.18, 0.59, 0.68, 1.14); }
        ul li ul li a {
          display: flex;
          align-items: center;
          font-size: 13px !important;
          font-weight: 600 !important;
          color: #000000 !important; 
          display: inline-block;
          transform: translateY(20px);
          transition: all 0.3s ease;}
  .hover li ul.hover {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: all 0.5s ease;
    visibility: visible; }
    .hover li ul.hover .menu-li {
      display: block;
      padding:0px 25px;
      position: relative; }
      .hover li ul.hover .menu-li:first-child {
        margin-top: 20px;
      }
      .hover li ul.hover .menu-li:last-child{
        margin-bottom: 20px;
      }
      .hover li ul.hover .menu-li a {
        transform: translateY(0px);  
        transition: all 1s ease;
      }
        .hover li ul .menu-li a::after {
          content:"\f121";
          font: normal normal normal 16px/1 LineAwesome;
          font-size: inherit;
          text-decoration: inherit;
          text-rendering: optimizeLegibility;
          text-transform: none;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-synthesis: antialiased;
          font-size: 18px;
          font-weight: 500;
          line-height: 40px;
          opacity: 0;
          transition: all 0.5s ease;
        }
        .hover li ul.hover .menu-li a:hover::after {
            opacity: 1;
            padding-left: 5px;
        }
  }

main .home-slider {
  overflow: hidden;
  height: 100vh;
  position: relative; }
  main .home-slider.center-arrow .slick-arrow {
    bottom: 10%;
    background-color: #fff; }
    main .home-slider.center-arrow .slick-arrow::after {
      font-size: 24px; }
  main .home-slider.center-arrow .slick-next {
    right: 10%; }
  main .home-slider.center-arrow .slick-prev {
    right: calc(10% + 75px);
    left: inherit; }
  main .home-slider .home-slider-slide {
    height: auto;
    display: inline-block;
    cursor: pointer;
    float: left; }
  main .home-slider .main-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100vh;
    transition: all 0.5s ease;}
    main .home-slider-slide.slick-slide.slick-current.slick-active.slick-center .main-bg-image{
      background-size: cover;
    }
    main .home-slider .main-bg-image::before {
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    main .home-slider .main-bg-image .main-bg-image-hero {
      max-width: 750px;
      margin: 0 100px;
      text-align: left;
      color: #FFF;
      position: relative;
      z-index: 1; 
      transform: translateY(200px); 
      opacity: 0;
      transition: all 0.5s 0.3s ease; 
    }
    
    main .home-slider-slide.slick-slide.slick-current.slick-active.slick-center .main-bg-image-hero {
      transform: translateY(0px); 
      opacity: 1;
      transition: all 0.5s 0.3s ease; 
    }
      main .home-slider .main-bg-image .main-bg-image-hero span {
        font-size: 22px;
        color: #a26746; }
      main .home-slider .main-bg-image .main-bg-image-hero h1 {
        display: block;
        font-weight: bold;
        font-size: 50px;
        margin-bottom: 0.7rem;}
        main .home-slider .main-bg-image .main-bg-image-hero p {
        margin-bottom: 2rem; }
        main .home-slider .main-bg-image .main-bg-image-hero a {
          padding: 18px 30px;
          letter-spacing: 0.2em;
          text-transform: uppercase;
          background: #a26746;
          color: #fff;
          position: relative;
          display: inline-flex;
          align-items: center;
          font-size: 12px;
          font-weight: 700;
          transition: all 0.5s 0.1s ease;}
          main .home-slider .main-bg-image .main-bg-image-hero a:hover {
            background-color: #6d432c;
          } 
          main .home-slider .main-bg-image .main-bg-image-hero a i{
            font-size: 16px;
            padding-left: 15px;
            transition: all 0.5s ease; 
          }
          main .home-slider .main-bg-image .main-bg-image-hero a:hover i {
           padding-left: 30px;
           transition: all 0.5s ease;
          }
          main .home-slider .slick-dots{
            width: 100%;
            float: left;
            position: absolute;
            z-index: 1;
            bottom: 0;
            left: 0;
            padding: 0 170px;
            list-style-type: none;
          } main .home-slider .slick-dots li{
            cursor: pointer;
            float: left;
          }main .home-slider .slick-dots li.slick-active{
            background-color: #a26746;
          } main .home-slider .slick-dots button{
            width: 40px;
            height: 40px;
            background: 0;
            color: white;
            border: 0;
            cursor: pointer;
            outline: 0!important;
          }

        @media only screen and (max-width: 1200px) {
          main .home-slider .slick-dots{
            display: flex;
            justify-content: center;
            padding: 0;}
            main .home-slider .slick-dots button{
              width: 30px;
              height: 30px;
              font-size: 13px;
            }
          main .home-slider .main-bg-image .main-bg-image-hero {
            padding: 0 10px; }} 
/*Home About*/
.home-abuot-layout {
  height: auto;
  display: inline-block;
  padding: 100px 0px; }
  .home-abuot-layout .home-about-content p {
    font-size: 15px; }
.project-cats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.project-cats a{
  display: inline-block;
  padding: 1.5rem 2rem;
  color: #a26746;
  background: #f6f3f1;
  font-size: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
    main .home-poject-slider{
      float: left;
      position: relative;
      overflow: hidden;
    }
    main .home-poject-slider .slick-dots{
      width: 100%;
      float: left;
      position: relative;
      z-index: 1;
      margin: 15px 0 0 0;
      left: 0;
      padding: 0 170px;
      list-style-type: none;
      text-align: center;
    } main .home-poject-slider .slick-dots li{
      cursor: pointer;
      display: inline-block;
    }main .home-poject-slider .slick-dots li.slick-active{
      background-color: #a26746;
    }main .home-poject-slider .slick-dots li.slick-active button{
      color: white;
    } main .home-poject-slider .slick-dots button{
      width: 40px;
      height: 40px;
      background: 0;
      color: black;
      border: 0;
      cursor: pointer;
      outline: 0!important;
    }

  @media only screen and (max-width: 1200px) { 
    main .home-poject-slider .slick-dots{
      display: flex;
      justify-content: center;
      padding: 0;}
      main .home-poject-slider .slick-dots button{
        width: 30px;
        height: 30px;
        font-size: 13px;
      }
    }   
.home-news-layout{
  height: auto;
  display: inline-block;
  padding: 100px 0px;
} 
.home-news-slide {
  border-bottom: 1px solid #f4ede9;
  margin-bottom: 45px;
  padding-bottom: 25px !important;
}
.home-news-slide:last-child {
  margin-bottom: 0px;
}
.home-news-slide .home-news-content a{
  float: left;
  width: 100%;
}
.home-news-slide .home-news-content a:hover{
  color: #a26746;
  opacity: 0.5;
}
.home-news-layout .home-news-slider {
  overflow: hidden;
  height: auto;
  display: inline-block; }
  .home-news-layout .home-news-slider .home-news-slide {
    height: auto;
    display: inline-block; }
    .home-news-layout .home-news-slider .home-news-slide .home-news-content h3 {
      font-size: 40px; }

footer {
  background: #000;
  padding: 0px 0 0px 0px;
  height: auto;
  width: 100%;
  float: left; }
  footer .footer-top-container {
    width: 100%;
    height: auto;
    display: inline-block; }
    footer .footer-top-container .footer-top-box-newsletter {
      gap: 60px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-flow: row wrap; }
      footer .footer-top-container .footer-top-box-newsletter p {
        color: #e0e0e0;
        font-size: 14px;
        margin-bottom: 10px; }
      footer .footer-top-container .footer-top-box-newsletter input {
        outline: none;
        box-shadow: none;
        background: #fff;
        border: 0;
        border-bottom: 2px solid #fff;
        width: 75%;
        height: 60px;
        float: left;
        float: left;
        padding-left: 15px; }
        footer .footer-top-container .footer-top-box-newsletter input::placeholder {
          font-size: 14px;
          color: #1f1f1f; }
      footer .footer-top-container .footer-top-box-newsletter button {
        display: block;
        width: 20%;
        height: 60px;
        cursor: pointer;
        float: left;
        outline: none;
        box-shadow: none;
        font-size: 20px;
        letter-spacing: 2px;
        background: #a26746;
        border: 2px solid #a26746;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        transition: all 0.5s ease; }
        footer .footer-top-container .footer-top-box-newsletter button:hover {
          background: #917613;
          border-color: #a26746, 10%; }
  footer .footer-menu div h4 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fbfbfb;
    margin-bottom: 20px; }
  footer .footer-menu div ul {
    list-style: none;
    padding: 0px; }
    footer .footer-menu div ul li a {   
      font-size: 14px;
      letter-spacing: 0px;
      font-weight: 500;
      color: #8e8e8e;
      line-height: 25px;
      white-space: normal;
      word-break: break-word;
      margin-bottom: 10px;
      display: block;}
  footer .footer-made-by {
    width: 100%;
    float: left;
    padding: 75px 0 0px; }
    footer .footer-made-by p {
      font-size: 15px;
      color: #484848;
      font-weight: 500; }
      footer .footer-made-by p a {
        color: #adadad;
        font-weight: 900; }
        footer .footer-made-by p a:hover {
          color: #FFF;
          text-decoration: none; }

.animsition-overlay-slide {
  z-index: 9999;
  background-color: #f6f3f1; }

/* *Page Transitions */
.loader-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #f6f3f1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  z-index: 9999; }

.loading-text {
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px; }

.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #a26746; }

.main-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fdfdfd;
  z-index: 1; }

/*Pages*/
.project-filter ul {
  list-style: none;
  height: auto;
  display: inline-block; }
  .project-filter ul li {
    float: left;
    margin: 0 30px 0px 0px;
    padding-bottom: 5px;
    position: relative;
    cursor: pointer; }
    .project-filter ul li.active {
      font-weight: 900;
      border-bottom: 3px solid #a26746; }

.projects {
  height: auto;
  display: inline-block; }
  .projects .projects-box {
    height: 600px;
    position: relative;
    overflow: hidden;
    border: 10px solid transparent; }
    .projects .projects-box:nth-child(odd) {
      border-left: 0; }
    .projects .projects-box img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: all 7s ease-in; }
    .projects .projects-box .projects-info {
      position: absolute;
      width: calc(100% - 9%);
      bottom: 15px;
      left: 10%;
      background: #FFF;
      padding: 30px 0px;
      border-bottom: 5px solid #a26746;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-flow: row wrap; }
      .projects .projects-box .projects-info span {
        margin-bottom: 5px;
        display: block;
        letter-spacing: 2px;
        font-weight: 300;
        color: #a26746; }
      .projects .projects-box .projects-info h2 {
        color: #151515; }
    .projects .projects-box:hover img {
      transform: scale(1.5); }

/*Project Detail*/
.project-features {
  height: auto;
  display: inline-block; }
  .project-features .features-box .features-wrapper {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 40px 0;
    display: inline-block;
    background: #fff; }
    .project-features .features-box .features-wrapper i {
      background: #f6f3f1;
      padding: 10px;
      border-radius: 50%;
      font-size: 35px;
      display: inline-block;
      margin-bottom: 20px;
      color: #a26746; }
    .project-features .features-box .features-wrapper img {
      max-width: 35px;
      display: block;
      float: none;
      margin: 0 auto 10px auto; }
    .project-features .features-box .features-wrapper p {
      color: #000; 
      margin-bottom: 7px;}

.project-info {
  height: auto;
  display: inline-block; }
  .project-info .project-info-left span {
    display: block; }
    .project-info .project-info-left span.project-tag {
      font-weight: 600;
      color: #a26746; }

.project-gallery h2 {
  height: auto;
  display: inline-block; }

.project-gallery .project-slider {
  height: auto;
  display: inline-block;
  overflow: hidden; }
  .project-gallery .project-slider .project-slide {
    text-align: center;
    transition: all 0.5s cubic-bezier(0.18, 0.59, 0.68, 1.14);
    cursor: pointer; }
    .project-gallery .project-slider .project-slide.slick-slide {
      opacity: 0.8;
      transform: scale(0.8); }
      .project-gallery .project-slider .project-slide.slick-slide img {
        max-height: 650px;
        max-width: 100%; }   
    .project-gallery .project-slider .project-slide.slick-slide.slick-center {
      opacity: 1;
      transform: scale(1); }
      
      
.project-props .slick-dots{
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: 15px 0 0 0;
  left: 0;
  padding: 0 170px;
  list-style-type: none;
  text-align: center;
} .project-props .slick-dots li{
  cursor: pointer;
  display: inline-block;
}.project-props .slick-dots li.slick-active{
  background-color: #a26746;
}.project-props .slick-dots li.slick-active button{
  color: white;
} .project-props .slick-dots button{
  width: 40px;
  height: 40px;
  background: 0;
  color: black;
  border: 0;
  cursor: pointer;
  outline: 0!important;
}

@media only screen and (max-width: 1200px) { 
.project-props .slick-dots{
  display: flex;
  justify-content: center;
  padding: 0;}
  .project-props .slick-dots button{
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}   
.project-props .slick-arrow {
    background: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.project-location .project-location-frame iframe {
  width: 100% !important;
  height: 600px !important; }

.project-plan {
  height: auto;
  display: inline-block;
  overflow: hidden; }
  .project-plan .project-plan-slider {
    height: auto;
    display: inline-block;
    overflow: hidden; }
    .project-plan .project-plan-slider .project-plan-slide {
      text-align: center;
      cursor: pointer; }
      .project-plan .project-plan-slider .project-plan-slide.slick-slide img {
        max-width: 100%; }
        
.project-video {
  height: auto;
  display: inline-block;
  overflow: hidden; }
  .project-video .project-video-slider {
    height: auto;
    display: inline-block;
    overflow: hidden; }
    .project-video .project-video-slider .project-video-slide {
      text-align: center;
      cursor: pointer; }
      .project-video .project-video-slider .project-video-slide.slick-slide img {
        max-width: 100%; }

/*Kurumsal etc*/
.page-container {
  height: auto;
  display: inline-block; }
  .page-container .page-menu .page-menu-wrapper {
    background: #000; }
    .page-container .page-menu .page-menu-wrapper ul {
      list-style: none; }
      .page-container .page-menu .page-menu-wrapper ul li {
        display: block;
        margin-bottom: 15px; }
        .page-container .page-menu .page-menu-wrapper ul li a {
          text-decoration: none;
          color: #FFF;
          font-size: 14px; }
          .page-container .page-menu .page-menu-wrapper ul li a.active {
            color: #a26746; }

/*Media*/
.media-box {
  height: 600px;
  position: relative;
  overflow: hidden;
  border: 10px solid transparent; }
  .media-box:nth-child(odd) {
    border-left: 0; }
  .media-box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 7s ease-in; }
  .media-box .media-info {
    position: absolute;
    width: calc(100% - 9%);
    bottom: 15px;
    left: 10%;
    background: #FFF;
    padding: 30px 0px;
    border-bottom: 5px solid #a26746;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-flow: row wrap; }
    .media-box .media-info span {
      margin-bottom: 5px;
      display: block;
      letter-spacing: 2px;
      font-weight: 300;
      color: #a26746; }
    .media-box .media-info h2 {
      color: #151515; }
  .media-box:hover img {
    transform: scale(1.5); }

.news-box {
  height: 600px;
  position: relative;
  overflow: hidden;
  border: 10px solid transparent; }
  .news-box:nth-child(odd) {
    border-left: 0; }
  .news-box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 7s ease-in; }
  .news-box .news-info {
    position: absolute;
    width: calc(100% - 9%);
    bottom: 15px;
    left: 10%;
    background: #FFF;
    padding: 30px 0px;
    border-bottom: 5px solid #a26746;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-flow: row wrap; }
    .news-box .news-info span {
      margin-bottom: 5px;
      display: block;
      letter-spacing: 2px;
      font-weight: 300;
      color: #a26746; }
    .news-box .news-info h2 { 
      color: #151515; }
  .news-box:hover img {
    transform: scale(1.5); }

.contact-content {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  position: relative; }
    .contact-content .contact-info p {
      color: #afafaf; }
      .contact-content .contact-info p.contact-firm {
        color: #a26746;
        font-weight: 900; }
      .contact-content .contact-info p strong {
        color: #6f6f6f; }

@media only screen and (max-width: 1200px) {
  header .header-menu {
    padding: 0 10px; }
  .site-content {
    width: 90%; } }

@media only screen and (max-width: 1005px) {
  header .menu-logo{
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .contact-content .contact-info {
    position: relative;
    left: 0;
    right: 0;
    width: 100%; }
  .project-location .project-location-frame iframe {
    height: 250px !important; }
  .projects .projects-box, .media-box, .news-box {
    height: 400px; }
  .projects .projects-box h2, .media-box h2, .news-box h2 {
    font-size: 18px !important; }
  .page-content p {
    font-size: 14px; }
  .home-news-layout .home-news-slider .home-news-slide .home-news-content h3 {
    font-size: 25px; }
  .display-4 {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.2; }
  .home-abuot-layout .home-about-content p {
    font-size: 14px; }
  .home-news-layout .home-news-slider .home-news-slide p {
    font-size: 14px;
    margin: 0px !important; }
  .home-news-layout .home-news-slider .home-news-slide a {
    margin: 10px 0px !important; }
  header .mobile-logo {
    display: block;
    text-align: left;
    padding-top: 15px; }
  header .menu {
    display: inline-block;
    float: right;
    z-index: 99999;
    position: relative;
    color: #ffff;
    font-size: 35px;
    margin-right: 2%;
    margin-top: 12px;
    cursor: pointer; }
  header #menu:checked ~ .header-menu {
    background: black;
    opacity: 1;
    height: 100%;
    visibility: visible; }
    header #menu:checked ~ .header-menu ul.header-menu-main > li a{
      color: #fff!important;
    }
    header #menu:checked ~ .header-menu .normal-logo{
      display:block!important;
    }
    header #menu:checked ~ .header-menu .sticky-logo{
      display:none!important;
    }
    header #menu:checked ~ .menu{
      color: #fff!important;
    }
  header #menu:checked ~ label i::before {
    content: "\f191"; }
  header .drop > a {
    display: none; }
  header .mobile-label {
    display: block;
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    cursor: pointer; }
    header .mobile-label span {
      padding-left: 7px; }
  header .header-menu { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    header .header-menu ul.header-menu-main {
      display: block;
      height: auto;
      width: 90%; }
      header .header-menu ul.header-menu-main > li {
        height: auto;
        width: 100%;
        text-align: left;
        line-height: 50px; }
        header .header-menu ul.header-menu-main > li.menu-logo {
          display: none; }
        header .header-menu ul.header-menu-main > li .down-menu {
          display: none; }
        header .header-menu ul.header-menu-main > li input:checked ~ .down-menu {
          display: block;
          margin: 0px;
          padding: 0px 0px 0px 7px; }
        header .header-menu ul.header-menu-main > li ul li {
          line-height: 40px; }
          header .header-menu ul.header-menu-main > li ul li a {
            font-size: 11px;
            color: #bbbbbb; }
    footer .footer-top-container .footer-top-box-newsletter{
      justify-content: flex-start;
      margin-top: 25px;
    }
  footer .footer-menu div h4 {
    margin-bottom: 10px; }
  footer .footer-menu div ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 20px; }
  footer .footer-made-by p {
    font-size: 12px; }
  main .home-slider .main-bg-image .main-bg-image-hero {
    width: 95%; 
  margin: 0;}
    main .home-slider .main-bg-image .main-bg-image-hero h1 {
      font-size: 30px; }
    main .home-slider .main-bg-image .main-bg-image-hero p {
      font-size: 14px; }
      main .home-slider .main-bg-image .main-bg-image-hero a{
        font-size: 10px;
        padding: 15px 20px;}
  .home-abuot-layout {
    padding: 50px 0px; }}

@media only screen and (max-width: 768px) {
  .site-content {
    width: 95%; } }

  .home-news-layout .home-news-slider .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .home-news-layout .home-news-slider .slick-dots {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
  .home-news-layout .home-news-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .home-news-layout .home-news-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  .home-news-layout .home-news-slider .slick-dots li button:hover,
  .home-news-layout .home-news-slider .slick-dots li button:focus {
    outline: none; }
  .home-news-layout .home-news-slider .slick-dots li button:hover:before,
  .home-news-layout .home-news-slider .slick-dots li button:focus:before {
    opacity: 1; }
  .home-news-layout .home-news-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .home-news-layout .home-news-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #a26746; }
