/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

body {
  font-family: "gilroy", sans-serif; }
  body i {
    display: flex;
    align-items: center;
    justify-content: center; }
    body i:before {
      content: "";
      display: inline-block;
      margin-left: 0 !important; }
  body .container {
    max-width: 1600px;
    padding-left: 45px;
    padding-right: 45px; }

/*Yeni Kod*/
.mobile{display:none;}
.swiper-button-next:after, .swiper-button-prev:after{display:none !important;}

.mobile-slide-img img{height:100%; object-fit:cover;}
	
@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gotham-Book.ttf);
  font-weight: 500; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-SemiBold.ttf);
  font-weight: 600; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-ExtraBold.ttf);
  font-weight: 800; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Black.ttf);
  font-weight: 900; }

.slick-slide:focus {
  outline: none; }

.mobile-f {
  display: none !important; }

.desktop {
  display: block; }

.Banner {
  position: relative;
  overflow: hidden;
  z-index: 9; }
  .Banner-in {
    position: relative;
    height: 660px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .Banner-text {
    text-align: center; }
    .Banner-text h6 {
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 19.26px;
      color: #ffffff; }
    .Banner-text h1 {
      font-size: 81px;
      font-weight: normal;
      letter-spacing: 1.26px;
      color: white; }

.buton {
  position: relative;
  width: 214px;
  height: 66px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 4.3px;
  font-weight: 500;
  transition: 500ms;
  z-index: 1;
  cursor: pointer;
  line-height: 1.2; }
  .buton:hover {
    transition: 500ms;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1); }
  .buton-border {
    border: solid 1px #979797; }
  .buton-green {
    background-color: #06351c;
    color: #ffffff;
    border: 1px solid  #06351c; }
    .buton-green:hover, .buton-green:focus {
      transition: 500ms;
      color: #06351c;
      background-color: #ffffff; }
  .buton-white {
    background-color: white;
    color: #1c1836; }
    .buton-white:hover, .buton-white:focus {
      transition: 500ms;
      color: #1c1836; }
  .buton-transparent {
    border: 1px solid #ffffff30;
    color: white; }
    .buton-transparent:hover {
      background-color: white;
      transition: 500ms;
      color: #000000; }
  .buton-lg {
    width: 290px;
    height: 70px; }
  .buton-brown {
    color: white;
    background-color: #86754d;
    border: 1px solid #86754d; }
    .buton-brown:hover {
      background-color: white;
      transition: 500ms;
      color: #86754d; }
  .buton-dark_brown {
    color: white;
    background-color: #28342e;
    border: 1px solid #28342e; }
    .buton-dark_brown:hover {
      background-color: white;
      transition: 500ms;
      color: #86754d; }
  .buton-radius {
    border-radius: 32px; }

.lv_skin canvas {
  opacity: 0 !important; }

.nohover {
  pointer-events: none; }

.header {
  display: inline;
  position: relative; }
  .header:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: calc(100% + 20px);
    height: 5px;
    opacity: 0.22;
    background-color: #86754d;
    position: absolute;
    top: 50%;
    margin-top: 2px;
    left: -10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.mobile {
  display: none !important; }

.scroll {
  bottom: 100px;
  width: 28px;
  height: 44px;
  z-index: 99; }
  .scroll p {
    position: absolute;
    bottom: -25px;
    font-size: 14px;
    color: white;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .scroll span {
    display: block;
    width: 2px;
    height: 8px;
    border-radius: 4px;
    background: white;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
            animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(18px);
    transform: translateY(18px); } }

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(18px);
    transform: translateY(18px); } }

.global_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }

.Sosyal {
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #02276F;
  width: 80px;
  padding-top: 60px; }
  .Sosyal-link a {
    color: white;
    margin-bottom: 15px;
    font-size: 21px;
    transition: 600ms; }
    .Sosyal-link a:hover {
      transition: 600ms;
      -webkit-transform: rotate(-20deg);
              transform: rotate(-20deg); }
  .Sosyal-mail {
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
    transition: 600ms; }
    .Sosyal-mail a {
      color: white;
      font-size: 14px;
      letter-spacing: 1.49px;
      display: flex;
      align-items: center; }
      .Sosyal-mail a i {
        margin-right: 10px; }
    .Sosyal-mail:hover {
      transition: 600ms;
      -webkit-transform: rotate(-85deg) !important;
              transform: rotate(-85deg) !important; }

.Navtop {
  width: 100%;
  z-index: 999;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: 500ms;
  background-color: #28342e; }
  .Navtop:before {
    content: "";
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right; }
  .Navtop .navbar-brand {
    margin-bottom: 0; }
    .Navtop .navbar-brand:before {
      margin-top: 5px;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 276px;
      height: 35px;
      background-size: 100% 100%;
      background-image: url(../images/logo.png); 
        background-repeat: no-repeat;
}
  .Navtop .navbar {
    position: relative;
    z-index: 99;
height: 100px;}
    .Navtop .navbar-nav {
      transition: 400ms; }
    .Navtop .navbar-collapse-menu .nav-item {
      margin-left: 30px;
      position: relative;
      align-items: center;
      display: flex;
      justify-content: center; }
      .Navtop .navbar-collapse-menu .nav-item:before {
        position: absolute;
        bottom: -15px;
        content: "" url(../images/line.png);
        transition: 500ms;
        display: none; }
      .Navtop .navbar-collapse-menu .nav-item:nth-last-of-type(1) {
        margin-left: 10px; }
      .Navtop .navbar-collapse-menu .nav-item .nav-link {
        text-align: center;
        padding: 0px 5px;
        font-size: 13px;
        font-weight: bold;
        color: white;
        position: relative;
        transition: 500ms;
        opacity: 0.6; }
        .Navtop .navbar-collapse-menu .nav-item .nav-link:hover {
          opacity: 1;
          transition: 500ms; }
      .Navtop .navbar-collapse-menu .nav-item-language:before {
        display: none; }
      .Navtop .navbar-collapse-menu .nav-item-language .nav-link {
        font-size: 16px; }
    .Navtop .navbar-collapse-menu .active:before {
      display: block; }
    .Navtop .navbar-collapse-menu .active .nav-link {
      opacity: 1; }
  .Navtop-in {
    position: relative; }
  .Navtop-active {
    transition: 500ms;
    box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.3); }

.Navbottom {
  position: relative;
  z-index: 999; }
  .Navbottom-in {
    padding-top: 70px;
    padding-bottom: 70px; }
  .Navbottom-left {
    width: 81%; }
    .Navbottom-left ul {
      margin-right: 6%; }
      .Navbottom-left ul li {
        font-size: 12px;
        line-height: 2.5;
        white-space: nowrap;
        transition: 500ms;
        letter-spacing: 1.6px;
        color: #000000;
        opacity: 0.6;
        font-weight: 600; }
        .Navbottom-left ul li a {
          transition: 500ms; }
          .Navbottom-left ul li a:hover {
            color: #86754d;
            transition: 500ms;
            text-decoration: underline; }
    .Navbottom-left-head {
      font-size: 17px !important;
      letter-spacing: 2.3px !important;
      opacity: 1 !important; }
    .Navbottom-left-social {
      opacity: 1 !important; }
      .Navbottom-left-social a {
        font-size: 18px;
        margin-right: 15px; }
  .Navbottom-right {
    width: 19%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    z-index: 99; }
    .Navbottom-right .navbar-brand {
      margin-right: 0; }
      .Navbottom-right .navbar-brand:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        background-image: url(../images/logo.png);
         width: 276px;
      height: 35px;
      background-size: 100% 100%; }
      .Navbottom-right .navbar-brand img {
        width: 134px;
        height: 55px; }
    .Navbottom-right-iletisim {
      position: relative;
      text-align: right; }
      .Navbottom-right-iletisim-no {
        margin-top: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #373c4d; }
      .Navbottom-right-iletisim p {
        font-size: 13px;
        line-height: 1.5;
        text-align: right;
        color: #373c4d;
        margin-top: 5px; }
      .Navbottom-right-iletisim a {
        transition: 500ms; }
        .Navbottom-right-iletisim a:hover {
          color: #f1c24c;
          transition: 500ms; }
  .Navbottom .logo_h {
    padding-bottom: 20px; }
  .Navbottom .copy {
    border: 1px solid #beb5c430;
    position: relative;
    z-index: 99; }
  .Navbottom .footer-logo {
    width: 90px; }
  .Navbottom .footer-text {
    font-size: 12px;
    color: #373c4d; }

.button {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 999;
  font-size: 26px;
  display: none; }

.button a {
  text-decoration: none; }

.btn-open:after {
  content: "";
  display: inline-block;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../images/menu.svg); }

.btn-close:after {
  content: "";
  display: inline-block;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url(../images/exit.svg); }

/*overlay*/
.overlay {
  display: none;
  position: fixed;
  top: 73px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  padding-bottom: 50px;
  background-color: white;
  overflow: auto;
  z-index: 99999;
  opacity: 0.97; }

.wra {
  color: #e9e9e9;
  text-align: center;
  max-width: 90%;
  margin: 0 auto; }

.wra ul.wra-nav {
  text-transform: capitalize;
  padding: 12vh 15px; }
  .wra ul.wra-nav .fa {
    font-size: 18px;
    opacity: 0.8; }
  .wra ul.wra-nav .dropdown-toggle {
    background-color: transparent;
    padding: 0px 5px;
    font-size: 28px;
    font-weight: bold;
    color: #224888; }
  .wra ul.wra-nav .dropdown-menu {
    position: relative;
    padding: 0;
    width: 100%;
    background-color: #224888;
    z-index: 9999999; }
    .wra ul.wra-nav .dropdown-menu a {
      font-weight: 600;
      padding-right: 10px;
      white-space: normal;
      width: 100%;
      display: flex;
      flex-direction: column;
      font-size: 15px;
      color: white;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px; }
      .wra ul.wra-nav .dropdown-menu a:hover {
        transition: 500ms;
        background-color: #860c0d; }
      .wra ul.wra-nav .dropdown-menu a span {
        line-height: 1.2;
        margin-top: 5px;
        opacity: 0.7;
        font-size: 11px; }

.wra ul.wra-nav li {
  font-size: 16px;
  font-weight: bold;
  display: block;
  vertical-align: top;
  position: relative;
  padding-top: 2vh;
  padding-bottom: 2vh;
  transition: 500ms;
  color: #28342e;
  cursor: pointer; }
  .wra ul.wra-nav li:hover {
    color: #81519b;
    transition: 500ms;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }

.wra-nav-in li {
  font-size: 14px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.active {
  opacity: 1 !important; }

.wra ul.wra-nav li a {
  padding: 5px 0;
  text-decoration: none;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s; }
  .wra ul.wra-nav li a:hover {
    transition: 500ms;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }

.Slider {
  position: relative;
  z-index: 10; }
  .Slider:before {
    position: absolute;
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 1166px;
    height: 600px;
    opacity: 0.42;
    z-index: 1;
    background-image: linear-gradient(to left, rgba(7, 53, 28, 0) 0%, rgba(134, 117, 77, 0.53) 0%); }
  .Slider:after {
    content: " ";
    display: inline-block;
    transition: 500ms;
    background-color: #28342e;
    width: 1166px;
    height: 600px;
    top: 0;
    position: absolute;
    background-image: linear-gradient(#28342e, #28342e); }
  .Slider-item {
    position: relative; }
    .Slider-item-img {
      height: 700px; }
      .Slider-item-img-in {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 67%;
        position: absolute;
        right: 0;
        top: 0;
        max-width: 1260px; }
        .Slider-item-img-in:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          opacity: 0.59;
          background-image: linear-gradient(to right, #2b372e 0%, rgba(42, 55, 47, 0) 100%);
          width: 100%;
          height: 100%; }
  .Slider #slider .swiper-slide {
    position: relative; }
  .Slider #slider .slide_text {
    padding-left: 30px; }
    .Slider #slider .slide_text h6 {
      font-size: 26px;
      font-weight: 500;
      letter-spacing: 2.45px;
      color: #b29d6c;
      line-height: 0.5; }
    .Slider #slider .slide_text h1 {
      font-size: 73px;
      line-height: 1;
      font-weight: bold;
      letter-spacing: 1.13px;
      color: white; }
    .Slider #slider .slide_text p {
      margin-top: 40px;
      max-width: 600px;
      font-size: 16px;
      line-height: 1.19;
      letter-spacing: 0.85px;
      color: #ffffff; }
    .Slider #slider .slide_text-links {
      margin-top: 60px; }
      .Slider #slider .slide_text-links .buton-dark {
        border: none; }
        .Slider #slider .slide_text-links .buton-dark:hover {
          background-color: transparent; }
  .Slider #slider .swiper-button-next, .Slider #slider .swiper-button-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 99;
    transition: 500ms;
    opacity: 0.7; }
    .Slider #slider .swiper-button-next:before, .Slider #slider .swiper-button-prev:before {
      width: 25px;
      height: 47px;
      background-size: 25px 47px; }
    .Slider #slider .swiper-button-next:hover, .Slider #slider .swiper-button-prev:hover {
      opacity: 1;
      transition: 500ms; }
  .Slider #slider .swiper-button-prev {
    left: 60px;
    background-image: url(../images/icon-left.svg); }
  .Slider #slider .swiper-button-next {
    right: 60px;
    background-image: url(../images/icon-right.svg); }

.A_kurumsal {
  height: 550px;
  position: relative;
  z-index: 9;
  -webkit-transform: translateY(-130px);
          transform: translateY(-130px);
  background-repeat: repeat;
  padding-top: 130px; }
  .A_kurumsal-in {
    padding-left: 45px; }
  .A_kurumsal-left {
    padding-top: 60px;
    width: 50%;
    padding-left: calc((100vw - 1700px) / 2); }
    .A_kurumsal-left h3 {
      font-size: 36px;
      font-weight: normal;
      letter-spacing: 0.56px;
      color: #ffffff; }
    .A_kurumsal-left .nav {
      margin-top: 25px;
      margin-bottom: 60px; }
      .A_kurumsal-left .nav-item {
        margin-right: 40px; }
      .A_kurumsal-left .nav-link {
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        color: #c3b69c; }
      .A_kurumsal-left .nav .active {
        background-color: transparent; }
    .A_kurumsal-left-text p {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.43;
      color: #ffffff; }
  .A_kurumsal-right {
    width: 40%;
    max-width: 730px;
    height: 420px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    position: relative; }
    .A_kurumsal-right-text {
      line-height: normal;
      font-size: 15px;
      font-weight: 500;
      color: #ffffff;
      position: absolute;
      left: 75px;
      top: 180px;
      width: 330px; }
    .A_kurumsal-right-video {
      position: absolute;
      bottom: 50px;
      left: 75px;
      display: flex;
      align-items: center; }
      .A_kurumsal-right-video:before {
        margin-right: 10px;
        content: "" url(../images/icon-serach.svg);
        display: inline-block;
        transition: 500ms;
        margin-top: 5px; }
      .A_kurumsal-right-video p {
        display: flex;
        flex-direction: column;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.56px;
        color: #ffffff;
        line-height: 1.4; }
      .A_kurumsal-right-video span {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 6.5px; }

.proje-item {
  position: relative;
  transition: 500ms;
}
.home-proje-item{
	height:500px;
}
.home-proje-item img{height:100%;object-fit:cover;}
  .proje-item:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    opacity: 0.58;
    background-image: linear-gradient(to bottom, rgba(8, 54, 29, 0), #08361d);
    width: 100%;
    height: 65%;
    position: absolute;
    bottom: 0; }
  .proje-item-text {
    position: absolute;
    bottom: 30px;
    left: 10%; }
    .proje-item-text h3 {
      z-index: 1;
      position: relative;
      display: inline;
      font-size: 39px;
      font-weight: normal;
      letter-spacing: 0.61px;
      color: #ffffff; }
      .proje-item-text h3:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: calc(100% + 20px);
        z-index: -1;
        height: 9px;
        background-color: #86754d;
        position: absolute;
        top: 50%;
        margin-top: 2px;
        left: -5px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .proje-item-text p {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.79px;
      color: #ffffff;
      width: 70%;
      line-height: normal; }
  .proje-item-link {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #86754d;
    width: 15%;
    min-width: 60px;
    height: 45%;
    min-height: 145px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .proje-item-link p {
      white-space: nowrap;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      font-size: 14px;
      letter-spacing: 0.45px;
      text-align: center;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center; }
      .proje-item-link p:before {
        margin-right: 10px;
        content: "" url(../images/icon-plus.svg);
        display: inline-block;
        transition: 500ms;
        margin-top: 3px; }
  .proje-item:hover {
    box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.27);
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    transition: 500ms; }
    .proje-item:hover .proje-item-link p:before {
      transition: 500ms;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

.A_projeler {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px); }
  .A_projeler-head {
    position: relative;
    z-index: 99;
    width: calc(100% - 150px); }
    .A_projeler-head-in {
      display: flex;
      align-items: center; }
    .A_projeler-head p {
      opacity: 0.44;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.4;
      color: #000000;
      max-width: 560px;
      margin-top: 15px; }
  .A_projeler-link {
    margin-left: 110px; }
    .A_projeler-link .nav-link {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1.73px;
      text-align: center;
      color: #000000; }
    .A_projeler-link .nav .active {
      color: #86754d;
      background-color: transparent; }
  .A_projeler .swiper-container {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    padding-top: 140px;
    margin-right: calc((-100vw + 1600px) / 2); }
    .A_projeler .swiper-container .swiper-button-next, .A_projeler .swiper-container .swiper-button-prev {
      z-index: 99;
      transition: 500ms;
      opacity: 0.7;
      top: 10px; }
      .A_projeler .swiper-container .swiper-button-next:before, .A_projeler .swiper-container .swiper-button-prev:before {
        width: 25px;
        height: 47px;
        background-size: 25px 47px; }
      .A_projeler .swiper-container .swiper-button-next:hover, .A_projeler .swiper-container .swiper-button-prev:hover {
        opacity: 1;
        transition: 500ms; }
    .A_projeler .swiper-container .swiper-button-prev {
      left: auto;
      right: 120px;
      background-image: url(../images/icon-left.svg); }
    .A_projeler .swiper-container .swiper-button-next {
      right: 60px;
      background-image: url(../images/icon-right.svg); }
  .A_projeler-all {
    margin-top: 70px; }

.fancybox-container {
  z-index: 9999999999 !important; }

.Kurumsal-in {
  display: flex;
  padding-left: 45px; }

.Kurumsal-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc((100vw - 1600px) / 2);
  padding-right: 5%;
  width: calc(100% - 600px);
  height: 374px; }
  .Kurumsal-left h1 {
    font-size: 58px;
    font-weight: normal;
    letter-spacing: 0.9px;
    color: #ffffff;
    margin-bottom: 50px; }
  .Kurumsal-left p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #ffffff; }

.Kurumsal-right {
  width: 600px; }

.Kurumsal-slogan {
  position: relative;
  height: 535px;
  text-align: center; }
  .Kurumsal-slogan-in {
    padding-top: 30px; }
  .Kurumsal-slogan h6 {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.43px;
    color: #ffffff; }
  .Kurumsal-slogan h2 {
    line-height: 0.8;
    font-size: 68px;
    font-weight: normal;
    letter-spacing: 1.06px;
    color: #ffffff; }
  .Kurumsal-slogan p {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #ffffff; }
  .Kurumsal-slogan a {
    margin-top: 50px; }

.Kurumsal-mv-inner {
  height: 400px;
  text-align: center; }
  .Kurumsal-mv-inner h3 {
    font-size: 58px;
    font-weight: normal;
    letter-spacing: 0.9px;
    color: #000000; }
  .Kurumsal-mv-inner p {
    margin-top: 5px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #000000; }

.Iletisim {
  padding-top: 120px; }
  .Iletisim-left-adres {
    margin-top: 50px; }
  .Iletisim-left p {
    margin-bottom: 10px;
    max-width: 360px;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #000000; }
  .Iletisim-right {
    width: 50%; }
    .Iletisim-right-item {
      margin-bottom: 15px; }
      .Iletisim-right-item input, .Iletisim-right-item textarea {
        border-radius: 0;
        background-color: #f8f4ee;
        padding-left: 8%;
        border: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.29;
        color: #000000; }
        .Iletisim-right-item input:focus, .Iletisim-right-item textarea:focus {
          box-shadow: none; }
        .Iletisim-right-item input::-webkit-input-placeholder, .Iletisim-right-item textarea::-webkit-input-placeholder {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.29;
          color: #000000;
          opacity: 0.6; }
        .Iletisim-right-item input:-ms-input-placeholder, .Iletisim-right-item textarea:-ms-input-placeholder {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.29;
          color: #000000;
          opacity: 0.6; }
        .Iletisim-right-item input::-ms-input-placeholder, .Iletisim-right-item textarea::-ms-input-placeholder {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.29;
          color: #000000;
          opacity: 0.6; }
        .Iletisim-right-item input::placeholder, .Iletisim-right-item textarea::placeholder {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.29;
          color: #000000;
          opacity: 0.6; }
      .Iletisim-right-item input {
        height: 66px; }
      .Iletisim-right-item textarea {
        padding-top: 20px;
        height: 146px; }
    .Iletisim-right-inner {
      width: 100%;
      margin-left: 15px; }
  .Iletisim #map {
    margin-top: 100px;
    width: 100%;
    height: 600px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.Projeler {
  position: relative;
  z-index: 1;
  padding-top: 60px; }
  .Projeler:before {
    z-index: -1;
    content: "";
    display: inline-block;
    transition: 500ms;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 375px;
    background-image: url(../images/projeler.jpg); }
  .Projeler .A_projeler-link a {
    margin-right: 100px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.73px;
    text-align: center;
    color: #000000; }
  .Projeler .A_projeler-link .current {
    color: #86754d; }
  .Projeler-in {
    margin-top: 60px;
    margin-right: -16px; }
    .Projeler-in .proje-item {
      margin-right: 16px;
      margin-bottom: 16px;
      width: calc(33.33% - 16px);
	height:320px;
}
.Projeler-in .proje-item img{height:100% !important; object-fit:cover;}
.Proje_detay {
  position: relative;
  z-index: 99;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px); }
  .Proje_detay .container {
    max-width: 1780px; }
  .Proje_detay-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 370px;
    padding-left: 70px;
    padding-right: 70px; }
    .Proje_detay-head-in p {
      margin-top: 30px;
      max-width: 550px;
      opacity: 0.44;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.43;
      color: #000000; }
  .Proje_detay-tab {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 6px;
    background-color: #86754d; }
    .Proje_detay-tab .nav-item {
      margin-right: 40px; }
    .Proje_detay-tab .nav-link {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1.73px;
      text-align: center;
      color: #ffffff;
      height: 73px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0;
      position: relative;
      z-index: 1; }
      .Proje_detay-tab .nav-link:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        background-color: white;
        position: absolute;
        width: 100%;
        height: 0%;
        bottom: 0;
        z-index: -1; }
    .Proje_detay-tab .nav .active {
      color: #28342e;
      background-color: transparent; }
      .Proje_detay-tab .nav .active:before {
        transition: 500ms;
        height: calc(100% - 6px); }
  .Proje_detay .tab-content {
    margin-top: 70px;
    padding-left: 70px;
    padding-right: 70px; }
  .Proje_detay-in {
    margin-right: -26px; }
  .Proje_detay-item {
    position: relative;
    margin-right: 26px;
    margin-bottom: 26px;
    width: calc(33.33% - 26px);
	height:320px;
}
.Proje_detay-item img{height:100% !important; object-fit:cover;}
    .Proje_detay-item:after {
      content: " ";
      display: inline-block;
      transition: 400ms;
      position: absolute;
      width: 100%;
      height: 0;
      bottom: 0;
      left: 0;
      background-color: #86754d60;
      z-index: 1; }
    .Proje_detay-item:before {
      content: "" url(../images/icon-view.svg);
      display: inline-block;
      transition: 500ms;
      position: absolute;
      opacity: 0;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2; }
    .Proje_detay-item:hover:after {
      transition: 500ms;
      height: 100%; }
    .Proje_detay-item:hover:before {
      transition: 500ms;
      opacity: 1; }
  .Proje_detay .map {
    width: 100%;
    height: 500px; }

@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
    .Navtop .navbar-brand:before {
           width: 200px;
    height: 25px;
 }
}

@media (max-width: 991px) {
	.home-proje-item{
	height:300px;
}
  .mobile {
    display: block !important; }
  .mobile-f {
    display: flex !important; }
  .desktop {
    display: none !important; }
  .Navtop {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden; }
    .Navtop:before {
      width: 75%; }
    .Navtop .navbar {
      padding: 0px;
    height: 73px;}
      .Navtop .navbar-brand {
        padding: 0;}
    .Navtop-mobile {
      transition: 600ms;
      box-shadow: 0px 8px 28px -16px rgba(250, 125, 65, 0.6); }
  .buton {
    width: 180px;
    height: 55px;
    border-radius: 4px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px; }
    .buton-radius {
      border-radius: 24px; }
  .Slider {
    padding-top: 73px;
    overflow: hidden; }
    .Slider:before {
      height: 100%; }
    .Slider:after {
      height: 100%; }
    .Slider #slider .swiper-button-next, .Slider #slider .swiper-button-prev {
      display: none; }
    .Slider #slider .container {
      padding-left: 0 !important; }
    .Slider #slider .slide_text {
      margin-top: 30px;
      padding-bottom: 30px;
      position: relative !important;
      top: auto !important;

      text-align: center;
      padding-left: 15px;
      padding-right: 15px; }
      .Slider #slider .slide_text h6 {
        font-size: 16px;
        letter-spacing: 5px;
        margin-top: 5px; }
      .Slider #slider .slide_text h1 {
        font-size: 28px;
        letter-spacing: -1.4px; }
      .Slider #slider .slide_text p {
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px; }
      .Slider #slider .slide_text-links {
        margin-top: 20px;
        display: flex;
        justify-content: center; }
        .Slider #slider .slide_text-links .buton-dark {
          border: none; }
          .Slider #slider .slide_text-links .buton-dark:hover {
            background-color: transparent; }
    .Slider-item-img {
      height: auto; }
      .Slider-item-img-in {
        background-image: none !important;
        height: auto;
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        display: none; }
    .Slider-social {
      display: none; }
    .Slider-video {
      display: none; }
  .A_kurumsal {
    height: auto;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    padding-top: 0px; }
    .A_kurumsal-in {
      flex-direction: column;
      padding-left: 0px; }
    .A_kurumsal-left {
      padding-top: 40px;
      padding-bottom: 40px;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; }
      .A_kurumsal-left h3 {
        font-size: 36px; }
      .A_kurumsal-left .nav {
        margin-top: 25px;
        margin-bottom: 40px;
        justify-content: space-around; }
        .A_kurumsal-left .nav-item {
          margin-right: 0px; }
    .A_kurumsal-right {
      width: 100%;
      max-width: 100%;
      height: auto;
      background-image: none; }
      .A_kurumsal-right-text {
        line-height: normal;
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
        position: absolute;
        left: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 60px; }
      .A_kurumsal-right-video {
        position: absolute;
        bottom: 30px;
        left: 40px;
        display: flex;
        align-items: center; }
        .A_kurumsal-right-video:before {
          margin-right: 0px;
          -webkit-transform: scale(0.7);
                  transform: scale(0.7); }
        .A_kurumsal-right-video p {
          font-size: 14px; }
        .A_kurumsal-right-video span {
          letter-spacing: 4px; }
  .proje-item:before {
    height: 75%; }
  .proje-item-text {
    position: absolute;
    bottom: 25px;
    left: 8%; }
    .proje-item-text h3 {
      font-size: 24px; }
    .proje-item-text p {
      font-size: 13px;
      width: calc(100% - 50px); }
  .proje-item-link {
    min-width: 40px;
    min-height: 140px; }
    .proje-item-link p {
      font-size: 13px; }
      .proje-item-link p:before {
        margin-right: 10px;
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        margin-top: 3px; }
  .proje-item:hover {
    box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.27);
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    transition: 500ms; }
    .proje-item:hover .proje-item-link p:before {
      transition: 500ms;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .A_projeler {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    padding-top: 40px;
    padding-bottom: 40px; }
    .A_projeler-head {
      width: 100%; }
      .A_projeler-head-in {
        flex-direction: column; }
      .A_projeler-head p {
        text-align: center; }
    .A_projeler-link {
      margin-top: 30px;
      margin-left: 0px; }
    .A_projeler .swiper-container {
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px);
      padding-top: 90px; }
      .A_projeler .swiper-container .swiper-button-next, .A_projeler .swiper-container .swiper-button-prev {
        width: 20px;
        height: 37px;
        top: 65px;
        background-size: 20px 37px; }
        .A_projeler .swiper-container .swiper-button-next:before, .A_projeler .swiper-container .swiper-button-prev:before {
          width: 15px;
          height: 28px;
          background-size: 15px 28px; }
      .A_projeler .swiper-container .swiper-button-prev {
        right: 60px; }
      .A_projeler .swiper-container .swiper-button-next {
        right: 15px; }
    .A_projeler-all {
      margin-top: 0px; }
  .Navbottom-in {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px; }
  .Navbottom-left {
    width: 100%;
    flex-direction: column;
    align-items: center; }
    .Navbottom-left ul {
      margin-right: 0%; }
      .Navbottom-left ul li {
        text-align: center; }
  .Navbottom-right {
    width: 100%;
    align-items: center; }
    .Navbottom-right .navbar-brand:before {
      width: 236px;
      height: 30px;
 }
    .Navbottom-right .navbar-brand img {
      width: 134px;
      height: 55px; }
    .Navbottom-right-iletisim {
      align-items: center !important;
      text-align: center; }
      .Navbottom-right-iletisim p {
        text-align: center; }
  .Navbottom .copy {
    border: 1px solid #beb5c430;
    position: relative;
    z-index: 99; }
  .Navbottom .footer-logo {
    width: 90px; }
  .Navbottom .footer-text {
    font-size: 12px;
    color: #373c4d; }
  .Kurumsal {
    padding-top: 73px; }
    .Kurumsal-in {
      flex-direction: column;
      padding-left: 0px; }
    .Kurumsal-left {
      width: 100%;
      height: auto;
      padding: 30px 15px;
      text-align: center; }
      .Kurumsal-left h1 {
        font-size: 32px;
        margin-bottom: 30px; }
    .Kurumsal-right {
      width: 100%; }
    .Kurumsal-slogan {
      height: auto; }
      .Kurumsal-slogan-in {
        padding: 40px 15px;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        -webkit-transform: none !important;
                transform: none !important; }
      .Kurumsal-slogan h6 {
        font-size: 18px; }
      .Kurumsal-slogan h2 {
        font-size: 44px; }
      .Kurumsal-slogan p {
        margin-top: 30px;
        font-size: 13px; }
      .Kurumsal-slogan a {
        margin-top: 40px; }
    .Kurumsal-mv-in {
      flex-direction: column; }
    .Kurumsal-mv-inner {
      padding-top: 30px;
      padding-bottom: 30px;
      height: auto; }
      .Kurumsal-mv-inner h3 {
        font-size: 44px; }
      .Kurumsal-mv-inner p {
        margin-top: 5px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 13px; }
  .Banner-in {
    margin-top: 73px;
    height: 400px; }
  .Banner-text h6 {
    font-size: 15px; }
  .Banner-text h1 {
    font-size: 48px; }
  .Projeler {
    padding-top: 110px; }
    .Projeler .A_projeler-link {
      width: 100%;
      display: flex;
      justify-content: space-around; }
      .Projeler .A_projeler-link a {
        margin-right: 0; }
    .Projeler-in {
      margin-top: 40px;
      margin-bottom: 40px;
      margin-right: 0px; }
      .Projeler-in .proje-item {
        margin-right: 0px;
        width: 100%; }
  .Proje_detay-head {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px; }
    .Proje_detay-head-in {
      text-align: center; }
      .Proje_detay-head-in p {
        margin-top: 20px; }
    .Proje_detay-head a {
      width: 220px;
      margin-top: 30px; }
  .Proje_detay-tab {
    padding: 20px 30px; }
    .Proje_detay-tab .nav {
      justify-content: center; }
      .Proje_detay-tab .nav-item {
        margin-right: 0px; }
      .Proje_detay-tab .nav-link {
        height: 55px; }
      .Proje_detay-tab .nav .active:before {
        height: 100%; }
  .Proje_detay .tab-content {
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px; }
  .Proje_detay-in {
    margin-right: -15px; }
  .Proje_detay-item {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(50% - 15px);height:200px; }
    .Proje_detay-item:after {
      content: " ";
      display: inline-block;
      transition: 400ms;
      position: absolute;
      width: 100%;
      height: 0;
      bottom: 0;
      left: 0;
      background-color: #86754d60;
      z-index: 1; }
    .Proje_detay-item:before {
      content: "" url(../images/icon-view.svg);
      display: inline-block;
      transition: 500ms;
      position: absolute;
      opacity: 0;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2; }
    .Proje_detay-item:hover:after {
      transition: 500ms;
      height: 100%; }
    .Proje_detay-item:hover:before {
      transition: 500ms;
      opacity: 1; }
  .Proje_detay .map {
    height: 300px; }
  .Iletisim-in {
    flex-direction: column; }
  .Iletisim-left {
    text-align: center; }
    .Iletisim-left-adres {
      margin-top: 30px; }
  .Iletisim-right {
    width: 100%;
    margin-top: 40px; }
    .Iletisim-right-in {
      flex-direction: column; }
    .Iletisim-right-item input {
      height: 55px; }
    .Iletisim-right-inner {
      margin-left: 0px; }
  .Iletisim #map {
    margin-top: 40px;
    height: 300px; }
  .modal {
    padding: 0 !important; }
    .modal-header h5 {
      font-size: 17px;
      margin-bottom: 10px; }
    .modal .modal-dialog {
      -webkit-transform: none !important;
              transform: none !important;
      top: 100px;
      margin-top: 0;
      margin-left: 20px;
      margin-right: 20px; }
    .modal .modal-content {
      padding: 25px; }
    .modal .modal-header h5 {
      font-size: 24px; }
    .modal .modal-header .close {
      width: 66px;
      height: 50px;
      top: -20px;
      right: -25px; }
      .modal .modal-header .close:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 40px;
        height: 40px;
        background-size: 40px 40px; }
    .modal .modal-body {
      margin-top: 20px; }
      .modal .modal-body p {
        font-size: 13px; }
  .button {
    display: inline !important; }
  .navbar-collapse-menu {
    display: none; } }

@media (min-width: 991px) and (max-width: 1367px) {
  
  .Slider:before {
    height: 475px; }
  .Slider:after {
    height: 475px; }
  .Slider-item-img {
    height: 550px; }
    .Slider-item-img-in {
      width: 65%; }
  .Slider #slider .slide_text {
    padding-left: 30px; }
    .Slider #slider .slide_text h6 {
      font-size: 20px; }
    .Slider #slider .slide_text h1 {
      font-size: 54px; }
    .Slider #slider .slide_text p {
      margin-top: 30px;
      max-width: 500px;
      font-size: 14px; }
    .Slider #slider .slide_text-links {
      margin-top: 50px; }
  .A_kurumsal {
    height: 450px;
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
    padding-top: 75px; }
    .A_kurumsal-left {
      padding-top: 10px; }
      .A_kurumsal-left .nav {
        margin-top: 25px;
        margin-bottom: 40px; }
      .A_kurumsal-left-text p {
        font-size: 13px; }
    .A_kurumsal-right {
      width: 45%;
      height: 375px; }
      .A_kurumsal-right-text {
        font-size: 14px;
        left: 60px;
        top: 160px;
        width: 240px; }
      .A_kurumsal-right-video {
        left: 60px; }
  .proje-item-text {
    bottom: 25px;
    left: 7%; }
    .proje-item-text h3 {
      font-size: 32px; }
    .proje-item-text p {
      font-size: 13px; }
  .proje-item-link {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #86754d;
    width: 15%;
    min-width: 60px;
    height: 45%;
    min-height: 145px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .proje-item-link p {
      white-space: nowrap;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      font-size: 14px;
      letter-spacing: 0.45px;
      text-align: center;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center; }
      .proje-item-link p:before {
        margin-right: 10px;
        content: "" url(../images/icon-plus.svg);
        display: inline-block;
        transition: 500ms;
        margin-top: 3px; }
  .proje-item:hover {
    box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.27);
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    transition: 500ms; }
    .proje-item:hover .proje-item-link p:before {
      transition: 500ms;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .A_projeler {
    padding-bottom: 50px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
    .A_projeler-all {
      margin-top: 0px; }
  .buton-lg {
    width: 240px;
    height: 60px; }
  .Kurumsal-in {
    display: flex;
    padding-left: 45px; }
  .Kurumsal-left {
    height: 320px;
    padding-right: 3%;
    width: calc(100% - 450px); }
    .Kurumsal-left h1 {
      font-size: 48px;
      margin-bottom: 40px; }
    .Kurumsal-left p {
      font-size: 13px; }
  .Kurumsal-right {
    height: 320px;
    width: 450px; }
  .Kurumsal-slogan {
    height: 450px; }
    .Kurumsal-slogan-in {
      padding-top: 10px; }
  .Kurumsal-mv-inner {
    height: 350px; }
  .Iletisim-left-adres {
    margin-top: 50px; }
  .Iletisim-left .header {
    margin-bottom: 60px; }
  .Iletisim-left p {
    margin-bottom: 10px;
    max-width: 360px;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #000000; }
  .Iletisim-right {
    width: 60%; }
  .Iletisim .map {
    height: 400px; } }

@media (min-width: 991px) and (max-width: 1280px) {
  .Projeler-in .proje-item {
    width: calc(50% - 16px); } }

@media (max-width: 1600px) {
  .A_projeler .swiper-container {
    margin-right: 0; }
  .slide_text {
    padding-left: 0px !important; } }

.pos-ab-xy-center{width:100%!important;}


@media (max-width: 768px){
	.Slider #slider .slide_text{
		position:absolute !important;
		-webkit-transform: 1px !important;
		    top: 50% !important;
        transform: 1px !important;
		width:100% !important;
	}
	.mobile-slide-img{
	height:450px;
	}
	.pc{display:none!important;}
	.Slider #slider .slide_text h6{
	    color: #fff;
    line-height: normal;
	}
}