@charset "UTF-8";
/* Default */
/* z-index Sıralaması
header 10
menu 200
*/
/* Encode Sans Semi Expanded - 100,200,300,400,600,700,800,900 */
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Expanded:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* Nunito Sans - 200,300,400,600,700,800,900 */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
/* Noto Serif - 400,700 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@1,400;1,700&display=swap");
/* Noto Serif TC - 200,300,400,500,600,700,900 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
/* Open Sans - 300,400,600,700,800 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
/* Roboto 100,300,400,500,700,900 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* Montserrat */
/* Merriweather */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none; }

body {
  font-family: "Encode Sans Semi Expanded", sans-serif;
  font-size: 16px;
  opacity: 1;
  background-color: #454545;
  margin: 0 auto;
  overflow-x: hidden;
  box-sizing: border-box; }

.overflow {
  overflow: hidden; }

a, button {
  text-decoration: none;
  cursor: pointer !important; }

a:-webkit-any-link {
  color: inherit; }

/* small pc screen */
/* horizontal(>) yan tablet */
/* vertical(^) dik tablet */
/* all mobile devices */
/* iphone 5s */
/* Layout */
.qua-wrapper {
  display: none;
  width: 100%;
  height: 126px; }
  @media screen and (max-width: 1200px) {
    .qua-wrapper {
      display: block;
      height: 56px; } }

#qua-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  @media screen and (max-width: 1200px) {
    #qua-header {
      position: fixed;
      background-color: #454545;
      box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.75);
      border-bottom: inherit; } }
  #qua-header .qua-container {
    width: calc(100% - 56px);
    max-width: 1863px;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      #qua-header .qua-container {
        width: 93%; } }
    #qua-header .qua-container .qua-content {
      width: 100%;
      height: 126px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 1200px) {
        #qua-header .qua-container .qua-content {
          height: 56px; } }
      #qua-header .qua-container .qua-content .qua-left {
        width: auto;
        height: auto; }
        #qua-header .qua-container .qua-content .qua-left a {
          width: auto;
          height: auto; }
          #qua-header .qua-container .qua-content .qua-left a .qua-imagePc {
            display: block;
            width: auto;
            height: 90px;
            overflow: hidden; }
            @media screen and (max-width: 1200px) {
              #qua-header .qua-container .qua-content .qua-left a .qua-imagePc {
                display: none; } }
            #qua-header .qua-container .qua-content .qua-left a .qua-imagePc img {
              width: auto;
              height: 100%; }
          #qua-header .qua-container .qua-content .qua-left a .qua-imageMobile {
            width: auto;
            height: 40px;
            overflow: hidden;
            display: none; }
            @media screen and (max-width: 1200px) {
              #qua-header .qua-container .qua-content .qua-left a .qua-imageMobile {
                display: block; } }
            #qua-header .qua-container .qua-content .qua-left a .qua-imageMobile img {
              width: auto;
              height: 100%; }
      #qua-header .qua-container .qua-content .qua-right {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center; }
        #qua-header .qua-container .qua-content .qua-right nav.qua-pcMenu {
          width: auto;
          height: auto;
          position: relative; }
          @media screen and (max-width: 1200px) {
            #qua-header .qua-container .qua-content .qua-right nav.qua-pcMenu {
              display: none; } }
          #qua-header .qua-container .qua-content .qua-right nav.qua-pcMenu ul {
            width: auto;
            height: auto;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center; }
            #qua-header .qua-container .qua-content .qua-right nav.qua-pcMenu ul li {
              width: auto;
              height: auto;
              margin: 0 30px; }
              #qua-header .qua-container .qua-content .qua-right nav.qua-pcMenu ul li a {
                width: auto;
                height: auto;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                font-size: 16px;
                color: #fff;
                font-weight: 600;
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
                text-transform: uppercase;
                transition: all .2s ease; }
                @media screen and (max-width: 1200px) {
                  #qua-header .qua-container .qua-content .qua-right nav.qua-pcMenu ul li a {
                    height: 56px; } }
                #qua-header .qua-container .qua-content .qua-right nav.qua-pcMenu ul li a:hover {
                  color: #fff; }
        #qua-header .qua-container .qua-content .qua-right .qua-dropdown {
          width: auto;
          height: auto;
          position: relative;
          font-family: "Roboto", sans-serif;
          margin-left: 17px;
          margin-right: 9px; }
          @media screen and (max-width: 1200px) {
            #qua-header .qua-container .qua-content .qua-right .qua-dropdown {
              display: none; } }
          #qua-header .qua-container .qua-content .qua-right .qua-dropdown button.qua-dropdownButton {
            width: auto;
            height: auto;
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: row;
            align-items: center;
            background-color: transparent;
            outline: none;
            padding: 6px 0;
            border: 1px solid transparent;
            border-radius: 4px;
            cursor: pointer; }
            #qua-header .qua-container .qua-content .qua-right .qua-dropdown button.qua-dropdownButton svg {
              height: 27px;
              fill: #fff;
              margin-right: 10px; }
            #qua-header .qua-container .qua-content .qua-right .qua-dropdown button.qua-dropdownButton span {
              font-family: "Encode Sans Semi Expanded", sans-serif;
              color: #fff;
              font-weight: 600;
              font-size: 16px;
              text-transform: uppercase;
              text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
          #qua-header .qua-container .qua-content .qua-right .qua-dropdown .qua-active svg {
            fill: rgba(255, 255, 255, 0.8) !important; }
          #qua-header .qua-container .qua-content .qua-right .qua-dropdown .qua-active span {
            color: rgba(255, 255, 255, 0.8) !important; }
          #qua-header .qua-container .qua-content .qua-right .qua-dropdown .qua-dropdownContent {
            width: auto;
            height: auto;
            visibility: hidden;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 0;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 4px;
            background-color: rgba(255, 255, 255, 0.25);
            outline: 0;
            transform: translateY(0);
            opacity: 0;
            transition-property: transform, visibility, opacity;
            -moz-transition-property: transform, visibility, opacity;
            -webkit-transition-property: transform, visibility, opacity;
            transition-timing-function: ease;
            transition-duration: 0s;
            /* 0.1s animation */
            -moz-transition-duration: 0s;
            -webkit-transition-duration: 0s;
            transition-delay: 0s;
            -moz-transition-delay: 0s;
            -webkit-transition-delay: 0s; }
            #qua-header .qua-container .qua-content .qua-right .qua-dropdown .qua-dropdownContent .qua-dropdownBody {
              width: auto;
              height: auto; }
              #qua-header .qua-container .qua-content .qua-right .qua-dropdown .qua-dropdownContent .qua-dropdownBody .qua-dropdownBodyList {
                width: auto;
                height: auto;
                position: relative; }
                #qua-header .qua-container .qua-content .qua-right .qua-dropdown .qua-dropdownContent .qua-dropdownBody .qua-dropdownBodyList .qua-dropdownSearchableList {
                  width: auto;
                  height: auto;
                  max-height: 191px;
                  overflow-y: auto; }
                  #qua-header .qua-container .qua-content .qua-right .qua-dropdown .qua-dropdownContent .qua-dropdownBody .qua-dropdownBodyList .qua-dropdownSearchableList::-webkit-scrollbar-thumb {
                    background: rgba(255, 255, 255, 0.9);
                    border-radius: 8px; }
                  #qua-header .qua-container .qua-content .qua-right .qua-dropdown .qua-dropdownContent .qua-dropdownBody .qua-dropdownBodyList .qua-dropdownSearchableList::-webkit-scrollbar {
                    height: 4px;
                    width: 4px; }
                  #qua-header .qua-container .qua-content .qua-right .qua-dropdown .qua-dropdownContent .qua-dropdownBody .qua-dropdownBodyList .qua-dropdownSearchableList a {
                    font-size: 16px;
                    font-weight: 400;
                    width: calc(100% - 28px);
                    min-width: 90px;
                    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
                    height: auto;
                    color: white;
                    background-color: transparent;
                    padding: 16px 14px;
                    text-decoration: none;
                    display: block; }
                    #qua-header .qua-container .qua-content .qua-right .qua-dropdown .qua-dropdownContent .qua-dropdownBody .qua-dropdownBodyList .qua-dropdownSearchableList a:hover {
                      background-color: rgba(255, 255, 255, 0.2); }
          #qua-header .qua-container .qua-content .qua-right .qua-dropdown .qua-show {
            visibility: visible;
            transform: translateY(50px);
            opacity: 1;
            transition-duration: 0.2s, 0.3s, 0.5s;
            -moz-transition-duration: 0.2s, 0.3s, 0.5s;
            -webkit-transition-duration: 0.2s, 0.3s, 0.5s;
            transition-delay: 0s;
            -moz-transition-delay: 0s;
            -webkit-transition-delay: 0s; }
        #qua-header .qua-container .qua-content .qua-right #mobileMenu {
          display: none;
          width: auto;
          height: auto;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          cursor: pointer; }
          @media screen and (max-width: 1200px) {
            #qua-header .qua-container .qua-content .qua-right #mobileMenu {
              display: flex; } }
          #qua-header .qua-container .qua-content .qua-right #mobileMenu svg {
            width: 26px;
            fill: #e8a887; }

