@charset "UTF-8";
/*
/*
/*
/*      +-+-+-+-+-+-+-+ +-+-+ +-+-+-+-+-+-+
/*      | Created by Serkan Hürsgünel |
/*      +-+-+-+-+-+-+-+ +-+-+ +-+-+-+-+-+-+
/*
/*      *** COPYRIGHT NOTICE ***
/*
/*     This website and its content is copyright of Serkan Hürsgünel © 2021. All rights reserved.
/*
/*
/*
 */
/* Font Face*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("font/open-sans-v17-latin-ext_latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("font/open-sans-v17-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("font/open-sans-v17-latin-ext_latin-300.woff2") format("woff2"), url("font/open-sans-v17-latin-ext_latin-300.woff") format("woff"), url("font/open-sans-v17-latin-ext_latin-300.ttf") format("truetype"), url("font/open-sans-v17-latin-ext_latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("font/open-sans-v17-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("font/open-sans-v17-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("font/open-sans-v17-latin-ext_latin-regular.woff2") format("woff2"), url("font/open-sans-v17-latin-ext_latin-regular.woff") format("woff"), url("font/open-sans-v17-latin-ext_latin-regular.ttf") format("truetype"), url("font/open-sans-v17-latin-ext_latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("font/open-sans-v17-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("font/open-sans-v17-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("font/open-sans-v17-latin-ext_latin-700.woff2") format("woff2"), url("font/open-sans-v17-latin-ext_latin-700.woff") format("woff"), url("font/open-sans-v17-latin-ext_latin-700.ttf") format("truetype"), url("font/open-sans-v17-latin-ext_latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-800 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("font/open-sans-v17-latin-ext_latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("font/open-sans-v17-latin-ext_latin-800.eot?#iefix") format("embedded-opentype"), url("font/open-sans-v17-latin-ext_latin-800.woff2") format("woff2"), url("font/open-sans-v17-latin-ext_latin-800.woff") format("woff"), url("font/open-sans-v17-latin-ext_latin-800.ttf") format("truetype"), url("font/open-sans-v17-latin-ext_latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* 
// Responsive breakpoint mixins
*/
/*Clearfix @extend %clearfix; */
/* Transition  @include transition(all .5s ease-in-out);*/
/*Loader*/
#yukle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  /* change if the mask should have another color then white */
  z-index: 999999999;
  /* makes sure it stays on top */ }

#durum {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../assets/images/animasyon.gif);
  background-repeat: no-repeat;
  background-size: 350px auto;
  background-position: center center; }

/*Selection*/
::selection {
  background: #ffc107;
  color: #FFFFFF;
  text-shadow: none; }

/*Link*/
a {
  text-decoration: none !important; }
  a:hover {
    text-decoration: none !important; }

*:focus {
  outline: none; }

/*Scroll*/
::-webkit-scrollbar {
  width: 12px; }

.devami_outline_btn {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  border-radius: 2rem !important;
  margin-right: 1rem !important; }
  .devami_outline_btn:last-of-type {
    margin-right: 0 !important; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

/*Form Modifiyeleri*/
.duzkenar {
  border-radius: 0px !important;
  padding-right: 30px !important;
  padding-left: 30px !important; }

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
  padding: .5em;
  padding-right: 1.5em; }

