@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:focus {
  outline: 0;
}
body {
  background: #ffffff;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  color: #1a1a18;
  font-weight: 400;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Oswald", sans-serif;
  color: #1a1a18;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #1a1a18;
}
a:visited {
  text-decoration: none;
}
.s-container {
  margin: 0 auto;
  position: relative;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .s-container {
    width: 1300px;
  }
}
@media only screen and (max-width: 1199px) {
  .s-container {
    padding: 0 15px;
  }
}
.cle::after {
  content: "";
  clear: both;
  display: block;
}
.slider1 {
  opacity: 0;
}
.slider1.slick-initialized {
  opacity: 1 !important;
}
@media only screen and (min-width: 1366px) {
  .slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
/* SLİDER */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.animation1 {
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spe-inputX::placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX::-ms-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX:-ms-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX::-moz-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX:-moz-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX::-webkit-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.main-head {
  position: absolute;
  top: 0;
  z-index: 1000;
  background: url("../images/bg1.png") repeat-x top center;
  height: 225px;
  width: 100%;
}
.ms-bg {
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  background-position: Center center;
}
@media only screen and (min-width: 1200px) {
  .ms-bg {
    height: 840px;
  }
}
@media only screen and (max-width: 1199px) {
  .ms-bg {
    margin-top:100px;
    background-size:cover;
    padding: 50px 20px 20px 20px;
  }
}
.ms-bg .ms-bg-col {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.02);
  text-align: Center;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .ms-bg .ms-bg-col {
    width: 450px;
    font-size: 50px;
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .ms-bg .ms-bg-col {
    font-size: 30px;
    margin-bottom: 200px;
  }
}
.logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 191px;
  top: 15px;
}
@media only screen and (min-width: 1200px) {
  .mh-row {
    height: 97px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu {
    display: none;
    position: fixed;
    background: #272725;
    padding: 50px 20px 20px 20px;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
  }
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1200px) {
  .main-menu ul li {
    display: inline-block;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu ul li {
    display: block;
    text-align: Center;
  }
}
.main-menu ul li a {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .main-menu ul li a {
    padding: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu ul li a {
    padding: 15px;
    display: block;
  }
}
.main-menu ul li a:hover,
.main-menu ul li a.current {
  color: #ffa846;
}
@media only screen and (min-width: 1200px) {
  .resp-menu {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .resp-menu {
    display: block;
    position: absolute;
    right: 20px;
    z-index: 1000;
    top: 10px;
    font-size: 30px;
    color: #ffffff;
  }
}
.mh-right {
  color: #ffffff;
}
.mh-right a {
  color: #ffffff;
}
.mh-right a:hover {
  color: #ffa846;
}
.lang-select {
  cursor: pointer;
}
.lang-select img {
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 1199px) {
  .categories-icons {
    overflow-y: auto;
    width: 100%;
  }
  .categories-icons .ci-row {
    width: 1300px !important;
  }
}
@media only screen and (min-width: 1200px) {
.section-one {
  margin-top: -150px;
  position: relative;
}
}
@media only screen and (max-width: 1199px) {
.section-one {
  margin-top: -50px;
  position: relative;
}
}
.section-one .col-12:nth-child(1) .so-bg {
  background: #1a1a18;
}
.section-one .col-12:nth-child(2) .so-bg {
  background: #20201e;
}
.section-one .col-12:nth-child(3) .so-bg {
  background: #272725;
}
.section-one .col-12:nth-child(4) .so-bg {
  background: #2c2c2a;
}
.section-one .so-bg {
  display: block;
  padding: 25px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.section-one .so-bg:hover {
  background: #ffa846 !important;
  color: #1a1a18 !important;
}
.section-one .so-bg:hover .so-icon {
  color: #1a1a18 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.section-one .so-bg:hover .so-title {
  color: #1a1a18 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.section-one .so-bg:hover .so-content {
  color: #1a1a18 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.section-one .so-bg .so-icon {
  font-size: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.section-one .so-bg .so-title {
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #ffffff;
  margin: 10px 0 3px 0;
  display: block;
  font-size: 16px;
}
.section-one .so-bg .so-content {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  line-height: 24px;
  font-size: 16px;
  color: #7a7a73;
}
/* Slider Bullets */
.slider1 .slick-dots {
  position: absolute;
  display: flex !important;
  justify-content: center;
  right: 0;
  left: 0;
  margin-top: 0 !important;
  margin: auto;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 0 !important;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .slider1 .slick-dots {
    width: 1300px;
    bottom: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider1 .slick-dots {
    width: 100%;
    bottom: 60px;
  }
}
.slider1 .slick-dots li {
  position: relative;
  width: 14.85%;
  list-style: none;
  float: none !important;
  text-align: center;
  cursor: pointer;
}
.slider1 .slick-dots li div {
  display: block;
  border: 0;
  width: 100%;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 10px;
  margin: 0 !important;
  padding: 0 !important;
  background: #bfa588;
  opacity: 1;
}
.slider1 .slick-dots .slick-active div {
  background: #ffa846 !important;
  transition: all 0.2s ease-in-out;
  outline: 0;
}
.main-content {
  background: url("../images/bg2.png") no-repeat top center;
}
.title-one {
  font-size: 24px;
  font-weight: 700;
}
.ci-bg {
  background: #272725;
  color: #ffffff;
  cursor: pointer;
  height:180px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: flex;
  border-radius:5px;
  border:1px solid #272725;
  align-items:center;
}
.ci-bg .ci-inner {
  width:100%;
}
.ci-bg .ci-icon {
  text-align: Center;
  display: block;
  fill:#fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ci-bg .ci-name {
  display: block;
  padding:10px 10px 0 10px;
  text-align: Center;
}
.ci-bg:hover,
.ci-bg.current {
  background: #fff;
  color:#1a1a18;
  border:1px solid #272725;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ci-bg:hover .ci-icon,
.ci-bg.current .ci-icon {
  fill:#1a1a18;
}
.slider2 {
  padding: 0 50px;
}
.sli2-col {
  padding: 20px 10px;
}
.sli2-bg {
  background: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1200px) {
  .sli2-bg {
    width: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .sli2-bg {
    width: 80px;
    margin: 0 auto;
  }
}
.sli2-bg .sli2-in {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .sli2-bg .sli2-in {
    height: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .sli2-bg .sli2-in {
    height: 80px;
  }
}
.sli2-bg .sli2-in .sli2-cell {
  width: 100%;
  text-align: Center;
}
.sli2-bg .sli2-in .sli2-cell img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.ci-row .col-auto {
  width: 12.5%;
}
/* Slider Arrows */
.slider2 .slick-prev,
.slider2 .slick-next {
  font-size: 0;
  display: block;
  opacity: 1;
  position: absolute;
  top: 40%;
}
.slider2 .slick-prev::before,
.slider2 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #ffa846;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
}
.slider2 .slick-prev {
  left: 0px;
}
.slider2 .slick-next {
  right: 0px;
}
.slider2 .slick-prev::before {
  content: '\f053';
}
.slider2 .slick-next::before {
  content: '\f054';
}
.main-footer {
  background: #272725;
}
.main-footer .foot-one .fo-title {
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.main-footer .foot-one .fo-links a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  display: block;
}
.main-footer .foot-one .fo-links a:hover {
  color: #ffa846;
}
@media only screen and (min-width: 1200px) {
  .main-footer .fo-row .col-autox {
    width: 20%;
  }
}
@media only screen and (max-width: 1199px) {
  .main-footer .fo-row .col-autox {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.fo-pdf {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.fo-pdf:hover {
  color: #ffa846;
}
.fo-pdf i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
}
.awesome {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.video-play {
  display: block;
  height: 150px;
  background-position: Center center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: Relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.video-play:hover::after {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.video-play::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  content: "\f144";
  color: #ffffff;
  right: 0;
  left: 0;
  margin: auto;
  top: 39%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 30px;
  text-align: center;
  position: absolute;
}
.foot-two {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.foot-two a {
  color: rgba(255, 255, 255, 0.5);
}
.ft-socials a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}
.ft-socials a:hover {
  color: #ffa846;
}
.lang-dropdown .dropdown-item a {
  color: #1a1a18 !important;
}
.sub-page-image {
  background-repeat: no-repeat;
  background-position: center center;
}
.spi-row {
  height: 400px;
}
.spi-row .spi-title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 30px;
  border-bottom: 3px solid #ffa846;
}
.spi-inner {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8f000000', GradientType=0);
}
@media only screen and (min-width: 1200px) {
  .product-list .pl-bg {
    padding: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-list .pl-bg {
    padding: 20px 5px;
  }
}
.product-list .pl-bg .pl-img {
  text-align: center;
  height: 190px;
}
.product-list .pl-bg .pl-img img {
  max-height: 180px;
  max-width: 100%;
}
.product-list .pl-bg .pl-infos {
  margin-top: 20px;
  text-align:Center;
}
.product-list .pl-bg .pl-infos a {
  font-weight: 700;
  font-size: 18px;
}
.product-list .pl-bg .pl-infos p {
  color: #999;
  line-height: 24px;
  text-align:Center;
  padding: 0;
  margin: 15px 0 0 0;
}
.slider3 .product-img {
  padding: 10px;
  text-align: center;
}
.slider3 .product-img img {
  max-width: 100%;
  margin:0 auto;
}
.product-name {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.product-detail-text {
  line-height: 24px;
  color: #999;
  margin: 20px 0 0 0;
  padding: 0;
}
.product-pack .pp-text {
  font-weight: 700;
  font-size: 18px;
  color: #999;
}
.product-pack .pp-amb {
  background: #ffa846;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 15px;
}
.product-pdf a {
  display:block;
  width:250px;
  border:2px solid #666;
  cursor:pointer;
  margin-bottom:10px;
  padding:10px;
  font-size:18px;
  color:#666;
}
.product-pdf a span {
  color:#666; 
  transition:all .2s ease-in-out;
}
.product-pdf a:hover {
  background: #666;
  color: #fff !important;
  transition:all .2s ease-in-out;
}
.product-pdf a:hover span {
  color: #fff !important;
  transition:all .2s ease-in-out;
}
@media only screen and (min-width:1200px) {
.product-pdf-mobile {
  display:none;
}
}
@media only screen and (max-width:1199px) {
.product-pdf {
  display:none;
}
}
.product-pdf-mobile a {
  display:block;
  width:250px;
  border:2px solid #666;
  cursor:pointer;
  padding:10px;
  margin-bottom:10px;
  font-size:18px;
  color:#666;
}
.product-pdf-mobile a span {
  color:#666; 
  transition:all .2s ease-in-out;
}
.product-pdf-mobile a:hover {
  background: #666;
  color: #fff !important;
  transition:all .2s ease-in-out;
}
.product-pdf-mobile a:hover span {
  color: #fff !important;
  transition:all .2s ease-in-out;
}
.blog-bg .blog-img img {
  display: block;
  width: 100%;
}
.blog-bg .blog-infos {
  padding: 20px;
}
.blog-bg .blog-infos .blog-name a {
  font-size: 18px;
  font-weight: 700;
}
.blog-bg .blog-infos .blog-text {
  line-height: 24px;
  color: #999;
  padding: 0;
  margin: 0;
}
.blog-bg .blog-infos .blog-more {
  text-align: right;
}
.blog-bg .blog-infos .blog-more a {
  color: #999;
  border: 1px solid #ddd;
  padding: 10px 20px;
  display: inline-block;
}
.blog-bg .blog-infos .blog-more a:hover {
  border-color: #ffa846;
  color: #ffa846;
}
.pagination-bar ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: Center;
}
.pagination-bar ul li {
  display: inline-block;
}
.pagination-bar ul li a {
  display: block;
  padding: 10px 15px;
  font-weight: 700;
  background: #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.pagination-bar ul li a:hover,
.pagination-bar ul li a.current {
  background: #ffa846;
  color: #ffffff;
  border-color: #ffa846;
}
.blog-det-img {
  background-size: cover;
  height: 250px;
  background-position: center center;
}
.blog-det-infos {
  max-width: 95%;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.blog-det-name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px 0;
  padding: 0;
}
.blog-det-text {
  line-height: 24px;
}
.ti-rows .ti-col {
  border: 1px solid #ddd;
  background: #ffffff;
}
.ti-rows .ti-col .ti-question {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
  font-size: 18px;
  padding: 15px 20px;
}
.ti-rows .ti-col .ti-question.current {
  background: #f1f1f1;
}
.ti-rows .ti-col .ti-question.current::after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ti-rows .ti-col .ti-question::after {
  position: absolute;
  right: 15px;
  color: #ffa846;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  top: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
}
.ti-rows .ti-col .ti-answer {
  color: #999;
  line-height: 24px;
  display: none;
  padding: 20px;
}
.ilet-infos {
  background: #272725;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: 400;
}
.ilet-infos i {
  font-size: 30px;
}
.ilet-infos a {
  color: #ffffff;
}
.contact-map iframe {
  width: 100%;
}

.tech-links {
  background:#fff;
}
.tech-links a {
  display:block;
  text-align:Center;
  padding:25px 0px;
  border-bottom:3px solid transparent;
  border-right:1px solid #ddd;
  color:#999;
  width:33.3333%;
}
.tech-links a:nth-child(3) {
  border-right:0;
}
.tech-links a:hover,.tech-links a.current {
  color: #1a1a18;
  border-bottom-color:#ffa846;
  background:#f1f1f1;
}
@media only screen and (max-width:1199px) {
  .tech-links {
    display:block !important;
  }
  .tech-links a {
    width:100% !important;
    border-right:0 !important;
  }
}
.ti-answer table {
  width:100% !important;
}
.pdfobject-container {
  height:500px;
  border: 1rem solid rgba(0,0,0,.1);
}
.slider4 .product-img {
  padding: 5px;
  text-align: center;
}
.slider4 .product-img img {
  width: 100%;
  height:60px;
  border:3px solid #fff;
}
.slider4 .slick-current .product-img img {
  border-color:#ffa846;
  cursor:pointer;
}
.modal-body iframe {
  width:100%;
  display:block;
  height:500px;
  border:none;
}

.satis-noktalari-bg {
  /* background:url("../images/map.png")no-repeat center center; */
  padding:50px 30%;
}




/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 100%;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */


.nokta-row {
  border:1px solid rgba(0,0,0,0.1);
  padding:0 20px;
  background:#fff;
  margin-top:20px;
}
.nokta-name {
  font-size:16px;
  padding:20px 0;
}
.nokta-name a {
  font-size:16px;
}
.nokta-name b {
  color:#ffa846;
}
.nokta-dropdown {
  border:1px solid #ffa846;
  border-radius:5px;
  display:inline-block;
  color:#ffa846;
  font-weight:700;
  cursor:pointer;
  padding:7px 15px;
}
.nokta-map {
  display:none;
}
.nokta-map iframe {
  display:block;
  border:none;
  width:100%;
  height:250px;
}
.nn-name {
  border-bottom:1px solid rgba(0,0,0,0.1);
  padding-bottom:15px;
  font-weight:700;
}
.mobile-mail a,.mobile-tel a {
  width:30px;
  height:30px;
  border:2px solid rgba(255,255,255,0.3);
  color:#fff;
  padding:5px 7px;
  font-size:12px;
}
.mobile-mail {
  position:absolute;
  top:60px;
  left:10px;
  z-index:10;
}
.mobile-tel {
  position:absolute;
  top:60px;
  right:10px;
  z-index:10;
}
@media only screen and (min-width:1200px) {
  .mobile-mail,.mobile-tel {
    display:none;
  }
}