.swiper-slide{display:flex;justify-content:center}
.swiper-lazy-preloader{width:30px!important;height:30px!important;border-radius:50%!important;border:2px solid #000!important;border-top-color:transparent!important}
.preview-container{position:relative;width:450px;}
.preview-container .small-box{position:relative;width: 592px;height:450px;border:1px solid #eee;display:flex;justify-content:center;align-items:center;box-sizing:border-box}
.preview-container .small-box img{max-width:100%;max-height:100%}
.preview-container .small-box .hover{position:absolute;width:180px;height:180px;background-color:hsla(0,0%,80%,.6);border:1px solid #eee;display:none}
.preview-container .thumbnail-box{margin-top:40px;position:relative;width:100%;box-sizing:border-box}
.preview-container .thumbnail-box .list{overflow:hidden;width:390px;margin:0 auto;position:relative}
.preview-container .thumbnail-box .list ul{width:100000px;display:flex}
.preview-container .thumbnail-box .list ul .item{width:58px;height:58px;display:flex;justify-content:center;align-items:center;margin:0 10px;box-sizing:border-box;border:1px solid #ccc}
.preview-container .thumbnail-box .list ul .item:hover{cursor:pointer}
.preview-container .thumbnail-box .list ul .item img{max-width:100%;max-height:100%}
.preview-container .thumbnail-box .list ul .item-cur{border:1px solid #2b3aa1}
.preview-container .thumbnail-box .list .banner-page{display:none;justify-content:center;align-items:center;position:absolute;height:6.6666666667vw;width:13.3333333333vw;border-radius:5.3333333333vw;background:rgba(0,0,0,.8);bottom:1.3333333333vw;right:1.3333333333vw;z-index:999}
.preview-container .thumbnail-box .list .banner-page span{color:#fff;font-size:4vw}
.preview-container .thumbnail-box .btn{position:absolute;top:50%;width:22px;height:32px;margin-top:-16px}
.preview-container .thumbnail-box .btn-prev{left:0;background:url(imgs/btn_prev.png) no-repeat}
.preview-container .thumbnail-box .btn-next{right:0;background:url(imgs/btn_next.png) no-repeat}
.preview-container .thumbnail-box .btn_prev_disabled{background:url(imgs/btn_prev_disabled.png) no-repeat;cursor:not-allowed}
.preview-container .thumbnail-box .btn_next_disabled{background:url(imgs/btn_next_disabled.png) no-repeat;cursor:not-allowed}
.preview-container .big-box{display:none;overflow:hidden;top:0;left:449px;border:1px solid #eee;position:absolute;width:450px;height:450px;box-sizing:border-box;background:#fff;z-index:20}
.preview-container .big-box img{display:block;max-width:none;width:130%}
h3.baslik {
  background: #f8f8f8;
  font-size: 20px;
  color: #2b2b2b;
  line-height: 64px;
  padding: 0 20px;
  width: 100%;
  background: #f8f8f8;
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 700;
  font-family: 'PT Sans';
}

.yazi p {
  font-family: 'PT Sans';
  margin-top: 30px;
}

.yazi1 p {
  font-size: 15px;
}
.btn-list{margin-top:10px;}
.btn-list .btn,.pro-detail-content .pro-review .pro-preview-right .btn-list .pdown2{height:46px;width:100%;border:1px solid #2b3aa1;display:flex;justify-content:center;align-items:center;margin:20px 20px 0 0;cursor:pointer}
.btn-list .btn a,.pro-detail-content .pro-review .pro-preview-right .btn-list .pdown2 a{width:100%;height:100%;display:flex;justify-content:center;align-items:center}
.btn-list .btn span,.pro-detail-content .pro-review .pro-preview-right .btn-list .pdown2 span{font-size:18px;color:#2b3aa1;font-family: 'PT Sans';}
.btn-list .btn:hover span,.pro-detail-content .pro-review .pro-preview-right .btn-list .pdown2:hover span{color:#fff}
.hvr-shutter-out-vertical{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#fff;transition-property:color;transition-duration:.3s}
.hvr-shutter-out-vertical:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#2b3aa1;transform:scaleY(0);transform-origin:50%;transition-property:transform;transition-duration:.3s;transition-timing-function:ease-out}
.hvr-shutter-out-vertical:active,.hvr-shutter-out-vertical:focus,.hvr-shutter-out-vertical:hover{color:#fff}
.hvr-shutter-out-vertical:active:before,.hvr-shutter-out-vertical:focus:before,.hvr-shutter-out-vertical:hover:before{transform:scaleY(1)}
.p-0 {
  padding: 0px;
}
.urun {
  border-bottom: 1px solid #ececec;
  height: 40px;
  color: #989898;
  margin-top: 50px;
  margin-bottom: 50px;
}
.bottom {
  margin-bottom: 110px;
}
ol,
ul {
  margin: 0;
}
.header {
  padding: 15px 0;
  display: flex;
  align-items: center;
  background-image: url(../images/bacground_1.png);
  background-size: cover;
}
.header .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 260px;
}
.header .logo img {
  width: 100%;
}
.header-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-right .language-links,
.header-right .social-links {
  list-style: none;
  display: flex;
  padding: 0;
}
.header-right .social-links {
  margin: 5px 0;
}
.header-right .language-links li {
  padding: 8px;
}
.header-right .language-links li:hover {
  background-color: #005ba9;
  transition: 0.5s all;
  color: #fff;
}
.header-right .language-links a {
  color: #fff;
  display: block;
}
.header-right .social-links {
  /* background-color: #0a84ed; */
  padding: 10px 4px;
  gap: 3px;
}
.header-right .social-links a {
  font-size: 17px;
  color: #fff;
  /* background-color: #005ba9; */

  padding: 8px;
}

.header-right .social-links a:hover {
  background-color: #005ba9;
  transition: 0.5s all;
  color: #fff;
}
.menu {
  display: flex;
  list-style: none;
}

.menu li:hover {
  background-color: #23353f;
  transition: 0.5s all;
}
.menu li:hover a {
  color: #fff;
}
.menu a {
  display: block;
  padding: 15px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.menu li:hover .submenu {
  display: block !important;
  position: absolute !important;
  z-index: 999999 !important;
  color: #23353f;
}
.submenu {
  list-style: none;
  display: none;
  position: absolute;
  z-index: 999999;
  background-color: #fff;
  width: 200px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.submenu li {
  color: #000;
}
.submenu a {
  color: #000 !important;
}
.submenu a:hover {
  color: #fff !important;
}

.flex {
 display: flex;
 align-items: center;
}
.footer {
  background-image: url(../images/bacground_2.png);
  background-size: cover;
  /* display: flex; */
  /* align-items: center; */
}
.footer .container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 130px;
}
.footer .container > div {
  flex: 1;
}
.footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
}
.footer .footer-menu a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 35px;
}
.footer .footer-menu a:hover {
  color: #fff;
}
.footer .footer-logo {
  margin-bottom: 30px;
  width: 150px;}
  .footer .contact-item {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
  }
  .footer .contact-item:not(:first-child) {
    margin-top: 20px;
  }
  .footer .contact-item i {
    margin-right: 10px;
  }
  .footer .footer-social {
    margin-top: 20px;
  }
  .footer .footer-social ul {
    list-style: none;
    display: flex;

    gap: 10px;
    padding: 0;
    margin: 0;
  }
  .footer .footer-social ul a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    background-color: #005ba9;
    font-size: 17px;
    color: #fff;
  }

  .footer .footer-social ul a:hover {
    background: white;
    color: #005ba9;
  }
  #slayt_arkaplan_renk {
    padding: 0;
    /* height: 600px; */
  }
  #wowslider-container1 {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    margin: 0;
  }
  #wowslider-container1 .ws_images {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    height: 600px !important;
    max-height: 600px !important;
  }
  #wowslider-container1 .ws_cover {
    height: 600px !important;
    max-width: 600px !important;
  }
  #wowslider-container1 .ws_images > div > img {
    height: 100% !important;
    max-height: 100% !important;
  }
  #slayt {
    /* height: 100% !important; */
    /* max-height: 100% !important; */
  }
  .altLinkler img {
    z-index: -1;
  }
  #wowslider-container1 .ws_images iframe {
    opacity: 1 !important;
    z-index: 999;
    width: 100%;
    height: 100%;
  }

  .genel-sayfalar {
    margin-top: 0;
  }

  .iletisim-sayfasi {
    margin-top: 20px;
  }

  




  @media (max-width: 992px) {
    .iletisim-sayfasi {
      margin-bottom: 30px;
    }

    .genel-sayfalar {
      margin-bottom: 30px;
    }
    .header .container {
      flex-direction: column;
      width: 100%;
      /* display: none; */
    }
    .header-right div:last-child {
      display: none;
    }
    .header-right {
      flex-direction: row;
      align-items: center;
      margin-top: 20px;
    }
    .header-right div {
      width: auto;
    }
    .header-right div:first-child {
      margin-right: 20px;
    }
    .header-right ul {
      padding: 0;
    }
    .header-right .language-links a {
      color: #000;
    }
    #nav_logo {
      display: none;
    }
    .footer {
      clip-path: polygon(0% 7%, 100% 0, 100% 100%, 0 100%);
      display: flex;align-items: center;margin-top: 100px;}
      .footer .container {
        flex-direction: column;
      }
      .footer .container > div:not(:last-child) {
        margin-bottom: 30px;
      }
      .footer .footer-social ul {
        justify-content: center;
      }
    }





    #ots_carousel {/* border-top: 2px solid #13EBC7; */}

    .owl-carousel .item{
      max-height: 500px;
    }

    .owl-carousel .item img{
      display: block;
      object-fit: cover!important;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    .owl-carousel video{
      width: 100%;
      display: block;
      object-fit: cover!important;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    
    .c-tag-cat-wrap {
      width:100%;
      height: 100%;
      position: absolute;
      left: 0;
    }
    .c-tag {
      position: relative;  
      display: block;
      margin:0;
      color:white;
      opacity:1;
      padding:15px;
      font-size: 140%;
      font-weight: bold;
      background:rgba(19,235,199, .8);
      float:left;
    }
    .c-cat {
      color:white;
      opacity:1;
      position:relative;
      display: block;
      margin:0;
      padding:5px;
      font-size: 100%;
      font-weight: bold;
      background:rgba(0,0,0, .2);
      float:left;
    }
    .carousel-caption p {
      padding:0 15px 0 15px;
      text-align:center;
      position:relative;
      top: 40%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .c-title {
      font-size: 5vw;
      opacity:0;
      position:relative;
      text-align: center;
    }
    .c-excerpt {
      font-size: 1.5vw;
      position: relative;
      margin: auto 35px auto 35px;
      opacity: 0;
      color:#000;
      text-shadow: 0 0px 5px rgba(255, 255, 255, 1);
      filter:alpha(opacity=40); /* For IE8 and earlier */
      background:rgba(19,235,199, 0);
      background-blend-mode:multiply;
    }

    #ots_carousel .item:hover .c-tag-cat-wrap,
    #owl-nav-wrap:hover .c-tag-cat-wrap {

    }
    #ots_carousel .item:hover .c-title,
    .owl-controls:hover .c-title
    {
      color: black;
      font-weight: bold;
      
    }
    #ots_carousel .item:hover .c-excerpt  {

    }
    .c-tag, .c-cat, .c-title, .c-excerpt {
      z-index:2;
    }
    #ots_carousel .item:hover .c-tag + .c-cat + .c-title + .c-excerpt {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    #ots_carousel .item:hover img, #ots_carousel .item:hover video{

    }

    #ots_carousel .owl-controls {
    }

    #ots_carousel:hover .owl-controls {
      z-index:3;
    }

    .owl-dots{
      /* margin-top: -20px; */
      padding-bottom: 5px;
      position: relative;
      z-index: 5;
      display: none !important;
    }
    
    .owl-prev{
      left: 5px; 
    }
    
    .owl-next{
      right: 5px;
    }

    .owl-controls .owl-nav div {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }


    .carousel:hover .c-tag, .carousel:hover .c-cat, .carousel:hover .c-title, .carousel:hover .c-excerpt, .owl-controls, #ots_carousel .owl-controls, #ots_carousel .item:hover img, #ots_carousel .item img, #ots_carousel .item:hover video, .item video {

    }

    @media screen and (min-width: 1600px) {
      .c-title {
        font-size: 80px;
      }
      .c-excerpt {
        font-size: 30px;
      }
    }
    @media screen and (max-width: 1600px) {
      .owl-carousel .item, .item img, .owl-carousel video{
        max-height: 500px;
      }
    }
    @media screen and (max-width: 1400px) {
     #altLinkler {
      width: 100%;
    }
  }
  @media screen and (max-width: 1200px) {
   
    .owl-carousel .item, .item img, .owl-carousel video{
      max-height: 500px;
    }
  }
  @media screen and (max-width: 900px) {
    .owl-carousel .item, .item img, .owl-carousel video{
      max-height: 500px;
    }
  }
  @media screen and (max-width: 768px) {
    .c-excerpt {
      display: none;
    }
  }
  @media screen and (max-width: 500px) {
    .owl-carousel .item, .item img, .owl-carousel video{
      max-height: 500px;
    }
  }
  @media screen and (max-width: 360px) {

    .c-tag {
      font-size: 90%;
    }
    .c-cat {
      font-size: 60%;
    }
    .owl-carousel .item, .item img, .owl-carousel video{
      max-height: 500px;
    }
  }