::-webkit-input-placeholder {
  color: #FFFFFF; }

.gizle {
  display: none !important; }
  @media only screen and (max-width: 575.98px) {
    .gizle {
      display: block !important; } }

@media only screen and (max-width: 575.98px) {
  .mobilgizle {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .mobilgizle {
    display: none !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mobilgizle {
    display: none !important; } }

a.tumu_btn {
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  padding: 0.3rem 1.6rem;
  border: 1px solid #1C2023;
  color: #1C2023;
  font-size: 1rem;
  box-sizing: border-box;
  border-radius: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  a.tumu_btn:hover {
    border: 1px solid #ffc107;
    color: #ffc107; }

a.incele_btn {
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 1.8rem;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1rem;
  box-sizing: border-box;
  line-height: normal !important;
  margin-top: 2rem;
  border-radius: 22px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  a.incele_btn:hover {
    border: 1px solid #ffc107;
    color: #ffc107; }

.cookie-alert {
  width: 320px;
  height: auto;
  display: block;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999;
  opacity: 0;
  font-family: "Open Sans";
  transform: translateY(100%);
  transition: all 500ms ease-out; }
  .cookie-alert h5 {
    font-size: 0.8rem;
    font-weight: 700; }

.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms; }

.btn-magento {
  color: #FFFFFF !important;
  font-family: "Open Sans";
  background-color: #ffc107 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .btn-magento:hover {
    background-color: #1C2023 !important;
    text-decoration: none; }

.tabbtn-magento {
  width: auto;
  display: block;
  position: relative !important;
  padding: 1rem !important;
  line-height: 1rem !important;
  color: #FFFFFF !important;
  font-family: "Open Sans";
  margin-right: 1rem !important;
  background-color: #1C2023 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .tabbtn-magento:hover {
    background-color: #5f7d95 !important;
    text-decoration: none; }
  .tabbtn-magento.active {
    background-color: #ffc107 !important;
    text-decoration: none; }
  .tabbtn-magento:last-of-type {
    margin-right: 0rem; }

a.btn-link {
  color: #ffc107;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  a.btn-link:hover {
    color: #1C2023;
    text-decoration: none; }

.sari {
  color: #ffc107; }

/*Scrolltotop*/
#yukari {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  border: none;
  text-indent: 100%;
  background: url("images/up.png") no-repeat;
  background-size: contain;
  transition: all 0.8s ease;
  z-index: 999;
  scroll-behavior: smooth; }
  @media only screen and (max-width: 575.98px) {
    #yukari {
      display: none !important; } }

.container-fluid {
  width: 90% !important; }
  @media only screen and (min-width: 1369px) {
    .container-fluid {
      width: 95% !important; } }
  @media only screen and (min-width: 1200px) and (max-width: 1368px) {
    .container-fluid {
      width: 95% !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .container-fluid {
      width: 95% !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .container-fluid {
      width: 100% !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .container-fluid {
      width: 100% !important; } }
  @media only screen and (max-width: 575.98px) {
    .container-fluid {
      width: 100% !important; } }

.normallineheight {
  line-height: normal !important; }

.row {
  bs-gutter-x: 1.5rem !important; }

html {
  font-family: "Open Sans";
  color: #1C2023 !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  scroll-behavior: smooth; }

body {
  height: 100%;
  font-family: "Open Sans";
  margin: 0;
  padding: 0;
  color: #1C2023 !important;
  overflow: hidden !important;
  -webkit-font-smoothing: antialiased; }

#ustblok {
  width: 100%;
  height: 5rem;
  display: block;
  position: relative;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 22; }
  @media only screen and (max-width: 575.98px) {
    #ustblok {
      height: 4.5rem; } }
  #ustblok .triggerblok {
    height: 2.2rem;
    position: relative;
    display: none;
    float: left; }
    @media only screen and (max-width: 575.98px) {
      #ustblok .triggerblok {
        display: block;
        margin-top: 0.3rem; } }
    @media only screen and (min-width: 576px) and (max-width: 767.98px) {
      #ustblok .triggerblok {
        display: block; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #ustblok .triggerblok {
        display: block; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #ustblok .triggerblok {
        display: block; } }
    #ustblok .triggerblok #trigger {
      width: auto;
      height: auto;
      display: none;
      position: relative;
      font-size: 1.7rem;
      color: #FFFFFF;
      text-align: center;
      display: block; }
      @media only screen and (max-width: 575.98px) {
        #ustblok .triggerblok #trigger {
          margin-top: 1.4rem; } }
      @media only screen and (min-width: 576px) and (max-width: 767.98px) {
        #ustblok .triggerblok #trigger {
          margin-top: 1rem; } }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        #ustblok .triggerblok #trigger {
          margin-top: 1rem; } }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #ustblok .triggerblok #trigger {
          margin-top: 1.5rem; } }
  #ustblok a.logo {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    float: left;
    margin-top: 1.4rem; }
    @media only screen and (max-width: 575.98px) {
      #ustblok a.logo {
        width: 100%;
        margin-top: 1.4rem; } }
    @media only screen and (min-width: 1200px) and (max-width: 1368px) {
      #ustblok a.logo {
        width: 90%;
        margin-top: 1.6rem; } }
    @media only screen and (min-width: 1369px) {
      #ustblok a.logo {
        width: 90%;
        margin-top: 1rem; } }
    #ustblok a.logo img {
      width: 100%;
      height: auto; }
  #ustblok .anamenublok {
    width: auto;
    height: 2.2rem;
    display: block;
    position: relative;
    float: right;
    margin-right: 2rem;
    margin-top: 1.9rem;
    z-index: 1040 !important; }
    @media only screen and (max-width: 575.98px) {
      #ustblok .anamenublok {
        display: none !important; } }
    @media only screen and (min-width: 576px) and (max-width: 767.98px) {
      #ustblok .anamenublok {
        display: none !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      #ustblok .anamenublok {
        display: none !important; } }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      #ustblok .anamenublok {
        display: none !important; } }
    #ustblok .anamenublok ul {
      width: auto;
      height: auto;
      display: block;
      display: flex;
      position: relative;
      justify-content: center;
      z-index: 3;
      list-style-type: none;
      list-style: none;
      padding-inline-start: 0px !important; }
      #ustblok .anamenublok ul li {
        width: auto;
        height: 2rem;
        display: block;
        position: relative;
        float: left;
        padding-top: 5px; }
        @media only screen and (min-width: 1200px) and (max-width: 1368px) {
          #ustblok .anamenublok ul li {
            margin-right: 0.7rem; } }
        @media only screen and (min-width: 1369px) {
          #ustblok .anamenublok ul li {
            margin-right: 0.8rem; } }
        #ustblok .anamenublok ul li:last-of-type {
          margin-right: 0rem; }
        #ustblok .anamenublok ul li a {
          font-family: "Open Sans";
          font-size: 16px;
          font-weight: 700;
          color: #FFFFFF;
          font-size: 1rem;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          #ustblok .anamenublok ul li a.active {
            color: #ffc107; }
          #ustblok .anamenublok ul li a:hover {
            color: #ffc107; }
          #ustblok .anamenublok ul li a i {
            padding-top: 1rem;
            font-size: 0.6rem; }
        #ustblok .anamenublok ul li ul.altmenu {
          top: 35px;
          width: auto;
          height: auto;
          display: grid;
          position: absolute;
          background: #1C2023;
          border-radius: 4px;
          color: #FFFFFF;
          visibility: hidden;
          opacity: 0;
          z-index: 20;
          padding: 0px;
          -webkit-transition: all 0.20s ease-in-out;
          transition: all 0.20s ease-in-out;
          -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12); }
        #ustblok .anamenublok ul li:hover ul.altmenu {
          top: 35px;
          visibility: visible;
          opacity: 1;
          padding-top: 10px;
          padding-bottom: 10px; }
        #ustblok .anamenublok ul li ul.altmenu li.altsira {
          margin: 0px 10px !important;
          padding: 0px !important;
          width: 90% !important;
          height: auto !important;
          display: block !important;
          position: relative !important;
          border-bottom: 1px solid #5f7d95; }
          #ustblok .anamenublok ul li ul.altmenu li.altsira:last-of-type {
            border-bottom: 0px solid #5f7d95; }
          #ustblok .anamenublok ul li ul.altmenu li.altsira a {
            color: #FFFFFF;
            margin: 0rem;
            font-weight: 400;
            font-family: "Open Sans";
            font-size: 0.8rem !important;
            padding: 0.5rem;
            text-decoration: none;
            text-align: left;
            display: block;
            height: auto; }
          #ustblok .anamenublok ul li ul.altmenu li.altsira:hover {
            -webkit-box-shadow: none !important;
            box-shadow: none !important; }
            #ustblok .anamenublok ul li ul.altmenu li.altsira:hover a {
              color: #ffc107; }
  #ustblok a.ustblok_iletisimno {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    float: right;
    margin-top: 1.5rem;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media only screen and (max-width: 575.98px) {
      #ustblok a.ustblok_iletisimno {
        margin-top: 0.9rem; } }
    #ustblok a.ustblok_iletisimno .numara {
      width: auto;
      height: auto;
      display: block;
      position: relative;
      float: left;
      font-family: "Open Sans";
      font-size: 1.1rem;
      font-weight: 700;
      color: #FFFFFF;
      padding-top: 9px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media only screen and (max-width: 575.98px) {
        #ustblok a.ustblok_iletisimno .numara {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767.98px) {
        #ustblok a.ustblok_iletisimno .numara {
          display: none; } }
    #ustblok a.ustblok_iletisimno i {
      width: auto;
      height: auto;
      display: block;
      position: relative;
      float: left;
      color: #FFFFFF;
      margin-right: 0.3rem;
      font-weight: 700;
      margin-top: 0.6rem;
      font-size: 1.2rem;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media only screen and (max-width: 575.98px) {
        #ustblok a.ustblok_iletisimno i {
          margin-right: 1rem;
          margin-top: 0.5rem;
          font-size: 1.9rem; } }
    #ustblok a.ustblok_iletisimno:hover .numara {
      color: #ffc107; }
    #ustblok a.ustblok_iletisimno:hover i {
      color: #ffc107; }
  #ustblok .ustblok_sosyalbtnblok {
    width: auto;
    height: 2.1rem;
    display: block;
    position: relative;
    float: right;
    text-align: center;
    font-family: "Open Sans";
    font-size: 1rem;
    margin-top: 1.4rem;
    margin-right: 10px; }
    @media only screen and (min-width: 1369px) {
      #ustblok .ustblok_sosyalbtnblok {
        margin-top: 1.8rem; } }
    @media only screen and (max-width: 575.98px) {
      #ustblok .ustblok_sosyalbtnblok {
        display: none; } }
    #ustblok .ustblok_sosyalbtnblok a.ustblok_sosyalbtn {
      width: auto;
      height: auto;
      display: block;
      position: relative;
      float: left;
      margin-right: 0.8rem;
      margin-top: 0.6rem;
      color: #FFFFFF !important;
      font-size: 1rem;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      #ustblok .ustblok_sosyalbtnblok a.ustblok_sosyalbtn:hover {
        color: #ffc107 !important; }
      #ustblok .ustblok_sosyalbtnblok a.ustblok_sosyalbtn:last-child {
        margin-right: 0; }
      #ustblok .ustblok_sosyalbtnblok a.ustblok_sosyalbtn .sahibindenicon {
        width: 2rem;
        height: auto;
        display: block;
        background-color: yellow;
        font-family: "Open Sans";
        color: #1C2023;
        font-style: normal;
        font-weight: bold; }