#qua-menu {
  width: 275px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
  height: 120%;
  overflow: hidden;
  background-color: #454545;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .5s ease;
  -moz-transition: -moz-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform .5s ease; }
  @media screen and (max-width: 576px) {
    #qua-menu {
      width: 80%; } }
  #qua-menu #content {
    position: relative;
    top: 0;
    left: 0;
    z-index: 200;
    height: 100%;
    overflow-x: hidden;
    /* menu içi scrollbar */ }
    #qua-menu #content::-webkit-scrollbar {
      display: none; }
    #qua-menu #content .head {
      width: 85%;
      margin: 0 auto;
      height: 49px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      #qua-menu #content .head #navMenu {
        margin-top: 25px;
        cursor: pointer;
        height: 30px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
        #qua-menu #content .head #navMenu svg.closeIcon {
          width: 24px;
          fill: #e8a887; }
        #qua-menu #content .head #navMenu .qua-dil {
          width: auto;
          height: auto;
          display: flex;
          flex-direction: row;
          align-items: center; }
          #qua-menu #content .head #navMenu .qua-dil svg.langIcon {
            width: 24px;
            fill: #c7c7c7; }
          #qua-menu #content .head #navMenu .qua-dil span {
            font-size: 16px;
            margin-left: 7px;
            color: #c7c7c7; }
    #qua-menu #content .body {
      width: 85%;
      margin: 0 auto;
      height: auto;
      min-height: 800px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center; }
      #qua-menu #content .body div.ilet {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        border-bottom: 1px solid #666;
        margin-top: 30px;
        padding-bottom: 8px;
        margin-bottom: 8px;
        font-family: "Times New Roman", serif;
        font-weight: 700;
        font-size: 1.80203rem;
        line-height: 36px;
        color: #c7c7c7; }
        #qua-menu #content .body div.ilet span {
          cursor: default; }
      #qua-menu #content .body ul.urunIc {
        margin-top: 40px;
        width: 100%;
        padding-left: 8px; }
        #qua-menu #content .body ul.urunIc li {
          padding: 8px 0; }
          #qua-menu #content .body ul.urunIc li a {
            font-size: 20px;
            color: #e8a887;
            display: inline-block;
            cursor: pointer;
            border: 0;
            background-color: transparent;
            text-decoration: none; }
      #qua-menu #content .body ul.butons {
        width: 100%; }
        #qua-menu #content .body ul.butons li a {
          margin-top: 8px;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          background-color: #545454;
          height: 60px;
          width: 100%;
          border-radius: 3px;
          font-size: 1rem;
          cursor: pointer;
          border: 0;
          text-decoration: none; }
          #qua-menu #content .body ul.butons li a div.image {
            width: 80px;
            height: 50px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center; }
            #qua-menu #content .body ul.butons li a div.image .phone {
              width: 34.5px;
              opacity: 0.8;
              fill: #c7c7c7; }
            #qua-menu #content .body ul.butons li a div.image .whatsapp {
              width: 30px;
              opacity: 0.8;
              fill: #c7c7c7; }
            #qua-menu #content .body ul.butons li a div.image .iletisim {
              width: 30px;
              opacity: 0.8;
              fill: #c7c7c7; }
            #qua-menu #content .body ul.butons li a div.image .social {
              width: 36px;
              opacity: 0.8;
              fill: #c7c7c7; }
            #qua-menu #content .body ul.butons li a div.image .adress {
              margin-top: 6px;
              margin-left: 7px;
              width: 36px;
              opacity: 0.8;
              fill: #c7c7c7; }
          #qua-menu #content .body ul.butons li a div.yazi {
            cursor: pointer;
            padding: 0 12px;
            border: 0;
            text-decoration: none;
            height: 40px;
            text-align: left;
            border-left: 1px solid #666;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%; }
            #qua-menu #content .body ul.butons li a div.yazi p.top {
              font-family: "Roboto", sans-serif;
              font-size: 16px;
              font-weight: 700;
              line-height: 21.5px;
              color: #c7c7c7;
              display: inline-block;
              white-space: nowrap; }
            #qua-menu #content .body ul.butons li a div.yazi p.alt {
              font-size: 16px;
              line-height: 21.5px;
              color: #c7c7c7;
              display: inline-block;
              white-space: nowrap; }
          #qua-menu #content .body ul.butons li a:first-child {
            margin-top: 1px; }
    #qua-menu #content .foot {
      width: 85%;
      margin: 0 auto;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #qua-menu #content .foot p.top {
        text-align: center;
        color: #c7c7c7;
        font-size: 12px; }
      #qua-menu #content .foot p.alt {
        margin-top: 8px;
        text-align: center;
        color: #c7c7c7;
        font-size: 12px;
        cursor: default; }
        #qua-menu #content .foot p.alt a {
          font-size: 12px;
          font-weight: 700;
          background: linear-gradient(to right, #fff 0%, #fff 75%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          cursor: default; }
    #qua-menu #content .root {
      width: 100%;
      height: 160px; }

#qua-menu.menuActive {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.75); }

#qua-sideNavWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #000;
  opacity: 0.4;
  cursor: pointer;
  display: none;
  z-index: 199;
  -webkit-animation: feder 0.5s ease-in-out;
  -moz-animation: feder 0.5s ease-in-out;
  -o-animation: feder 0.5s ease-in-out;
  animation: feder 0.5s ease-in-out; }
@keyframes feder {
  to {
    opacity: 0.4; }
  from {
    opacity: 0; } }
#langMenu {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 201;
  height: 120%;
  overflow: hidden;
  background-color: #454545;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform .5s ease;
  -moz-transition: -moz-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform .5s ease; }
  #langMenu #content {
    position: relative;
    top: 0;
    left: 0;
    z-index: 201;
    height: 100%;
    overflow-x: hidden;
    /* menu içi scrollbar */ }
    #langMenu #content::-webkit-scrollbar {
      display: none; }
    #langMenu #content .head {
      width: 85%;
      margin: 0 auto;
      height: 49px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      #langMenu #content .head #langClose {
        position: fixed;
        top: 0;
        margin-top: 7.5%;
        cursor: pointer;
        width: 30px;
        height: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        #langMenu #content .head #langClose svg {
          width: 24px;
          height: 24px;
          fill: #e8a887; }
    #langMenu #content .body {
      width: 85%;
      margin: 0 auto;
      height: auto;
      min-height: 800px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center; }
      #langMenu #content .body ul.urunIc {
        margin-top: 40px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; }
        #langMenu #content .body ul.urunIc span, #langMenu #content .body ul.urunIc p {
          font-size: 24px;
          margin-top: 20px;
          color: #c7c7c7;
          text-align: center; }
        #langMenu #content .body ul.urunIc li {
          margin-top: 40px;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center; }
          #langMenu #content .body ul.urunIc li img {
            width: 38px;
            height: 38px;
            margin-top: 3px; }
          #langMenu #content .body ul.urunIc li a {
            margin-left: 10px;
            font-size: 28px;
            color: #c7c7c7;
            display: inline-block;
            cursor: pointer;
            border: 0;
            background-color: transparent;
            text-decoration: none; }

#langMenu.langActive {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#qua-title {
  width: 100%;
  height: auto;
  position: relative;
  background: url("../../../../build/assets/settings/title_arkaplan.jpg");
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    #qua-title {
      background-attachment: initial;
      background-position: 50% 0; } }
  #qua-title:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); }
  #qua-title .qua-container {
    width: 95%;
    height: auto;
    margin: 0 auto; }
@inlude md () {
  #qua-title .qua-container {
    width: 93%; } }
    #qua-title .qua-container .qua-content {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 326px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (max-width: 1200px) {
        #qua-title .qua-container .qua-content {
          height: 256px; } }
      @media screen and (max-width: 992px) {
        #qua-title .qua-container .qua-content {
          height: 150px; } }
      @media screen and (max-width: 768px) {
        #qua-title .qua-container .qua-content {
          height: 120px; } }
      @media screen and (max-width: 576px) {
        #qua-title .qua-container .qua-content {
          height: 100px; } }
      #qua-title .qua-container .qua-content h2 {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 44px;
        color: #fff;
        white-space: nowrap;
        cursor: default;
        text-shadow: 0 0 11px rgba(0, 0, 0, 0.44); }
        @media screen and (max-width: 1200px) {
          #qua-title .qua-container .qua-content h2 {
            top: 50%; } }
        @media screen and (max-width: 992px) {
          #qua-title .qua-container .qua-content h2 {
            font-size: 36px; } }
        @media screen and (max-width: 768px) {
          #qua-title .qua-container .qua-content h2 {
            font-size: 26px; } }
        @media screen and (max-width: 576px) {
          #qua-title .qua-container .qua-content h2 {
            font-size: 18px; } }
      #qua-title .qua-container .qua-content .qua-breadcrumb {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #333;
        cursor: default;
        background-color: #fff;
        border-radius: 19px;
        width: auto;
        height: 40px;
        padding: 0 15px; }
        @media screen and (max-width: 1200px) {
          #qua-title .qua-container .qua-content .qua-breadcrumb {
            top: 50%; } }
        @media screen and (max-width: 768px) {
          #qua-title .qua-container .qua-content .qua-breadcrumb {
            padding: 0 12px; } }
        #qua-title .qua-container .qua-content .qua-breadcrumb a {
          font-size: 18px;
          font-weight: 600; }
          #qua-title .qua-container .qua-content .qua-breadcrumb a:hover {
            text-decoration: underline; }
          @media screen and (max-width: 768px) {
            #qua-title .qua-container .qua-content .qua-breadcrumb a {
              font-size: 14px; } }
        #qua-title .qua-container .qua-content .qua-breadcrumb span.qua-slash {
          font-size: 18px;
          margin: 0 5px; }
          @media screen and (max-width: 768px) {
            #qua-title .qua-container .qua-content .qua-breadcrumb span.qua-slash {
              font-size: 14px; } }
        #qua-title .qua-container .qua-content .qua-breadcrumb span.qua-detail {
          font-size: 18px;
          white-space: nowrap; }
          @media screen and (max-width: 768px) {
            #qua-title .qua-container .qua-content .qua-breadcrumb span.qua-detail {
              font-size: 14px; } }

