@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900|Titillium+Web:300,400,600,700|Bebas+Neue&display=swap&subset=latin-ext");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: black;
}
a:hover {
  color: black;
  text-decoration: none;
}

a.hidden-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99;
  top: 0;
  left: 0;
}

.gutters-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.gutters-0 > .col, .gutters-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.gutters-3 {
  margin-right: -3px;
  margin-left: -3px;
}

.gutters-3 > .col, .gutters-3 > [class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.gutters-5 > .col, .gutters-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-8 {
  margin-right: -8px;
  margin-left: -8px;
}

.gutters-8 > .col, .gutters-8 > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.mm-open, .mmpanels {
  overflow: hidden;
}

.mmpanels, .mmpanels > .mmpanel, .panel-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: inherit;
}

.panel-menu {
  width: 270px;
  background: #192260;
  position: fixed;
  z-index: 99999;
}

.panel-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.panel-menu ul li {
  margin: 0;
  width: 100%;
}

.panel-menu ul li span {
  margin-left: 3px;
}

.panel-menu ul li a {
  display: flex;
  padding: 9px 27px 9px 30px;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  color: #fff;
  background: 0 0;
  position: relative;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.panel-menu ul li a:hover {
  color: #FAAA18;
  background: 0 0;
}

.panel-menu #mm0.mmpanel a:not(.mm-close) {
  font-family: Hind, sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
}

.panel-menu .mmpanel .tt-badge, .panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
  font-family: Hind, sans-serif;
  font-weight: 400;
}

.panel-menu #mm0.mmpanel a:not(.mm-close):after {
  color: #fff;
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
  color: #FAAA18;
  background-color: transparent;
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
  color: #FAAA18;
}

.panel-menu #mm0.mmpanel .mm-next-level:after {
  top: 12px;
}

.panel-menu .mmpanel .tt-badge {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 3px 4px 1px;
  max-height: 16px;
  top: 2px;
  position: relative;
  margin-left: 7px;
  border-radius: 2px;
}

.panel-menu .mmpanel .tt-fatured, .panel-menu .mmpanel .tt-new {
  color: #FAAA18;
  background-color: #000;
}

.panel-menu .mmpanel .tt-sale {
  color: #fff;
  background-color: #f8353e;
}

.panel-menu .mmpanel .mm-original-link .tt-badge {
  top: -1px;
}

.panel-menu .mm-close, .panel-menu .mm-original-link, .panel-menu .mm-prev-level {
  display: block;
  color: #fff;
  background-color: transparent;
}

.panel-menu .mm-close:before, .panel-menu .mm-next-level:after, .panel-menu .mm-prev-level:before {
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #fff;
}

.panel-menu .mm-close:hover, .panel-menu .mm-next-level:hover, .panel-menu .mm-prev-level:hover {
  color: #000;
  background-color: transparent;
}

.panel-menu .mm-close:hover:before .mm-prev-level:hover:before, .panel-menu .mm-next-level:hover:after {
  color: #000;
}

.panel-menu li.mm-close-parent {
  margin-bottom: 15px;
}

.panel-menu li.mm-close-parent .mm-close {
  padding: 15px 16px 13px 29px;
  color: #fff;
  border-bottom: 1px solid #2e1441;
  background-color: transparent;
}

.panel-menu li.mm-close-parent .mm-close:before {
  content: "";
  padding-right: 6px;
  position: relative;
  top: 1px;
  color: #fff;
}

.panel-menu li.mm-close-parent .mm-close:hover {
  color: #FAAA18;
  background-color: transparent;
}

.panel-menu li.mm-close-parent .mm-close:hover:before {
  color: #FAAA18;
}

.panel-menu .mm-prev-level {
  padding: 15px 16px 13px 29px;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #e9e7e7;
  margin-bottom: 15px;
}

.panel-menu .mm-prev-level:before {
  content: "";
  padding-right: 10px;
  position: relative;
  top: 1px;
  color: #fff;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
}

.panel-menu .mm-prev-level:hover {
  color: #FAAA18;
  background-color: transparent;
}

.panel-menu .mm-prev-level:hover:before {
  color: #FAAA18;
}

.panel-menu .mm-next-level {
  color: #fff;
  background-color: transparent;
}

.panel-menu .mm-next-level:after {
  content: "";
  padding-left: 10px;
  top: 12px;
  right: 30px;
  position: absolute;
  color: #fff;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
}

.panel-menu .mm-next-level:hover {
  color: #FAAA18;
  background-color: transparent;
}

.panel-menu .mm-next-level:hover:after {
  color: #FAAA18;
}

.panel-menu .mm-original-link {
  font-family: Hind, sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
}

.panel-menu .mm-original-link:before {
  padding-right: 10px;
  color: #fff;
}

.panel-menu .mm-original-link:hover {
  color: #FAAA18;
  background-color: transparent;
}

.panel-menu .mm-original-link:hover:before {
  color: #FAAA18;
}

.mm-open .mm-fullscreen-bg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 21;
  display: none;
}