.ustbg {
  width: 100%;
  height: 5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  background-color: #1C2023;
  background: #1C2023 url(../assets/images/beyazcetvel.png) top left;
  background-repeat: repeat-x; }
  @media only screen and (max-width: 575.98px) {
    .ustbg {
      height: 4.5rem; } }

#mp-menu {
  display: none; }
  @media only screen and (max-width: 575.98px) {
    #mp-menu {
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767.98px) {
    #mp-menu {
      display: block; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #mp-menu {
      display: block; } }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #mp-menu {
      display: block; } }

.mp-pusher {
  position: relative;
  left: 0;
  height: 100%; }

.mp-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 18.75rem;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C2023;
  /*Arkaplan Rengi*/
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-level::after, .mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  z-index: -1; }

.mp-pusher.mp-pushed::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.mp-level.mp-level-overlay {
  cursor: pointer; }
  .mp-level.mp-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .mp-level.mp-level-overlay.mp-level::before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1; }

.mp-pusher, .mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

/* First level */
.mp-menu > .mp-level, .mp-menu.mp-overlap > .mp-level {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mp-menu > .mp-level.mp-level-open, .mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.mp-menu h2 {
  margin: 0;
  padding: 1em;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: "Open Sans"; }
.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }
.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Open Sans"; }

.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.mp-menu ul li > a {
  display: block;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 1rem;
  padding: 1rem 1.8rem 0.7rem 1.8rem;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s; }
  .mp-menu ul li > a i {
    display: inline;
    text-align: center !important; }
  .mp-menu ul li > a i::before {
    color: #FFFFFF;
    font-size: 0.625rem !important; }
  .mp-menu ul li > a:hover {
    text-decoration: none; }

.mp-level > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2); }

.mp-menu ul li a:hover, .mp-level > ul > li:first-child > a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }

.mp-menu .mp-level.mp-level-overlay > ul > li > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }

.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }
.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0); }
.mp-level > ul > li:first-child > a:hover {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0); }

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
.mp-back {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  display: block;
  font-size: 12px;
  padding: 1em;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }
  .mp-back::after {
    font-family: "Flaticon";
    position: absolute;
    content: "\f109";
    right: 10px;
    font-size: 1.3em;
    color: #FFFFFF; }
  .mp-back:hover, .mp-back .active {
    text-decoration: none;
    color: #ffc107; }

.mp-menu .mp-level.mp-level-overlay > .mp-back {
  background: transparent;
  box-shadow: none;
  color: transparent; }
  .mp-menu .mp-level.mp-level-overlay > .mp-back::after {
    background: transparent;
    box-shadow: none;
    color: transparent; }

.no-csstransforms3d .mp-pusher, .no-js .mp-pusher {
  padding-left: 300px; }

.no-csstransforms3d .mp-menu .mp-level, .no-js .mp-menu .mp-level {
  display: none; }

.no-csstransforms3d .mp-menu > .mp-level, .no-js .mp-menu > .mp-level {
  display: block; }

#mobilustblok {
  display: none; }
  @media only screen and (max-width: 575.98px) {
    #mobilustblok {
      width: 100%;
      height: 3.4375rem;
      display: block;
      position: relative;
      list-style: none;
      z-index: 1040 !important; } }
  #mobilustblok #trigger {
    width: 18%;
    height: 3.4375rem;
    display: block;
    position: relative;
    float: right;
    background: url(images/menu.png) center center no-repeat;
    background-color: #1C2023; }
  #mobilustblok li.searchbtn {
    width: 18%;
    height: 3.4375rem;
    text-align: center;
    float: right;
    margin-left: 0px !important;
    background-color: #ffc107;
    padding-top: 0.3125rem;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #mobilustblok li.searchbtn a {
      color: #FFFFFF !important;
      text-align: center !important;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      #mobilustblok li.searchbtn a i {
        width: 1.375rem;
        height: 2.0625rem;
        float: none !important;
        font-size: 1.75rem !important;
        text-align: center !important; }
    #mobilustblok li.searchbtn:hover a {
      color: #000000 !important; }