#qua-slogan {
  width: 100%;
  height: auto;
  background-color: #545454; }
  #qua-slogan .qua-container {
    width: 95%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #qua-slogan .qua-container {
        width: 93%; } }
    #qua-slogan .qua-container .qua-content {
      position: relative;
      z-index: 2;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding: 40px 0 30px 0; }
      @media screen and (max-width: 768px) {
        #qua-slogan .qua-container .qua-content {
          padding: 30px 0 20px 0; } }
      @media screen and (max-width: 576px) {
        #qua-slogan .qua-container .qua-content {
          padding: 25px 0 15px 0; } }
      #qua-slogan .qua-container .qua-content p {
        font-family: 'Noto Serif', sans-serif;
        font-size: 21px;
        line-height: 35px;
        text-align: center;
        color: #e8a887;
        cursor: default;
        user-select: none; }
        @media screen and (max-width: 768px) {
          #qua-slogan .qua-container .qua-content p {
            font-size: 18px;
            line-height: 28px; } }
        @media screen and (max-width: 576px) {
          #qua-slogan .qua-container .qua-content p {
            font-size: 14px;
            line-height: 22px; } }

#qua-footer {
  width: 100%;
  height: auto;
  overflow-y: hidden;
  box-sizing: content-box;
  background-color: #454545;
  border-top: 1px solid rgba(80, 80, 80, 0.75); }
  #qua-footer .qua-container {
    width: 100%; }
    #qua-footer .qua-container .qua-content {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
      height: auto;
      padding-top: 10px; }
      @media screen and (max-width: 768px) {
        #qua-footer .qua-container .qua-content {
          padding-top: 40px; } }
      #qua-footer .qua-container .qua-content .qua-logo {
        display: none;
        height: 65px;
        width: 130px;
        margin-left: 3.5%; }
        @media screen and (max-width: 768px) {
          #qua-footer .qua-container .qua-content .qua-logo {
            display: block; } }
        #qua-footer .qua-container .qua-content .qua-logo img {
          width: auto;
          height: 100%; }
      #qua-footer .qua-container .qua-content .icerik {
        border-bottom: 1px solid #666666;
        width: calc(100% - 56px);
        max-width: 1863px;
        margin: 0 auto;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px 0 25px 0; }
        @media screen and (max-width: 1200px) {
          #qua-footer .qua-container .qua-content .icerik {
            width: 93%; } }
        @media screen and (max-width: 768px) {
          #qua-footer .qua-container .qua-content .icerik {
            flex-direction: column-reverse;
            border-bottom: 0;
            padding: 0;
            width: 100%; } }
        #qua-footer .qua-container .qua-content .icerik .pc {
          width: 100%;
          height: auto;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          @media screen and (max-width: 768px) {
            #qua-footer .qua-container .qua-content .icerik .pc {
              display: none; } }
          #qua-footer .qua-container .qua-content .icerik .pc .sol {
            width: auto;
            height: auto; }
            #qua-footer .qua-container .qua-content .icerik .pc .sol a.tel {
              width: 100%;
              height: 30px;
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              align-items: center; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol a.tel svg {
                width: 20px;
                height: 20px;
                fill: #e8a887;
                opacity: 1; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol a.tel span {
                margin-left: 10px;
                color: #e8a887;
                opacity: 1;
                font-size: 14px;
                line-height: 26px;
                text-align: left;
                text-decoration: none;
                border: none;
                background: transparent;
                cursor: pointer; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol a.tel:hover svg {
                fill: #e8a887; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol a.tel:hover span {
                opacity: 1;
                color: #e8a887;
                text-decoration: underline; }
            #qua-footer .qua-container .qua-content .icerik .pc .sol a.whatsapp {
              margin-top: 10px;
              width: 100%;
              height: 30px;
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              align-items: center; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol a.whatsapp svg {
                width: 20px;
                height: 20px;
                opacity: 1;
                fill: #e8a887; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol a.whatsapp span {
                margin-left: 10px;
                color: #e8a887;
                opacity: 1;
                font-size: 14px;
                line-height: 26px;
                text-align: left;
                text-decoration: none;
                border: none;
                background: transparent;
                cursor: pointer; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol a.whatsapp:hover svg {
                fill: #e8a887; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol a.whatsapp:hover span {
                opacity: 1;
                color: #e8a887;
                text-decoration: underline; }
            #qua-footer .qua-container .qua-content .icerik .pc .sol .merkez {
              margin-top: 15px;
              width: 350px; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol .merkez p {
                color: #e8a887;
                font-size: 14px;
                line-height: 24px;
                cursor: default; }
                @media screen and (max-width: 768px) {
                  #qua-footer .qua-container .qua-content .icerik .pc .sol .merkez p {
                    line-height: 21px; } }
            #qua-footer .qua-container .qua-content .icerik .pc .sol a.openMap {
              width: auto;
              height: auto;
              margin-top: 5px;
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              align-items: center; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol a.openMap svg {
                width: 20px;
                height: 20px;
                opacity: 1;
                fill: #e8a887; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol a.openMap span {
                margin-left: 5px;
                width: auto;
                color: #e8a887;
                opacity: 1;
                font-size: 14px;
                line-height: 21px; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol a.openMap:hover svg {
                fill: #e8a887; }
              #qua-footer .qua-container .qua-content .icerik .pc .sol a.openMap:hover span {
                opacity: 1;
                color: #e8a887;
                text-decoration: underline; }
          #qua-footer .qua-container .qua-content .icerik .pc .sag {
            width: auto;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-end; }
            #qua-footer .qua-container .qua-content .icerik .pc .sag .pcLogo {
              margin-top: 5px;
              height: 80px; }
              #qua-footer .qua-container .qua-content .icerik .pc .sag .pcLogo img {
                width: auto;
                height: 100%; }
              @media screen and (max-width: 768px) {
                #qua-footer .qua-container .qua-content .icerik .pc .sag .pcLogo {
                  display: none; } }
            #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal {
              margin-top: 25px;
              width: 100%;
              height: 30px;
              display: flex;
              flex-direction: row;
              justify-content: flex-end;
              align-items: center; }
              #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal span {
                color: #c7c7c7;
                font-size: 14px;
                line-height: 26px;
                margin-right: 5px;
                margin-top: -3px;
                text-align: left;
                text-decoration: none;
                border: none;
                background: transparent;
                cursor: default; }
              #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a {
                margin-left: 5px; }
                #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.facebook {
                  height: 36px;
                  fill: #c7c7c7;
                  opacity: 0.8; }
                  #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.facebook:hover {
                    opacity: 1; }
                #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.instagram {
                  fill: #c7c7c7;
                  height: 36px;
                  opacity: 0.8; }
                  #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.instagram:hover {
                    opacity: 1; }
                #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.linkedin {
                  fill: #c7c7c7;
                  height: 24px;
                  opacity: 0.9; }
                  #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.linkedin:hover {
                    opacity: 1; }
                #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.pinterest {
                  fill: #c7c7c7;
                  height: 24px;
                  opacity: 0.7; }
                  #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.pinterest:hover {
                    opacity: 1; }
                #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.tictoc {
                  fill: #c7c7c7;
                  height: 24px;
                  opacity: 0.8; }
                  #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.tictoc:hover {
                    opacity: 1; }
                #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.twitter {
                  fill: #c7c7c7;
                  height: 24px;
                  opacity: 0.8; }
                  #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.twitter:hover {
                    opacity: 1; }
                #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.youtube {
                  fill: #c7c7c7;
                  height: 38px;
                  opacity: 0.8; }
                  #qua-footer .qua-container .qua-content .icerik .pc .sag .sosyal a svg.youtube:hover {
                    opacity: 1; }
        #qua-footer .qua-container .qua-content .icerik .mobile {
          display: none;
          width: auto;
          height: auto; }
          @media screen and (max-width: 768px) {
            #qua-footer .qua-container .qua-content .icerik .mobile {
              display: flex;
              flex-wrap: nowrap;
              justify-content: center;
              align-items: flex-start;
              flex-direction: column;
              width: 100%;
              margin-top: 30px; } }
          #qua-footer .qua-container .qua-content .icerik .mobile #enteg {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start; }
            @media screen and (max-width: 768px) {
              #qua-footer .qua-container .qua-content .icerik .mobile #enteg {
                width: 100%; } }
            #qua-footer .qua-container .qua-content .icerik .mobile #enteg a.accordion_header {
              font-family: "Roboto", sans-serif;
              border-bottom: 1px solid #666;
              height: 35px;
              width: 100%;
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              align-items: center;
              -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
              @media screen and (max-width: 768px) {
                #qua-footer .qua-container .qua-content .icerik .mobile #enteg a.accordion_header {
                  cursor: pointer;
                  width: 93%;
                  margin: 0 auto;
                  height: 48px;
                  justify-content: space-between; } }
              #qua-footer .qua-container .qua-content .icerik .mobile #enteg a.accordion_header p {
                font-size: 14px;
                color: #c7c7c7;
                line-height: 35px;
                display: block;
                font-weight: 700;
                text-transform: uppercase;
                transition: border 0.2s ease-in-out;
                cursor: default;
                height: 28px; }
              #qua-footer .qua-container .qua-content .icerik .mobile #enteg a.accordion_header svg {
                fill: #c7c7c7;
                display: none;
                transform: rotate(-90deg); }
                @media screen and (max-width: 768px) {
                  #qua-footer .qua-container .qua-content .icerik .mobile #enteg a.accordion_header svg {
                    display: block;
                    margin-top: 3px;
                    margin-left: 10px;
                    width: 12px;
                    -webkit-transition: all 0.4s ease;
                    -o-transition: all 0.4s ease;
                    transition: all 0.4s ease; } }
      #qua-footer .qua-container .qua-content #adrMob {
        display: none; }
        @media screen and (max-width: 768px) {
          #qua-footer .qua-container .qua-content #adrMob {
            display: flex;
            width: 100%;
            height: auto;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            padding-bottom: 15px;
            border-bottom: 1px solid #666; } }
        #qua-footer .qua-container .qua-content #adrMob .sosyal {
          margin-top: 25px;
          width: 200px;
          height: 30px;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          #qua-footer .qua-container .qua-content #adrMob .sosyal a {
            margin-left: 5px; }
            #qua-footer .qua-container .qua-content #adrMob .sosyal a svg.facebook {
              height: 36px;
              fill: #c7c7c7;
              opacity: 1; }
            #qua-footer .qua-container .qua-content #adrMob .sosyal a svg.instagram {
              fill: #c7c7c7;
              height: 36px;
              opacity: 1; }
            #qua-footer .qua-container .qua-content #adrMob .sosyal a svg.linkedin {
              fill: #c7c7c7;
              height: 24px;
              opacity: 1; }
            #qua-footer .qua-container .qua-content #adrMob .sosyal a svg.pinterest {
              fill: #c7c7c7;
              height: 24px;
              opacity: 1; }
            #qua-footer .qua-container .qua-content #adrMob .sosyal a svg.tictoc {
              fill: #c7c7c7;
              height: 24px;
              opacity: 1; }
            #qua-footer .qua-container .qua-content #adrMob .sosyal a svg.twitter {
              fill: #c7c7c7;
              height: 24px;
              opacity: 1; }
            #qua-footer .qua-container .qua-content #adrMob .sosyal a svg.youtube {
              fill: #c7c7c7;
              height: 38px;
              opacity: 1; }
          #qua-footer .qua-container .qua-content #adrMob .sosyal .qua-dil {
            width: auto;
            height: auto;
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-right: 15px;
            margin-top: -5px;
            cursor: pointer; }
            #qua-footer .qua-container .qua-content #adrMob .sosyal .qua-dil svg.langIcon {
              width: 22px;
              fill: #c7c7c7; }
            #qua-footer .qua-container .qua-content #adrMob .sosyal .qua-dil span {
              font-size: 14px;
              margin-left: 7px;
              font-weight: 600;
              color: #c7c7c7; }
        #qua-footer .qua-container .qua-content #adrMob a.tel {
          margin-top: 15px;
          width: auto;
          height: 30px;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          #qua-footer .qua-container .qua-content #adrMob a.tel svg {
            fill: #c7c7c7;
            width: 20px;
            height: 20px; }
          #qua-footer .qua-container .qua-content #adrMob a.tel span {
            font-family: "Roboto", sans-serif;
            margin-left: 10px;
            font-weight: 600;
            color: #c7c7c7;
            font-size: 14px;
            line-height: 26px;
            text-align: left;
            text-decoration: none;
            border: none;
            background: transparent;
            cursor: pointer; }
        #qua-footer .qua-container .qua-content #adrMob a.whatsapp {
          margin-top: 5px;
          width: auto;
          height: 30px;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          white-space: nowrap; }
          #qua-footer .qua-container .qua-content #adrMob a.whatsapp svg {
            fill: #c7c7c7;
            width: 20px;
            height: 20px; }
          #qua-footer .qua-container .qua-content #adrMob a.whatsapp span {
            font-family: "Roboto", sans-serif;
            font-weight: 600;
            margin-left: 10px;
            color: #c7c7c7;
            font-size: 14px;
            line-height: 26px;
            text-align: left;
            text-decoration: none;
            border: none;
            background: transparent;
            cursor: pointer; }
      #qua-footer .qua-container .qua-content .copyRight {
        height: 55px;
        width: calc(100% - 56px);
        max-width: 1863px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 1200px) {
          #qua-footer .qua-container .qua-content .copyRight {
            width: 93%; } }
        @media screen and (max-width: 768px) {
          #qua-footer .qua-container .qua-content .copyRight {
            width: 93%;
            margin: 0 auto;
            justify-content: center;
            flex-direction: column-reverse;
            height: 60px; } }
        #qua-footer .qua-container .qua-content .copyRight p.quantum {
          white-space: nowrap; }
          #qua-footer .qua-container .qua-content .copyRight p.quantum a {
            font-size: 15px;
            color: #c7c7c7;
            opacity: 1;
            cursor: pointer; }
            @media screen and (max-width: 768px) {
              #qua-footer .qua-container .qua-content .copyRight p.quantum a {
                font-size: 13px; } }
            #qua-footer .qua-container .qua-content .copyRight p.quantum a:hover {
              text-decoration: underline; }
        #qua-footer .qua-container .qua-content .copyRight .qua-right {
          width: auto;
          height: auto;
          display: flex;
          flex-direction: row;
          align-items: center; }
          @media screen and (max-width: 768px) {
            #qua-footer .qua-container .qua-content .copyRight .qua-right {
              flex-direction: column; } }
          #qua-footer .qua-container .qua-content .copyRight .qua-right p.sirket {
            color: #c7c7c7;
            font-size: 14px;
            cursor: default; }
            @media screen and (max-width: 768px) {
              #qua-footer .qua-container .qua-content .copyRight .qua-right p.sirket {
                font-size: 12px; } }
          #qua-footer .qua-container .qua-content .copyRight .qua-right a {
            margin-left: 10px;
            color: #c7c7c7;
            font-size: 14px; }
            #qua-footer .qua-container .qua-content .copyRight .qua-right a:hover {
              text-decoration: underline; }
            @media screen and (max-width: 768px) {
              #qua-footer .qua-container .qua-content .copyRight .qua-right a {
                display: none; } }