/* Magnific Popup */
.mfp-title {
  position:absolute;
  color: #FFF;
  display: block;
}


/* Magnific popup fade */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}





////////////////////// OWL
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls{
  /* margin-top:5px; */
  text-align:center;
  -webkit-tap-highlight-color:transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
  color: #ffffff;
  font-size:14px;
  padding:10px;
  background: #33444e;
  display:inline-block;
  cursor:pointer;
}

.owl-theme .owl-controls .owl-nav:hover .owl-prev,
.owl-theme .owl-controls .owl-nav:hover .owl-next
{
  background:rgba(0,0,0,.7);
  color:#fff;
  text-decoration:none;
}

.owl-theme .owl-controls .owl-nav .disabled{
  opacity:.5;
  cursor:default
}

.owl-theme .owl-dots .owl-dot{
  display:inline-block;
  zoom:1;
  *display:inline
}

.owl-theme .owl-dots .owl-dot span{
  width:15px;
  height:5px;
  margin:2px;
  background: rgba(0,0,0,.7);
  display:block;
  -webkit-backface-visibility:visible;
  -webkit-transition:opacity 200ms ease;
  -moz-transition:opacity 200ms ease;
  -ms-transition:opacity 200ms ease;
  -o-transition:opacity 200ms ease;
  transition:opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
  background:#50AEED;
}
.owl-nav, .owl-nav:hover{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}