#footerblok {
  width: 100%;
  height: auto;
  display: block;
  position: relative; }
  #footerblok .footerust {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 0rem;
    background: url(../assets/images/footerbg.png) #1C2023 no-repeat center bottom;
    background-size: cover; }
    #footerblok .footerust .footerlogo {
      width: 200px;
      height: auto;
      display: block;
      position: relative;
      text-align: center;
      margin: auto; }
      #footerblok .footerust .footerlogo img {
        width: 100%;
        height: auto; }
    #footerblok .footerust .footerwidget {
      display: block;
      position: relative;
      margin-bottom: 0px;
      text-align: center; }
      #footerblok .footerust .footerwidget .footerwidget_baslik {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        font-size: 12px;
        font-family: "Open Sans";
        letter-spacing: 3px;
        padding: 10px 0;
        display: -moz-inline-box;
        margin-bottom: 20px;
        font-weight: 700;
        color: #ffc107; }
        #footerblok .footerust .footerwidget .footerwidget_baslik:after {
          content: "";
          height: 1px;
          width: 50%;
          position: absolute;
          display: block;
          left: 25%;
          bottom: 0;
          background-color: #ffc107; }
          @media only screen and (max-width: 575.98px) {
            #footerblok .footerust .footerwidget .footerwidget_baslik:after {
              width: 45%; } }
      #footerblok .footerust .footerwidget p {
        color: #fff;
        margin: 0;
        font-size: 1rem; }
        #footerblok .footerust .footerwidget p a {
          color: #fff !important; }
    #footerblok .footerust div[class*="col-"]:first-child {
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      padding: 50px 30px; }
      @media only screen and (max-width: 575.98px) {
        #footerblok .footerust div[class*="col-"]:first-child {
          border-top: 0px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
          padding: 50px 30px;
          text-align: center; } }
    #footerblok .footerust div[class*="col-"]:last-child {
      border: 0; }
      @media only screen and (max-width: 575.98px) {
        #footerblok .footerust div[class*="col-"]:last-child {
          border-top: 1px solid rgba(255, 255, 255, 0.1);
          padding: 20px 30px 30px;
          border-right: 0;
          text-align: center; } }
    #footerblok .footerust div[class*="col-"] {
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      padding: 50px 30px; }
      @media only screen and (max-width: 575.98px) {
        #footerblok .footerust div[class*="col-"] {
          border-top: 1px solid rgba(255, 255, 255, 0.1);
          padding: 20px 30px 30px;
          border-right: 0;
          text-align: center; } }
  #footerblok .footeralt {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-color: #1C2023;
    color: #A4A5A7;
    padding: 0.8rem 0; }
    #footerblok .footeralt .footer_linkler {
      width: 100%;
      height: auto;
      display: flex;
      justify-content: left;
      position: relative; }
      @media only screen and (max-width: 575.98px) {
        #footerblok .footeralt .footer_linkler {
          justify-content: center; } }
      #footerblok .footeralt .footer_linkler a.footeralt_link {
        width: auto;
        height: auto;
        display: block;
        position: relative;
        float: left;
        color: #FFFFFF;
        font-family: "Open Sans";
        font-weight: 400;
        margin-right: 0.8rem;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #footerblok .footeralt .footer_linkler a.footeralt_link:hover {
          color: #ffc107; }
        #footerblok .footeralt .footer_linkler a.footeralt_link:last-of-type {
          margin-right: 0rem; }
        @media only screen and (max-width: 575.98px) {
          #footerblok .footeralt .footer_linkler a.footeralt_link {
            float: none;
            margin-bottom: 1rem; } }
    #footerblok .footeralt .footeralt_copy {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      text-align: center;
      font-family: "Open Sans";
      font-size: 1rem;
      font-weight: 300;
      color: #FFFFFF; }
      @media only screen and (max-width: 575.98px) {
        #footerblok .footeralt .footeralt_copy {
          margin-bottom: 1rem; } }
    #footerblok .footeralt a.footeralt_imza {
      width: 2rem;
      height: 2rem;
      display: block;
      position: relative;
      float: right;
      background: url(../assets/images/ikonlar/imza.png) no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 575.98px) {
        #footerblok .footeralt a.footeralt_imza {
          float: none;
          margin-right: auto;
          margin-left: auto; } }