#qua-detail {
  width: 100%;
  height: auto;
  background-color: #545454; }
  #qua-detail .qua-container {
    width: calc(100% - 56px);
    max-width: 1863px;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 992px) {
      #qua-detail .qua-container {
        width: 93%; } }
    #qua-detail .qua-container .qua-content {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      padding: 0 0 30px 0; }
      @media screen and (max-width: 768px) {
        #qua-detail .qua-container .qua-content {
          padding: 0 0 25px 0; } }
      @media screen and (max-width: 576px) {
        #qua-detail .qua-container .qua-content {
          padding: 0 0 15px 0; } }
      #qua-detail .qua-container .qua-content .qua-head {
        width: 100%;
        height: auto; }
        #qua-detail .qua-container .qua-content .qua-head h2 {
          text-align: center;
          font-size: 24px;
          color: #e8a887;
          cursor: default; }
          @media screen and (max-width: 768px) {
            #qua-detail .qua-container .qua-content .qua-head h2 {
              font-size: 18px; } }
          @media screen and (max-width: 576px) {
            #qua-detail .qua-container .qua-content .qua-head h2 {
              font-size: 16px; } }
      #qua-detail .qua-container .qua-content .qua-body {
        width: 100%;
        height: auto;
        padding: 40px 0 20px 0; }
        @media screen and (max-width: 768px) {
          #qua-detail .qua-container .qua-content .qua-body {
            padding: 10px 0 10px 0; } }
        #qua-detail .qua-container .qua-content .qua-body a.imgGroup {
          float: left;
          width: auto;
          min-width: 300px;
          max-width: 500px;
          height: auto;
          margin-right: 20px;
          margin-bottom: 10px;
          border-radius: 12px;
          overflow: hidden;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 992px) {
            #qua-detail .qua-container .qua-content .qua-body a.imgGroup {
              width: 100%;
              max-width: inherit;
              min-width: inherit;
              height: auto;
              float: initial;
              margin-right: 0; } }
          @media screen and (max-width: 768px) {
            #qua-detail .qua-container .qua-content .qua-body a.imgGroup {
              margin-bottom: 15px; } }
          #qua-detail .qua-container .qua-content .qua-body a.imgGroup img {
            width: 100%;
            height: auto; }
        #qua-detail .qua-container .qua-content .qua-body p {
          font-size: 19px;
          line-height: 35px;
          cursor: default;
          color: #c7c7c7; }
          @media screen and (max-width: 768px) {
            #qua-detail .qua-container .qua-content .qua-body p {
              font-size: 14px;
              margin-top: 10px; } }
          @media screen and (max-width: 576px) {
            #qua-detail .qua-container .qua-content .qua-body p {
              font-size: 12px; } }
      #qua-detail .qua-container .qua-content .qua-foot {
        margin-top: 5px;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 0.5fr));
        column-gap: 10px;
        row-gap: 20px; }
        @media screen and (max-width: 1200px) {
          #qua-detail .qua-container .qua-content .qua-foot {
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }
        #qua-detail .qua-container .qua-content .qua-foot a {
          width: auto;
          height: auto;
          overflow: hidden;
          border-radius: 12px;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          background-color: #fff; }
          #qua-detail .qua-container .qua-content .qua-foot a .qua-imageGroup {
            width: auto;
            min-width: 100%;
            height: 100%;
            max-height: 170px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            overflow: hidden; }
            #qua-detail .qua-container .qua-content .qua-foot a .qua-imageGroup img {
              width: auto;
              min-width: 100%;
              height: auto;
              min-height: 100%; }