.mmitemopen.panel-menu, .mmitemopen.panel-menu.mm-right {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.panel-menu {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mmitemopen.panel-menu.mm-right.mmhide, .panel-menu.mm-right {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mmitemopen.panel-menu.mmhide {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mmpanel {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mmpanel.mmopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mmpanel.mmsubopened {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

.mmpanels > .mmpanel {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}

.mmpanels, .mmpanels > .mmpanel {
  background: inherit;
  border-color: inherit;
}

.mmpanels > .mmpanel:not(.mmhidden) {
  display: block;
}

.mmpanels > .mmpanel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-nav-btn, .mmhidden {
  display: none;
}

.mm-fullscreen-bg, .mm-fullscreen-bg:active, .mm-fullscreen-bg:focus, .mm-fullscreen-bg:hover {
  outline: 0;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mypage-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  opacity: 0.5;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mypage-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4 !important;
}

.mypage-alo-ph-img-circle {
  width: 30px;
  height: 30px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(../img/whatsap.png) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 100%;
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
iframe {
  max-width: 100%;
}

.wtsp-iletism-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  opacity: 0.5;
}

.wtsp-iletism-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4 !important;
}

.wtsp-iletism-img-circle {
  width: 30px;
  height: 30px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(../img/wtsp.png) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 100%;
}

.wtsp-iletism {
  position: fixed;
  bottom: 130px;
  right: 160px;
  z-index: 9999;
}

.wtsp-iletism-circle {
  border-color: #43b91e;
}

.wtsp-iletism-circle-fill {
  background-color: #43b91e;
}

.wtsp-iletism-img-circle {
  background-color: #43b91e;
}

.wtsp-iletismone:hover .wtsp-iletism-circle {
  border-color: #43b91e;
}

.wtsp-iletismone:hover .wtsp-iletism-circle-fill {
  background-color: #43b91e;
}

.wtsp-iletismone:hover .wtsp-iletism-img-circle {
  background-color: #43b91e;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "Montserrat", sans-serif;
}

.benzerUrunler .katalog .urun .alt .detail a, .benzerUrunler .katalog .urun .alt .description, .benzerUrunler .katalog .urun .alt .title, .benzerUrunler .head .title, .urunDetayPage .sosyal-medya, .urunDetayPage .content, .urunDetayPage .title, .urunlerPage .urun .alt .detail a, .urunlerPage .urun .alt .description, .urunlerPage .urun .alt .title, .galeriPage .description, .galeriPage .title, .hizmetlerPage .uretim .uretim-box .alt .subtitle, .hizmetlerPage .uretim .uretim-box .alt .title, .hizmetlerPage .description, .hizmetlerPage .subtitle, .hizmetlerPage .title, .kalitePage .content, .kalitePage .title, .iletisimPage .harita .title, .iletisimPage .iletisim-formu .iletisim-form textarea, .iletisimPage .iletisim-formu .iletisim-form input, .iletisimPage .iletisim-formu .description, .iletisimPage .iletisim-formu .title, .iletisimPage .iletisim-bilgileri .box .content a, .iletisimPage .iletisim-bilgileri .box .content, .iletisimPage .iletisim-bilgileri .description, .iletisimPage .iletisim-bilgileri .title, aside .side-menu .menu li a, aside .side-menu .head, .icerik .box .subtitle, .icerik .box .title, .icerik .content, .icerik .subtitle, .icerik .title, .basinda .btns .all a, .basinda .content, .basinda .date, .basinda .subtitle, .basinda .title, .rakamlarla .goNewFleks a, .profile .about .bizi-taniyin a, .profile .about .content, .profile .about .subtitle, .mainSlider .content, .bottom .wrapper .copyright, footer .haberdar-olun label, footer .haberdar-olun .form-control, footer .haberdar-olun .form-control:placeholder-shown, footer .sosyal-medya, footer .method:before, footer .method, .eniyisi .wrapper .border-btn a, .eniyisi .wrapper .title, .header .menu .nav li a {
  font-family: "Titillium Web", sans-serif;
}

.icerik .box .big {
  font-family: "Bebas Neue", cursive;
}

.header {
  height: 110px;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.header .topbar {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
.header .topbar .social {
  display: inline-flex;
}
.header .topbar .social li {
  margin-top: 15px;
}
.header .topbar .social li a {
  color: #fff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.header .topbar .social li a:hover {
  border-top: #FAAA18 solid 2px;
  color: #FAAA18;
}
.header .logo {
  position: absolute;
  top: 50%;
}
@media (max-width: 430px) {
  .header .logo img {
    width: 200px;
  }
}
.header .menu {
  display: flex;
  justify-content: flex-end;
  height: 42px;
  align-items: center;
}
.header .menu .nav .dropdown > .dropdown-menu {
  top: 200%;
  transition: 0.3s all ease-in-out;
}
.header .menu .nav .dropdown:hover > .dropdown-menu {
  display: block;
  top: 100%;
}
.header .menu .nav .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.header .menu .nav li {
  margin-right: 30px;
}
@media (max-width: 992px) {
  .header .menu .nav li {
    display: none;
  }
}
.header .menu .nav li.mobile {
  display: none;
}
@media (max-width: 992px) {
  .header .menu .nav li.mobile {
    display: block;
  }
}
.header .menu .nav li.mobile a {
  font-size: 21px;
}
@media (max-width: 1024px) {
  .header .menu .nav li {
    margin-right: 18px;
  }
}
.header .menu .nav li a {
  color: #fff;
  font-size: 15px;
}
.header .menu .nav li a:hover {
  color: #FAAA18;
}
.header .menu .nav li a.active {
  color: #FAAA18;
  font-weight: 700;
}
.header .menu .nav li .dropdown-menu {
  border: none;
  background: transparent;
}
.header .menu .nav li .dropdown-menu li a {
  font-weight: 300;
  display: flex;
  align-items: center;
  width: 235px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding-left: 10px;
  justify-content: space-between;
  padding-right: 10px;
  border-bottom: #666666 solid 1px;
}
.header .menu .nav li .dropdown-menu li a:hover {
  background-color: #000;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .header .newflex {
    display: none;
  }
}
.header .search {
  width: 40px;
  height: 34px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .header .search {
    display: none;
  }
}
.header .search:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: relative;
  background-color: #FAAA18;
  transition: all 0.5s ease;
}
.header .search.open {
  width: 220px;
  background: white;
}
.header .search.open:before {
  height: 60px;
  position: absolute;
}
.header .search-box {
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: none;
  background: transparent;
  color: #FAAA18;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
  padding-right: 30px;
  letter-spacing: 1.2px;
}
.header .search-box:focus {
  outline: none;
}
.header .search-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.header .search-icon {
  width: 16px;
  height: 16px;
  border-radius: 40px;
  border: 2px solid #FAAA18;
  display: block;
  position: relative;
  margin-left: 10px;
  transition: all 0.5s ease;
  margin-top: 7px;
}
.header .search-icon:before {
  content: "";
  width: 3px;
  height: 12px;
  position: absolute;
  right: -3px;
  top: 10px;
  display: block;
  background-color: #FAAA18;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.header .search-icon:after {
  content: "";
  width: 3px;
  height: 15px;
  position: absolute;
  right: -12px;
  top: 40px;
  display: block;
  background-color: #FAAA18;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.open .header .search-icon {
  margin: 0;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.open .header .search-icon:before {
  transform: rotate(52deg);
  right: 22px;
  top: 23px;
  height: 18px;
}
.open .header .search-icon:after {
  transform: rotate(-230deg);
  right: 22px;
  top: 13px;
  height: 18px;
}

.eniyisi {
  position: absolute;
  top: -75px;
  width: 100%;
}
.eniyisi .wrapper {
  height: 146px;
  padding-left: 69px;
  padding-right: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #121b4c 0%, #121b4c 30%, rgba(18, 27, 76, 0.8) 100%), url("../img/enyisi.png") no-repeat right center;
}
@media (max-width: 430px) {
  .eniyisi .wrapper {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.eniyisi .wrapper .title {
  font-weight: bold;
  font-size: 27px;
  color: #FFFFFF;
  display: block;
  opacity: 0.35;
  filter: alpha(opacity=35) progid:DXImageTransform.Microsoft.Alpha(opacity=35);
}
@media (max-width: 430px) {
  .eniyisi .wrapper .title {
    font-size: 21px;
  }
}
.eniyisi .wrapper .border-btn a {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: #FFFFFF solid 1px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 430px) {
  .eniyisi .wrapper .border-btn a {
    padding: 10px;
  }
}
.eniyisi .wrapper .border-btn a:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #fff;
  color: #121b4c;
}

footer {
  margin-top: 75px;
  position: relative;
  height: 375px;
  background: #EEECF5;
  padding-top: 125px;
}
footer .method {
  margin-right: 10px;
  font-weight: 300;
  font-size: 15px;
  line-height: 17.28px;
  color: #999999;
}
footer .method:before {
  font-weight: bold;
  font-size: 15px;
  line-height: 31.28px;
  color: #2E3192;
  padding-right: 10px;
}
footer .adres:before {
  content: "A.";
}
footer .telefon:before {
  content: "T.";
}
footer .fax:before {
  content: "F.";
}
footer .email:before {
  content: "E.";
}
footer .sosyal-medya {
  margin-top: 10px;
  font-size: 15px;
  color: #999999;
  display: flex;
}
footer .sosyal-medya .social {
  margin-left: 50px;
  display: inline-flex;
}
footer .sosyal-medya .social li {
  margin-right: 10px;
}
footer .sosyal-medya .social li a {
  color: #999999;
}
footer .sosyal-medya .social li a:hover {
  color: #2E3192;
}
footer .haberdar-olun {
  margin-top: 20px;
}
footer .haberdar-olun .form-control {
  width: 250px;
  height: auto;
  padding: 0 0.75rem;
  font-size: 15px;
  font-weight: 300;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: #B2B2B2 solid 1px;
}
footer .haberdar-olun .form-control:placeholder-shown {
  font-size: 15px;
  color: #B2B2B2;
}
footer .haberdar-olun .form-control:focus {
  border: none;
  box-shadow: none;
  border-bottom: #B2B2B2 solid 1px;
}
footer .haberdar-olun label {
  margin-right: 20px;
  font-size: 15px;
  color: #999999;
}
footer .haberdar-olun .btn a {
  color: #2E3192;
  font-size: 12px;
}
footer .title {
  font-weight: bold;
  font-size: 19px;
  line-height: 25.28px;
  color: #4D4D4D;
}
@media (max-width: 768px) {
  footer .title {
    display: none;
  }
}
footer .footer-menu {
  margin-top: 20px;
}
@media (max-width: 768px) {
  footer .footer-menu {
    display: none;
  }
}
footer .footer-menu li a {
  font-size: 15px;
  line-height: 23.28px;
  color: #6A6A6A;
  font-weight: 400;
}
footer .footer-menu li a:hover {
  color: #2E3192;
}

.bottom {
  background: #121B4C;
  height: 88px;
  display: flex;
  align-items: center;
}
@media (max-width: 430px) {
  .bottom {
    height: 95px;
  }
}
.bottom .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom .wrapper .copyright {
  font-size: 15px;
  line-height: 33.28px;
  color: #FFFFFF;
  font-weight: 300;
}
@media (max-width: 430px) {
  .bottom .wrapper .copyright {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .bottom .wrapper .copyright {
    font-size: 12px;
  }
}
.bottom .wrapper .cevizbilisim {
  opacity: 0.5;
}
.bottom .wrapper .bottom-menu {
  margin-top: 10px;
  display: flex;
  align-items: center;
  height: 10px;
}
.bottom .wrapper .bottom-menu li a {
  font-weight: 300;
  font-size: 11px;
  line-height: 33.28px;
  color: #B3B3B3;
  margin-right: 10px;
  padding-right: 10px;
  border-right: #B3B3B3 solid 1px;
}
@media (max-width: 430px) {
  .bottom .wrapper .bottom-menu li a {
    font-size: 14px;
  }
}
.bottom .wrapper .bottom-menu li a:hover {
  color: #fff;
}
.bottom .wrapper .bottom-menu li:last-child a {
  border: none;
}

.fixed {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #121B4C;
  height: 100px;
}
.fixed .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed .container .logo {
  position: static;
}

.mainSlider {
  position: relative;
  height: 900px;
}
@media (max-width: 1024px) {
  .mainSlider {
    height: 610px;
  }
}
.mainSlider .slider {
  z-index: 1;
  width: 100%;
  height: 900px;
}
@media (max-width: 1024px) {
  .mainSlider .slider {
    height: 610px;
  }
}
.mainSlider .container {
  padding-top: 50px;
  padding-bottom: 35px;
  z-index: 1;
  position: relative;
  top: 30%;
}
@media (max-width: 1024px) {
  .mainSlider .container {
    top: 16%;
  }
}
.mainSlider .title {
  font-size: 50px;
  width: 500px;
  line-height: 59px;
  color: #FFFFFF;
  font-weight: 900;
}
@media (max-width: 768px) {
  .mainSlider .title {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .mainSlider .title {
    font-size: 30px;
    width: 200px;
    line-height: 32px;
  }
}
.mainSlider .subtitle {
  margin-top: 10px;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: 300;
}
@media (max-width: 768px) {
  .mainSlider .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .mainSlider .subtitle {
    font-size: 30px;
  }
}
.mainSlider .content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18.8px;
  color: #989898;
  width: 570px;
}
@media (max-width: 430px) {
  .mainSlider .content {
    width: unset;
  }
}
.mainSlider .arrows {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 20%;
  bottom: 40%;
}
@media (max-width: 1024px) {
  .mainSlider .arrows {
    right: 5%;
  }
}
@media (max-width: 768px) {
  .mainSlider .arrows {
    bottom: 50%;
    font-size: 41px;
  }
}
@media (max-width: 430px) {
  .mainSlider .arrows {
    display: none;
  }
}
.mainSlider .arrows a {
  padding: 11px 21px;
  border: #fff solid 2px;
  font-size: 28px;
  color: #FAAA18;
}
@media (max-width: 1024px) {
  .mainSlider .arrows a {
    padding: 8px 21px;
  }
}
@media (max-width: 768px) {
  .mainSlider .arrows a {
    padding: 13px 17px;
  }
}
.mainSlider .arrows .prev {
  margin-right: 12px;
  position: relative;
  bottom: 25px;
}
@media (max-width: 768px) {
  .mainSlider .arrows .prev {
    margin-right: 14px;
  }
}

.standlar {
  position: relative;
  bottom: 150px;
  z-index: 1;
}
.standlar .gida {
  background-color: #2E3191;
}
.standlar .rayli {
  background-color: #232A7C;
}
.standlar .teksil {
  background-color: #192260;
}
.standlar .market {
  background-color: #121B4C;
}
.standlar .box {
  position: relative;
  overflow: hidden;
}
.standlar .box .content {
  padding: 18px 37px;
  background: rgba(18, 27, 76, 0.9);
  bottom: -100%;
  color: #fff;
  height: 100%;
  left: 0%;
  text-align: center;
  position: absolute;
  transition: bottom 0.5s ease;
  width: 100%;
}
@media (max-width: 768px) {
  .standlar .box .content {
    font-size: 11px;
  }
}
.standlar .box:hover .go {
  bottom: 230px;
}
.standlar .box:hover .stand {
  padding-top: 20px;
}
.standlar .box:hover .content {
  bottom: -40%;
}
@media (max-width: 768px) {
  .standlar .box:hover .content {
    bottom: -60%;
  }
}
.standlar .stand {
  padding-top: 100px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  height: 381px;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .standlar .stand {
    height: 221px;
    padding-top: 50px;
  }
}
.standlar .stand .ikon {
  font-size: 48px;
  color: #FAAA18;
}
.standlar .stand:hover {
  -webkit-box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.5);
}
.standlar .stand .title {
  margin-top: 10px;
  font-size: 19px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 800;
}
@media (max-width: 768px) {
  .standlar .stand .title {
    font-size: 15px;
  }
}
.standlar .stand .subtitle {
  font-size: 19px;
  color: #FFFFFF;
  font-weight: 300;
}
@media (max-width: 768px) {
  .standlar .stand .subtitle {
    font-size: 15px;
  }
}
.standlar .stand .go {
  transition: all 0.5s ease;
  position: absolute;
  bottom: 46px;
}
@media (max-width: 768px) {
  .standlar .stand .go {
    bottom: 8px;
  }
}
.standlar .stand .go a {
  color: #FAAA18;
  font-size: 30px;
}

.profile {
  margin-top: -100px;
}
.profile .about {
  border: #E5E5E5 solid 15px;
  padding: 80px 60px 80px 60px;
}
@media (max-width: 1024px) {
  .profile .about {
    padding: 25px 106px 30px 18px;
  }
}
@media (max-width: 430px) {
  .profile .about {
    padding: 25px 18px 30px 18px;
  }
}
.profile .about .title {
  font-size: 20px;
  font-weight: 700;
  color: #B2B2B2;
}
.profile .about .subtitle {
  margin-top: 20px;
  font-size: 20px;
  color: #2E3191;
  font-weight: 600;
  width: 325px;
}
@media (max-width: 1024px) {
  .profile .about .subtitle {
    width: unset;
  }
}
.profile .about .content {
  margin-top: 20px;
  font-size: 14px;
  color: #808080;
  font-weight: 300;
  width: 416px;
  white-space: pre-line;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .profile .about .content {
    width: unset;
  }
}
.profile .about .bizi-taniyin {
  margin-top: 40px;
}
.profile .about .bizi-taniyin a {
  height: 50px;
  width: 165px;
  border: #808080 solid 2px;
  font-size: 16px;
  color: #2E3191;
  font-weight: 600;
  padding: 10px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.profile .about .bizi-taniyin a:hover {
  background-color: #808080;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.profile .bizler {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.profile .bizler .kalite-belgelerimiz {
  background: linear-gradient(to right, #2e3191 0%, #2e3191 47%, rgba(46, 49, 145, 0.8) 100%), url("../img/kalite-belgelerimiz.png") no-repeat right center;
}
.profile .bizler .degerlerimiz {
  background: linear-gradient(to right, #232a7c 0%, #232a7c 53%, rgba(35, 42, 124, 0.8) 100%), url("../img/degerlerimiz.png") no-repeat right center;
}
.profile .bizler .politikalarimiz {
  background: linear-gradient(to right, #192460 0%, #192460 55%, rgba(25, 36, 96, 0.8) 100%), url("../img/politikalarimiz.png") no-repeat right center;
}
.profile .bizler .biz {
  padding-left: 30px;
  height: 112px;
  width: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .profile .bizler .biz {
    width: 370px;
  }
}
.profile .bizler .biz .title {
  font-size: 18px;
  color: #FFFFFF;
}
.profile .bizler .biz .subtitle {
  font-size: 13px;
  color: #FAAA18;
  font-weight: 200;
  color: #FAAA18;
}

.rakamlarla {
  margin-top: 60px;
  background: #333333;
  display: flex;
  align-items: center;
  height: 296px;
}
.rakamlarla .goNewFleks {
  margin-left: 50px;
  margin-top: 20px;
}
.rakamlarla .goNewFleks a {
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rakamlarla .goNewFleks a:hover i {
  background-color: #FAAA18;
}
.rakamlarla .goNewFleks a i {
  margin-left: 10px;
  border: #FAAA18 solid 1px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rakamlarla .img {
  position: absolute;
  top: 32px;
  left: 0;
}
@media (max-width: 1024px) {
  .rakamlarla .img {
    top: 60px;
  }
}
@media (max-width: 768px) {
  .rakamlarla .img {
    top: 102px;
  }
}
@media (max-width: 430px) {
  .rakamlarla .img {
    display: none;
  }
}

.basinda {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 430px) {
  .basinda {
    margin-top: 50px;
  }
}
.basinda .img-fluid {
  -webkit-box-shadow: 0px 10px 11px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 11px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 11px 0px rgba(0, 0, 0, 0.15);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .basinda .img-fluid {
    width: 100%;
  }
}
.basinda .title {
  font-weight: bold;
  font-size: 27px;
  color: #192260;
  margin-top: 50px;
}
.basinda .subtitle {
  font-weight: bold;
  font-size: 19px;
  color: #192260;
  margin-top: 30px;
}
.basinda .date {
  font-size: 14px;
  color: #AFB2C8;
  font-weight: 600;
}
.basinda .content {
  margin-top: 10px;
  word-break: break-word;
  line-break: strict;
  white-space: pre-line;
  font-weight: 300;
  font-size: 14px;
  line-height: 20.8px;
  color: #808080;
}
.basinda .btns {
  font-weight: 600;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basinda .btns .detail a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #2E3191;
}
.basinda .btns .detail a i {
  margin-right: 5px;
  width: 22px;
  height: 22px;
  border: #E5E5E5 solid 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basinda .btns .all a {
  font-size: 14px;
  color: #2E3191;
}

.kurumsal {
  background: url("../img/kurumsal.png") no-repeat bottom center;
}

.hizmetler {
  background: url("../img/hizmetler.png") no-repeat bottom center;
}

.kalite {
  background: url("../img/kalite.png") no-repeat bottom center;
}

.iletisim {
  background: url("../img/iletisim.png") no-repeat bottom center;
}

.uretimSayfaBg {
  background: url("../img/pripak.jpg") no-repeat bottom center;
}

.sayfa {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 517px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .sayfa {
    height: 330px;
  }
}
.sayfa:before {
  background: url("../img/page_header_bg.png");
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 394px;
  height: 71px;
  margin: 0 auto;
}
.sayfa .container {
  padding-top: 50px;
  padding-bottom: 35px;
  z-index: 1;
}
@media (max-width: 768px) {
  .sayfa .container {
    margin-top: 80px;
  }
}
.sayfa .container .title {
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  display: flex;
  justify-content: end;
}
@media (max-width: 768px) {
  .sayfa .container .title {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .sayfa .container .title {
    font-size: 35px;
  }
}
.sayfa .container .breadcrumb {
  background: none;
  display: flex;
  justify-content: end;
}
.sayfa .container .breadcrumb li {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 300;
}
.sayfa .container .breadcrumb li:after {
  content: "";
  color: #FAAA18;
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 14px;
}
.sayfa .container .breadcrumb li:last-child:after {
  content: "";
  padding: 0;
}
.sayfa .container .breadcrumb li a {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
}

.icerik {
  margin-top: 100px;
  margin-bottom: 100px;
}
.icerik .title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 28px;
  color: #1A1A1A;
}
.icerik .subtitle {
  margin-top: 3px;
  font-size: 16px;
  line-height: 22.8px;
  color: #FAAA18;
}
.icerik #pageSlider {
  margin-top: 10px;
}
.icerik #pageSlider .slick-dots {
  position: static;
  text-align: right;
}
.icerik .content {
  font-size: 14px;
  line-height: 22.8px;
  color: #808080;
  margin-top: 20px;
}
.icerik .box {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  border: #FAAA18 solid 3px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.icerik .box .big {
  font-weight: bold;
  font-size: 45px;
  line-height: 36.7px;
  color: #FAAA18;
}
.icerik .box .title {
  font-weight: bold;
  font-size: 14px;
  color: #1A1A1A;
}
.icerik .box .subtitle {
  font-weight: 300;
  font-size: 10px;
  color: #1A1A1A;
}
@media (max-width: 1024px) {
  .icerik .box .subtitle {
    font-size: 9px;
  }
}
.icerik .box:hover {
  background-color: #FAAA18;
  -webkit-box-shadow: 0px 0px 8.56px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8.56px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8.56px 0px rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.icerik .box:hover .big {
  color: #fff;
}
.icerik .box:hover .title {
  color: #fff;
}
.icerik .box:hover .subtitle {
  color: #fff;
}

aside .side-menu {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border: #CCCCCC solid 1px;
}
aside .side-menu .head {
  padding-left: 20px;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-color: #2E3191;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  height: 47px;
  display: flex;
  align-items: center;
}
aside .side-menu .menu li a {
  padding: 10px 20px;
  font-size: 16px;
  color: #000000;
  height: 100%;
  width: 100%;
  display: block;
  border-bottom: #CCCCCC solid 1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
aside .side-menu .menu li a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff;
  background-color: #FAAA18;
}
aside .side-menu .menu li a:hover:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  float: right;
}
aside .urun-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}
aside .urun-menu .head {
  height: 68px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 600;
}
aside .urun-menu .menu li a {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 300;
}
aside .urunler {
  margin-top: 30px;
  background: url("../img/side-urunler.png") no-repeat top left;
  background-size: contain;
  height: 347px;
  position: relative;
}
@media (max-width: 768px) {
  aside .urunler {
    height: 210px;
  }
}
@media (max-width: 430px) {
  aside .urunler {
    display: none;
  }
}
aside .urunler .btn {
  left: 20px;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 1024px) {
  aside .urunler .btn {
    left: 5px;
    bottom: 80px;
  }
}
aside .urunler .btn a {
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: #FAAA18 solid 1px;
  padding: 8px 16px;
}
aside .urunler .btn a:hover {
  background-color: #FAAA18;
  color: #000;
}

.iletisimPage {
  margin-top: 100px;
}
.iletisimPage .iletisim-bilgileri {
  background: linear-gradient(rgba(46, 49, 145, 0.92), rgba(46, 49, 145, 0.92)), url("../img/iletisim-bg.png");
  background-size: cover;
  padding-top: 37px;
  padding-bottom: 39px;
  padding-left: 49px;
  padding-right: 65px;
}
.iletisimPage .iletisim-bilgileri .title {
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
}
.iletisimPage .iletisim-bilgileri .description {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 300;
  margin-top: 10px;
}
.iletisimPage .iletisim-bilgileri .box {
  margin-top: 45px;
  display: flex;
  align-items: center;
}
.iletisimPage .iletisim-bilgileri .box .ikon {
  color: #FAAA18;
  font-size: 36px;
}
.iletisimPage .iletisim-bilgileri .box .content {
  font-weight: 300;
  margin-left: 29px;
  font-size: 17px;
  line-height: 25px;
  color: #FFFFFF;
}
.iletisimPage .iletisim-bilgileri .box .content a {
  display: block;
  color: #FFFFFF;
}
.iletisimPage .iletisim-bilgileri .sosyal-medya {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  display: flex;
}
@media (max-width: 430px) {
  .iletisimPage .iletisim-bilgileri .sosyal-medya {
    margin-top: 35px;
  }
}
.iletisimPage .iletisim-bilgileri .sosyal-medya .social {
  margin-left: 20px;
  display: inline-flex;
}
.iletisimPage .iletisim-bilgileri .sosyal-medya .social li a {
  height: 42px;
  width: 42px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iletisimPage .iletisim-bilgileri .sosyal-medya .social li a:hover {
  background-color: #FAAA18;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
.iletisimPage .iletisim-formu {
  padding-top: 37px;
}
.iletisimPage .iletisim-formu .title {
  font-weight: 700;
  font-size: 26px;
  color: #4D4D4D;
}
.iletisimPage .iletisim-formu .description {
  margin-top: 10px;
  font-size: 17px;
  color: #808080;
  font-weight: 300;
}
.iletisimPage .iletisim-formu .iletisim-form {
  margin-top: 30px;
}
.iletisimPage .iletisim-formu .iletisim-form input {
  margin-bottom: 10px;
  height: 55px;
  font-size: 14px;
  color: #808080;
  font-weight: 300;
}
.iletisimPage .iletisim-formu .iletisim-form input:focus {
  border-color: #FAAA18;
  box-shadow: 0 0 0 0.2rem rgba(250, 170, 24, 0.25);
}
.iletisimPage .iletisim-formu .iletisim-form textarea {
  font-size: 14px;
  color: #808080;
  font-weight: 300;
}
.iletisimPage .iletisim-formu .iletisim-form textarea:focus {
  border-color: #FAAA18;
  box-shadow: 0 0 0 0.2rem rgba(250, 170, 24, 0.25);
}
.iletisimPage .iletisim-formu .iletisim-form .btn-warning {
  background-color: #FAAA18;
  height: 58px;
  width: 184px;
  margin-top: 20px;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
}
.iletisimPage .iletisim-formu .iletisim-form .btn-warning i {
  font-size: 25px;
}
.iletisimPage .harita {
  margin-top: 80px;
}
.iletisimPage .harita .title {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 22.55px;
  color: #333333;
}
.iletisimPage .harita .title i {
  color: #FAAA18;
}
.iletisimPage .harita .harita-iframe {
  border-top: #FAAA18 solid 2px;
  height: 400px;
}

.kalitePage {
  background-size: contain;
  margin-top: 100px;
}
.kalitePage .title {
  font-weight: bold;
  font-size: 26px;
  color: #FAAA18;
}
.kalitePage .content {
  white-space: pre-line;
  margin-top: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 27.05px;
  color: #808080;
}

.hizmetlerPage {
  margin-top: 100px;
}
.hizmetlerPage .hizmetContent {
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}
.hizmetlerPage .title {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
}
.hizmetlerPage .subtitle {
  font-size: 14px;
  color: #FAAA18;
  font-weight: 600;
}
.hizmetlerPage .description {
  font-size: 13px;
  line-height: 18.4px;
  color: #666666;
  font-weight: 300;
  margin-top: 8px;
}
.hizmetlerPage .uretim {
  margin-top: 30px;
  margin-bottom: 130px;
}
.hizmetlerPage .uretim .uretim-box {
  -webkit-box-shadow: 0px 0px 11.4px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 11.4px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 11.4px 0px rgba(0, 0, 0, 0.24);
  mix-blend-mode: multiply;
  padding: 10px;
  min-height: 408px;
}
@media (max-width: 768px) {
  .hizmetlerPage .uretim .uretim-box {
    margin-top: 20px;
  }
}
.hizmetlerPage .uretim .uretim-box .img img {
  height: 340px;
}
@media (max-width: 768px) {
  .hizmetlerPage .uretim .uretim-box .img img {
    width: 100%;
  }
}
.hizmetlerPage .uretim .uretim-box .alt {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hizmetlerPage .uretim .uretim-box .alt .title {
  font-size: 17px;
  color: #1A1A1A;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .hizmetlerPage .uretim .uretim-box .alt .title {
    min-height: 34px;
    display: flex;
    align-items: center;
  }
}
.hizmetlerPage .uretim .uretim-box .alt .subtitle {
  font-size: 13px;
  color: #FAAA18;
  font-weight: 300;
}
.hizmetlerPage .uretim .uretim-box .alt .detail a {
  display: inline-grid;
  align-content: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #FAAA18;
}

.galeriPage {
  margin-top: 100px;
}
.galeriPage .title {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
}
.galeriPage .description {
  font-size: 17px;
  color: #808080;
  font-weight: 300;
}
.galeriPage .resimler {
  margin-top: 30px;
  margin-bottom: 100px;
}

.urunlerPage {
  margin-top: 100px;
  margin-bottom: 100px;
}
.urunlerPage .urun {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .urunlerPage .urun {
    margin-top: 20px;
  }
  .urunlerPage .urun img {
    width: 100%;
  }
}
.urunlerPage .urun:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  mix-blend-mode: multiply;
  transition: all 0.3s ease-in-out;
}
.urunlerPage .urun .alt {
  padding: 10px;
}
.urunlerPage .urun .alt .title {
  margin-top: 8px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.urunlerPage .urun .alt .description {
  margin-top: 7px;
  font-size: 14px;
  color: #666666;
  font-weight: 200;
}
.urunlerPage .urun .alt .detail {
  margin-top: 20px;
  border-top: #E6E6E6 solid 1px;
  padding-top: 10px;
}
.urunlerPage .urun .alt .detail a {
  font-size: 12px;
  color: #000000;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.urunlerPage .urun .alt .detail a i {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  background-color: #FAAA18;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.urunDetayPage {
  margin-top: 100px;
  margin-bottom: 100px;
}
.urunDetayPage .urunSlider .slick-dots {
  text-align: right;
  bottom: -35px;
}
.urunDetayPage .urunSlider .slick-dots li {
  margin: 0;
}
.urunDetayPage .urunSlider .slick-dots li button:before {
  font-size: 8px;
  opacity: 1;
  color: #E6E6E6;
  width: 15px;
  height: 15px;
  line-height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #E6E6E6;
}
.urunDetayPage .urunSlider .slick-dots .slick-active button:before {
  opacity: 1;
  border: #333333 solid 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.urunDetayPage .title {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
  margin-top: 30px;
}
.urunDetayPage .content {
  font-size: 13px;
  line-height: 19.6px;
  color: #000000;
  font-weight: 300;
  margin-top: 10px;
}
.urunDetayPage .sosyal-medya {
  height: 30px;
  margin-top: 40px;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.urunDetayPage .sosyal-medya .social {
  display: inline-flex;
  margin-left: 20px;
}
.urunDetayPage .sosyal-medya .social li {
  margin-left: 10px;
}
.urunDetayPage .sosyal-medya .social li a {
  color: #303030;
}
.urunDetayPage .sosyal-medya .social li a:hover {
  color: #FAAA18;
}

.benzerUrunler {
  background-color: #F2F2F2;
  padding-top: 50px;
}
.benzerUrunler .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.benzerUrunler .head .title {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
}
.benzerUrunler .head .arrows {
  display: flex;
}
.benzerUrunler .head .arrows .arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #333333;
  border: #333333 solid 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.benzerUrunler .head .arrows .arrow a:hover {
  border: none;
  background-color: #333333;
  color: #fff;
}
.benzerUrunler .katalog .urun {
  margin-bottom: 20px;
}
.benzerUrunler .katalog .urun:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  mix-blend-mode: multiply;
}
.benzerUrunler .katalog .urun .alt {
  padding: 10px;
}
.benzerUrunler .katalog .urun .alt .title {
  margin-top: 8px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.benzerUrunler .katalog .urun .alt .description {
  margin-top: 7px;
  font-size: 14px;
  color: #666666;
  font-weight: 200;
}
.benzerUrunler .katalog .urun .alt .detail {
  margin-top: 20px;
  border-top: #E6E6E6 solid 1px;
  padding-top: 10px;
}
.benzerUrunler .katalog .urun .alt .detail a {
  font-size: 12px;
  color: #000000;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.benzerUrunler .katalog .urun .alt .detail a i {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  background-color: #FAAA18;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

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