#ustsliderblok {
  width: 100%;
  height: auto;
  display: block;
  position: relative; }
  #ustsliderblok .projelerbtn {
    width: 4%;
    height: 45rem;
    display: block;
    position: relative;
    background-color: #1C2023; }
    #ustsliderblok .projelerbtn a {
      width: 19.1875rem;
      height: 1.875rem;
      display: block;
      position: absolute;
      font-size: 1rem;
      font-weight: bold;
      font-family: "Open Sans";
      color: #FFFFFF;
      white-space: nowrap;
      line-height: 1.875rem;
      text-transform: uppercase;
      letter-spacing: 10px;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(270), M12=-sin(270), M21=sin(270), M22=cos(270));
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(270), M12=-sin(270), M21=sin(270), M22=cos(270))";
      zoom: 1;
      cursor: crosshair;
      top: 70%;
      transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform-origin: 9% 60% 0px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media only screen and (max-width: 575.98px) {
        #ustsliderblok .projelerbtn a {
          transform-origin: 7% 60% 0px;
          top: 75%; } }
      @media only screen and (min-width: 1369px) {
        #ustsliderblok .projelerbtn a {
          transform-origin: 12% 60% 0px; } }
      #ustsliderblok .projelerbtn a:hover {
        color: #ffc107;
        text-decoration: line-through !important; }
    @media only screen and (max-width: 575.98px) {
      #ustsliderblok .projelerbtn {
        width: 10%;
        height: 35rem; } }
  #ustsliderblok #sliderblok {
    width: 96%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1 !important; }
    @media only screen and (max-width: 575.98px) {
      #ustsliderblok #sliderblok {
        width: 90%; } }
    #ustsliderblok #sliderblok a.kaydirbtn {
      width: 25px;
      height: 42px;
      display: block;
      position: absolute;
      overflow: hidden;
      right: 49%;
      z-index: 9 !important;
      bottom: 2rem; }
      @media only screen and (max-width: 575.98px) {
        #ustsliderblok #sliderblok a.kaydirbtn {
          display: none; } }
    #ustsliderblok #sliderblok a.kaydirbtn span {
      display: block;
      width: 25px;
      height: 42px;
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg);
      border-right: 0.125rem solid #FFFFFF;
      border-bottom: 0.125rem solid #FFFFFF;
      margin: 0 0 0.3125rem 0.5rem; }
    #ustsliderblok #sliderblok a.kaydirbtn .mouse {
      width: 25px;
      height: 42px;
      border-radius: 0.625rem;
      transform: none;
      border: 2px solid #FFFFFF;
      top: 11.25rem; }
    #ustsliderblok #sliderblok a.kaydirbtn .wheel {
      height: 0.4rem;
      width: 0.125rem;
      display: block;
      margin: 0.3125rem auto;
      background: #FFFFFF;
      position: relative; }
    #ustsliderblok #sliderblok a.kaydirbtn .wheel {
      -webkit-animation: mouse-wheel 1.2s ease infinite;
      -moz-animation: mouse-wheel 1.2s ease infinite; }
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0.375rem);
    -ms-transform: translateY(0.375rem);
    transform: translateY(0.375rem); } }
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px; }
  50% {
    top: 2px; }
  100% {
    top: 3px; } }
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
    #ustsliderblok #sliderblok .sliderscroll {
      width: 7.5rem;
      height: 3.3125rem;
      display: block;
      position: absolute;
      right: 2rem;
      bottom: 2rem;
      z-index: 5; }
      @media only screen and (max-width: 575.98px) {
        #ustsliderblok #sliderblok .sliderscroll {
          left: 50%;
          bottom: -0.6rem;
          transform: translateX(-50%) translateY(-50%);
          box-sizing: content-box; } }
      #ustsliderblok #sliderblok .sliderscroll a.next {
        width: 3.3125rem;
        height: 3.3125rem;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        margin-left: 0.625rem;
        padding-top: 0.5rem;
        float: left;
        border-radius: 12.5rem 12.5rem 12.5rem 12.5rem;
        -moz-border-radius: 12.5rem 12.5rem 12.5rem 12.5rem;
        -webkit-border-radius: 12.5rem 12.5rem 12.5rem 12.5rem;
        color: #FFFFFF;
        border: 0.125rem solid #FFFFFF;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #ustsliderblok #sliderblok .sliderscroll a.next:hover {
          color: #ffc107;
          text-decoration: none;
          border: 0.125rem solid #ffc107; }
      #ustsliderblok #sliderblok .sliderscroll a.prev {
        width: 53px;
        height: 53px;
        display: block;
        position: relative;
        text-align: center;
        padding-top: 8px;
        float: left;
        font-size: 24px;
        border-radius: 12.5rem 12.5rem 12.5rem 12.5rem;
        -moz-border-radius: 12.5rem 12.5rem 12.5rem 12.5rem;
        -webkit-border-radius: 12.5rem 12.5rem 12.5rem 12.5rem;
        color: #FFFFFF;
        border: 0.125rem solid #FFFFFF;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #ustsliderblok #sliderblok .sliderscroll a.prev:hover {
          color: #ffc107;
          text-decoration: none;
          border: 0.125rem solid #ffc107; }
    #ustsliderblok #sliderblok .sliderlar {
      width: 100%;
      height: 45rem;
      display: block;
      position: relative;
      z-index: 1 !important; }
      @media only screen and (max-width: 575.98px) {
        #ustsliderblok #sliderblok .sliderlar {
          height: 35rem; } }
      @media only screen and (min-width: 1369px) {
        #ustsliderblok #sliderblok .sliderlar {
          height: 45rem; } }
      #ustsliderblok #sliderblok .sliderlar .slick-list {
        width: 100% !important; }
      #ustsliderblok #sliderblok .sliderlar .slide {
        width: 100%;
        height: 45rem;
        display: block;
        position: relative; }
        @media only screen and (max-width: 575.98px) {
          #ustsliderblok #sliderblok .sliderlar .slide {
            height: 35rem; } }
        @media only screen and (min-width: 1369px) {
          #ustsliderblok #sliderblok .sliderlar .slide {
            height: 45rem; } }
        #ustsliderblok #sliderblok .sliderlar .slide .slidebaslik {
          width: 50%;
          height: auto;
          display: block;
          position: absolute;
          top: 10%;
          left: 10%;
          margin: auto;
          z-index: 2222 !important; }
          @media only screen and (max-width: 575.98px) {
            #ustsliderblok #sliderblok .sliderlar .slide .slidebaslik {
              top: 20%;
              left: 10%; } }
          #ustsliderblok #sliderblok .sliderlar .slide .slidebaslik h2 {
            width: 100%;
            height: auto;
            display: block;
            position: relative;
            margin-right: auto;
            margin-left: auto;
            color: #FFFFFF;
            text-align: left;
            font-family: "Open Sans";
            font-size: 5.3125rem;
            font-weight: 800;
            text-shadow: 0rem 2.4px 4.8px #000000; }
            #ustsliderblok #sliderblok .sliderlar .slide .slidebaslik h2::after {
              display: block;
              clear: both;
              content: ""; }
            @media only screen and (max-width: 575.98px) {
              #ustsliderblok #sliderblok .sliderlar .slide .slidebaslik h2 {
                width: 100%;
                font-size: 3rem;
                text-align: left; } }
          #ustsliderblok #sliderblok .sliderlar .slide .slidebaslik h6 {
            width: 100%;
            height: auto;
            display: block;
            position: relative;
            margin-right: auto;
            margin-left: auto;
            color: #FFFFFF;
            text-align: left;
            font-family: "Open Sans";
            font-size: 1rem;
            font-weight: 400;
            text-shadow: 0rem 2.4px 4.8px #000000; }
            #ustsliderblok #sliderblok .sliderlar .slide .slidebaslik h6::after {
              display: block;
              clear: both;
              content: ""; }
            @media only screen and (max-width: 575.98px) {
              #ustsliderblok #sliderblok .sliderlar .slide .slidebaslik h6 {
                width: 100%;
                font-size: 0.8rem;
                text-align: left; } }
          #ustsliderblok #sliderblok .sliderlar .slide .slidebaslik a.incelebtn {
            z-index: 13;
            white-space: nowrap;
            font-size: 1rem;
            line-height: 40px;
            font-weight: 400;
            color: #1C2023;
            display: inline-block;
            font-family: "Open Sans";
            background-color: #ffc107;
            border-radius: 30px;
            box-sizing: border-box;
            cursor: pointer;
            padding: 5px 50px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
            #ustsliderblok #sliderblok .sliderlar .slide .slidebaslik a.incelebtn:hover {
              background-color: #5f7d95;
              color: #FFFFFF; }
        #ustsliderblok #sliderblok .sliderlar .slide .slideresim {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          background-size: cover;
          z-index: 1;
          background-position: center top;
          background-repeat: no-repeat; }
          @media only screen and (min-width: 1369px) {
            #ustsliderblok #sliderblok .sliderlar .slide .slideresim {
              background-position: center center; } }

#kisahakkimizda {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding: 5rem 0;
  background: url(../assets/images/kisahakkimizdabg.png) no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 2.1rem; }
  @media only screen and (max-width: 575.98px) {
    #kisahakkimizda {
      padding: 3rem 1rem; } }
  #kisahakkimizda .about-year {
    display: flex;
    align-items: center;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-bottom: 0.5rem;
    margin-top: 3rem; }
    #kisahakkimizda .about-year span {
      font-size: 5.3125rem;
      color: #FFFFFF;
      font-weight: 800;
      line-height: 5.3125rem;
      position: relative;
      padding-left: 3.125rem;
      padding-right: 0.9375rem;
      z-index: 1;
      text-shadow: 0rem 2.4px 4.8px #000000; }
      #kisahakkimizda .about-year span::after {
        content: "";
        width: 8.125rem;
        height: 8.125rem;
        display: block;
        position: absolute;
        border: 5px solid #ffc107;
        left: 0;
        top: -1.5625rem;
        z-index: -1; }
    #kisahakkimizda .about-year p {
      width: 6.25rem;
      color: #FFFFFF;
      font-family: "Open Sans";
      font-weight: 400;
      font-size: 1.5rem; }