/* Pages - Homepage */
#qua-main {
  width: 100%;
  height: 100vh;
  position: relative; }
  #qua-main #qua-mainPhoto {
    width: 100%;
    height: 100%; }
  #qua-main #qua-mainVideo {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #qua-main #qua-mainVideo .qua-backgroundVideo {
      position: fixed;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
  #qua-main #qua-mainContent {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    #qua-main #qua-mainContent .qua-header {
      width: 100%;
      height: auto;
      background-color: rgba(255, 255, 255, 0.05);
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      position: fixed;
      top: 0; }
      #qua-main #qua-mainContent .qua-header .qua-container {
        width: calc(100% - 56px);
        max-width: 1863px;
        margin: 0 auto; }
        @media screen and (max-width: 1200px) {
          #qua-main #qua-mainContent .qua-header .qua-container {
            width: 93%; } }
        #qua-main #qua-mainContent .qua-header .qua-container .qua-content {
          width: 100%;
          height: 126px;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          @media screen and (max-width: 1200px) {
            #qua-main #qua-mainContent .qua-header .qua-container .qua-content {
              height: 56px; } }
          #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-left {
            width: auto;
            height: auto; }
            #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-left a.qua-imageGroup {
              display: block;
              width: auto;
              height: 90px; }
              @media screen and (max-width: 1200px) {
                #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-left a.qua-imageGroup {
                  height: 40px; } }
              #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-left a.qua-imageGroup .qua-image {
                width: auto;
                height: 100%; }
          #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right {
            width: auto;
            height: auto; }
            #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc {
              width: auto;
              height: auto;
              display: flex;
              flex-direction: row;
              justify-content: flex-end;
              align-items: center; }
              @media screen and (max-width: 1200px) {
                #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc {
                  display: none; } }
              #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc nav {
                width: auto;
                height: auto; }
                #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc nav ul {
                  width: auto;
                  height: auto;
                  display: flex;
                  flex-direction: row; }
                  #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc nav ul li {
                    width: auto;
                    height: auto;
                    margin: 30px; }
                    #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc nav ul li a {
                      width: auto;
                      height: 20px;
                      color: #fff;
                      font-weight: 600;
                      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
                      font-size: 16px;
                      text-transform: uppercase; }
              #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown {
                width: auto;
                height: auto;
                position: relative;
                font-family: "Roboto", sans-serif;
                margin-left: 17px;
                margin-right: 9px; }
                #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown button.qua-dropdownButton {
                  width: auto;
                  height: auto;
                  position: relative;
                  z-index: 2;
                  display: flex;
                  flex-direction: row;
                  align-items: center;
                  background-color: transparent;
                  outline: none;
                  padding: 6px 0;
                  border: 1px solid transparent;
                  border-radius: 4px;
                  cursor: pointer; }
                  #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown button.qua-dropdownButton svg {
                    height: 27px;
                    fill: #fff;
                    margin-right: 10px; }
                  #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown button.qua-dropdownButton span {
                    font-family: "Encode Sans Semi Expanded", sans-serif;
                    color: #fff;
                    font-weight: 600;
                    font-size: 16px;
                    text-transform: uppercase;
                    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
                #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown .qua-active svg {
                  fill: rgba(255, 255, 255, 0.8) !important; }
                #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown .qua-active span {
                  color: rgba(255, 255, 255, 0.8) !important; }
                #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown .qua-dropdownContent {
                  width: auto;
                  height: auto;
                  visibility: hidden;
                  position: absolute;
                  top: 0;
                  right: 0;
                  z-index: 0;
                  overflow: hidden;
                  min-height: 108px;
                  border: 1px solid rgba(255, 255, 255, 0.15);
                  border-radius: 4px;
                  background-color: rgba(255, 255, 255, 0.25);
                  outline: 0;
                  transform: translateY(0);
                  opacity: 0;
                  transition-property: transform, visibility, opacity;
                  -moz-transition-property: transform, visibility, opacity;
                  -webkit-transition-property: transform, visibility, opacity;
                  transition-timing-function: ease;
                  transition-duration: 0s;
                  /* 0.1s animation */
                  -moz-transition-duration: 0s;
                  -webkit-transition-duration: 0s;
                  transition-delay: 0s;
                  -moz-transition-delay: 0s;
                  -webkit-transition-delay: 0s; }
                  #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown .qua-dropdownContent .qua-dropdownBody {
                    width: auto;
                    height: auto; }
                    #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown .qua-dropdownContent .qua-dropdownBody .qua-dropdownBodyList {
                      width: auto;
                      height: auto;
                      position: relative; }
                      #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown .qua-dropdownContent .qua-dropdownBody .qua-dropdownBodyList .qua-dropdownSearchableList {
                        width: auto;
                        height: auto;
                        max-height: 191px;
                        overflow-y: auto; }
                        #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown .qua-dropdownContent .qua-dropdownBody .qua-dropdownBodyList .qua-dropdownSearchableList::-webkit-scrollbar-thumb {
                          background: rgba(255, 255, 255, 0.9);
                          border-radius: 8px; }
                        #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown .qua-dropdownContent .qua-dropdownBody .qua-dropdownBodyList .qua-dropdownSearchableList::-webkit-scrollbar {
                          height: 4px;
                          width: 4px; }
                        #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown .qua-dropdownContent .qua-dropdownBody .qua-dropdownBodyList .qua-dropdownSearchableList a {
                          font-size: 16px;
                          font-weight: 400;
                          width: calc(100% - 28px);
                          min-width: 90px;
                          text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
                          height: auto;
                          color: white;
                          background-color: transparent;
                          padding: 16px 14px;
                          text-decoration: none;
                          display: block; }
                          #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown .qua-dropdownContent .qua-dropdownBody .qua-dropdownBodyList .qua-dropdownSearchableList a:hover {
                            background-color: rgba(255, 255, 255, 0.2); }
                #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navPc .qua-dropdown .qua-show {
                  visibility: visible;
                  transform: translateY(50px);
                  opacity: 1;
                  transition-duration: 0.2s, 0.3s, 0.5s;
                  -moz-transition-duration: 0.2s, 0.3s, 0.5s;
                  -webkit-transition-duration: 0.2s, 0.3s, 0.5s;
                  transition-delay: 0s;
                  -moz-transition-delay: 0s;
                  -webkit-transition-delay: 0s; }
            #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navMobile {
              width: auto;
              height: auto;
              display: none;
              flex-direction: row;
              justify-content: center;
              align-items: center; }
              @media screen and (max-width: 1200px) {
                #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navMobile {
                  display: flex; } }
              #qua-main #qua-mainContent .qua-header .qua-container .qua-content .qua-right .qua-navMobile svg {
                width: 26px;
                fill: #fff; }
    #qua-main #qua-mainContent .qua-body {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: auto; }
      #qua-main #qua-mainContent .qua-body .qua-container {
        width: calc(100% - 56px);
        max-width: 1863px;
        margin: 0 auto; }
        @media screen and (max-width: 1200px) {
          #qua-main #qua-mainContent .qua-body .qua-container {
            width: 93%; } }
        #qua-main #qua-mainContent .qua-body .qua-container .qua-content {
          width: 100%; }
          #qua-main #qua-mainContent .qua-body .qua-container .qua-content h1 {
            font-family: "Noto Serif", serif;
            font-weight: 400;
            font-size: 46px;
            color: #fff;
            cursor: default; }
            @media screen and (max-width: 768px) {
              #qua-main #qua-mainContent .qua-body .qua-container .qua-content h1 {
                font-size: 36px; } }
            @media screen and (max-width: 576px) {
              #qua-main #qua-mainContent .qua-body .qua-container .qua-content h1 {
                font-size: 28px; } }
          #qua-main #qua-mainContent .qua-body .qua-container .qua-content button {
            margin-top: 12px;
            width: auto;
            height: auto;
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 12px 9px;
            background-color: transparent;
            border: 1px solid #fff;
            border-radius: 3px;
            outline: none; }
            #qua-main #qua-mainContent .qua-body .qua-container .qua-content button svg.qua-play {
              height: 17px;
              fill: rgba(255, 255, 255, 0.9);
              margin-right: 7px; }
            #qua-main #qua-mainContent .qua-body .qua-container .qua-content button span {
              color: #fff; }
            #qua-main #qua-mainContent .qua-body .qua-container .qua-content button:hover {
              border: 1px solid rgba(255, 255, 255, 0.8); }
              @media screen and (max-width: 1200px) {
                #qua-main #qua-mainContent .qua-body .qua-container .qua-content button:hover {
                  border: 1px solid #fff; } }
              #qua-main #qua-mainContent .qua-body .qua-container .qua-content button:hover svg.qua-play {
                fill: rgba(255, 255, 255, 0.7); }
                @media screen and (max-width: 1200px) {
                  #qua-main #qua-mainContent .qua-body .qua-container .qua-content button:hover svg.qua-play {
                    fill: rgba(255, 255, 255, 0.9); } }
              #qua-main #qua-mainContent .qua-body .qua-container .qua-content button:hover span {
                color: rgba(255, 255, 255, 0.8); }
                @media screen and (max-width: 1200px) {
                  #qua-main #qua-mainContent .qua-body .qua-container .qua-content button:hover span {
                    color: #fff; } }
    #qua-main #qua-mainContent .qua-footer {
      width: 100%;
      height: auto;
      position: fixed;
      bottom: 0; }
      #qua-main #qua-mainContent .qua-footer .qua-container {
        width: calc(100% - 56px);
        max-width: 1863px;
        margin: 0 auto; }
        @media screen and (max-width: 1200px) {
          #qua-main #qua-mainContent .qua-footer .qua-container {
            width: 93%; } }
        #qua-main #qua-mainContent .qua-footer .qua-container .qua-content {
          width: 100%;
          height: 77px;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-left {
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: row;
            align-items: center; }
            #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-left .qua-leftLeft {
              width: auto;
              height: auto; }
              @media screen and (max-width: 1200px) {
                #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-left .qua-leftLeft {
                  display: none; } }
              #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-left .qua-leftLeft a {
                font-size: 14px;
                font-weight: 500;
                color: #fff; }
                #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-left .qua-leftLeft a:hover {
                  text-decoration: underline; }
            #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-left .qua-leftCenter {
              width: auto;
              height: auto;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              text-align: center; }
              @media screen and (max-width: 1200px) {
                #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-left .qua-leftCenter {
                  position: inherit;
                  left: inherit;
                  transform: inherit; } }
              @media screen and (max-width: 576px) {
                #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-left .qua-leftCenter {
                  position: absolute;
                  left: 50%;
                  transform: translateX(-50%); } }
              #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-left .qua-leftCenter span {
                color: #fff;
                cursor: default;
                font-size: 16px; }
                @media screen and (max-width: 768px) {
                  #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-left .qua-leftCenter span {
                    font-size: 14px; } }
                @media screen and (max-width: 576px) {
                  #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-left .qua-leftCenter span {
                    font-size: 12px; } }
          #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-right {
            width: 100%;
            height: auto;
            text-align: right; }
            #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-right a {
              color: #fff;
              font-size: 15px; }
              @media screen and (max-width: 768px) {
                #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-right a {
                  font-size: 14px; } }
              @media screen and (max-width: 576px) {
                #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-right a {
                  display: none; } }
              #qua-main #qua-mainContent .qua-footer .qua-container .qua-content .qua-right a:hover {
                text-decoration: underline; }

