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

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

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

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

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

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

img {
  vertical-align: middle; }

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

button, fieldset, iframe {
  border: 0; }

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

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

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

td {
  padding: 0; }

body {
  font-family: "Montserrat", sans-serif; }
  body .container {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px; }

.mobile {
  display: none !important; }

.Banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  position: relative; }
  .Banner-text {
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding-right: calc((100vw - 1200px) / 2); }
    .Banner-text h1 {
      font-size: 36px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #ffffff; }

.sosyal {
  position: relative;
  z-index: 7; }
  .sosyal a {
    margin-left: 15px;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .sosyal a:hover {
      color: #e4234a;
      -webkit-transition: 500ms;
      transition: 500ms; }
  .sosyal p {
    font-size: 12px;
    font-weight: 500;
    line-height: 2.08;
    letter-spacing: 0.3px;
    color: #a3a4a6; }

#map {
  width: 100%;
  height: 450px; }

.bg {
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

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

#UpTotop {
  position: fixed;
  cursor: pointer;
  right: 30px;
  bottom: 0px; }

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

.cizgi-center {
  width: 194px;
  top: 130%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  height: 5px;
  border-radius: 4px;
  background-color: #e5174c; }

.cizgi_bottom {
  position: absolute;
  bottom: -5px;
  height: 1px;
  width: 200px;
  background-color: #E9B133; }

.opa {
  opacity: 1; }

.buton {
  background-color: #373737;
  width: 160px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .buton:hover {
    color: #D1A940;
    -webkit-transition: 500ms;
    transition: 500ms; }
  .buton:focus {
    color: #D1A940; }

.header {
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d; }

.yellow {
  color: #D1A940; }

.head h2 {
  padding-top: 60px;
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000; }

.head p {
  text-align: center; }

.urun-item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .urun-item .bg {
    width: calc(100% - 30px);
    margin-left: 15px; }
  .urun-item:hover {
    -webkit-transition: 500ms;
    transition: 500ms; }
    .urun-item:hover .plus {
      opacity: 1; }
    .urun-item:hover .bg {
      background: rgba(209, 169, 64, 0.4) !important;
      background: -webkit-gradient(linear, left top, right top, from(rgba(209, 169, 64, 0.4)), to(rgba(209, 169, 64, 0.4))) !important;
      background: linear-gradient(to right, rgba(209, 169, 64, 0.4) 0%, rgba(209, 169, 64, 0.4) 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1A940', endColorstr='#D1A940', GradientType=1 ) !important;
      opacity: 1; }

.text {
  font-size: 14px;
  color: #373737;
  text-align: justify; }

.text_small {
  font-size: 14px;
  color: #adadad; }

.Tab {
  position: relative; }
  .Tab-header {
    z-index: 3;
    left: 0;
    top: 0; }
    .Tab-header-left {
      background-color: #e4234a;
      height: 70px;
      position: absolute;
      left: 0; }
    .Tab-header-right {
      background-color: #f3f3f3;
      height: 70px;
      position: absolute;
      right: 0; }
  .Tab-in {
    padding-bottom: 150px; }

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

.scroll span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 6px;
  border-radius: 4px;
  background: #a68c32;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll; }

.Navtop {
  background-color: #E9B133;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  margin-top: 35px;
  font-family: 'Roboto', sans-serif; }
  .Navtop .navbar {
    height: 78px; }
    .Navtop .navbar-brand:before {
      content: "" url(../images/logo.svg);
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      width: 157px;
      height: 42px;
      background-size: 157px 42px; }
    .Navtop .navbar-collapse-menu .nav-item {
      position: relative;
      margin-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .Navtop .navbar-collapse-menu .nav-link {
      font-size: 13px;
      color: white;
      font-weight: 600; }
      .Navtop .navbar-collapse-menu .nav-link:hover {
        -webkit-transition: 600ms;
        transition: 600ms;
        color: #3d3d3d; }
    .Navtop .navbar-collapse .active {
      color: #3d3d3d; }
    .Navtop .navbar .dropdown-item {
      font-size: 11px;
      color: #3d3d3d;
      -webkit-transition: 600ms;
      transition: 600ms;
      font-weight: bold;
      padding: 10px;
      letter-spacing: 2.9px;
      position: relative; }
      .Navtop .navbar .dropdown-item span {
        bottom: 5px;
        width: 90%; }
      .Navtop .navbar .dropdown-item .cizgi_bottom {
        opacity: 0;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .Navtop .navbar .dropdown-item:focus {
        background-color: transparent; }
      .Navtop .navbar .dropdown-item:hover {
        -webkit-transition: 600ms;
        transition: 600ms;
        color: #E9B133;
        background-color: transparent; }
        .Navtop .navbar .dropdown-item:hover span {
          opacity: 1;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .Navtop .navbar .dropdown-item:hover .cizgi_bottom {
          opacity: 1;
          -webkit-transition: 500ms;
          transition: 500ms; }
    .Navtop .navbar .dropdown-menu {
      background-color: white;
      border: none;
      border-radius: 0; }
  .Navtop .language {
    margin-left: 40px !important; }
    .Navtop .language a {
      position: relative; }
      .Navtop .language a:hover {
        color: #3d3d3d;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .Navtop .language a:after {
        content: " ";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        height: 2px;
        width: 18px;
        opacity: 0;
        position: absolute;
        bottom: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background-color: #3d3d3d; }
    .Navtop .language .current:after {
      opacity: 1; }

.Navbottom {
  position: relative; }
  .Navbottom-in {
    z-index: 99; }
  .Navbottom .Contact {
    width: 390px;
    border-radius: 10px;
    background-color: #E9B133;
    padding: 30px 70px 70px 35px;
    position: relative; }
    .Navbottom .Contact-logo:before {
      content: "" url(../images/logo.svg);
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      width: 157px;
      height: 42px;
      background-size: 157px 42px; }
    .Navbottom .Contact-item {
      margin-top: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .Navbottom .Contact-item span {
        font-size: 16px;
        color: #ac6f14;
        font-weight: bold; }
      .Navbottom .Contact-item p {
        line-height: normal;
        font-weight: 400;
        font-size: 12px;
        color: white; }
      .Navbottom .Contact-item-social {
        margin-top: 40px; }
        .Navbottom .Contact-item-social a {
          margin-right: 10px; }
    .Navbottom .Contact .tasarım {
      position: absolute;
      font-size: 12px;
      font-weight: bold;
      color: #ac6f14;
      bottom: -5px;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }

.over {
  overflow: hidden; }

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

.button a {
  text-decoration: none; }

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

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

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

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

.wra ul.wra-nav {
  text-transform: capitalize;
  padding: 5vh 10px; }
  .wra ul.wra-nav .fa {
    font-size: 18px;
    opacity: 0.8; }

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

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

.active {
  opacity: 1 !important; }

.wra ul.wra-nav li a {
  color: #3d3d3d;
  padding: 5px 0;
  text-decoration: none;
  -webkit-transition-property: all .2s linear 0s;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s; }
  .wra ul.wra-nav li a img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2px;
    opacity: 0; }
  .wra ul.wra-nav li a:hover img {
    opacity: 1;
    -webkit-transition: 500ms;
    transition: 500ms; }

.Slider {
  overflow: hidden;
  position: relative; }
  .Slider .slick-slide {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    height: 720px; }
  .Slider .slide_text {
    position: absolute;
    top: 50%;
    max-width: 400px;
    padding-bottom: 50px; }
    .Slider .slide_text h6 {
      font-size: 24px;
      font-weight: bold;
      color: #E9B133; }
    .Slider .slide_text h1 {
      font-size: 36px;
      font-weight: bold;
      color: #e5e5e5; }
    .Slider .slide_text p {
      margin-top: 20px;
      font-size: 13px;
      color: #e5e5e5; }
    .Slider .slide_text a {
      position: absolute;
      right: 0;
      margin-top: 70px; }

.A_urunler {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 80px; }
  .A_urunler:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    height: 163px;
    width: 100%;
    z-index: -1;
    background-color: #ebebeb;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .A_urunler-in {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    background-color: #E9B133;
    border-radius: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .A_urunler-item {
    position: relative;
    padding-bottom: 20px;
    padding-top: 5px; }
    .A_urunler-item img {
      -webkit-transition: 500ms;
      transition: 500ms; }
    .A_urunler-item p {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      color: #e5e5e5; }
    .A_urunler-item:hover img {
      -webkit-transition: 500ms;
      transition: 500ms;
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }
  .A_urunler-info {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #E9B133; }

.A_kurumsal {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .A_kurumsal-in {
    height: 300px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 80px;
    padding-right: 80px; }
    .A_kurumsal-in h2 {
      font-size: 24px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #ffffff;
      position: relative;
      margin-bottom: 30px; }
      .A_kurumsal-in h2:after {
        content: " ";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        height: 2px;
        width: 240px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: -5px; }
    .A_kurumsal-in p {
      font-size: 12px;
      color: #e5e5e5; }
    .A_kurumsal-in a {
      margin-top: 40px;
      margin-left: auto; }
      .A_kurumsal-in a:after {
        background-image: url(../images/rightw.svg); }

.A_markalar {
  margin-bottom: 30px; }
  .A_markalar-in {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

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

.buton-right {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent; }
  .buton-right:after {
    margin-left: 10px;
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 31px;
    height: 31px;
    background-size: 31px 31px;
    background-image: url(../images/right.svg); }
  .buton-right:hover {
    color: white; }
    .buton-right:hover:after {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      -webkit-transition: 500ms;
      transition: 500ms; }

.Kurumsal {
  background-color: #ebebeb; }
  .Kurumsal-in {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px; }
    .Kurumsal-in h6 {
      font-size: 16px;
      font-weight: bold;
      color: #ac6f14; }
    .Kurumsal-in p {
      font-size: 13px;
      margin-bottom: 10px;
      color: #3d3d3d; }
      .Kurumsal-in p:nth-of-type(1) {
        margin-top: 20px; }

.Misyon-image {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.Misyon-in {
  background-color: #E9B133; }

.Misyon-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.Misyon-text {
  text-align: justify;
  width: 48%;
  padding-top: 40px;
  padding-bottom: 40px; }
  .Misyon-text h6 {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: bold;
    margin-bottom: 20px; }
  .Misyon-text p {
    margin-bottom: 5px;
    font-size: 13px;
    color: white; }

.Politika {
  padding-top: 40px;
  padding-bottom: 40px; }
  .Politika-text {
    text-align: justify;
    padding-left: 50px; }
    .Politika-text h6 {
      font-size: 16px;
      color: #3d3d3d;
      font-weight: bold;
      margin-bottom: 20px; }
    .Politika-text p {
      font-size: 13px;
      color: #ac6f14; }

.Belgeler {
  margin-bottom: 30px;
  background-color: #EBEBEB;
  padding-top: 30px;
  padding-bottom: 30px; }
  .Belgeler-in {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .Belgeler-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .Belgeler-item img {
      max-width: 90%; }

.fancybox-container {
  z-index: 999999999; }

.Iletisim {
  margin-bottom: 40px; }
  .Iletisim-header {
    margin-top: 40px; }
    .Iletisim-header h5 {
      font-size: 24px;
      font-weight: bold;
      color: #E9B133; }
    .Iletisim-header p {
      font-size: 13px;
      color: #3d3d3d; }
  .Iletisim-info {
    margin-top: 50px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #E9B133; }
    .Iletisim-info-item:nth-of-type(1) {
      width: 40%; }
    .Iletisim-info-item:nth-of-type(2) {
      width: 25%; }
    .Iletisim-info-item:nth-of-type(3) {
      width: 25%; }
    .Iletisim-info-item h6 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 24px;
      font-weight: bold;
      color: #E9B133;
      margin-bottom: 10px; }
      .Iletisim-info-item h6 img {
        margin-right: 10px; }
    .Iletisim-info-item p {
      font-size: 13px;
      font-weight: bold;
      line-height: 2;
      color: #3d3d3d; }
      .Iletisim-info-item p a {
        -webkit-transition: 500ms;
        transition: 500ms; }
        .Iletisim-info-item p a:hover {
          color: #E9B133;
          -webkit-transition: 500ms;
          transition: 500ms; }
  .Iletisim-form-in {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .Iletisim-form-in img {
      -ms-flex-item-align: end;
          align-self: flex-end; }
  .Iletisim-form-inner {
    width: calc(90% - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .Iletisim-form-item {
    width: 45%;
    margin-bottom: 30px; }
    .Iletisim-form-item input {
      border: none;
      border-bottom: solid 1px #3d3d3d;
      border-radius: 0;
      font-size: 15px;
      color: #3d3d3d; }
      .Iletisim-form-item input:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-color: #E9B133; }
      .Iletisim-form-item input::-webkit-input-placeholder {
        font-size: 15px;
        color: #3d3d3d; }
      .Iletisim-form-item input::-ms-input-placeholder {
        font-size: 15px;
        color: #3d3d3d; }
      .Iletisim-form-item input::placeholder {
        font-size: 15px;
        color: #3d3d3d; }
    .Iletisim-form-item-textarea {
      margin-top: 50px;
      width: 100%; }
  .Iletisim-form .gonder {
    margin-left: auto;
    color: #3d3d3d;
    cursor: pointer;
    background-color: transparent; }
    .Iletisim-form .gonder:hover {
      color: #3d3d3d;
      -webkit-transition: 500ms;
      transition: 500ms; }

.Teklif_al {
  overflow: hidden;
  padding-left: calc((100vw - 1200px) / 2);
  margin-bottom: 30px; }
  .Teklif_al .Iletisim-header {
    margin-left: 30px; }
  .Teklif_al-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 30px; }
  .Teklif_al-left {
    margin-top: 40px;
    width: 65%; }
    .Teklif_al-left .cv {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      margin-left: 0px;
      padding: 8px 6px;
      border-bottom: solid 1px #3d3d3d;
      font-size: 15px;
      border-radius: 0;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .Teklif_al-left .cv-in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0; }
      .Teklif_al-left .cv input {
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer; }
      .Teklif_al-left .cv .icon-pdf-active:before {
        color: #E9B133 !important; }
      .Teklif_al-left .cv .icon-pdf:before {
        font-size: 36px;
        color: #000000;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .Teklif_al-left .cv span {
        font-size: 15px;
        color: #3d3d3d;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .Teklif_al-left .cv-text {
        position: absolute;
        right: 30px;
        z-index: 9;
        font-size: 13px;
        pointer-events: none;
        color: #181b23; }
      .Teklif_al-left .cv-info {
        padding-left: 5px;
        padding-right: 5px;
        line-height: 1; }
      .Teklif_al-left .cv-buton {
        margin-top: 15px;
        width: calc(100% - 10px);
        margin-left: 0px;
        border-radius: 5px;
        color: #181b23;
        background-color: #d4d4d4;
        border: 2px solid  #d4d4d4; }
        .Teklif_al-left .cv-buton:hover {
          background-color: transparent;
          -webkit-transition: 500ms;
          transition: 500ms;
          letter-spacing: 3px; }
      .Teklif_al-left .cv:hover span {
        text-decoration: underline;
        -webkit-transition: 500ms;
        transition: 500ms; }
  .Teklif_al-right {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    width: 35%; }
  .Teklif_al .buton-right {
    color: #3d3d3d;
    margin-left: auto; }

.bootstrap-select .dropdown-toggle {
  cursor: pointer;
  border: none !important;
  background-color: transparent;
  border-bottom: solid 1px #3d3d3d !important;
  border-radius: 0;
  font-size: 15px;
  color: #3d3d3d !important;
  padding: 5px 10px; }
  .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-bottom: solid 1px #3d3d3d !important;
    outline-offset: 0px; }

.bootstrap-select .dropdown-menu {
  border-radius: 0px; }

.bootstrap-select .dropdown-toggle::after {
  border: none !important;
  margin-right: 0px;
  content: "";
  width: 21px;
  height: 10.5px;
  background-size: 21px 10.5px;
  background-image: url(../images/down.svg);
  -webkit-transition: 500ms;
  transition: 500ms; }

.bootstrap-select .dropdown-toggle::before {
  display: none !important; }

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
  background-color: #E9B133; }
  .bootstrap-select .dropdown-item.active .text, .bootstrap-select .dropdown-item:active .text {
    color: white !important; }

.show .dropdown-toggle {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border: none !important;
  border-bottom: solid 1px #3d3d3d !important; }
  .show .dropdown-toggle:focus {
    background-color: transparent !important; }

.Urun_detay {
  padding-top: 65px; }
  .Urun_detay-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .Urun_detay-left {
    padding-top: 20px;
    width: 52%; }
    .Urun_detay-left-header h5 {
      font-size: 24px;
      font-weight: bold;
      color: #E9B133; }
    .Urun_detay-left-header h6 {
      font-size: 18px;
      font-weight: bold;
      color: #3d3d3d; }
    .Urun_detay-left-property {
      margin-top: 40px; }
      .Urun_detay-left-property p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #3d3d3d;
        font-size: 13px;
        line-height: 2;
        font-weight: bold; }
        .Urun_detay-left-property p span {
          display: block;
          width: 110px;
          color: #ac6f14; }
    .Urun_detay-left-text {
      position: relative;
      margin-top: 60px; }
      .Urun_detay-left-text h6 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #3d3d3d; }
      .Urun_detay-left-text p {
        font-size: 13px;
        color: #000000;
        margin-bottom: 10px;
        text-align: justify; }
      .Urun_detay-left-text-buton {
        position: absolute;
        right: 0;
        bottom: -60px;
        color: #3d3d3d; }
        .Urun_detay-left-text-buton:hover {
          color: #3d3d3d;
          -webkit-transition: 500ms;
          transition: 500ms; }
  .Urun_detay-right {
    width: 43%; }
    .Urun_detay-right-slave {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-right: -20px; }
      .Urun_detay-right-slave-item {
        cursor: pointer;
        margin-right: 20px; }

.Benzer {
  margin-top: 40px; }
  .Benzer .header {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  .Benzer .Urunler-in {
    margin-right: -30px; }
  .Benzer .Urunler-item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(20% - 30px); }

.Urunler {
  overflow: hidden;
  padding-top: 60px;
  background-color: #ebebeb;
  margin-bottom: 30px; }
  .Urunler-in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -70px; }
  .Urunler-item {
    position: relative;
    margin-bottom: 70px;
    margin-right: 70px;
    width: calc(33.33% - 70px); }
    .Urunler-item img {
      position: relative;
      z-index: 2; }
    .Urunler-item p {
      line-height: 1.2;
      text-align: center;
      position: relative;
      z-index: 1;
      font-size: 16px;
      font-weight: bold;
      height: 70px;
      border-radius: 12px;
      padding-top: 15px;
      -webkit-transform: translateY(-13px);
              transform: translateY(-13px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #E9B133;
      color: #e5e5e5; }

.Urun_g {
  margin-top: 65px; }
  .Urun_g-left {
    padding-right: 60px;
    width: 280px; }
    .Urun_g-left h6 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #E9B133; }
    .Urun_g-left-item {
      width: 100%; }
      .Urun_g-left-item-buton {
        font-size: 14px;
        font-weight: 500;
        color: #3d3d3d;
        border-bottom: 1px solid #ebebeb;
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        cursor: pointer; }
        .Urun_g-left-item-buton:after {
          content: "";
          display: inline-block;
          -webkit-transition: 500ms;
          transition: 500ms;
          width: 21px;
          height: 10.5px;
          background-size: 21px 10.5px;
          background-image: url(../images/down.svg); }
      .Urun_g-left-item .Urun_g-left-item-buton[aria-expanded="true"]:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .Urun_g-left-content {
      padding: 10px 30px; }
      .Urun_g-left-content a {
        display: block;
        font-size: 14px;
        line-height: 1.9;
        -webkit-transition: 500ms;
        transition: 500ms; }
        .Urun_g-left-content a:hover {
          color: #E9B133;
          -webkit-transition: 500ms;
          transition: 500ms; }
  .Urun_g-right {
    padding-left: 60px;
    border-left: 1px solid #E9B133;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 280px); }
    .Urun_g-right .Urunler-item {
      width: 46%;
      margin-right: 0; }

@media (max-width: 991px) {
  .mobile {
    display: block !important; }
  .Navtop {
    width: 100%;
    margin: 0 !important;
    z-index: 99999;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
    .Navtop .navbar {
      padding: 0px; }
      .Navtop .navbar-brand {
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
        .Navtop .navbar-brand a:before {
          width: 100px;
          height: 74px;
          background-size: 100px 74px; }
  .Slider {
    padding-top: 78px; }
    .Slider .slick-slide {
      background-image: none;
      height: auto; }
    .Slider .slide_text {
      position: absolute;
      top: 40%;
      max-width: 100%;
      padding-bottom: 0px; }
      .Slider .slide_text h6 {
        font-size: 16px; }
      .Slider .slide_text h1 {
        font-size: 20px; }
      .Slider .slide_text p {
        display: none; }
      .Slider .slide_text a {
        right: auto;
        margin-top: 20px; }
  .A_urunler {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px; }
    .A_urunler:before {
      height: 50%;
      bottom: auto;
      top: 0;
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
    .A_urunler-in {
      padding-top: 10px;
      padding-bottom: 10px;
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .A_urunler-item {
      position: relative;
      padding-bottom: 20px;
      padding-top: 0px;
      border-bottom: 1px solid #ffffff50;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .A_urunler-item:last-child {
        border: none; }
      .A_urunler-item p {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
        font-size: 13px; }
      .A_urunler-item img {
        max-height: 100px; }
    .A_urunler-info {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      font-size: 16px;
      padding-left: 30px;
      padding-right: 30px; }
  .A_kurumsal {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
    .A_kurumsal-in {
      padding: 30px 0;
      height: auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      .A_kurumsal-in h2:after {
        width: 240px;
        background-color: white;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .A_kurumsal-in a {
        margin-top: 20px;
        margin-right: auto; }
  .buton-right {
    font-size: 13px; }
    .buton-right:after {
      width: 24px;
      height: 24px;
      background-size: 24px 24px; }
    .buton-right:hover {
      color: white; }
      .buton-right:hover:after {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
        -webkit-transition: 500ms;
        transition: 500ms; }
  .A_markalar {
    margin-bottom: 40px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
    .A_markalar-in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .A_markalar-item img {
      max-height: 100px; }
  .Navbottom .container {
    padding: 0; }
  .Navbottom-in {
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .Navbottom .Contact {
    width: 100%;
    border-radius: 0px;
    padding: 30px 60px;
    text-align: center; }
    .Navbottom .Contact-item {
      margin-bottom: 20px; }
      .Navbottom .Contact-item span {
        margin-bottom: 5px; }
      .Navbottom .Contact-item-social {
        margin-top: 20px; }
    .Navbottom .Contact .tasarım {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      font-size: 11px;
      text-align: center; }
  #map {
    width: 100%;
    height: 300px; }
  .Banner {
    height: 350px; }
    .Banner-text {
      bottom: 50%;
      right: 50%;
      -webkit-transform: translate(50%, calc(50% + 38px));
              transform: translate(50%, calc(50% + 38px)); }
  .Urunler {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .Urunler-in {
      margin-right: -30px; }
    .Urunler-item {
      margin-bottom: 0px;
      margin-right: 15px;
      width: calc(50% - 15px); }
      .Urunler-item p {
        font-size: 12px;
        height: 60px;
        padding-top: 12px; }
  .Urun_g {
    margin-top: 30px;
    text-align: center; }
    .Urun_g-in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .Urun_g-left {
      padding-right: 0px;
      width: 100%; }
      .Urun_g-left-content {
        padding: 15px 30px; }
    .Urun_g-right {
      padding-left: 0px;
      width: 100%;
      border: none;
      margin-top: 40px; }
      .Urun_g-right .Urunler-item {
        width: 46%;
        margin-right: 0; }
  .Kurumsal {
    background-color: #ebebeb; }
    .Kurumsal-in {
      padding-top: 30px;
      padding-bottom: 40px;
      margin-bottom: 0px;
      text-align: center; }
  .Iletisim {
    margin-bottom: 40px; }
    .Iletisim-header {
      margin-top: 30px;
      text-align: center; }
      .Iletisim-header h5 {
        font-size: 20px; }
    .Iletisim-info {
      margin-top: 30px;
      padding-bottom: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .Iletisim-info-item {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        margin-bottom: 20px; }
        .Iletisim-info-item h6 {
          font-size: 18px; }
          .Iletisim-info-item h6 img {
            height: 24px; }
        .Iletisim-info-item p {
          line-height: 1.8; }
    .Iletisim-form-in {
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .Iletisim-form-in img {
        display: none; }
    .Iletisim-form-inner {
      width: 100%; }
    .Iletisim-form-item {
      width: 100%;
      margin-bottom: 20px; }
      .Iletisim-form-item input {
        font-size: 14px; }
        .Iletisim-form-item input::-webkit-input-placeholder {
          font-size: 14px; }
        .Iletisim-form-item input::-ms-input-placeholder {
          font-size: 14px; }
        .Iletisim-form-item input::placeholder {
          font-size: 14px; }
      .Iletisim-form-item-textarea {
        margin-top: 0px; }
  .Urun_detay {
    padding-top: 30px; }
    .Urun_detay-in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .Urun_detay-left {
      padding-top: 0px;
      width: 100%; }
      .Urun_detay-left-header h5 {
        font-size: 20px; }
      .Urun_detay-left-header h6 {
        font-size: 16px; }
      .Urun_detay-left-property {
        margin-top: 30px; }
        .Urun_detay-left-property p {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          font-size: 12px; }
          .Urun_detay-left-property p span {
            width: 90px; }
      .Urun_detay-left-text {
        margin-top: 30px;
        margin-bottom: 70px; }
        .Urun_detay-left-text h6 {
          font-size: 18px;
          margin-bottom: 10px; }
        .Urun_detay-left-text p {
          font-size: 13px;
          margin-bottom: 10px; }
        .Urun_detay-left-text-buton {
          bottom: -40px; }
    .Urun_detay-right {
      width: 100%; }
      .Urun_detay-right-slave {
        margin-top: 10px;
        margin-right: -10px; }
        .Urun_detay-right-slave-item {
          margin-right: 10px; }
  .Benzer {
    margin-top: 30px;
    margin-bottom: 0px; }
    .Benzer .header {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
      text-align: center; }
    .Benzer .Urunler-in {
      margin-right: -10px; }
    .Benzer .Urunler-item {
      margin-bottom: 10px;
      margin-right: 10px;
      width: calc(50% - 10px); }
  .Teklif_al {
    margin-bottom: 30px; }
    .Teklif_al .Iletisim-header {
      margin-left: 0px; }
    .Teklif_al-in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 15px;
      padding-right: 15px; }
    .Teklif_al-left {
      margin-top: 30px;
      width: 100%; }
      .Teklif_al-left .cv span {
        font-size: 14px; }
      .Teklif_al-left .cv-text {
        right: 10px; }
      .Teklif_al-left .cv-info {
        padding-left: 5px;
        padding-right: 5px;
        line-height: 1; }
      .Teklif_al-left .cv-buton {
        margin-top: 15px;
        width: calc(100% - 10px);
        margin-left: 0px;
        border-radius: 5px;
        color: #181b23;
        background-color: #d4d4d4;
        border: 2px solid  #d4d4d4; }
        .Teklif_al-left .cv-buton:hover {
          background-color: transparent;
          -webkit-transition: 500ms;
          transition: 500ms;
          letter-spacing: 3px; }
      .Teklif_al-left .cv:hover span {
        text-decoration: underline;
        -webkit-transition: 500ms;
        transition: 500ms; }
    .Teklif_al-right {
      display: none; }
  .Misyon {
    overflow: hidden; }
    .Misyon-image {
      height: 200px; }
    .Misyon-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .Misyon-text {
      width: 100%; }
      .Misyon-text h6 {
        text-align: center;
        margin-bottom: 10px; }
  .Politika {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px; }
    .Politika-in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .Politika-text {
      margin-top: 30px;
      padding-left: 0px; }
      .Politika-text h6 {
        text-align: center; }
  .Belgeler {
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .Belgeler-in {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .Belgeler-item {
      width: 50%;
      margin-bottom: 20px; }
      .Belgeler-item img {
        max-width: 90%; } }

@media (min-width: 991px) and (max-width: 1260px) {
  .Urunler-in {
    margin-right: -30px; }
  .Urunler-item {
    margin-bottom: 10px;
    margin-right: 30px;
    width: calc(33.330% - 30px); } }

@media (min-width: 769px) and (max-width: 930px) {
  .Anasayfa_hakkimizda-left {
    padding-top: 90px !important; }
    .Anasayfa_hakkimizda-left img {
      width: 220px !important; }
  .Anasayfa_hakkimizda-right {
    padding-left: 7% !important; }
    .Anasayfa_hakkimizda-right h6 {
      position: relative; }
      .Anasayfa_hakkimizda-right h6 span {
        width: 140px; }
    .Anasayfa_hakkimizda-right p {
      margin-top: 30px;
      margin-bottom: 10px; }
    .Anasayfa_hakkimizda-right a {
      margin-left: auto;
      color: #D1A940;
      font-size: 20px; } }