.sonproje {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding: 4rem 0;
  background: #1C2023 no-repeat bottom;
  background-size: cover;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 2.1rem; }
  @media only screen and (max-width: 575.98px) {
    .sonproje {
      padding: 1rem 0; } }
  .sonproje:after {
    background: #ffc107;
    content: "";
    height: 100%;
    width: calc(50% - 80px);
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 575.98px) {
      .sonproje:after {
        background: none; } }
  .sonproje h2 {
    display: none; }
    @media only screen and (max-width: 575.98px) {
      .sonproje h2 {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin-bottom: 1rem;
        text-align: center;
        font-family: "Open Sans";
        font-size: 1.5rem;
        font-weight: 700;
        color: #ffc107; } }
  .sonproje .sonprojeslider {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 99;
    /* the slides */
    /* the parent */ }
    .sonproje .sonprojeslider a.sonproje_resimbtn {
      width: 100%;
      height: 27.5rem;
      display: block;
      position: relative;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 575.98px) {
        .sonproje .sonprojeslider a.sonproje_resimbtn {
          height: 20rem; } }
    .sonproje .sonprojeslider .slick-prev:before,
    .sonproje .sonprojeslider .slick-next:before {
      font-family: "Flaticon" !important;
      font-size: 32px;
      line-height: 1;
      color: #ffc107;
      background-color: none;
      padding: 10px;
      opacity: 0.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .sonproje .sonprojeslider .slick-prev {
      left: -10px;
      z-index: 4;
      height: 42px;
      width: 42px; }
    .sonproje .sonprojeslider .slick-next {
      height: 42px;
      width: 42px;
      right: 0px;
      z-index: 4; }
    .sonproje .sonprojeslider .slick-prev:hover:before,
    .sonproje .sonprojeslider .slick-prev:focus:before,
    .sonproje .sonprojeslider .slick-next:hover:before,
    .sonproje .sonprojeslider .slick-next:focus:before {
      opacity: 1; }
    .sonproje .sonprojeslider .slick-slide {
      margin: 0 10px; }
    .sonproje .sonprojeslider .slick-list {
      margin: 0 -10px; }
    .sonproje .sonprojeslider .slick-dots {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 10;
      margin: 0;
      list-style: none;
      text-align: center; }
    .sonproje .sonprojeslider .slick-dots li.slick-active button:before {
      color: #ffc107; }
  .sonproje .sonproje_projebilgisi {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding-left: 4.375rem; }
    @media only screen and (max-width: 575.98px) {
      .sonproje .sonproje_projebilgisi {
        padding-left: 0rem;
        padding: 1rem; } }
    .sonproje .sonproje_projebilgisi h5 {
      font-family: "Open Sans";
      font-size: 1rem;
      font-weight: 700;
      color: #ffc107; }
    .sonproje .sonproje_projebilgisi h3 {
      font-family: "Open Sans";
      font-size: 3rem;
      font-weight: 800;
      color: #FFFFFF; }
      @media only screen and (max-width: 575.98px) {
        .sonproje .sonproje_projebilgisi h3 {
          font-size: 2rem; } }
    .sonproje .sonproje_projebilgisi ul.list-details {
      max-width: 430px;
      list-style: none;
      margin: 0;
      padding: 0; }
      .sonproje .sonproje_projebilgisi ul.list-details li {
        color: #FFFFFF;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-top: 1px solid rgba(95, 125, 149, 0.1); }
        .sonproje .sonproje_projebilgisi ul.list-details li:first-of-type {
          border-top: 0px; }

#tamamlananprojeler {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding: 3rem 0rem 1rem 0rem;
  background: url(../assets/images/pt1.png) left bottom #1C2023 no-repeat; }
  #tamamlananprojeler h2 {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Open Sans";
    color: #ffc107; }
  #tamamlananprojeler p {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Open Sans";
    color: #FFFFFF; }

.projeliste_btn {
  width: 100%;
  height: 28rem;
  display: flexbox;
  position: relative;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 6px; }
  .projeliste_btn .animasyontasiyici {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s; }
    .projeliste_btn .animasyontasiyici .projeliste_bilgi {
      max-width: 250px;
      margin: auto;
      position: relative;
      z-index: 22;
      top: 30%;
      display: block;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .projeliste_btn .animasyontasiyici .projeliste_bilgi .bilgiust {
        background: #FFFFFF;
        border-radius: 6px;
        padding: 20px; }
        .projeliste_btn .animasyontasiyici .projeliste_bilgi .bilgiust .bilgiust-title {
          margin-bottom: 0;
          text-align: center; }
          .projeliste_btn .animasyontasiyici .projeliste_bilgi .bilgiust .bilgiust-title a {
            color: #1C2023;
            font-weight: 700;
            font-family: "Open Sans";
            font-size: 1.4rem;
            line-height: normal !important; }
        .projeliste_btn .animasyontasiyici .projeliste_bilgi .bilgiust span {
          text-transform: uppercase;
          font-weight: 600;
          color: #5f7d95;
          font-family: Montserrat;
          font-size: 14px; }
      .projeliste_btn .animasyontasiyici .projeliste_bilgi .bilgialt {
        background: #ffc107;
        position: absolute;
        top: 50px;
        height: 100%;
        width: calc(100% + 20px);
        vertical-align: bottom;
        display: flex;
        align-items: end;
        text-align: center;
        flex-direction: row;
        border-radius: 6px;
        z-index: -1;
        left: -10px; }
        .projeliste_btn .animasyontasiyici .projeliste_bilgi .bilgialt a {
          width: 100%;
          color: #1C2023;
          font-weight: 400;
          font-family: "Open Sans";
          text-transform: uppercase;
          font-size: 0.9rem;
          padding: 0.9375rem;
          margin-top: auto; }
  .projeliste_btn .projeliste_resim {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 6px;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .projeliste_btn:hover .animasyontasiyici {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1); }
  .projeliste_btn:hover .projeliste_bilgi {
    display: block; }
  .projeliste_btn:hover .projeliste_resim {
    filter: blur(2px); }

#haberlerblok {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  background-color: #1C2023;
  padding: 1rem 0rem; }
  #haberlerblok h2 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    color: #ffc107;
    font-family: "Open Sans";
    font-weight: 800;
    font-size: 1.5rem; }
  #haberlerblok .haberler {
    padding: 0rem 2rem;
    /* the slides */
    /* the parent */ }
    @media only screen and (min-width: 1369px) {
      #haberlerblok .haberler {
        margin-bottom: 2rem; } }
    #haberlerblok .haberler a.haber_btn {
      width: 100%;
      height: 315px;
      display: block;
      position: relative; }
      @media only screen and (min-width: 1369px) {
        #haberlerblok .haberler a.haber_btn {
          height: auto; } }
      @media only screen and (min-width: 1200px) and (max-width: 1368px) {
        #haberlerblok .haberler a.haber_btn {
          height: auto; } }
      #haberlerblok .haberler a.haber_btn .haberbtn_resim {
        width: 100%;
        height: 250px;
        display: block;
        position: relative;
        border-radius: 21px;
        background-size: cover;
        background-position: center center; }
      #haberlerblok .haberler a.haber_btn .haberbtn_baslik {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin-top: 0.3125rem; }
        #haberlerblok .haberler a.haber_btn .haberbtn_baslik h3 {
          width: 100%;
          height: auto;
          display: block;
          position: relative;
          text-align: center;
          color: #FFFFFF;
          font-family: "Open Sans";
          font-weight: 800;
          font-size: 1rem;
          text-transform: uppercase; }
        #haberlerblok .haberler a.haber_btn .haberbtn_baslik small {
          width: 100%;
          height: auto;
          display: block;
          position: relative;
          text-align: center;
          color: #FFFFFF;
          font-family: "Open Sans";
          font-weight: 300;
          font-size: 0.6rem; }
    #haberlerblok .haberler .slick-prev:before,
    #haberlerblok .haberler .slick-next:before {
      font-family: "Flaticon" !important;
      font-size: 32px;
      line-height: 1;
      color: #ffc107;
      background-color: none;
      padding: 10px;
      opacity: 0.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #haberlerblok .haberler .slick-prev {
      left: -10px;
      z-index: 4;
      height: 42px;
      width: 42px; }
    #haberlerblok .haberler .slick-next {
      height: 42px;
      width: 42px;
      right: 0px;
      z-index: 4; }
    #haberlerblok .haberler .slick-prev:hover:before,
    #haberlerblok .haberler .slick-prev:focus:before,
    #haberlerblok .haberler .slick-next:hover:before,
    #haberlerblok .haberler .slick-next:focus:before {
      opacity: 1; }
    #haberlerblok .haberler .slick-slide {
      margin: 0 10px; }
    #haberlerblok .haberler .slick-list {
      margin: 0 -10px; }
    #haberlerblok .haberler .slick-dots {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 10;
      margin: 0;
      list-style: none;
      text-align: center; }
    #haberlerblok .haberler .slick-dots li.slick-active button:before {
      color: #ffc107; }

