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

html {
  -webkit-box-sizing: border-box;
          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: "Open Sans", sans-serif; }
  body .container {
    max-width: 1500px;
    padding-left: 30px;
    padding-right: 30px; }
  body .card-header {
    border: none;
    background: transparent; }
  body .card {
    background: transparent;
    border: none; }
  body input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  body input:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  body select:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none; }
  body select:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none; }

@font-face {
  font-family: 'trojan';
  src: url(fonts/TrajanPro-Bold.otf);
  font-weight: bold; }

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

@font-face {
  font-family: 'jane';
  src: url(fonts/JaneAust.ttf); }

.b_g {
  position: relative; }
  .b_g:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#25283b));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #25283b); }

.Banner {
  position: relative;
  height: 590px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .Banner-text {
    text-align: center; }
    .Banner-text h6 {
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 7.1px;
      color: #fdcc23; }
    .Banner-text h1 {
      margin-top: 5px;
      white-space: nowrap;
      font-size: 4vw;
      font-weight: 300;
      color: #ffffff; }
      .Banner-text h1 strong {
        font-weight: bold; }
    .Banner-text p {
      margin-top: 30px;
      padding-left: 10%;
      padding-right: 10%;
      opacity: 0.7;
      line-height: 1.3;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      color: #ffffff; }
  .Banner-iletisim {
    height: 650px;
    background-color: #282524; }

.opa {
  opacity: 1; }

.lv_skin canvas {
  opacity: 0 !important; }

.bg {
  position: absolute;
  z-index: 10;
  -webkit-transition: 500ms;
  transition: 500ms;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.plus {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99; }

.yellow {
  color: #ec6523 !important; }

.hover_zoom1 {
  overflow: hidden; }
  .hover_zoom1:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 600ms;
    transition: 600ms; }

.hover_zoom2 {
  overflow: hidden; }
  .hover_zoom2:hover {
    display: block;
    overflow: hidden;
    position: relative; }
    .hover_zoom2:hover img {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .hover_zoom2:hover:hover img {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1.1);
              transform: translateZ(0) scale(1.1); }

.hover_shadow:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-box-shadow: 0px 0px 40px -6px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 40px -6px rgba(0, 0, 0, 0.75); }

.nohover {
  pointer-events: none; }

.buton {
  position: relative;
  width: 226px;
  height: 59px;
  background-color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  border-radius: 5px;
  -webkit-transition: 500ms;
  transition: 500ms;
  cursor: pointer;
  border: 1px solid #424655;
  color: #192028; }
  .buton:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    border-color: #fe6726;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: #fe6726;
    color: white; }

.butonred {
  border-color: #fe6726;
  background-color: #fe6726;
  color: white; }
  .butonred:hover {
    border-color: #424655;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: white;
    color: #192028; }

.Head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .Head h6 {
    font-size: 13px;
    letter-spacing: 5.2px;
    color: #fe6726; }
  .Head h3 {
    line-height: 1.5;
    font-size: 32px;
    font-weight: 900;
    color: #424655; }

.header {
  font-size: 32px;
  font-weight: 900;
  color: #424655; }

.header-lighter {
  font-size: 32px;
  color: #47484a;
  font-weight: 400;
  position: relative; }

.header-lg {
  font-size: 64px;
  letter-spacing: 2.6px;
  text-align: center;
  color: #41414e; }

.text-lg {
  font-size: 15px;
  font-weight: 300;
  color: #000000; }

.text {
  font-size: 14px;
  line-height: 1.5;
  color: #171e26; }

.text-gri {
  font-size: 14px;
  color: #9a9b9f; }

.text-sm-dark {
  font-size: 13px;
  color: #47484a; }

.text-sm {
  font-size: 14px;
  color: #41414e; }

.mobile {
  display: none !important; }

.scroll {
  display: block;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 1px solid #74747e;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -13px;
  z-index: 10; }

.scroll span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 6px;
  border-radius: 4px;
  background: #eeb506;
  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; }

.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;
    -webkit-transition: 600ms;
    transition: 600ms; }
    .Sosyal-link a:hover {
      -webkit-transition: 600ms;
      transition: 600ms;
      -webkit-transform: rotate(-20deg);
              transform: rotate(-20deg); }
  .Sosyal-mail {
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
    -webkit-transition: 600ms;
    transition: 600ms; }
    .Sosyal-mail a {
      color: white;
      font-size: 14px;
      letter-spacing: 1.49px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .Sosyal-mail a i {
        margin-right: 10px; }
    .Sosyal-mail:hover {
      -webkit-transition: 600ms;
      transition: 600ms;
      -webkit-transform: rotate(-85deg) !important;
              transform: rotate(-85deg) !important; }

.Navtop {
  position: absolute;
  width: 100%;
  z-index: 99;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .Navtop-index .navbar {
    padding-left: 130px;
    padding-right: 130px; }
  .Navtop-social {
    height: 70px;
    padding-right: 70px; }
    .Navtop-social p {
      font-size: 13px; }
    .Navtop-social a {
      margin-left: 20px; }
      .Navtop-social a:nth-of-type(1) {
        margin-left: 15px !important; }
  .Navtop-link {
    margin-left: 30px;
    width: 145px;
    height: 60px;
    border-radius: 5px;
    border: solid 1px #16365c;
    font-size: 13px;
    text-align: center;
    color: #16365c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .Navtop-link:hover {
      background-color: #16365c;
      color: white;
      -webkit-transition: 500ms;
      transition: 500ms; }
  .Navtop-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .Navtop-contact a {
      line-height: 1.2;
      text-align: center;
      color: #16365c;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .Navtop-contact a:hover {
        text-decoration: underline;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .Navtop-contact a:first-child {
        font-size: 19px; }
      .Navtop-contact a:last-child {
        font-size: 13px; }
  .Navtop .navbar {
    padding-top: 30px;
    position: relative;
    z-index: 99; }
    .Navtop .navbar-nav {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .Navtop .navbar-brand a:before {
      content: "";
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      width: 106px;
      height: 88px;
      background-size: 106px 88px;
      background-image: url(../images/logo.svg); }
    .Navtop .navbar-collapse-menu .nav-item {
      margin-left: 20px;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .Navtop .navbar-collapse-menu .nav-item .nav-link {
        text-align: center;
        padding: 0px 5px;
        letter-spacing: 1px;
        font-size: 13px;
        font-weight: bold;
        color: #424655;
        position: relative;
        -webkit-transition: 500ms;
        transition: 500ms; }
        .Navtop .navbar-collapse-menu .nav-item .nav-link:hover {
          color: #fe6726;
          -webkit-transition: 500ms;
          transition: 500ms; }
    .Navtop .navbar-collapse-menu .active .nav-link {
      color: #fe6726 !important; }

#d_menu {
  background-image: url(../images/menuback.svg);
  width: 160px;
  height: 160px;
  background-size: 160px 160px; }
  #d_menu button {
    cursor: pointer;
    background-color: transparent; }
  #d_menu .d_menu-open:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 46px;
    height: 46px;
    background-size: 46px 46px;
    background-image: url(../images/menu2.svg); }
  #d_menu .d_menu-close:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 46px;
    height: 46px;
    background-size: 46px 46px;
    background-image: url(../images/exit2.svg); }

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

.button a {
  text-decoration: none; }

.btn-open:after {
  content: "";
  display: inline-block;
  -webkit-transition-property: all .2s linear 0s;
  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/menu.svg); }

.btn-close:after {
  content: "";
  display: inline-block;
  -webkit-transition-property: all .2s linear 0s;
  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: 230px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.99);
  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: 5vh 10px; }
  .wra ul.wra-nav .fa {
    font-size: 18px;
    opacity: 0.8; }

.wra ul.wra-nav li {
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

.active {
  opacity: 1 !important; }

.wra ul.wra-nav li a {
  color: #16365c;
  padding: 5px 0;
  text-decoration: none;
  -webkit-transition-property: all .2s linear 0s;
  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 {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: 500ms;
    transition: 500ms; }
  .wra ul.wra-nav li a img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2px;
    opacity: 0; }
  .wra ul.wra-nav li a:hover img {
    opacity: 1;
    -webkit-transition: 500ms;
    transition: 500ms; }

.Navbottom {
  position: relative;
  z-index: 8; }
  .Navbottom .copy {
    border-top: 1px solid #eff0f1;
    position: relative;
    z-index: 99;
    padding-left: 75px;
    padding-right: 75px; }
  .Navbottom .footer-logo:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 126px;
    height: 35px;
    background-size: 126px 35px;
    background-image: url(../images/logosoy.svg); }
  .Navbottom .footer-text {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000000; }
    .Navbottom .footer-text a {
      -webkit-transition: 500ms;
      transition: 500ms;
      font-weight: bold; }
      .Navbottom .footer-text a:hover {
        color: black;
        -webkit-transition: 500ms;
        transition: 500ms; }

.Slider {
  position: relative;
  z-index: 9;
  padding: 70px;
  padding-bottom: 30px; }
  .Slider:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    height: 706px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f8), to(#e0e1e5));
    background-image: linear-gradient(to top, #f6f6f8, #e0e1e5); }
  .Slider #slick .slick-slide {
    height: calc(100vh - 150px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
  .Slider #slick .slick-next, .Slider #slick .slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 47px;
    height: 47px;
    border-radius: 2.8px;
    border: solid 1.4px #ffffff;
    z-index: 99;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .Slider #slick .slick-next:hover, .Slider #slick .slick-prev:hover {
      background-color: #16365c;
      -webkit-transition: 500ms;
      transition: 500ms; }
  .Slider #slick .slick-prev {
    left: 60px; }
    .Slider #slick .slick-prev:before {
      content: "" url(../images/icon-chevron-left.svg); }
  .Slider #slick .slick-next {
    right: 60px; }
    .Slider #slick .slick-next:before {
      content: "" url(../images/icon-chevron-right.svg); }
  .Slider #slick .slide_text {
    z-index: 99;
    top: 70px;
    text-align: center;
    white-space: nowrap; }
    .Slider #slick .slide_text:before {
      content: "" url(../images/icon-electric.svg);
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms; }
    .Slider #slick .slide_text h6 {
      font-size: 11.9px;
      letter-spacing: 5.9px;
      color: #16365c; }
    .Slider #slick .slide_text h1 {
      font-size: 44.1px;
      font-weight: normal;
      color: #16365c; }
      .Slider #slick .slide_text h1 strong {
        font-weight: bold;
        color: #fe6726; }

.A_kurumsal {
  width: 100%;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px); }
  .A_kurumsal-in {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 60px;
    margin-right: 60px;
    padding-right: 45px;
    padding-left: 75px;
    background-color: white;
    height: 227px; }
  .A_kurumsal-text {
    padding-right: 10px; }
    .A_kurumsal-text h6 {
      font-size: 14px;
      color: #16365c; }
    .A_kurumsal-text h5 {
      font-size: 23px;
      font-weight: 800;
      color: #fe6726;
      margin-bottom: 10px; }
    .A_kurumsal-text p {
      font-size: 13px;
      color: #16365c; }
  .A_kurumsal-link {
    margin-left: 25px;
    height: 120px;
    border-radius: 5px;
    background-color: #f6f4f4;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .A_kurumsal .fks:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 74px;
    height: 62px;
    background-size: 74px 62px;
    background-image: url(../images/logo.svg); }
  .A_kurumsal .soy:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 168px;
    height: 46px;
    background-size: 168px 46px;
    background-image: url(../images/logosoy.svg); }

.A_projeler-image {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 60px; }

.A_projeler-header {
  text-align: center; }
  .A_projeler-header h6 {
    font-size: 14px;
    letter-spacing: 7px;
    color: #16365c; }
  .A_projeler-header h2 {
    font-size: 43px;
    font-weight: 800;
    color: #fe6726; }

.A_projeler-in {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  padding-left: 75px;
  padding-right: 75px; }

.A_projeler-item {
  width: 19%;
  height: 294px;
  border-radius: 6px;
  -webkit-transition: 500ms;
  transition: 500ms;
  position: relative; }
  .A_projeler-item-head {
    height: 100px;
    padding-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #16365c; }
    .A_projeler-item-head h6 {
      color: white;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 12px; }
      .A_projeler-item-head h6 span {
        font-size: 12px;
        color: #4d6889; }
  .A_projeler-item-text {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 35px;
    background-color: #edeef0; }
    .A_projeler-item-text p {
      font-size: 12px;
      line-height: 2.5; }
      .A_projeler-item-text p strong {
        display: inline-block;
        width: 130px; }
  .A_projeler-item:hover {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: 500ms;
    transition: 500ms; }

.A_projeler-link {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 262px;
  height: 67px;
  border-radius: 5px;
  border: solid 1px #e2e4e8;
  margin-left: 50%;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translateX(-50%) translateY(-90px);
          transform: translateX(-50%) translateY(-90px); }
  .A_projeler-link:hover {
    background-color: #e2e4e8;
    -webkit-transition: 500ms;
    transition: 500ms; }

#map {
  width: 100%;
  height: 450px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (max-width: 991px) {
  .mobile {
    display: block !important; }
  .Navtop {
    width: 100%;
    z-index: 99999;
    padding-left: 30px; }
    .Navtop-social {
      display: none !important; }
    .Navtop .navbar {
      padding-left: 0;
      padding-top: 15px; }
      .Navtop .navbar-brand a:before {
        width: 70px;
        height: 56px;
        background-size: 70px 56px; }
  .Slider {
    overflow: hidden;
    padding: 0; }
    .Slider:before {
      display: none; }
    .Slider #slick .slick-slide {
      height: auto;
      background-image: none !important; }
    .Slider #slick .slick-next, .Slider #slick .slick-prev {
      top: auto;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      bottom: 20px; }
    .Slider #slick .slick-prev {
      left: 30px; }
    .Slider #slick .slick-next {
      right: 30px; }
    .Slider #slick .slide_text {
      z-index: 99;
      top: 50px; }
      .Slider #slick .slide_text h6 {
        letter-spacing: 3px; }
      .Slider #slick .slide_text h1 {
        display: none; }
  .A_kurumsal {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    padding-bottom: 30px; }
    .A_kurumsal-in {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: 0px;
      padding-top: 30px;
      margin-right: 0px;
      padding-right: 30px;
      padding-left: 30px;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .A_kurumsal-text {
      text-align: center;
      padding-right: 0px; }
    .A_kurumsal-link {
      margin-top: 20px;
      margin-left: 0px;
      height: 80px;
      border-radius: 5px;
      background-color: #f6f4f4;
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .A_kurumsal .fks:before {
      width: 60px;
      height: 50px;
      background-size: 60px 50px; }
    .A_kurumsal .soy:before {
      width: 120px;
      height: 33px;
      background-size: 120px 33px; }
  .A_projeler-image {
    height: 350px;
    padding-top: 30px; }
  .A_projeler-header h2 {
    font-size: 32px; }
  .A_projeler-in {
    -webkit-transform: translateY(-140px);
            transform: translateY(-140px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 30px;
    padding-right: 30px; }
  .A_projeler-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
    .A_projeler-item-head {
      height: 70px;
      padding-left: 25px; }
      .A_projeler-item-head h6 {
        font-size: 16px; }
    .A_projeler-item-text {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 25px; }
      .A_projeler-item-text p {
        font-size: 12px;
        line-height: 2; }
  .A_projeler-link {
    -webkit-transform: translateX(-50%) translateY(-90px);
            transform: translateX(-50%) translateY(-90px); }
  #map {
    height: 300px; }
  .Navbottom {
    margin: 0; }
    .Navbottom .footer-text {
      text-align: center; }
    .Navbottom .copy {
      margin-top: 0px;
      padding: 0; }
      .Navbottom .copy .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
    .Navbottom .footer-logo {
      margin-right: auto;
      margin-bottom: 5px; }
      .Navbottom .footer-logo:before {
        width: 126px;
        height: 35px;
        background-size: 126px 35px; }
  .overlay {
    top: 89px; }
  .over .Navtop {
    background-color: white; }
  .button {
    display: inline !important; }
  .navbar-collapse-menu {
    display: none; } }

@media (min-width: 991px) and (max-width: 1366px) {
  .Navtop-index .navbar {
    padding-left: 100px;
    padding-right: 100px; }
  .Navtop-social {
    height: 50px;
    padding-right: 50px; }
  .Navtop .navbar-brand a:before {
    width: 90px;
    height: 75px;
    background-size: 90px 75px; }
  .Slider {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px; }
    .Slider .slide_text {
      top: 100px !important; }
  .A_kurumsal-in {
    margin-left: 30px;
    margin-right: 30px;
    padding-right: 25px;
    padding-left: 45px; }
  .A_kurumsal-text {
    padding-right: 20px; }
    .A_kurumsal-text p {
      font-size: 12.5px; }
  .A_kurumsal-link {
    height: 100px;
    margin-left: 15px;
    padding: 20px; }
  .A_kurumsal .fks:before {
    width: 60px;
    height: 50px;
    background-size: 60px 50px; }
  .A_kurumsal .soy:before {
    width: 120px;
    height: 33px;
    background-size: 120px 33px; }
  .A_projeler-in {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
    padding-left: 50px;
    padding-right: 50px; }
  .A_projeler-item {
    width: 32.3%; }
    .A_projeler-item:nth-last-child(1) {
      display: none; }
    .A_projeler-item:nth-last-child(2) {
      display: none; } }

@media (min-width: 1367px) and (max-width: 1600px) {
  .A_projeler-item {
    width: 23.5%; }
    .A_projeler-item:nth-last-child(1) {
      display: none; } }