/* Pages - Hakkımızda */
#qua-mainAbouts {
  width: 100%;
  height: auto;
  background-color: #545454; }
  #qua-mainAbouts .qua-container {
    width: 95%;
    max-width: 1863px;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #qua-mainAbouts .qua-container {
        width: 93%; } }
    #qua-mainAbouts .qua-container .qua-content {
      position: relative;
      z-index: 2;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding: 40px 0 55px 0; }
      @media screen and (max-width: 768px) {
        #qua-mainAbouts .qua-container .qua-content {
          padding: 30px 0 40px 0; } }
      @media screen and (max-width: 576px) {
        #qua-mainAbouts .qua-container .qua-content {
          padding: 25px 0 40px 0; } }
      #qua-mainAbouts .qua-container .qua-content h2 {
        color: #e8a887;
        cursor: default; }
        @media screen and (max-width: 768px) {
          #qua-mainAbouts .qua-container .qua-content h2 {
            font-size: 21px; } }
        @media screen and (max-width: 576px) {
          #qua-mainAbouts .qua-container .qua-content h2 {
            font-size: 18px; } }
      #qua-mainAbouts .qua-container .qua-content p {
        font-size: 17px;
        line-height: 30px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 400;
        color: #c7c7c7;
        margin-top: 25px;
        text-align: center;
        cursor: default;
        /* user-select: none; */ }
        @media screen and (max-width: 768px) {
          #qua-mainAbouts .qua-container .qua-content p {
            font-size: 16px;
            margin-top: 20px; } }
        @media screen and (max-width: 576px) {
          #qua-mainAbouts .qua-container .qua-content p {
            font-size: 14px; } }
      #qua-mainAbouts .qua-container .qua-content .qua-database-error {
        width: 100%;
        height: auto;
        min-height: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px; }
        @media screen and (max-width: 768px) {
          #qua-mainAbouts .qua-container .qua-content .qua-database-error {
            min-height: 250px; } }
        @media screen and (max-width: 576px) {
          #qua-mainAbouts .qua-container .qua-content .qua-database-error {
            min-height: 190px; } }
        #qua-mainAbouts .qua-container .qua-content .qua-database-error svg {
          fill: #c7c7c7;
          height: 119px; }
          @media screen and (max-width: 768px) {
            #qua-mainAbouts .qua-container .qua-content .qua-database-error svg {
              height: 95px; } }
          @media screen and (max-width: 576px) {
            #qua-mainAbouts .qua-container .qua-content .qua-database-error svg {
              height: 75px; } }
        #qua-mainAbouts .qua-container .qua-content .qua-database-error span {
          margin-top: 45px;
          font-size: 19px;
          line-height: 30px;
          font-weight: 400;
          color: #c7c7c7;
          text-align: center;
          cursor: default; }
          @media screen and (max-width: 992px) {
            #qua-mainAbouts .qua-container .qua-content .qua-database-error span {
              font-size: 19px; } }
          @media screen and (max-width: 768px) {
            #qua-mainAbouts .qua-container .qua-content .qua-database-error span {
              font-size: 17px; } }
          @media screen and (max-width: 576px) {
            #qua-mainAbouts .qua-container .qua-content .qua-database-error span {
              font-size: 15px;
              margin-top: 30px; } }

/* Pages - Hizmetler */
#qua-allServices {
  width: 100%;
  height: auto;
  background-color: #545454; }
  #qua-allServices .qua-container {
    width: calc(100% - 56px);
    max-width: 1863px;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      #qua-allServices .qua-container {
        width: 100%; } }
    #qua-allServices .qua-container .qua-content {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      padding: 0 0 50px 0; }
      @media screen and (max-width: 768px) {
        #qua-allServices .qua-container .qua-content {
          padding: 0 0 25px 0; } }
      @media screen and (max-width: 576px) {
        #qua-allServices .qua-container .qua-content {
          padding: 0 0 15px 0; } }
      #qua-allServices .qua-container .qua-content .qua-database-error {
        width: 100%;
        height: auto;
        min-height: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px; }
        @media screen and (max-width: 768px) {
          #qua-allServices .qua-container .qua-content .qua-database-error {
            min-height: 250px; } }
        @media screen and (max-width: 576px) {
          #qua-allServices .qua-container .qua-content .qua-database-error {
            min-height: 190px; } }
        #qua-allServices .qua-container .qua-content .qua-database-error svg {
          fill: #c7c7c7;
          height: 119px; }
          @media screen and (max-width: 768px) {
            #qua-allServices .qua-container .qua-content .qua-database-error svg {
              height: 95px; } }
          @media screen and (max-width: 576px) {
            #qua-allServices .qua-container .qua-content .qua-database-error svg {
              height: 75px; } }
        #qua-allServices .qua-container .qua-content .qua-database-error span {
          margin-top: 45px;
          font-size: 19px;
          line-height: 30px;
          font-weight: 400;
          color: #c7c7c7;
          text-align: center;
          cursor: default; }
          @media screen and (max-width: 992px) {
            #qua-allServices .qua-container .qua-content .qua-database-error span {
              font-size: 19px; } }
          @media screen and (max-width: 768px) {
            #qua-allServices .qua-container .qua-content .qua-database-error span {
              font-size: 17px; } }
          @media screen and (max-width: 576px) {
            #qua-allServices .qua-container .qua-content .qua-database-error span {
              font-size: 15px;
              margin-top: 30px; } }
      #qua-allServices .qua-container .qua-content .icerik {
        width: 100%;
        height: auto;
        padding: 20px 0 20px 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start; }
        @media screen and (max-width: 768px) {
          #qua-allServices .qua-container .qua-content .icerik {
            padding: 10px 0 10px 0;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center; } }
        #qua-allServices .qua-container .qua-content .icerik .sol {
          width: 300px;
          height: auto;
          margin-right: 30px; }
          @media screen and (max-width: 768px) {
            #qua-allServices .qua-container .qua-content .icerik .sol {
              width: 100%;
              margin-right: 0; } }
          #qua-allServices .qua-container .qua-content .icerik .sol .qua-head {
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            border: 1px solid rgba(32, 33, 36, 0.28);
            border-radius: 8px;
            overflow-x: auto; }
            #qua-allServices .qua-container .qua-content .icerik .sol .qua-head::-webkit-scrollbar {
              display: none; }
            @media screen and (max-width: 768px) {
              #qua-allServices .qua-container .qua-content .icerik .sol .qua-head {
                border: none;
                border-radius: 0; } }
            #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile {
              width: 100%;
              height: auto; }
              @media screen and (max-width: 768px) {
                #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile {
                  width: auto;
                  margin-left: 3.5%;
                  margin-right: 0;
                  border-bottom: 1px solid #666; } }
              #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs {
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                width: auto;
                height: auto;
                margin: 0 auto;
                position: relative;
                border: none !important;
                background-color: #454545;
                overflow: hidden; }
                @media screen and (max-width: 768px) {
                  #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs {
                    flex-direction: row;
                    background-color: initial;
                    border-radius: none; } }
                #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs .slider {
                  display: none;
                  height: 3px;
                  background-color: #e8a887;
                  position: absolute;
                  z-index: 2;
                  bottom: 0;
                  /* Nav Alt çizgisinin geçiş süresi */
                  transition: all .3s ease; }
                  @media screen and (max-width: 768px) {
                    #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs .slider {
                      display: inline-block; } }
                #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs li.nav-item {
                  /*
                  width: 100%; Nav'ı Tam ekran yapar
                  width: auto; Nav'ı içindekine ölçekli olarak sola yaslar
                  */
                  width: auto;
                  height: auto;
                  display: block;
                  flex-basis: inherit;
                  flex-grow: inherit;
                  border-bottom: 1px solid #666; }
                  @media screen and (max-width: 768px) {
                    #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs li.nav-item {
                      border-bottom: none; } }
                  #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs li.nav-item a {
                    height: 55px;
                    white-space: nowrap;
                    padding: 0 15px 0 15px !important;
                    font-size: 16px;
                    border: none !important;
                    color: #c7c7c7;
                    font-weight: 600;
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: center;
                    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
                    @media screen and (max-width: 768px) {
                      #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs li.nav-item a {
                        height: 35px;
                        font-size: 14px;
                        padding: 0 15px 0 15px !important; } }
                    #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs li.nav-item a:hover {
                      color: #fff;
                      background-color: #454545 !important;
                      border: none; }
                      @media screen and (max-width: 768px) {
                        #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs li.nav-item a:hover {
                          background-color: initial !important; } }
                    #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs li.nav-item a svg.rightArrow {
                      width: 10px;
                      fill: #c7c7c7; }
                      @media screen and (max-width: 768px) {
                        #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs li.nav-item a svg.rightArrow {
                          display: none; } }
                  #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs li.nav-item .active {
                    background-color: #454545 !important;
                    border: none !important;
                    color: #e8a887 !important; }
                    #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs li.nav-item .active svg.rightArrow {
                      width: 10px;
                      fill: #e8a887; }
                    @media screen and (max-width: 768px) {
                      #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs li.nav-item .active {
                        background-color: initial !important; } }
                  #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile ul.nav-tabs li.nav-item:nth-last-child(1) {
                    border-bottom: none; }
              #qua-allServices .qua-container .qua-content .icerik .sol .qua-head .tile .nav-justified .nav-item {
                text-align: center; }
        #qua-allServices .qua-container .qua-content .icerik .sag {
          width: calc(100% - 330px);
          height: auto; }
          @media screen and (max-width: 768px) {
            #qua-allServices .qua-container .qua-content .icerik .sag {
              width: 93%; } }
          #qua-allServices .qua-container .qua-content .icerik .sag .body {
            width: 100%;
            margin: 0 auto;
            height: auto;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center; }
            #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab {
              width: 100%;
              height: auto;
              background-color: #545454; }
              @media screen and (max-width: 768px) {
                #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content {
                  margin: 15px 0; } }
              #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane {
                display: none;
                width: 100%;
                height: auto; }
                @media screen and (max-width: 768px) {
                  #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane {
                    flex-direction: column;
                    align-items: center;
                    justify-content: flex-start; } }
                #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane .imgGroup {
                  float: left;
                  width: 350px;
                  height: 200px;
                  margin-right: 20px;
                  margin-bottom: 10px;
                  border-radius: 12px;
                  overflow: hidden;
                  display: flex;
                  flex-direction: column;
                  justify-content: center;
                  align-items: center; }
                  @media screen and (max-width: 992px) {
                    #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane .imgGroup {
                      width: 100%;
                      height: auto;
                      float: initial;
                      margin-right: 0; } }
                  @media screen and (max-width: 768px) {
                    #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane .imgGroup {
                      margin-bottom: 15px; } }
                  @media screen and (max-width: 576px) {
                    #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane .imgGroup {
                      height: 200px; } }
                  #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane .imgGroup img {
                    width: 100%;
                    height: auto; }
                #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane h3 {
                  color: #e8a887;
                  white-space: nowrap;
                  margin-bottom: 15px; }
                  @media screen and (max-width: 768px) {
                    #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane h3 {
                      font-size: 16px; } }
                #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane p {
                  font-size: 17px;
                  text-align: left;
                  line-height: 30px;
                  font-family: "Nunito Sans", sans-serif;
                  font-weight: 400;
                  color: #c7c7c7;
                  cursor: default; }
                  @media screen and (max-width: 768px) {
                    #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane p {
                      font-size: 14px;
                      margin-top: 10px; } }
                  @media screen and (max-width: 576px) {
                    #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane p {
                      font-size: 12px; } }
                #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane .buttonGroup {
                  width: 100%;
                  height: auto;
                  display: flex;
                  flex-direction: row;
                  justify-content: flex-start; }
                  #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane .buttonGroup a.detayButton {
                    text-align: center;
                    margin-top: 20px;
                    display: inline-block;
                    padding: 8px 10px;
                    background-color: #454545;
                    border-radius: 5px;
                    color: #c7c7c7;
                    font-size: 14px;
                    border: 1px solid #666; }
                    @media screen and (max-width: 768px) {
                      #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane .buttonGroup a.detayButton {
                        font-size: 12px;
                        margin-top: 10px; } }
                    #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .tab-pane .buttonGroup a.detayButton:hover {
                      border: 1px solid #e8a887; }
              #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .fade {
                transition: opacity 0.15s linear; }
                #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .fade:not(.show) {
                  opacity: 0; }
              #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .active {
                display: block; }
              #qua-allServices .qua-container .qua-content .icerik .sag .body .contentTab .tab-content .qua-scrollu {
                min-width: 1366px; }