#bannerblok {
  width: 100%;
  height: 32rem;
  display: block;
  position: relative;
  margin-top: -5rem;
  z-index: 1 !important; }
  @media only screen and (max-width: 575.98px) {
    #bannerblok {
      height: 22rem;
      margin-top: -4.5rem; } }
  #bannerblok .bannerbaslik {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 5rem;
    z-index: 5; }
    @media only screen and (max-width: 575.98px) {
      #bannerblok .bannerbaslik {
        bottom: 3.75rem; } }
    #bannerblok .bannerbaslik h1 {
      width: 100%;
      height: auto;
      font-size: 1.6rem;
      font-weight: 800;
      font-family: "Open Sans";
      color: #FFFFFF;
      text-align: center;
      text-transform: uppercase; }
      @media only screen and (max-width: 575.98px) {
        #bannerblok .bannerbaslik h1 {
          font-size: 1rem; } }
  #bannerblok .bannergolge {
    width: 100%;
    height: 32rem;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 4;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 6px solid #ffc107; }
    @media only screen and (max-width: 575.98px) {
      #bannerblok .bannergolge {
        height: 18rem;
        border-bottom: 3px solid #ffc107; } }
  #bannerblok .bannerresim {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 1369px) {
      #bannerblok .bannerresim {
        background-position: center center; } }

.breadcrump_alani {
  width: 100%;
  height: 70px;
  display: block;
  position: relative;
  margin-top: -50px;
  z-index: 3 !important; }
  .breadcrump_alani .breadcrumb-row {
    width: 100%;
    height: auto;
    display: grid;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    z-index: 3333;
    text-align: left;
    text-transform: capitalize;
    font-family: "Open Sans";
    font-size: 1rem; }
    @media only screen and (max-width: 575.98px) {
      .breadcrump_alani .breadcrumb-row {
        font-size: 0.75rem; } }
    .breadcrump_alani .breadcrumb-row ul {
      margin-bottom: 0rem !important; }
      .breadcrump_alani .breadcrumb-row ul li {
        text-transform: capitalize;
        padding: 1.25rem 0.625rem;
        margin: 0;
        font-size: 1rem;
        float: left; }
        @media only screen and (max-width: 575.98px) {
          .breadcrump_alani .breadcrumb-row ul li {
            padding: 1rem 0.5rem;
            font-size: 0.75rem; } }
        .breadcrump_alani .breadcrumb-row ul li a {
          color: #1C2023; }
        .breadcrump_alani .breadcrumb-row ul li:first-child a {
          color: #5f7d95;
          font-size: 1.2rem;
          padding: 20px;
          border-right: 1px solid rgba(0, 0, 0, 0.1); }
          @media only screen and (max-width: 575.98px) {
            .breadcrump_alani .breadcrumb-row ul li:first-child a {
              font-size: 0.75rem;
              padding: 10px; } }
        .breadcrump_alani .breadcrumb-row ul li:first-child:after {
          content: unset; }
        .breadcrump_alani .breadcrumb-row ul li:last-child:after {
          display: none; }
        .breadcrump_alani .breadcrumb-row ul li:after {
          margin-left: 20px;
          color: #5f7d95;
          content: "\f10d";
          font-family: Flaticon;
          font-size: 0.6rem; }
          @media only screen and (max-width: 575.98px) {
            .breadcrump_alani .breadcrumb-row ul li:after {
              margin-left: 10px; } }

#projetab li.nav-item {
  font-size: 1rem; }
  @media only screen and (max-width: 575.98px) {
    #projetab li.nav-item {
      font-size: 0.85rem; } }
  #projetab li.nav-item .nav-link {
    padding: 0.5rem 1rem; }
    @media only screen and (max-width: 575.98px) {
      #projetab li.nav-item .nav-link {
        padding: 0.2rem 0.5rem; } }

#icerikblok {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding-top: 2rem;
  font-family: "Open Sans";
  line-height: 2.2rem;
  margin-bottom: 3rem; }
  #icerikblok h1 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 800;
    font-family: "Open Sans";
    color: #1C2023;
    text-align: left; }
    @media only screen and (max-width: 575.98px) {
      #icerikblok h1 {
        text-align: center;
        font-size: 1.2rem;
        margin-top: 2rem; } }
  #icerikblok h2 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 800;
    font-family: "Open Sans";
    color: #1C2023; }
    @media only screen and (max-width: 575.98px) {
      #icerikblok h2 {
        text-align: center;
        font-size: 1.1rem; } }
  #icerikblok h3 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-size: 1.1rem;
    font-weight: 800;
    font-family: "Open Sans";
    color: #1C2023; }
    @media only screen and (max-width: 575.98px) {
      #icerikblok h3 {
        text-align: center;
        font-size: 1rem; } }
  #icerikblok h4 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Open Sans";
    color: #ffc107; }
    @media only screen and (max-width: 575.98px) {
      #icerikblok h4 {
        text-align: center;
        font-size: 0.8rem; } }
  #icerikblok h5 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: "Open Sans";
    color: #ffc107; }
    @media only screen and (max-width: 575.98px) {
      #icerikblok h5 {
        text-align: center;
        font-size: 0.6rem; } }
  #icerikblok h6 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-size: 0.6rem;
    font-weight: 800;
    font-family: "Open Sans";
    color: #ffc107; }
    @media only screen and (max-width: 575.98px) {
      #icerikblok h6 {
        text-align: center;
        font-size: 0.6rem; } }
  #icerikblok img.iceriksabitsagresim {
    padding-left: 1rem;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 575.98px) {
      #icerikblok img.iceriksabitsagresim {
        padding-left: 0rem;
        padding-bottom: 1rem; } }

a.resimlerbtn {
  width: 100%;
  height: 14rem;
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media only screen and (min-width: 1369px) {
    a.resimlerbtn {
      height: 22rem; } }
  a.resimlerbtn:hover {
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75); }

a.haberbtn {
  width: 100%;
  height: 25rem;
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75); }
  a.haberbtn .haberbtnresim {
    width: 100%;
    height: 18rem;
    display: block;
    position: absolute;
    top: 0rem;
    z-index: 1;
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 1369px) {
      a.haberbtn .haberbtnresim {
        height: 19rem; } }
  a.haberbtn .haberbtnbaslik {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    padding: 1.2rem 1rem;
    bottom: 0rem;
    z-index: 3; }
    a.haberbtn .haberbtnbaslik h4 {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      text-align: center;
      color: #1C2023 !important;
      font-size: 1.1rem;
      font-weight: 800;
      font-family: "Open Sans";
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    a.haberbtn .haberbtnbaslik small {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      text-align: center;
      color: #5f7d95;
      font-size: 1rem;
      font-weight: 400;
      font-family: "Open Sans";
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  a.haberbtn:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
    a.haberbtn:hover .haberbtnbaslik h4 {
      color: #ffc107 !important; }
    a.haberbtn:hover .haberbtnbaslik small {
      color: #1C2023; }

#map {
  height: 22rem;
  width: 100%; }
  @media only screen and (max-width: 575.98px) {
    #map {
      height: 16rem; } }
  @media only screen and (min-width: 1369px) {
    #map {
      height: 26rem; } }

#projemap {
  height: 22rem;
  width: 100%; }
  @media only screen and (max-width: 575.98px) {
    #projemap {
      height: 16rem; } }
  @media only screen and (min-width: 1369px) {
    #projemap {
      height: 26rem; } }

.ikonboxtasiyici {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  float: left; }
  .ikonboxtasiyici .ikon-md {
    display: inline-block;
    text-align: center;
    width: 60px;
    padding-top: 2rem;
    float: left;
    font-size: 2rem;
    color: #ffc107; }
  .ikonboxtasiyici .ikon-icerik {
    font-size: 14px;
    line-height: 26px;
    overflow: hidden; }
    .ikonboxtasiyici .ikon-icerik .ikonbaslik {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: auto;
      line-height: 30px;
      margin-bottom: 10px;
      color: #ffc107; }
    .ikonboxtasiyici .ikon-icerik p {
      color: #5f7d95;
      font-size: 1rem;
      font-weight: 400;
      font-family: "Open Sans"; }
      .ikonboxtasiyici .ikon-icerik p a {
        color: #5f7d95 !important; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

  /* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

  /* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

  /* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

  /* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

  /* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

  /* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

  /* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "flaticon";
  src: url("../assets/font/flaticon.ttf?d9a84b8b7c7a887d56602af9e9cc7aba") format("truetype"), url("../assets/font/flaticon.woff?d9a84b8b7c7a887d56602af9e9cc7aba") format("woff"), url("../assets/font/flaticon.woff2?d9a84b8b7c7a887d56602af9e9cc7aba") format("woff2"), url("../assets/font/flaticon.eot?d9a84b8b7c7a887d56602af9e9cc7aba#iefix") format("embedded-opentype"), url("../assets/font/flaticon.svg?d9a84b8b7c7a887d56602af9e9cc7aba#flaticon") format("svg"); }
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
  font-family: Flaticon !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.flaticon-building:before {
  content: ""; }

.flaticon-customer-service:before {
  content: ""; }

.flaticon-down-arrow:before {
  content: ""; }

.flaticon-email:before {
  content: ""; }

.flaticon-facebook:before {
  content: ""; }

.flaticon-fax:before {
  content: ""; }

.flaticon-home:before {
  content: ""; }

.flaticon-instagram:before {
  content: ""; }

.flaticon-left-arrow:before {
  content: ""; }

.flaticon-linkedin:before {
  content: ""; }

.flaticon-loupe:before {
  content: ""; }

.flaticon-menu:before {
  content: ""; }

.flaticon-next:before {
  content: ""; }

.flaticon-phone-call:before {
  content: ""; }

.flaticon-plus:before {
  content: ""; }

.flaticon-send:before {
  content: ""; }

.flaticon-smartphone:before {
  content: ""; }

.flaticon-twitter:before {
  content: ""; }

.flaticon-zoom-in:before {
  content: ""; }

/*# sourceMappingURL=stil.css.map */