/* Pages - Referanslar */
#qua-referencesMain {
  width: 100%;
  height: auto;
  background-color: #545454; }
  #qua-referencesMain .qua-container {
    width: calc(100% - 56px);
    max-width: 1863px;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      #qua-referencesMain .qua-container {
        width: 93%; } }
    #qua-referencesMain .qua-container .qua-content {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      padding: 0 0 30px 0; }
      @media screen and (max-width: 768px) {
        #qua-referencesMain .qua-container .qua-content {
          padding: 0 0 25px 0; } }
      @media screen and (max-width: 576px) {
        #qua-referencesMain .qua-container .qua-content {
          padding: 0 0 15px 0; } }
      #qua-referencesMain .qua-container .qua-content .qua-database-error {
        width: 100%;
        height: auto;
        min-height: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px; }
        @media screen and (max-width: 768px) {
          #qua-referencesMain .qua-container .qua-content .qua-database-error {
            min-height: 250px; } }
        @media screen and (max-width: 576px) {
          #qua-referencesMain .qua-container .qua-content .qua-database-error {
            min-height: 190px; } }
        #qua-referencesMain .qua-container .qua-content .qua-database-error svg {
          fill: #c7c7c7;
          height: 119px; }
          @media screen and (max-width: 768px) {
            #qua-referencesMain .qua-container .qua-content .qua-database-error svg {
              height: 95px; } }
          @media screen and (max-width: 576px) {
            #qua-referencesMain .qua-container .qua-content .qua-database-error svg {
              height: 75px; } }
        #qua-referencesMain .qua-container .qua-content .qua-database-error span {
          margin-top: 45px;
          font-size: 19px;
          line-height: 30px;
          font-weight: 400;
          color: #c7c7c7;
          text-align: center;
          cursor: default; }
          @media screen and (max-width: 992px) {
            #qua-referencesMain .qua-container .qua-content .qua-database-error span {
              font-size: 19px; } }
          @media screen and (max-width: 768px) {
            #qua-referencesMain .qua-container .qua-content .qua-database-error span {
              font-size: 17px; } }
          @media screen and (max-width: 576px) {
            #qua-referencesMain .qua-container .qua-content .qua-database-error span {
              font-size: 15px;
              margin-top: 30px; } }
      #qua-referencesMain .qua-container .qua-content .qua-body {
        margin-top: 20px;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        column-gap: 10px;
        row-gap: 20px; }
        #qua-referencesMain .qua-container .qua-content .qua-body .qua-card {
          width: auto;
          height: auto;
          display: flex;
          flex-direction: column;
          overflow: hidden;
          border-radius: 12px;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19), 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          background-color: #454545; }
          #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-head {
            width: 100%;
            max-height: 170px;
            min-height: 170px;
            position: relative;
            transition: all 1s ease; }
            #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-head .qua-card-head-imageGroup {
              width: 100%;
              height: 100%;
              max-height: 170px;
              min-height: 170px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              overflow: hidden; }
              #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-head .qua-card-head-imageGroup img {
                min-width: 100%;
                min-height: 100%;
                filter: grayscale(100%); }
            #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-head .overlay {
              position: absolute;
              top: 0;
              left: 0;
              z-index: 1;
              width: 100%;
              height: 100%;
              background-color: #000;
              opacity: 0;
              border-top-left-radius: 15px;
              border-top-right-radius: 15px;
              transition: all 1s ease; }
              @media screen and (max-width: 768px) {
                #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-head .overlay {
                  opacity: 0; } }
          #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-body {
            width: calc(100% - 20px);
            height: auto;
            margin: 0 auto; }
            #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-body h1 {
              height: auto;
              margin-top: 10px;
              font-family: 'Nunito Sans', sans-serif;
              font-size: 18px;
              font-weight: 600;
              color: #fff;
              text-align: left;
              transition: all .15s ease; }
              @media screen and (max-width: 768px) {
                #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-body h1 {
                  margin-top: 12px; } }
              @media screen and (max-width: 576px) {
                #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-body h1 {
                  margin-top: 8px;
                  font-size: 16px; } }
            #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-body p {
              height: auto;
              font-family: 'Nunito Sans', sans-serif;
              font-size: 14px;
              font-weight: 500;
              margin-top: 5px;
              color: #c7c7c7;
              transition: all .15s ease; }
              @media screen and (max-width: 576px) {
                #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-body p {
                  font-size: 12px;
                  margin-top: 3px; } }
            #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-body span {
              display: block;
              height: auto;
              font-family: 'Nunito Sans', sans-serif;
              font-size: 14px;
              font-weight: 500;
              margin-top: 8px;
              margin-bottom: 10px;
              text-align: left;
              color: #c7c7c7;
              transition: all .15s ease; }
              @media screen and (max-width: 576px) {
                #qua-referencesMain .qua-container .qua-content .qua-body .qua-card .qua-card-body span {
                  font-size: 12px;
                  margin-top: 5px; } }
          #qua-referencesMain .qua-container .qua-content .qua-body .qua-card:hover .qua-card-head .qua-card-head-imageGroup img {
            filter: grayscale(0); }
          #qua-referencesMain .qua-container .qua-content .qua-body .qua-card:hover .qua-card-head .overlay {
            opacity: 0; }
          #qua-referencesMain .qua-container .qua-content .qua-body .qua-card:hover .qua-card-body h1 {
            color: #fff; }
          #qua-referencesMain .qua-container .qua-content .qua-body .qua-card:hover .qua-card-body p {
            color: #e8a887; }
          #qua-referencesMain .qua-container .qua-content .qua-body .qua-card:hover .qua-card-body span {
            color: #e8a887; }
      #qua-referencesMain .qua-container .qua-content .qua-foot {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 30px; }
        #qua-referencesMain .qua-container .qua-content .qua-foot a {
          font-size: 16px;
          border-radius: 5px;
          color: #000;
          padding: 8px 10px;
          background-color: #f3f3f3;
          border: 1px solid #bdbdbd; }
          #qua-referencesMain .qua-container .qua-content .qua-foot a:hover {
            text-decoration: underline;
            background-color: #e8e8e8; }

/* Pages - İletişim */
#qua-contact {
  width: 100%;
  height: auto;
  background-color: #545454; }
  #qua-contact .qua-container {
    width: calc(100% - 56px);
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #qua-contact .qua-container {
        width: 93%; } }
    #qua-contact .qua-container .qua-content {
      position: relative;
      z-index: 2;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding: 40px 0 40px 0; }
      @media screen and (max-width: 768px) {
        #qua-contact .qua-container .qua-content {
          padding: 30px 0 30px 0; } }
      @media screen and (max-width: 576px) {
        #qua-contact .qua-container .qua-content {
          padding: 25px 0 25px 0; } }
      #qua-contact .qua-container .qua-content .buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 992px) {
          #qua-contact .qua-container .qua-content .buttons {
            flex-direction: column; } }
        @media screen and (max-width: 576px) {
          #qua-contact .qua-container .qua-content .buttons {
            margin-top: 5px; } }
        #qua-contact .qua-container .qua-content .buttons a.button {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 8px 12px;
          border-radius: 5px;
          margin: 0 5px;
          box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
          transition: all 0.2s ease; }
          #qua-contact .qua-container .qua-content .buttons a.button:hover {
            box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.5); }
          @media screen and (max-width: 992px) {
            #qua-contact .qua-container .qua-content .buttons a.button {
              margin: 5px 0; } }
          #qua-contact .qua-container .qua-content .buttons a.button span {
            margin-left: 8px;
            color: #fff;
            font-size: 16px; }
            @media screen and (max-width: 768px) {
              #qua-contact .qua-container .qua-content .buttons a.button span {
                font-size: 14px; } }
            @media screen and (max-width: 576px) {
              #qua-contact .qua-container .qua-content .buttons a.button span {
                font-size: 12px; } }
        #qua-contact .qua-container .qua-content .buttons a.tel {
          background-color: #454545;
          box-sizing: border-box;
          border: 1px solid #666;
          box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.28); }
          #qua-contact .qua-container .qua-content .buttons a.tel svg.telIcon {
            fill: #c7c7c7;
            height: 23px; }
          #qua-contact .qua-container .qua-content .buttons a.tel span {
            color: #c7c7c7; }
          #qua-contact .qua-container .qua-content .buttons a.tel:hover {
            background-color: #454545;
            border: 1px solid #e8a887;
            box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.5); }
        #qua-contact .qua-container .qua-content .buttons a.whats {
          background-color: #454545;
          box-sizing: border-box;
          border: 1px solid #666;
          box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.28); }
          #qua-contact .qua-container .qua-content .buttons a.whats svg.whatsIcon {
            fill: #c7c7c7;
            height: 23px; }
          #qua-contact .qua-container .qua-content .buttons a.whats span {
            color: #c7c7c7; }
          #qua-contact .qua-container .qua-content .buttons a.whats:hover {
            background-color: #454545;
            border: 1px solid #e8a887;
            box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.5); }
      #qua-contact .qua-container .qua-content .icerik {
        width: 100%;
        margin-top: 35px;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          #qua-contact .qua-container .qua-content .icerik {
            flex-direction: column;
            justify-content: flex-start;
            align-items: center; } }
        #qua-contact .qua-container .qua-content .icerik form.qua-form {
          background-color: #454545;
          border: 1px solid rgba(32, 33, 36, 0.1);
          border-radius: 10px;
          width: 100%;
          max-width: 1200px;
          height: auto;
          margin: 0 10px;
          padding: 15px 0;
          display: flex;
          flex-direction: column;
          align-items: center; }
          @media screen and (max-width: 768px) {
            #qua-contact .qua-container .qua-content .icerik form.qua-form {
              margin: 5px 0; } }
          #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-head {
            width: calc(100% - 30px);
            height: auto;
            margin: 0 auto;
            margin-top: 5px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start; }
            @media screen and (max-width: 768px) {
              #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-head {
                margin-top: inherit;
                width: calc(100% - 20px); } }
            #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-head span {
              font-size: 18px;
              font-weight: 500;
              color: #e8a887; }
          #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body {
            width: calc(100% - 30px);
            height: auto;
            margin: 0 auto; }
            @media screen and (max-width: 768px) {
              #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body {
                width: calc(100% - 20px); } }
            #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group {
              width: 100%;
              height: auto;
              display: flex;
              flex-direction: row;
              justify-content: space-between; }
              @media screen and (max-width: 768px) {
                #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group {
                  flex-direction: column;
                  justify-content: inherit; } }
              #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item {
                width: 100%;
                height: auto;
                margin-top: 20px; }
                #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item label {
                  width: 100%;
                  height: auto; }
                  #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item label span {
                    font-size: 14px;
                    color: #c7c7c7;
                    font-weight: 500; }
                  #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item label span.qua-required {
                    font-size: 14px;
                    color: #e8a887; }
                #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item input {
                  width: calc(100% - 16px);
                  height: 40px;
                  outline: none;
                  border: 1px solid #666;
                  border-radius: 3px;
                  margin-top: 5px;
                  font-size: 14px;
                  padding: 0 8px;
                  color: #c7c7c7;
                  background-color: #545454;
                  /* Chrome, Firefox, Opera, Safari 10.1+ */
                  /* Internet Explorer 10-11 */
                  /* Microsoft Edge */ }
                  #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item input:focus {
                    border-color: #e8a887; }
                  #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item input::placeholder {
                    color: #c7c7c7;
                    opacity: 1;
                    /* Firefox */ }
                  #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item input:-ms-input-placeholder {
                    color: #c7c7c7; }
                  #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item input::-ms-input-placeholder {
                    color: #c7c7c7; }
                #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item select {
                  width: 100%;
                  height: 40px;
                  outline: none;
                  border: 1px solid #666;
                  border-radius: 3px;
                  margin-top: 5px;
                  font-size: 14px;
                  padding: 0 8px;
                  color: #c7c7c7;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  -webkit-appearance: none;
                  -moz-appearance: none;
                  background-color: #545454;
                  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC");
                  background-position: calc(100% - 3px), 100% 0;
                  background-size: 22px 22px;
                  background-repeat: no-repeat; }
                  #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item select:focus {
                    border: 1px solid #e8a887; }
                #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item textarea {
                  width: calc(100% - 16px);
                  min-height: 200px;
                  outline: none;
                  border: 1px solid #666;
                  color: #c7c7c7;
                  background-color: #545454;
                  border-radius: 3px;
                  margin-top: 5px;
                  font-size: 14px;
                  padding: 14px 8px;
                  resize: vertical;
                  font-family: sans-serif;
                  /* Internet Explorer 10-11 */
                  /* Microsoft Edge */ }
                  #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item textarea:focus {
                    border-color: #e8a887; }
                  #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item textarea::placeholder {
                    color: #c7c7c7;
                    opacity: 1;
                    /* Firefox */ }
                  #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item textarea:-ms-input-placeholder {
                    color: #c7c7c7; }
                  #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item textarea::-ms-input-placeholder {
                    color: #c7c7c7; }
              #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item-50 {
                width: calc(50% - 5px); }
                @media screen and (max-width: 768px) {
                  #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-group .qua-form-item-50 {
                    width: 100%; } }
            #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-submit {
              width: 100%;
              height: auto;
              display: flex;
              flex-direction: row;
              justify-content: flex-end;
              margin-top: 10px; }
              #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-submit button {
                display: block;
                outline: none;
                width: auto;
                padding: 0 12px;
                height: 35px;
                font-size: 15px;
                border-radius: 3px;
                background-color: #545454;
                border: 1px solid #666;
                color: #c7c7c7;
                transition: all .15s ease; }
                #qua-contact .qua-container .qua-content .icerik form.qua-form .qua-form-body .qua-form-submit button:hover {
                  border: 1px solid #e8a887;
                  color: #e8a887; }

#qua-maps {
  width: 100%;
  height: auto;
  background-color: #edebe8;
  margin: 0 auto; }
  #qua-maps iframe {
    width: 100%;
    height: 450px;
    margin-bottom: -5px; }

/* Pages - Kanuni */
#qua-kanuni {
  width: 100%;
  height: auto;
  background-color: #545454; }
  #qua-kanuni .qua-container {
    width: calc(100% - 56px);
    max-width: 1863px;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      #qua-kanuni .qua-container {
        width: 93%; } }
    #qua-kanuni .qua-container .qua-content {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      padding-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #qua-kanuni .qua-container .qua-content {
          padding-bottom: 25px; } }
      @media screen and (max-width: 576px) {
        #qua-kanuni .qua-container .qua-content {
          padding-bottom: 15px; } }
      #qua-kanuni .qua-container .qua-content .qua-body {
        width: 100%;
        height: auto; }
        #qua-kanuni .qua-container .qua-content .qua-body p {
          font-size: 17px;
          text-align: left;
          line-height: 30px;
          font-family: "Nunito Sans", sans-serif;
          font-weight: 400;
          color: #c7c7c7; }
        #qua-kanuni .qua-container .qua-content .qua-body h2 {
          text-align: left;
          font-size: 17px;
          color: #ddd;
          cursor: default;
          margin-top: 30px; }
          @media screen and (max-width: 768px) {
            #qua-kanuni .qua-container .qua-content .qua-body h2 {
              font-size: 18px;
              margin-top: 25px; } }
          @media screen and (max-width: 576px) {
            #qua-kanuni .qua-container .qua-content .qua-body h2 {
              font-size: 16px;
              margin-top: 15px; } }
        #qua-kanuni .qua-container .qua-content .qua-body h2.ust {
          margin-top: 0; }
        #qua-kanuni .qua-container .qua-content .qua-body .qua-database-error {
          width: 100%;
          height: auto;
          min-height: 350px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin-top: 30px; }
          @media screen and (max-width: 768px) {
            #qua-kanuni .qua-container .qua-content .qua-body .qua-database-error {
              min-height: 250px; } }
          @media screen and (max-width: 576px) {
            #qua-kanuni .qua-container .qua-content .qua-body .qua-database-error {
              min-height: 190px; } }
          #qua-kanuni .qua-container .qua-content .qua-body .qua-database-error svg {
            fill: #c7c7c7;
            height: 119px; }
            @media screen and (max-width: 768px) {
              #qua-kanuni .qua-container .qua-content .qua-body .qua-database-error svg {
                height: 95px; } }
            @media screen and (max-width: 576px) {
              #qua-kanuni .qua-container .qua-content .qua-body .qua-database-error svg {
                height: 75px; } }
          #qua-kanuni .qua-container .qua-content .qua-body .qua-database-error span {
            margin-top: 45px;
            font-size: 19px;
            line-height: 30px;
            font-weight: 400;
            color: #c7c7c7;
            text-align: center;
            cursor: default; }
            @media screen and (max-width: 992px) {
              #qua-kanuni .qua-container .qua-content .qua-body .qua-database-error span {
                font-size: 19px; } }
            @media screen and (max-width: 768px) {
              #qua-kanuni .qua-container .qua-content .qua-body .qua-database-error span {
                font-size: 17px; } }
            @media screen and (max-width: 576px) {
              #qua-kanuni .qua-container .qua-content .qua-body .qua-database-error span {
                font-size: 15px;
                margin-top: 30px; } }

/*# sourceMappingURL=main.css.map */
