/*BURADAN ÜSTÜNÜ YENİ TASARIMDA SİLECEĞİZ*/
:root {
    scroll-behavior: initial;
}
/* GUIDE */
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
  }
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 20px;
		margin-bottom: 10px;
	}
  img {
	max-width: 100%;
  }
  h1 {
	font-size:36px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.12em;
	color:#FFF;
	font-family: 'Titillium Web', sans-serif;
  }
  h2 {
	font-size:24px;
	line-height: 1.5;
	color:#BF0D3E;
  }
  h3 {
	font-size:20px;
	line-height: 1.5;
	color:#BF0D3E;
  }
  h4 {
	font-size:18px;
	line-height: 1.5;
	color:#BF0D3E;
  }
  h5 {
	font-size:16px;
	line-height: 1.5;
	color:#BF0D3E;
  }
  h6 {
	font-size:14px;
	line-height: 1.5;
	color:#BF0D3E;
  }
  p {
	font-size:16px;
	color:#525252;
	line-height: 1.5;
	margin-bottom:20px;
  }
  a {
	font-size:15px;
	color:#BF0D3E;
	line-height: 1.2;
	text-decoration: none;
  }
  a:hover {
	text-decoration: none;
	color:blue;
  }
  ul { 
  
  }
  ul li {
	color:#000;
	font-size:15px;
	font-weight: 400;
  }
  table {
	width:100%; 
  }
  table tr {
	border-bottom: 1px dashed #75787B;
  }
  table tr td {
	padding:10px 15px;
	font-size:15px;
	color:#000;
	font-weight: 400;
  }
  .go-to-section {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -15px;
	z-index: 3;
	cursor:pointer;
  }
  .container {
	max-width:1170px;
	width:100%;
	margin: 0 auto;
  }
  
  .splash-body{ 
	position:fixed;
	left:50%;
	top:50%;
	z-index:9999;
	width:100%;
  }
  .splash-close{
	background:url(/frontend/img/close-icon.svg);
	width:40px;
	height:40px;
	position:fixed;
	right:40px;
	top:40px;
	z-index:9999;
	background-size:cover;
	cursor:pointer}
  .splash-overlay{
	background:rgba(0,0,0,.7);
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:9998;
	background-size:cover;
	}
	.contained_left {
	  opacity: 0;
	}
	.contained_right {
	  opacity: 0;
	}
  /* GUIDE */
  
  .search-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  }
  
  .search-form form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-top: -80px;
  max-width: 60%;
  margin-left: -30%;
  }
  
  .search-form input {
  font-size: 24px;
  color: #fff;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 20px;
  outline: 0;
  text-align: center;
  }
  
  .search-form {
  opacity: 0;
  }
  
  .search-form h2 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  }
  
  #search-subform {
  max-width: 50%;
  margin: 0 auto;
  }
  
  #search-subform input {
  padding: 15px 20px;
  height: auto;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  }
  
  #search-subform button {
  border: 1px solid #fff;
  padding: 15px;
  background: #fff;
  width: 60px;
  height: auto;
  }
  #search-subform button:hover {
  background: #efefef;
  border: 1px solid #efefef; 
  }
  
  .search-item {
  border-bottom: 1px solid #000;
  padding: 20px;
  background: #f2f2f2;
  transition: all 300ms;
  top:0;
  }
  
  .search-item + .search-item {
  margin-top: 20px;
  }
  
  .search-item h4 {
  color: #000;
  }
  
  #search-list .search-item:hover {
  top:-10px;
  transition: all 300ms;
  }
  .center-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  }
  
  .center-wrapper .center-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  }
  .content-pos-bottom .center-wrapper .center-inner {
  display: table-cell;
  vertical-align: middle; 
  text-align: left;
  }
  .container {
  max-width:1210px;
  width:100%;
  }
  
  header {
  height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
  transition: all 800ms;
  padding:0 30px;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  transform: translate3d(0,0,0);
  }
  header .second_nav_cont {
    max-width: 160px;
    width:100%;
    display: flex;
    align-items: center;
  }
  .navbar-expand-lg {
	padding:0;
	position: static;
	justify-content: space-between;
	height:100%;
  }
  .navbar-expand-lg .navbar-collapse {
	justify-content: center;
  }
  header .navbar .navbar-nav {
	margin-top:35px;
  }
  header .navbar .navbar-nav li {}
  header .navbar .navbar-nav li a {
	font-weight: 600;
    color: #2B2F3A;
    transition: all 300ms;
    font-size: 15px;
    background: transparent;
    padding: 10px 10px;
	text-decoration: none;
  }
  header.hide_header {
  	transform: translate3d(0,-80px,0);
  }
  header .navbar #logo {
  transition: all 400ms;
  }
  
  header .second_nav {
  margin-top:35px;
  margin-bottom:0;
  padding:0;
  max-width: 160px;
  width: 100%;
  text-align: right;
  }
  header .second_nav li {
  display: inline-block;
  vertical-align: middle;
  }
  header .second_nav li a {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  padding:10px 5px;
  color:#2B2F3A;
  }
  
  header .navbar .navbar-nav li .mega_main {
  position: absolute;
  top:100%;
  padding: 0 30px;
  background: #fff;
  box-shadow: 0px 22px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 4px 4px;
  overflow: hidden;
  max-height: 0;
  transition: all 400ms;
  transform: translate3d(-30px,0,0);
  }
  header .navbar .navbar-nav li .mega_main ul {
  padding:0;
  margin:0;
  }
  header .navbar .navbar-nav li .mega_main ul li {
  display: block;
  list-style: none;
  }
  header .navbar .navbar-nav li .mega_main ul li:last-child {
  border-bottom: 0;
  }
  header .navbar .navbar-nav li .mega_main ul li a {
  font-size:12px;
  color:#494949;
  padding:12px 10px;
  display: block;
  position: relative;
  }
  header .navbar .navbar-nav li .mega_main ul li a:hover {
  color:#BF0D3E;
  }
  header .navbar .navbar-nav li .mega_main ul li a:after {
  content:"";
  background: #E0E0E0;
  position: absolute;
  left:50%;
  bottom:0;
  width:100%;
  height: 1px;
  transform: translate3d(-50%,0,0);
  z-index: 1;
  transition: all 400ms;
  }
  
  header .navbar .navbar-nav li .mega_main ul li a:before {
  content:"";
  background: #e4002b;
  position: absolute;
  left:50%;
  bottom:0;
  width:0;
  height: 1px;
  transform: translate3d(-50%,0,0);
  z-index: 2;
  transition: all 400ms;
  }
  header .navbar .navbar-nav li .mega_main ul li a:hover:before {
  width:100%;
  }
  
  header .navbar .navbar-nav li .mega_container {
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translate3d(-50%,0,0);
  width: 100%;
  padding: 0 15px;
  background: #fff;
  box-shadow: 0px 22px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  max-height: 0;
  transition: all 400ms;
  }
  header .navbar .navbar-nav li .mega_container ul {
  padding: 0;
  margin: 0;
  text-align: center;
  }
  header .navbar .navbar-nav li .mega_container ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  text-align: center;
  margin: 0 10px;
  position: relative;
  max-width: 150px;
  width: 100%;
  line-height: 1;
  }
  header .navbar .navbar-nav li .mega_container ul li a {
  color: #2B2F3A;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  }
  header .navbar .navbar-nav li .mega_container ul li a:hover {
  color: #BF0D3E;
  }
  header .navbar .navbar-nav li .mega_container ul li a img {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom:1px solid #bdbdbd;
  height: 69px;
  }
  header .navbar .navbar-nav>li:hover .mega_container {
  max-height: 500px;
  padding: 50px 15px;
  }
  
  header .navbar .navbar-nav>li:hover .mega_main {
  max-height: 500px;
  padding:15px 30px;
  }
  
  
  
  /* FEATURES */
  
  .accordion .card-header {
  padding:10px 15px;
  border-bottom:1px solid #ddd;
  cursor: pointer;
  }
  .accordion .card-header img { 
  width: 25px;
  float: right;
  transform: rotate(0);
  transition: all 300ms;
  }
  .accordion .card-header.active img { 
  transform: rotate(-180deg);
  transition: all 300ms;
  } 
  .accordion .card-header button {
  padding: 0;
  font-size:16px;
  color:#000;
  }
  .accordion .card-header button:hover, .accordion .card-header button:focus { 
  text-decoration: none;
  outline: 0;
  }
  .accordion .card-body {
  overflow: hidden;
  padding:0 15px;
  }
  .mobile-nav-tabb ul {
  
  }
  .mobile-nav-tabb ul li {
  
  }
  .mobile-nav-tabb ul li a { 
  
  }
  .mobile-nav-tabb ul li.active a { 
  background: #f2f2f2;
  } 
  .tab-content {
  padding:15px;
  }
  .content-slider {
  overflow-x: hidden;
  overflow-y: visible; 
  }
  .content-swiper-pagination {
  text-align: center;
  }
  .content-swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  }
  .content-slide-prev {
  background: url("/frontend/img/news-slide-prev.svg") no-repeat;
  width: 30px;
  height: 30px;
  left: 50%;
  top: auto;
  bottom: -60px;
  margin-left: -40px;
  }
  .content-slide-prev:hover {
  background: url("/frontend/img/news-slide-prev-active.svg") no-repeat; 
  }
  .content-slide-prev.swiper-button-disabled {
  opacity: 1;
  }
  
  .content-slide-next {
  background: url("/frontend/img/news-slide-next.svg") no-repeat;
  width: 30px;
  height: 30px;
  right: 50%;
  top: auto;
  bottom: -60px;
  margin-right: -40px;
  }
  .content-slide-next:hover {
  background: url("/frontend/img/news-slide-next-active.svg") no-repeat;
  }
  .content-slide-next.swiper-button-disabled {
  opacity: 1;
  }
  .info-box-title-clicked {
  color:red;
  cursor: pointer; 
  }
  .info-box-title {
  color:red;
  cursor: pointer;
  }
  .info-box-content { 
  display: none;
  }
  .tooltip {
  position: absolute;
  font-size:16px;
  color:#000;
  padding:10px 20px 10px 10px;
  background: #ebebeb;
  opacity: 1;
  }
  .tooltip .close-tooltip {
  width: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  }
  
  /* FEATURES */
  
  
  /* MENUS */
  
  #tabbed-nav {
  background: #ebebeb;
  padding: 30px 0;
  display: inline-block;
  }
  #tabbed-nav ul {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  }
  #tabbed-nav ul li {
  display: inline-block;
  vertical-align: middle;
  }
  #tabbed-nav ul li a {
  color: #A3A4A6;
  font-size: 16px;
  padding: 0 15px;
  }
  #tabbed-nav ul li a:hover {
	color: #54565A;
  }
  #tabbed-nav ul li.active a {
  color: #54565a;
  }
  
  /* MENUS */
  
  
  /* ANIMATION */

.slide_top-to-bottom {
	opacity: 0;
	transition: all 400ms;
}

.slide_bottom-to-top {
	opacity: 0;
	transition: all 400ms;
}

.slide_right-to-left {
	opacity: 0;
	transition: all 400ms;
}

.slide_left-to-right {
	opacity: 0;
	transition: all 400ms;
}

.slide_fade-in {
	opacity: 0;
	transition: all 600ms;
}

.slide_rotate {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 600ms;
}

.slide_scale-in {
	transform: scale(0, 0);
	transition: all 600ms;
}

.slide_in-line-fade {
	opacity: 0;
	transition: all 300ms;
}

.slide_in-line-fade-300ms {
	opacity: 0;
	transition: all 300ms;
}

.slide_in-line-fade-600ms {
	opacity: 0;
	transition: all 300ms;
}

.slide_in-line-fade-900ms {
	opacity: 0;
	transition: all 300ms;
}

.slide_in-line-rotate {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.slide_in-line-rotate-300ms {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.slide_in-line-rotate-600ms {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.slide_in-line-rotate-900ms {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.slide_in-line-scale {
	transform: scale(0, 0);
	transition: all 300ms;
}

.slide_in-line-scale-300ms {
	transform: scale(0, 0);
	transition: all 300ms;
}

.slide_in-line-scale-600ms {
	transform: scale(0, 0);
	transition: all 300ms;
}

.slide_in-line-scale-900ms {
	transform: scale(0, 0);
	transition: all 300ms;
}


.top-to-bottom {
	opacity: 0;
	transition: all 400ms;
}

.bottom-to-top {
	opacity: 0;
	transition: all 400ms;
}

.right-to-left {
	opacity: 0;
	transition: all 400ms;
}

.left-to-right {
	opacity: 0;
	transition: all 400ms;
}

.fade-in {
	opacity: 0;
	transition: all 600ms;
}

.rotate {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 600ms;
}

.scale-in {
	transform: scale(0, 0);
	transition: all 600ms;
}

.in-line-fade {
	opacity: 0;
	transition: all 300ms;
}

.in-line-fade-300ms {
	opacity: 0;
	transition: all 300ms;
}

.in-line-fade-600ms {
	opacity: 0;
	transition: all 300ms;
}

.in-line-fade-900ms {
	opacity: 0;
	transition: all 300ms;
}

.in-line-rotate {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.in-line-rotate-300ms {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.in-line-rotate-600ms {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.in-line-rotate-900ms {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.in-line-scale {
	transform: scale(0, 0);
	transition: all 300ms;
}

.in-line-scale-300ms {
	transform: scale(0, 0);
	transition: all 300ms;
}

.in-line-scale-600ms {
	transform: scale(0, 0);
	transition: all 300ms;
}

.in-line-scale-900ms {
	transform: scale(0, 0);
	transition: all 300ms;
}


/*VISIBLE*/

.visible .top-to-bottom {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible .bottom-to-top {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible .right-to-left {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible .left-to-right {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible .fade-in {
	opacity: 1;
	transition: all 600ms;
}

.visible .rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 600ms;
}

.visible .scale-in {
	transform: scale(1, 1);
	transition: all 600ms;
}

.visible .in-line-fade {
	opacity: 1;
	transition: all 300ms;
}

.visible .in-line-fade-300ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.3s;
}

.visible .in-line-fade-600ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.6s;
}

.visible .in-line-fade-900ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.9s;
}

.visible .in-line-rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
}

.visible .in-line-rotate-300ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.visible .in-line-rotate-600ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.visible .in-line-rotate-900ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.9s;
}

.visible .in-line-scale {
	transform: scale(1, 1);
	transition: all 300ms;
}

.visible .in-line-scale-300ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.visible .in-line-scale-600ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.visible .in-line-scale-900ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.9s;
}


.swiper-slide-active .slide_top-to-bottom {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active .slide_bottom-to-top {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active .slide_right-to-left {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active .slide_left-to-right {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active .slide_fade-in {
	opacity: 1;
	transition: all 600ms;
}

.swiper-slide-active .slide_rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 600ms;
}

.swiper-slide-active .slide_scale-in {
	transform: scale(1, 1);
	transition: all 600ms;
}

.swiper-slide-active .slide_in-line-fade {
	opacity: 1;
	transition: all 300ms;
}

.swiper-slide-active .slide_in-line-fade-300ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-fade-600ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-fade-900ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.9s;
}

.swiper-slide-active .slide_in-line-rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
}

.swiper-slide-active .slide_in-line-rotate-300ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-rotate-600ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-rotate-900ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.9s;
}

.swiper-slide-active .slide_in-line-scale {
	transform: scale(1, 1);
	transition: all 300ms;
}

.swiper-slide-active .slide_in-line-scale-300ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-scale-600ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-scale-900ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.9s;
}


/* SECTION */

.visible.top-to-bottom {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible.bottom-to-top {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible.right-to-left {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible.left-to-right {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible.fade-in {
	opacity: 1;
	transition: all 600ms;
}

.visible.rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 600ms;
}

.visible.scale-in {
	transform: scale(1, 1);
	transition: all 600ms;
}

.visible.in-line-fade {
	opacity: 1;
	transition: all 300ms;
}

.visible.in-line-fade-300ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.3s;
}

.visible.in-line-fade-600ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.6s;
}

.visible.in-line-fade-900ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.9s;
}

.visible.in-line-rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
}

.visible.in-line-rotate-300ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.visible.in-line-rotate-600ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.visible.in-line-rotate-900ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.9s;
}

.visible.in-line-scale {
	transform: scale(1, 1);
	transition: all 300ms;
}

.visible.in-line-scale-300ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.visible.in-line-scale-600ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.visible.in-line-scale-900ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.9s;
}


.swiper-slide-active.slide_top-to-bottom {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active.slide_bottom-to-top {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active.slide_right-to-left {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active.slide_left-to-right {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active.slide_fade-in {
	opacity: 1;
	transition: all 600ms;
}

.swiper-slide-active.slide_rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 600ms;
}

.swiper-slide-active.slide_scale-in {
	transform: scale(1, 1);
	transition: all 600ms;
}

.swiper-slide-active.slide_in-line-fade {
	opacity: 1;
	transition: all 300ms;
}

.swiper-slide-active.slide_in-line-fade-300ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-fade-600ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-fade-900ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.9s;
}

.swiper-slide-active.slide_in-line-rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
}

.swiper-slide-active.slide_in-line-rotate-300ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-rotate-600ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-rotate-900ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.9s;
}

.swiper-slide-active.slide_in-line-scale {
	transform: scale(1, 1);
	transition: all 300ms;
}

.swiper-slide-active.slide_in-line-scale-300ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-scale-600ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-scale-900ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.9s;
}

/*SECTION*/
/*VISIBLE*/
/* ANIMATION */
  
  #wrapper {
  min-height: calc(100vh - 459px);
  }
  .content_wrapper {
  margin-top:80px;
  }
  
  footer {
  background: #2B2F3A;
  }
  footer .content_wrapper {
  margin-top:0;
  }
  footer section:first-child {
  padding:48px 0;
  }
  footer section:nth-child(3) .row {
  padding:15px 0;
  border-top:1px solid #BF0D3E;
  display: flex;
  align-items: center;
  }
  footer section:nth-child(3) .row .col10 {
	justify-content: flex-end;
	display: flex;
	align-items: center;
  }
  footer section:nth-child(3) p {
  color:#BDBDBD;
  font-size:14px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  }
  footer section:nth-child(3) ul {
  display: inline-block;
  vertical-align: middle;
  padding:0;
  margin:0;
  position: relative;
  margin-left:15px;
  }
  footer section:nth-child(3) ul:before {
  content:"";
  background: #BDBDBD;
  height: 16px;
  width: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  }
  footer section:nth-child(3) ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  }
  footer section:nth-child(3) ul li:after {
  content: "";
  background: #BDBDBD;
  height: 16px;
  width: 1px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  }
  footer section:nth-child(3) ul li:last-child:after {
  display: none;
  }
  footer section:nth-child(3) ul li a {
  font-size:14px;
  display: block;
  color:#BDBDBD;
  padding:10px 15px;
  transition: all 400ms;
  }
  footer section:nth-child(3) ul li a:hover {
  color:#fff;
  }
  footer section:nth-child(3) p:last-child {
  display: initial;
  }
  footer section:nth-child(3) p:last-child a {
	display: block;
  }
  .social_menu {
  min-height: 96px;
  }
  .social_menu ul {
  padding:0;
  margin:0;
  margin-top:10px;
  float: right;
  }
  .social_menu ul li {
  display: inline-block;
  vertical-align: middle;
  }
  .social_menu ul li a {
  display: block;
  padding:0 10px;
  }
  
  .image-gallery-isotope {
  
  }
  .image-gallery-isotope:after {
  content: '';
  display: block;
  clear: both;
  }
  
  .image-gallery-isotope .grid-sizer {
  width: calc(25% - 15px);
  }
  .image-gallery-isotope .grid-item {
  width: calc(25% - 15px);
  float: left;
  height: 186px;
  margin-bottom: 15px;
  overflow: hidden;
  }
  .image-gallery-isotope .grid-item img {
  transition: all 400ms;
  }
  
  .image-gallery-isotope .grid-item:hover img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
  }
  .container-fluid .image-gallery-isotope .grid-item {
  height: 144px;
  }
  
  .image-gallery-isotope .grid-item--width2 {
  width:calc(50% - 15px);
  height: 388px;
  }
  .container-fluid .image-gallery-isotope .grid-item--width2 {
  height: 302px;
  }
  .grid-style .col-md-4 { 
	margin-top: 30px;
  }
  .grid-style .grid-image {
  text-align: center;
  height:250px;
  overflow: hidden;
  }
  .style-isotope {
  
  }
  .style-isotope:after {
  content: '';
  display: block;
  clear: both;
  }
  
  .style-isotope .grid-sizer {
  width: calc(25% - 15px);
  }
  .style-isotope .grid-item {
  width: calc(25% - 15px);
  float: left;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 300ms;
  }
  .style-isotope .grid-item:hover {
  transition: all 400ms;
  margin-top:-15px !important;
  
  }
  .style-isotope .grid-item img {
  transition: all 400ms;
  }
  .style-isotope .grid-item:hover img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
  }
  .style-isotope .item-text {
  background: #424242;
  color:#fff;
  font-size:16px;
  padding: 5px 15px;
  position: relative;
  z-index: 2;
  }
  
  .style-isotope .grid-item--width2 {
  width:calc(50% - 15px);
  height: 388px;
  }
  
  .style-list ul {
  padding-left: 0;
  }
  .style-list ul li {
  background: #d2d2d2;
  display: block;
  position: relative;
  list-style: none;
  transition: all 400ms;
  top:0;
  }
  .style-list ul li:hover {
  top: -10px;
  transition: all 400ms;
  }
  .style-list ul li+li {
  margin-top:15px;
  }
  .style-list ul li .item-title {
  margin-bottom:10px;
  display: block;
  }
  .style-list ul li p {
  }
  .style-list ul li a {
  padding:10px 15px;
  display: block;
  }
  .category-list ul {
  padding-left: 0;
  }
  .category-list ul li {
  background: #d2d2d2;
  display: block;
  position: relative;
  list-style: none;
  transition: all 400ms;
  top:0;
  }
  .category-list ul li+li {
  margin-top:15px;
  }
  .category-list ul li:hover {
  top: -10px;
  transition: all 400ms;
  }
  .category-list ul li .item-title {
  display: block;
  margin-bottom: 10px;
  }
  .category-list ul li a {
  padding:10px 15px;
  display: block;
  }
  .row-style {
  margin-right: 0;
  margin-left: 0;
  }
  .row-style .style-item {
  padding:0;
  margin-bottom: 30px;
  background: #d2d2d2;
  height: 214px;
  position: relative;
  overflow: hidden;
  top:0;
  transition: all 400ms;
  }
  .row-style .style-item .style-img-hidden {
  overflow: hidden;
  display: inline-block;
  float: left;
  }
  .row-style .style-item:hover {
  top:-10px;
  transition: all 400ms;
  }
  .row-style .style-item:hover .style-img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
  }
  .row-style .style-item a {
  display: block;
  height:100%;
  }
  .row-style .style-item .style-img {
  max-width:320px;
  float:left;
  transition: all 400ms;
  }
  .row-style .style-item .style-title {
  font-size: 18px;
	float: left;
	display: block;
	font-weight: 600;
	margin-left: 15px;
	margin-top: 30px;
	width: calc(100% - 335px);
  }
  .row-style .style-item .style-excerpt {
  font-size:14px;
  font-size:500;
  float: left;
  margin-left: 15px;
  width: calc(100% - 335px);
  }
  .style-slider {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  }
  .style-slider .swiper-slide {
  text-align: center;
  }
  .style-slider .style-slide-next {
  position: absolute;
  right:0;
  bottom:0;
  top: auto;
  }
  .style-slider .style-slide-prev { 
  position: absolute;
  right:37px;
  left:auto;
  bottom:0;
  top: auto;
  }
  .style-slider .item-content {
  padding: 0 10px;
  text-align: left;
  } 
  .gallery-list {
  padding: 0;
  margin: -10px;
  }
  .gallery-list li {
  display: inline-block;
  vertical-align: top;
  width:25%;
  margin-left: -4px;
  padding: 10px;
  }
  .gallery-list li a {
  display: block;
  overflow: hidden;
  }
  .gallery-list li a img {
  max-width:100%;
  transition: all 400ms;
  }
  .gallery-list li a:hover img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
  }
  .grid-gallery {
  margin-top: -30px;
  }
  
  .grid-gallery .col-md-4 {
  height:250px;
  margin-top: 30px;
  transition: all 400ms;
  }
  .grid-gallery .col-md-4 a {
  display: block;
  overflow: hidden;
  }
  .grid-gallery .col-md-4 a img {
  transition: all 400ms;
  }
  .grid-gallery .col-md-4 a:hover img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
  }
  .grid-gallery .col-md-4 .center-wrapper {
  background: #000;
  }
  .slide-fullheight {
  background: #000;
  }
  .slide-fullheight .center-inner {
  text-align: center;
  }
  .slide-fullheight .swiper-pagination-bullet { 
  background: rgba(255,255,255,1);
  }
  .slide-fullheight .swiper-pagination-bullet-active {
  background: red;
  }
  .type-head-title {
  display: inline-block;
  width: 100%;
  padding-bottom: 18px;
  font-weight: 600;
  border-bottom: 1px solid #bbb;
  margin-bottom: 25px;
  }
  
  
  /*SECTION SHOW*/
  
  .desktop-0 {
  display: none;
  }
  .desktop-1 {
  display: block;
  }
  
  /*SECTION SHOW*/
  
  #toast-container {
  position: fixed;
  z-index: 999999999999;
  pointer-events: none;
  width: 100%;
  right: 0;
  }
  #toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 30px 30px 30px 80px;
  width: 100%;
  border-radius: 0;
  background-position: 30px center;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #ffffff;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  }
  .toast-top-right {
  top: 0px;
  right: 0px;
  }
  
  .list_menu {
  
  }
  .list_menu h5 {
  font-weight: 600;
  font-size:15px;
  color:#fff;
  }
  .list_menu ul {
  padding:0;
  margin:0;
  }
  .list_menu ul li {
  display: block;
  list-style: none;
  margin:5px 0;
  }
  .list_menu ul li a {
  padding:5px 0;
  font-weight: 400;
  font-size:14px;
  color:#BDBDBD;
  transition: all 400ms;
  }
  .list_menu ul li a:hover {
  color:#fff;
  }
  .t_m_t_0 {
  margin-top:0;
  }
  .t_m_b_0 {
  margin-bottom:0;
  }
  .t_m_b_10 {
	margin-bottom: 10px;
  }
  .btn_download_logo {
  font-size:14px;
  color:#333;
  margin-right: 30px;
  transition: all 400ms;
  }
  .btn_download_logo:hover {
  color:#BF0D3E;
  }
  .btn_download_logo:after {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width:16px;
  height:20px;
  background: url('/frontend/img/download-icon.svg') no-repeat;
  background-size:cover;
  background-position: center;
  margin-left: 10px;
  }
  .btn_border_red {
  font-weight: 600;
  font-size:14px;
  border:1px solid #DF2027;
  border-radius: 0px 8px;
  transition: all 400ms;
  padding:15px 25px;
  display: inline-block;
  }
  .btn_border_red:hover {
  background:#DF2027;
  color:#fff;
  border-radius: 0px;
  }
  
  .btn_border_white {
  display: inline-block;
  font-weight: 600;
  font-size:14px;
  color:#fff;
  padding:15px 25px;
  border:1px solid #FFFFFF;
  border-radius: 0px 8px;
  transition: all 400ms;
  }
  .btn_border_white:hover {
  background:#FFFFFF;
  color:#525252;
  border-radius: 0px;
  }
  
  .btn_download {
  font-weight: 600;
  font-size:14px;
  border:1px solid #DF2027;
  border-radius: 0px 8px;
  transition: all 400ms;
  padding:15px 75px 15px 25px;
  display: inline-block;
  position: relative;
  }
  .btn_download:after {
  content:"";
  width:50px;
  height:100%;
  background-image: url('/frontend/img/download-icon-white.svg');
  background-repeat: no-repeat;
  background-size:18px;
  background-position: center;
  background-color: #BF0D3E;
  position: absolute;
  right:0;
  top:0;
  }
  .btn_download:hover {
  background-color:#BF0D3E;
  color:#fff;
  border-radius: 0px;
  }
  
  .color_black {
  color:#000;
  }
  .color_white {
  color:#fff;
  }
  .color_red {
  color:#BF0D3E;
  }
  .color_grey {
  color:#3E3E3E;
  }
  .color_lightgrey {
  color:#BDBDBD;
  }
  
  .f_weight_bold {
  font-weight: 700;
  }
  .f_weight_500 {
  font-weight: 600;
  }
  .f_weight_400 {
  font-weight: 400;
  }
  .f_weight_300 {
  font-weight: 300;
  }
  .f_weight_100 {
  font-weight: 100;
  }
  
  .f_size_36 {
  font-size:36px;
  line-height: 1.2;
  }
  .f_size_30 {
  font-size:30px;
  line-height: 1.3;
  }
  .f_size_24 {
  font-size:24px;
  line-height: 1.3;
  }
  .f_size_20 {
  font-size:20px;
  }
  .f_size_18 {
  font-size:18px;
  }
  .f_size_16 {
  font-size:16px;
  }
  .f_size_15 {
  font-size:15px;
  }
  .f_size_14 {
  font-size:14px;
  }
  
  .section_flex .container {
  height:100%;
  }
  .section_flex .container-fluid {
  height:100%;
  }
  .section_flex .container_fluid {
  height:100%;
  }
  .section_flex .row {
	height:100%;
  }
 
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
  }
  .home_hava_araci {
  background:url(/uploads/images/1640003423_lentatek-insansiz-sistemler-bg.jpg) no-repeat;
  background-size:cover;
  background-position: center;
  min-height: 460px;
  transition: all 300ms;
  transition-timing-function: ease-out;
  overflow: hidden;
  padding:30px;
  opacity: 0;
  border-bottom:1px solid #282828;
  position: relative;
  }
  .home_hava_araci p {
  line-height: 1.2;
  margin-bottom:0;
  }
  .home_hava_araci p:nth-child(2) {
  transition: all 500ms;
  transition-timing-function: ease-out;
  opacity: 0;
  }
  .home_hava_araci a {
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  text-indent: -9999px;
  }
  .home_hava_araci img {
  position: absolute;
  top: 320px;
  left: -590px;
  transition: all 500ms;
  transition-timing-function: ease-out;
  transition-delay: 200ms;
  }
  .home_cozumler.visible .home_hava_araci {
  opacity: 1;
  }
  .home_cozumler.visible .home_hava_araci p:nth-child(2) {
  opacity: 1;
  }
  .home_cozumler.visible .home_hava_araci img {
  top: 15%;
  left: 15%;
  }
  
  .home_pil_teknolojileri {
  background:url(/uploads/images/1605006183_home-hidrojen-bg.jpg) no-repeat;
  background-size:cover;
  background-position: center;
  min-height: 460px;
  transition: all 300ms;
  transition-timing-function: ease-out;
  overflow: hidden;
  padding:30px;
  opacity: 0;
  border-left:1px solid #282828;
  border-bottom:1px solid #282828;
  position: relative;
  }
  .home_pil_teknolojileri a {
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  text-indent: -9999px;
  }
  .home_pil_teknolojileri p {
  line-height: 1.2;
  margin-bottom: 0;
  }
  .home_pil_teknolojileri p:nth-child(2) {
  transition: all 500ms;
  transition-timing-function: ease-out;
  opacity: 0;
  }
  .home_pil_teknolojileri img {
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translate3d(0,-50%,0) scale(1);
  transition: all 500ms;
  transition-timing-function: ease-out;
  transition-delay: 600ms;
  }
  .home_cozumler.visible .home_pil_teknolojileri {
  opacity: 1;
  }
  .home_cozumler.visible .home_pil_teknolojileri img {
  transform: translate3d(0,-50%,0) scale(1);
  right: 27%;
  }
  .home_cozumler.visible .home_pil_teknolojileri p:nth-child(2) {
  opacity: 1;
  }
  .home_cozumler_2 .col4 {
  min-height: 280px;
  padding:30px;
  position: relative;
  }
  .home_cozumler_2 .col4 a {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent: -9999px;
  }
  .home_kritik {
  background:url(/uploads/images/1637113952_kritik-tesis-ve-sinir-guvenligi.jpg) no-repeat;
  background-size:cover;
  background-position: center;
  min-height: 300px;
  transition: all 300ms;
  transition-timing-function: ease-out;
  overflow: hidden;
  padding:30px;
  opacity: 0;
  }
  
  .home_kritik p:nth-child(2) {
  line-height: 1.1;
  width: calc(100% - 30px);
  bottom: 0;
  opacity: 0;
  transition: all 500ms;
  transition-timing-function: ease-out;
  }
  .home_kritik img {
  position: absolute;
  max-width: 100px;
  right: 15%;
  top: 14%;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition: all 500ms;
  transition-timing-function: ease-out;
  }
  .home_cozumler_2.visible .home_kritik p:nth-child(2) {
  opacity: 1;
  }
  .home_cozumler_2.visible .home_kritik {
  opacity: 1;
  }
  
  .home_goruntuleme {
  background: linear-gradient(0deg, #0A1621 -9.99%, #556579 33.24%, #506073 35.44%, #455465 37.95%, #394859 55.83%, #192A39 88.04%, #001120 100%);
  min-height: 300px;
  padding:30px;
  }
  .home_goruntuleme p:nth-child(2) {
  position: absolute;
  line-height: 1.1;
  width: calc(100% - 30px);
  bottom: 0;
  opacity: 0;
  transition: all 500ms;
  transition-timing-function: ease-out;
  transition-delay: 800ms;
  }
  .home_goruntuleme img {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate3d(50%,0,0);
  opacity: 0;
  transition: all 500ms;
  transition-timing-function: ease-out;
  transition-delay: 800ms;
  }
  
  .home_cozumler_2.visible .home_goruntuleme img {
  transform: translate3d(-50%,0,0);
  opacity: 1;
  }
  .home_cozumler_2.visible .home_goruntuleme p:nth-child(2) {
  opacity: 1;
  }
  .home_saglik {
  background:url(/uploads/images/1637116159_dijital-saglik-teknolojileri.jpg) no-repeat;
  background-size:cover;
  background-position: center;
  min-height: 300px;
  transition: all 300ms;
  transition-timing-function: ease-out;
  overflow: hidden;
  padding:30px;
  opacity: 0;
  border-left:1px solid #282828;
  }
  .home_saglik p:nth-child(2) {
  line-height: 1.1;
  width: calc(100% - 30px);
  bottom: 0;
  opacity: 0;
  transition: all 500ms;
  transition-timing-function: ease-out;
  }
  .home_saglik img {
  position: absolute;
  top: 6%;
  right: 0;
  opacity: 0;
  transition: all 500ms;
  transition-timing-function: ease-out;
  transition-delay: 800ms;
  }
  .home_cozumler_2.visible .home_saglik p:nth-child(2) {
  opacity: 1;
  }
  .home_cozumler_2.visible .home_saglik {
  opacity: 1;
  }
  
  .home_uzay_tek {
  background:url(/uploads/images/1637108772_uzay-teknolojileri-bg.jpg) no-repeat;
  background-size:cover;
  background-position: center;
  min-height: 300px;
  transition: all 300ms;
  transition-timing-function: ease-out;
  overflow: hidden;
  padding:30px;
  opacity:0;
  border-left:1px solid #282828;
  }
  
  .home_uzay_tek p:first-child img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate3d(0, -150%, 0);
  opacity: 0;
  transition: all 500ms;
  transition-timing-function: ease-out;
  }
  .home_cozumler_2.visible .home_uzay_tek p:nth-child(2) {
	opacity: 1;
  }
  .home_cozumler_2.visible .home_uzay_tek {
	opacity: 1;
  }
  /*.home_uzay_tek p:nth-child(2) {
  position: absolute;
  line-height: 1.1;
  width: calc(100% - 30px);
  bottom: 0;
  opacity: 0;
  transition: all 500ms;
  transition-timing-function: ease-out;
  transition-delay: 800ms;
  }
  .home_cozumler_2.visible .home_uzay_tek p:first-child img {
  transform: translate3d(0, -50%, 0);
  opacity: 1;
  }
  .home_cozumler_2.visible .home_uzay_tek p:nth-child(2) {
  opacity: 1;
  }
  
  .home_cozumler_2 .col3:after {
  content:"";
  position: absolute;
  right:0;
  bottom:0;
  width:1px;
  height: 50%;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }*/
  .news_header {
  margin-bottom: 20px;
  }
  .news_header .all_items {
  float: right;
  color:#525252;
  margin-top:6px;
  }
  .news_header .all_items img {
  margin-left:15px;
  }
  
  .news_slider {
  padding-bottom: 50px;
  }
  .news_slider .item_image {
  background-size:cover;
  background-position: center;
  position: absolute;
  width:100%;
  height:100%;
  bottom:0;
  left:0;
  transition:all 400ms;
  opacity: 0;
  border-radius: 4px;
  }
  .news_slider .item_content {
  background: #FAFAFA;
  border-radius: 4px;
  height:280px;
  position: relative;
  }
  .news_slider .item_content a {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  }
  .news_slider .item_content .item_text {
  position: absolute;
  top:0;
  transform: translate3d(0,0,0);
  transition: all 400ms;
  }
  .news_slider .item_content .news_title {
  font-size:20px;
  color:#525252;
  display: block;
  padding: 20px 20px 15px;
  transition:all 400ms;
  }
  .news_slider .item_content .item_date {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  transition:all 400ms;
  }
  .news_slider .item_content:hover .item_image {
  opacity: 1;
  background-blend-mode: multiply;
  background-color:#BF0D3E;
  }
  .news_slider .item_content:hover .news_title {
  color:#fff;
  }
  .news_slider .item_content:hover .item_date {
  color:#fff;
  }
  .news_slider .news_next {
  display: none;
  }
  .news_slider .news_prev {
  display: none;
  }
  .news_slider .news_pagination {
  bottom:0;
  }
  .news_slider .news_pagination .swiper-pagination-bullet {
  width:12px;
  height:12px;
  border:1px solid #BF0D3E;
  opacity: 1;
  background: transparent;
  }
  .news_slider .news_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BF0D3E;
  }
  
  .yetenekler_slider_cont {
  }
  .yetenekler_slider_cont .yetenekler_slider_pagination {}
  .yetenekler_slider_cont .yetenekler_slider_pagination span {
  width:auto;
  height:auto;
  background: transparent;
  border:0;
  opacity: 1;
  padding:5px 10px;
  font-size:14px;
  font-weight: 600;
  position: relative;
  transition: all 400ms;
  }
  .yetenekler_slider_cont .yetenekler_slider_pagination span:after {
  content:"";
  width:0;
  height:3px;
  position: absolute;
  left:50%;
  bottom:0;
  transform: translate3d(-50%,0,0);
  background:#BF0D3E;
  transition: all 400ms;
  }
  .yetenekler_slider_cont .yetenekler_slider_pagination span.swiper-pagination-bullet-active {
  color:#BF0D3E;
  }
  .yetenekler_slider_cont .yetenekler_slider_pagination span.swiper-pagination-bullet-active:after {
  width:100%;
  }
  .yetenekler_slider_cont .yetenekler_slider_pagination span:hover {
  color:#BF0D3E;
  }
  .yetenekler_slider_cont .yetenekler_slider_pagination span:hover:after {
  width:100%;
  }
  .yetenekler_slider {
  padding:0;
  }
  .yetenekler_slider_s {
  background: #3D4954;
  overflow: visible;
  /*height:525px;*/
  }
  .yetenekler_slider_s .swiper-slide {
  padding:0 0 0;
  }
  .yetenekler_slider_s .swiper-slide.tasarim img {
  position: relative;
  top:-50px;
  }
  .yetenekler_slider_s .swiper-slide .container-fluid {
  height: 100%;
  }
  .yetenekler_slider_s .swiper-slide .container-fluid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  }
  .yetenekler_slider_s .swiper-slide .container-fluid .row .slide_text {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  justify-content: center;
  padding-right: 40px;
  }
  .yetenekler_slider_s .swiper-slide .container-fluid .row .slide_img {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  justify-content: center;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 575px;
  }
  ul.list_style_white {
  padding:0;
  margin:0;
  }
  ul.list_style_white li {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size:16px;
  margin-bottom: 20px;
  list-style: none;
  }
  ul.list_style_white li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 6px;
  }
  
  ul.list_style_black {
  padding:0;
  margin:0;
  }
  ul.list_style_black li {
  display: block;
  color:#000;
  font-size:15px;
  margin-bottom: 10px;
  }
  ul.list_style_black li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 6px;
  }
  
  ul.list_style_red {
  padding:0;
  margin:0;
  }
  ul.list_style_red li {
  display: block;
  color:#000;
  font-size:15px;
  margin-bottom: 10px;
  }
  ul.list_style_red li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #BF0D3E;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 6px;
  }
  
  .karayel_urun .container {
  background: url(/uploads/images/1605088469_karayel-bg.jpg) no-repeat;
  background-size:cover;
  background-position: center;
  border-radius: 12px;
  }
  .karayel_urun .col8:first-child img {
  position: relative;
  left:-60px;
  }
  
  .karayel_urun a {
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  text-indent: -9999px;
  }
  
  .new_urun .container {
  background: url(/uploads/images/1639739887_kargi.jpg) no-repeat;
  background-size:cover;
  background-position: center;
  border-radius: 12px;
  min-height: 320px;
  }
  .new_urun .col8 img {
  position: relative;
  top: 20px;
  }
  
  .new_urun a {
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  text-indent: -9999px;
  }
  
  .kargi_g_urun .container {
  background: url(/uploads/images/1627915568_kargi-g-bg.jpg) no-repeat;
  background-size:cover;
  background-position: center;
  border-radius: 12px;
  }
  .kargi_g_urun .col8 img {
  position: relative;
  top: 50px;
  }
  
  .kargi_g_urun a {
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  text-indent: -9999px;
  }
  
  .p_l_15 {
  padding-left:15px;
  }
  .p_r_15 {
  padding-right:15px;  
  }
  .technical_title {
  display: block;
  padding:10px 0;
  border-bottom:1px dashed #75787B;
  text-align: right;
  }
  .technical_title div {
  display: inline-block;
  vertical-align: middle;
  width:225px;
  text-align: center;
  }
  .teknik_tablo_basligi {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  }
  .teknik_tablo_basligi td {
  width:200px;
  }
  .teknik_tablo td {
  width:200px;
  }
  .slider_overflow {
  overflow-x: hidden;
  }
  
  .play_btn {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  }
  .play_btn:after {
  content:"";
  background: url(/frontend/img/play-icon.svg) no-repeat;
  background-size:cover;
  width:80px;
  height: 80px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate3d(-50%,-50%,0);
  }
  .play_btn img {
  width:100%;
  }
  .play_btn.active:after {
  display: none;
  }
  .play_btn iframe{
  height: 100%;
  width: 100%;
  position: absolute;
  }
  
  .gallery_slider {
  text-align:center;
  padding-bottom: 60px;
  }
  .gallery_pagination {
  
  }
  .gallery_pagination span {
  width:8px;
  height:8px;
  border:1px solid #BF0D3E;
  opacity: 1;
  background:transparent;
  }
  .gallery_pagination span.swiper-pagination-bullet-active {
  background: #BF0D3E;
  }
  .gallery_slider .gallery_next {
  display: none;
  }
  .gallery_slider .gallery_prev {
  display: none;
  }
  .full_height {
	height: 100vh;
  }
  
  .page_down {
	position: absolute;
	left:50%;
	transform: translate3d(-50%,0,0);
	bottom:50px;
	cursor: pointer;
  }
  .menu_section {
  position: relative;
  }
  .menu_section .container, .menu_section .container-fluid {
	position: relative;
  }
  .menu_section h1 {
  margin:0;
  }
  .menu_section:before {
  content:"";
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height:50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
  }
  .section_menu {
  position: absolute;
  width:100%;
  bottom:0;
  }
  .section_menu:after {
  content:"";
  position: absolute;
  right:0;
  height:100%;
  width:150px;
  }
  .section_menu .container {
  position: relative;
  border-top:1px solid rgba(255, 255, 255, 0.45);
  }
  .section_menu ul {
  padding:0;
  margin:0;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  border-top:1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  height:60px;
  }
  .section_menu ul:before {
  content:"";
  position: absolute;
  left:-105px;
  height: 100%;
  top:-1px;
  z-index: 2;
  width:106px;
  height:60px;
  background:url(/frontend/img/lentatek-logo.svg) no-repeat;
  background-size:cover;
  background-position: center;
  }
  .section_menu ul:after {
  content:"";
  position: absolute;
  left:-51px;
  top:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 59px 51px;
  border-color: transparent transparent rgba(0,0,0,0.3) transparent;
  }
  .section_menu ul li {
  list-style: none;
  height:100%;
  }
  .section_menu ul li a {
  display: block;
  font-weight: 600;
  font-size:14px;
  color:#fff;
  padding:21px 10px 21px;
  transition: all 400ms;
  }
  .section_menu ul li a:hover {
  background: #BF0D3E;
  }
  .menu_doc_link {
  position: absolute;
  right:15px;
  bottom:0;
  }
  .menu_doc_link a {
  color:#fff;
  padding:13px 13px;
  display: inline-block;
  transition: all 400ms;
  height: 60px;
  line-height: 30px;
  }
  .menu_doc_link a:hover {
  background: #BF0D3E;
  }
  .menu_doc_link a img {
  margin-right:10px;
  }
  
  .menu_white .section_menu {
  height: 75px;
  }
  .menu_white .section_menu .col-md-12 {
  overflow: hidden;
  }
  .menu_white .section_menu ul {
  border:0;
  position: absolute;
  bottom: 0;
  width: 100%;
  }
  .menu_white .section_menu ul:before {
  display: none;
  }
  .menu_white .section_menu ul:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 75px;
  right: -3%;
  bottom: 0;
  transform: skew(-45deg);
  }
  .bg_lacivert {
  background: rgb(3,27,71);
  background: -moz-linear-gradient(45deg, rgba(3,27,71,1) 0%, rgba(29,184,204,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(3,27,71,1) 0%, rgba(29,184,204,1) 100%);
  background: linear-gradient(45deg, rgba(3,27,71,1) 0%, rgba(29,184,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#031b47",endColorstr="#1db8cc",GradientType=1);
  }
  
  .product_slider_c {
  padding-bottom: 60px;
  }
  /*
  .product_slider_c.count_3 {
  max-width: calc(295px * 3);
  }
  .product_slider_c.count_2 {
  max-width: calc(295px * 2);
  }
  .product_slider_c.count_1 {
  max-width: 280px;
  }
  .product_slider_c .swiper-slide {
  max-width: 280px;
  }*/
  .product_slider_c .item_content {
  position: relative;
  min-height: 350px;
  padding:30px;
  border-radius: 10px;
  background-size:cover;
  background-position: center;
  border: 1px solid #BDBDBD;
  overflow: hidden;
  transition: all 400ms;
  }
  .product_slider_c .item_content.bg_black:before {
  content:"";
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  transition: all 400ms;
  }
  .product_slider_c .item_content.bg_black .product_title {
  position: relative;
  z-index: 2;
  }
  .product_slider_c .item_content.bg_black a {
  z-index: 2;
  }
  .product_slider_c .item_content a {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition: all 400ms;
  }
  .product_slider_c .item_content h3 {
  font-weight: 600;
  font-size:20px;
  margin:0;
  color:#525252;
  line-height: 1.3;
  }
  .product_slider_c .item_content h3.color_white {
  color: #fff;
  }
  .product_slider_c .item_content.bg_black:hover:before {
  height: 0;
  }
  .product_slider_c .item_content:hover {
  -moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
  box-shadow:         inset 0 0 10px rgba(0,0,0,0.3);
  }
  
  
  .product_pagination_c span {
  width:8px;
  height:8px;
  border:1px solid #BF0D3E;
  opacity: 1;
  background:transparent;
  }
  .product_pagination_c span.swiper-pagination-bullet-active {
  background: #BF0D3E;
  }
  .product_pagination_c .product_next_c {
  display: none;
  }
  .product_pagination_c .product_prev_c {
  display: none;
  }
  .egik_section {
  overflow: hidden;
  transform: skew(-10deg, -10deg);
  position: relative;
  left: -5%;
  width: 110%;
  }
  .egik_section .container {
  transform: skew(10deg, 10deg);
  }
  .egik_section .container-fluid {
  transform: skew(10deg, 10deg); 
  }
  .content_wrapper.overhidden {
  overflow-x: hidden;
  }
  .type_product .product_c_title {
  font-size:20px;
  color:#525252;
  text-align: center;
  margin-bottom: 30px;
  }
  .type_product .product_c_title span {
  padding-top:30px;
  border-top:1px solid #BF0D3E;
  }
  
  .hava_araci {
  
  }
  .hava_araci .row {
	position: relative;
  }
  .hava_araci img {
  position: absolute;
  top: 0;
  transform: translate3d(140%, 0%, 0);
  transition: all 400ms;
  }
  .hava_araci.visible img {
  transform: translate3d(15%, 90%, 0);
  transition: all 700ms;
  }
  
  .pagebreak {
  font-weight: 600;
  font-size:14px;
  border:1px solid #BF0D3E;
  border-radius: 0px 8px;
  transition: all 400ms;
  padding:15px 25px;
  display: inline-block;
  cursor: pointer;
  }
  .pagebreak:hover {
  background:#BF0D3E;
  border-radius: 0px
  color:#fff;
  }
  
  .timeline_slider {
  height:750px;
  max-width: 2000px;
  }
  .timeline_slider>.container {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 2;
  }
  .timeline_slider>.container h2 {
  color:#fff;
  position: relative;
  z-index: 9;
  top:30px;
  }
  .timeline_slider .parallax-bg {
  position: absolute;
  left:0;
  top:0;
  width:2720px;
  background-size:contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  bottom: 0;
  top: auto;
  transform: translate3d(-5%,0,0);
  }
  .timeline_slider .timeline_bg_c img {
  position: relative;
  }
  .timeline_slider .timeline_bg_c.timeline_bg_1 img {
  top:110px;
  }
  .timeline_slider .timeline_bg_c.timeline_bg_2 img {
  top:90px;
  }
  .timeline_slider .timeline_bg_c.timeline_bg_3 img {
  top:110px;
  }
  .timeline_slider .timeline_bg_c.timeline_bg_4 img {
  top:100px;
  }
  .timeline_slider .timeline_bg_c.timeline_bg_5 img {
  top:60px;
  left:10%;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.timeline_pagination {
  bottom:50px;
  left:10%;
  }

  .swiper-horizontal > .swiper-pagination-bullets.timeline_pagination, .swiper-pagination-bullets.swiper-pagination-horizontal.timeline_pagination, .swiper-pagination-custom, .swiper-pagination-fraction.timeline_pagination {
	bottom:50px;
  	left:10%;
  }
  .timeline_pagination {
  position: absolute;
  bottom: 50px;
  left: 10%;
  height: 82px;
  z-index: 9;
  }
  .timeline_pagination>span {
  width:62px;
  height:62px;
  background: transparent;
  border:1px dashed #fff;
  opacity: 1;
  margin:0 15px !important;
  font-size:18px;
  color:#f2f2f2;
  line-height: 82px;
  text-align: center;
  position: relative;
  top:50%;
  transform: translate3d(0,-50%,0);
  transition: all 400ms;
  }
  .timeline_pagination>span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 30px;
  border-top: 1px dashed #fff;
  opacity: 1;
  }
  .timeline_pagination>span:last-child:after {
  display: none;
  }
  .timeline_pagination>span:hover {
  width:82px;
  height:82px;
  line-height: 82px;
  }
  .timeline_pagination>span>span {
  display: block;
  position: relative;
  top:-17%;
  transition: all 400ms;
  }
  .timeline_pagination>span:hover>span {
  top:0%;
  }
  .timeline_pagination>span:before {
  content:"";
  position: absolute;
  width:73px;
  height:73px;
  background: #BF0D3E;
  border-radius: 50%;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 400ms;
  }
  .timeline_pagination>span:hover:before {
  opacity: .75;
  }
  .timeline_pagination>span.swiper-pagination-bullet-active {
  width:82px;
  height:82px;
  line-height: 82px;
  }
  .timeline_pagination>span.swiper-pagination-bullet-active>span {
  top:0%;
  }
  .timeline_pagination>span.swiper-pagination-bullet-active:before {
  opacity: .75;
  }
  /*
  .timeline_slider .timeline_bg {
  background-image: url(/frontend/img/timeline/gokyuzu1-1.jpg);
  }
  .timeline_slider .timeline_bg_1 {
  background-image: url(/frontend/img/timeline/gokyuzu2-1.png);
  }
  .timeline_slider .timeline_bg_2 {
  background-image: url(/frontend/img/timeline/gokyuzu3-1.png);
  }
  .timeline_slider .timeline_bg_3 {
  background-image: url(/frontend/img/timeline/gokyuzu4-1.png);
  }
  .timeline_slider .timeline_bg_4 {
  background-image: url(/frontend/img/timeline/gokyuzu5-1.png);
  }
  .timeline_slider .timeline_bg_5 {
  background-image: url(/frontend/img/timeline/gokyuzu6-1.png);
  }*/
  .timeline_slider .slide_img {
  position: absolute;
  top:40%;
  left:5%;
  transform: translate3d(0,-50%,0);
  transition: all 800ms;
  transition-delay:200ms;
  }
  .timeline_slider .swiper-slide .container {
  position: relative;
  height: 100%;
  }
  .timeline_slider .slider_text {
  background: rgba(191,13,62,.75);
  max-width:580px;
  width:100%;
  padding:30px;
  position: absolute;
  right: 0%;
  top: 40%;
  transform: translate3d(0, -50%, 0);
  border-radius: 10px;
  }
  
  .timeline_slider .swiper-slide.left .slide_img {
  transform: translate3d(-100%, -50%, 0);
  }
  .timeline_slider .swiper-slide.swiper-slide-active.left .slide_img {
  transform: translate3d(-25%, -50%, 0);
  opacity: 1;
  }
  
  .timeline_slider .swiper-slide.left_top .slide_img {
  transform: translate3d(-100%, -100%, 0);
  }
  .timeline_slider .swiper-slide.left_top.karayelu .slide_img {
  transform: translate3d(-60%, -70%, 0);
  }
  .timeline_slider .swiper-slide.left_top.bora_slide .slide_img {
  transform: translate3d(-230%, -330%, 0);
  }
  .timeline_slider .swiper-slide.swiper-slide-active.left_top .slide_img {
  transform: translate3d(-25%, -50%, 0);
  }
  .timeline_slider .swiper-slide.swiper-slide-active.left_top.left_top.karayelu .slide_img {
  transform: translate3d(-25%, -50%, 0);
  }
  .timeline_slider .swiper-slide.swiper-slide-next.left_top.bora_slide .slide_img {
  transition: all 0ms;
  transition-delay: 500ms;
  }
  .timeline_slider .swiper-slide.swiper-slide-active.left_top.bora_slide .slide_img {
  transform: translate3d(-25%, -50%, 0);
  }
  .timeline_slider .swiper-slide.right .slide_img {
  transform: translate3d(100%, -50%, 0);
  }
  .timeline_slider .swiper-slide.swiper-slide-active.right .slide_img {
  transform: translate3d(0%, -50%, 0);
  opacity: 1;
  }
  
  .timeline_slider .swiper-slide.right_top .slide_img {
  transform: translate3d(100%, -100%, 0);
  }
  .timeline_slider .swiper-slide.swiper-slide-active.right_top .slide_img {
  transform: translate3d(-20%, -50%, 0);
  opacity: 1;
  }
  
  .timeline_slider .swiper-slide.right_bottom .slide_img {
  transform: translate3d(100%, 100%, 0);
  }
  .timeline_slider .swiper-slide.swiper-slide-active.right_bottom .slide_img {
  transform: translate3d(0%, -50%, 0);
  opacity: 1;
  }
  
  .timeline_slider .swiper-slide.right_top.karayelsu .slide_img {
  transform: translate3d(70%, -140%, 0);
  }
  .timeline_slider .swiper-slide.swiper-slide-active.right_top.karayelsu .slide_img {
  transform: translate3d(-30%, -70%, 0);
  opacity: 1;
  }
  
  .timeline_slider .swiper-slide.top .slide_img {
  transform: translate3d(-40%, -150%, 0);
  }
  .timeline_slider .swiper-slide.swiper-slide-active.top .slide_img {
  transform: translate3d(-20%, -50%, 0);
  opacity: 1;
  }
  
  .news_cont {}
  .news_cont ul {
  padding:0;
  margin:0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
  .news_cont ul li {
  flex-direction:column;
  max-width: 395px;
  width: 100%;
  list-style: none;
  min-height: 410px;
  }
  .news_cont ul li a {
  display: block;
  padding: 30px 40px 30px;
  transition: all 400ms;
  height: 100%;
  }
  .news_cont ul li a span.item_title {
  font-size:18px;
  color:#525252;
  display: block;
  margin-bottom: 15px;
  line-height: 1.3;
  }
  .news_cont ul li a span.item_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 172px;
  margin-bottom: 15px;
  }
  .news_cont ul li a span.item_date {
  display: block;
  font-size:13px;
  color:#525252;
  margin-bottom: 15px;
  }
  .news_cont ul li a div.item_excerpt {
  font-size:15px;
  color:#525252;
  }
  
  .news_cont ul li a:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  }
  
  .pagination_cont {
  display: block;
  margin-top:15px;
  }
  .pagination_cont ul {
  padding: 0;
  margin: 0;
  }
  .pagination_cont ul li {
  display: inline-block;
  vertical-align: middle;
  max-width: inherit;
  width: auto;
  }
  .pagination_cont ul li a {
  font-size:18px;
  color:#BF0D3E;
  padding:0 5px;
  }
  .pagination_cont ul li a img {
  margin-top:-5px;
  }
  
  .video_cont {
  }
  .video_cont ul {
  padding:0;
  margin:0 -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
  .video_cont ul li {
  flex-direction:column;
  max-width: 383px;
  width: 100%;
  list-style: none;
  margin:30px 10px;
  }
  .video_cont ul li a {
  display: block;
  position: relative;
  }
  .video_cont ul li a span.item_img {
  height: 220px;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  display: block;
  position: relative;
  }
  .video_cont ul li a span.item_img:after {
  content:"";
  position: absolute;
  left:50%;
  top:50%;
  transform: translate3d(-50%,-50%,0);
  width:53px;
  height: 53px;
  background: url('/frontend/img/play-btn.svg') no-repeat;
  background-size:cover;
  background-position: center;
  }
  .video_cont ul li a span.item_title {
  color:#525252;
  font-size:18px;
  margin-top:5px;
  display: block;
  }
  
  .image_front {
  justify-content:flex-start !important;
  }
  .image_front img {
  position: relative;
  z-index: 2;
  max-height: 350px;
  }
  .modal {
  display: block;
  position: fixed;
  top:0;
  left:0;
  }
  .modal .modal_body {
  position: absolute;
  top:50%;
  left:50%;
  width:800px;
  height:600px;
  transform: translate3d(-50%,-50%,0);
  z-index: 99;
  }
  .modal .modal_overlay {
  position: absolute;
  left:0;
  top:0;
  width:100%;
  z-index: 98;
  height:100%;
  background: rgba(0,0,0,0.8);
  }
  .modal .modal_close {
  position: absolute;
  width: 30px;
  height: 30px;
  right:30px;
  top:30px;
  z-index: 98;
  background: url('/frontend/img/close-icon.svg') no-repeat;
  background-size:cover;
  background-position: center;
  cursor: pointer;
  }
  #news_info {
  padding-top:50px;
  }
  #news_info .back_media {
  display: block;
  font-size:16px;
  color:#75787B;
  }
  #news_info .back_media:before {
  content:"";
  display: inline-block;
  background: url('/frontend/img/back-btn.svg') no-repeat;
  background-size:cover;
  background-position: center;
  width:8px;
  height:15px;
  margin-right:10px;
  position: relative;
  top: 2px;
  }
  #news_info h1 {
  color:#333333;
  display: inline-block;
  max-width: calc(100% - 170px);
  width: 100%;
  }
  #news_info .news_date {
  font-size:20px;
  color:#333;
  width:165px;
  display: inline-block;
  text-align: right;
  }
  #news_info .col9 {
  padding-right: 50px;
  }
  
  .share_news {
  display: block;
  }
  .share_news span {
  display: block;
  font-size:16px;
  color:#333;
  }
  .share_news a {
  display: inline-block;
  vertical-align: middle;
  margin-right:15px;
  }
  
  .type_news .news_header {
  position: relative;
  margin-top:50px;
  }
  .type_news .news_header span {
  font-size:16px;
  color:#333;
  }
  .type_news .news_header .news_prev {
  background: url('/frontend/img/prev-icon.svg') no-repeat;
  background-size:cover;
  background-position: center;
  width: 8px;
  height: 15px;
  left: auto;
  right: 30px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  margin-top:0;
  }
  .type_news .news_header .news_next {
  background: url('/frontend/img/next-icon.svg') no-repeat;
  background-size:cover;
  background-position: center;
  width: 8px;
  height: 15px;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  margin-top:0;
  }
  .type_news .news_header .seperator {
  width:1px;
  height: 100%;
  background: #e0e0e0;
  position: absolute;
  right:19px;
  top:0;
  }
  .type_news .news_slider .item_image {
  position: relative;
  top:0;
  left:0;
  width: 100%;
  height: 170px;
  opacity: 1;
  }
  .type_news .news_slider .item_text {
  position: relative;
  top:0;
  left:0;
  }
  .type_news .news_slider .item_content .item_date {
  padding-right: 0;
  padding-left: 0;
  font-size:13px;
  margin:15px 0;
  }
  .type_news .news_slider .item_content:hover .item_date {
  color:#525252;
  }
  .type_news .news_slider .item_content .news_title {
  font-size:15px;
  color:#525252;
  }
  .type_news .news_slider .item_content:hover .news_title {
  color:#525252;
  }
  .type_news .news_slider .item_content .news_title {
  padding: 0 0 0;
  }
  .type_news .news_slider .item_content {
  background: transparent;
  height: auto;
  }
  .p_m_b_0 {
  margin-bottom: 0;
  }
  .pair-2414 .image_front img {
  top: 50%;
  transform: translate3d(0, -20%, 0);
  }
  
  .section_document {
  display: none;
  }
  
  .biometrik_guvenlik .image_front img {
  max-height: inherit;
  }
  .yenilikci_saglik_teknolojileri .image_front img {
  max-height: inherit;
  }
  
  #search_subform {
  max-width: 50%;
  margin: 0 auto 40px;
  }
  
  #search_subform .form_group {
  position: relative;
  }
  #search_subform input {
  background: transparent;
  color:#fff;
  border: 0;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
  }

  #search_subform input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
  }
  
  #search_subform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
  }
  
  #search_subform input::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
  }
  
  #search_subform button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  border: 0;
  }
  #search_subform button:hover {
  background: #efefef;
  border: 1px solid #efefef; 
  }
  
  .search-item {
  border-bottom: 1px solid #000;
  padding: 20px;
  background: #f2f2f2;
  transition: all 300ms;
  top:0;
  }
  
  .search-item + .search-item {
  margin-top: 20px;
  }
  
  .search-item h4 {
  color: #000;
  }
  
  #search-list .search-item:hover {
  top:-10px;
  transition: all 300ms;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border:0;
  background: transparent;
  box-shadow: none;
  }
  .tab_menu {
  background: #dedede;
  text-align: center;
  }
  .tab_menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  border-bottom: 0;
  vertical-align: top;
  }
  .tab_menu ul li {
  display: inline-block;
  vertical-align: middle;
  }
  .tab_menu ul li button {
  color: #4C5B68;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 10px;
  display: block;
  cursor: pointer;
  position: relative;
  border:0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background:transparent !important;
  }
  .tab_menu ul li button:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%,0,0);
  background: #BF0D3E;
  width: 0%;
  height: 2px;
  transition: all 400ms;
  }
  .tab_menu ul li button:hover {
	background-color:#eeeeee !important;
	color: #4C5B68;
  }
  .tab_menu ul li button:hover:after {
  width: 100%;
  }
  .tab_menu ul li button.active {
  color:#BF0D3E !important;
  }
  .tab_menu ul li button.active:after {
  width:100%;
  }
  
  
  #search_section .tab-content {
  padding:15px 0;
  }
  #search_section .tab-content ul {
  display: block;
  margin:0;
  padding:0; 
  }
  #search_section .tab-content ul li {
  display: block;
  margin:10px 0;
  }
  #search_section .tab-content ul li a {
  display: block;
  padding:15px 10px;
  border-bottom:1px solid #BF0D3E;
  color:#BF0D3E;
  transition: all 400ms;
  }
  #search_section .tab-content ul li a:hover {
  background: #BF0D3E;
  color:#fff;
  }
  .hidrojen_bg .col6 {
  height: 100%;
  }
  .biometrik_guvenlik .col5 {
  height: 100%;
  }
  .ileri_goruntuleme_sec .col5 {
  height: 100%;
  }
  .yenilikci_saglik_teknolojileri .col4 {
  height: 100%;
  }
  .uzay_tek_sec .col4 {
  height: 100%;
  }
  .uzay_tek_sec .image_front {
  position: static;
  }
  .uzay_tek_sec .image_front img {
  position: absolute;
  float: none;
  top: 0;
  max-width: 70%;
  right: 0;
  }
  
  #mobile_menu_btn {
  display: none;
  }
  .karayelsu_sec h1 {
  padding-bottom: 80px;
  }
  .title_bottom h1 {
  padding-bottom: 50px;
  }
  .category_widget_title {
  font-size:24px;
  font-weight: 600;
  color:#BF0D3E;
  text-align: center;
  margin-top:50px;
  margin-bottom: 30px;
  }
  .category_tabs {
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 40px;
  }
  .category_tabs ul {
  padding:0;
  margin:0;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .category_tabs ul li {
  list-style: none;
  min-width: 160px;
  }
  .category_tabs ul li.active {}
  .category_tabs ul li a {
  font-size:14px;
  font-weight: 400;
  color:#7C7C7C;
  padding: 10px 15px;
  display: block;
  position: relative;
  text-align: center;
  }
  .category_tabs ul li a img {
	display: block;
	margin: 0 auto 10px;
	max-width: 48px;
  }
  .category_tabs ul li a:after {
  content:"";
  position: absolute;
  bottom:-2px;
  left: 50%;
  transform:translate3d(-50%,0,0);
  height:3px;
  width:0;
  border-radius: 2px;
  background: #BF0D3E;
  transition: all 400ms;
  }
  .category_tabs ul li a:hover, .category_tabs ul li a:focus {
  text-decoration: none;
  }
  .category_tabs ul li.active a:after {
  width:100%;
  }
  .category_tab_contents {}
  .category_tab_contents .tab_content {
  display: none;
  transition: all 400ms;
  opacity: 0;
  }
  .category_tab_contents .tab_content.active {
  display: block;
  opacity: 1;
  }
  
  .category_tab_contents .tab_content .category_contents {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 400ms;
	flex-wrap: wrap;
  }
  .category_tab_contents .tab_content .category_contents a {
  max-width: 276px;
  height: 276px;
  width:100%;
  margin-left:12px;
  margin-right:12px;
  margin-bottom:24px;
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  }
  .category_tab_contents .tab_content .category_contents a .category_item_title {
  background: rgba(5, 6, 15, .5);
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  transition: all 400ms;
  height:70px;
  }
  .category_tab_contents .tab_content .category_contents a .category_item_title span {
  font-size:16px;
  color:#fff;
  }
  .category_tab_contents .tab_content .category_contents a:hover .category_item_title {
  height:100%;
  }
  .teknik_tablo_w td {
  color:#fff;
  }
  .teknik_tablo_w td p {
  color:#fff;
  }
  
  .teknik_tablo_w tr {
	border-bottom:1px dashed #fff;
  }
  
  .modal_project {
	  position:fixed;
	  top:0;
	  width:100%;
	  height:100%;
	  left:0;
	  z-index: 10000;
	  opacity: 0;
	  transition: all 400ms;
  }
  .modal_project .modal_content {
	  max-width:1400px;
	  max-height:620px;
	width:100%;
	height:100%;
	  position: absolute;
	  left:50%;
	  top:50%;
	  transform: translate3d(-50%,-50%,0);
	  background:#fff;
	  z-index: 2;
	  padding:40px;
	border-radius: 10px;
  }
  .modal_project .modal_content .modal_header {
	  position: relative;
	  margin-bottom: 25px;
  }
  .modal_project .modal_content .modal_header .prev_project {
	  display: inline-block;
	  vertical-align: middle;
	  cursor: pointer;
  }
  .modal_project .modal_content .modal_header .prev_project:hover svg {
  }
  .modal_project .modal_content .modal_header .prev_project:hover svg path {
	fill:#fff;
  }
  .modal_project .modal_content .modal_header .prev_project:hover svg path:first-child {
	fill:#75787B;
  }
  .modal_project .modal_content .modal_header .prev_project.disabled {
	  display: none;
  }
  .modal_project .modal_content .modal_header .next_project {
	  display: inline-block;
	  vertical-align: middle;
	  margin-left:-1px;
	  cursor: pointer;
  }
  .modal_project .modal_content .modal_header .next_project:hover svg {
  }
  .modal_project .modal_content .modal_header .next_project:hover svg path {
	fill:#fff;
  }
  .modal_project .modal_content .modal_header .next_project:hover svg path:first-child {
	fill:#75787B;
  }
  .modal_project .modal_content .modal_header .next_project.disabled {
	  display: none;
  }
  .modal_project .modal_content .modal_header h2 {
	  display: inline-block;
	  vertical-align: middle;
	  margin:0 0 0 15px;
	  line-height: 1;
  }
  .modal_project .modal_content .modal_body {
	  height:calc(632px - 140px);
	overflow-x: hidden;
	overflow-y:auto;
  }
  .modal_project .modal_content .modal_body .content_wrapper {
	  margin-top:0;
	  height:100%;
  }
  .modal_project .modal_content .modal_body section {
	  height:100%;
  }
  .modal_project .modal_content .modal_body section h2 {
	font-weight: 600;
  }
  .modal_project .modal_content .modal_body .container-fluid {
	  height:100%;
  }
  .modal_project .modal_content .modal_body .container {
	  height:100%;
	max-width: 100%;
	padding:0 5px;
  }
  .modal_project .modal_content .modal_body .row {
	  height:100%;
  }
  .modal_project .modal_content .modal_body .col8 {
	  height:100%;
	  padding-left:0;
  }
  .modal_project .modal_content .modal_body .col6 img {
	border-radius: 10px;
  }
  .modal_project .modal_content .modal_body .col8 .swiper-container {
  }
  .modal_project .modal_content .modal_body .col8 .swiper-slide {
	  background-size:contain;
	  background-position: top;
  }
  .modal_project .modal_content .modal_body .swiper-pagination {
	  display: none;
  }
  .modal_project .modal_content .modal_body .slide-normal-next {
	background-image:url(/frontend/img/arrow-right-white.svg);
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
	width: 40px;
	height:40px;
	background-color: rgba(0,0,0,.4);
	top: auto;
	bottom: 0;
	left: 45px;
	  
  }
  .modal_project .modal_content .modal_body .slide-normal-prev {
	background-image:url(/frontend/img/arrow-left-white.svg);
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
	width: 40px;
	height:40px;
	background-color: rgba(0,0,0,.4);
	top: auto;
	bottom: 0;
	left: 0;
  }
  
  .modal_project .modal_content .modal_close {
	  position: absolute;
	  right:0;
	  top:0;
	  cursor:pointer;
  }
  .modal_project .modal_content .modal_close:hover svg rect {
	fill:#BF0D3E;
  }
  .modal_project .modal_content .modal_close:hover svg path {
	  stroke:#fff;
  }
  .modal_project .modal_overlay {
	  position:absolute;
	  top:0;
	  left:0;
	  width:100%;
	  height:100%;
	  background:rgba(0,0,0,0.5);
  }
  .text_letter {
	letter-spacing: 8px;
  }
  .b_header_bg_1 .content_wrapper {
	margin-top:0;
  }
  header.header_bg_1 {
	background: transparent;
	box-shadow: none;
  }
  
  header.header_bg_1 .navbar .navbar-nav li a {
	color:#fff;
  }
  
  header.header_bg_1 .second_nav li a {
	color:#fff;
  }
  
  header.header_bg_1.bg_header {
	background: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  }
  header.header_bg_1.bg_header .navbar .navbar-nav li a {
	color:#2B2F3A;
  }
  header.header_bg_1.bg_header .second_nav li a {
	color:#2B2F3A;
  }
  header.hovered {
	background: #fff;
  }
  header.hovered .navbar #logo svg path {
	fill: #7C7C7C;
  }
  header.hovered .navbar #logo svg path[fill-rule="evenodd"] {
	fill: #BF0D3E;
  }
  header.hovered .navbar .navbar-nav li a {
	color: #2B2F3A;
  }
  header.hovered .second_nav li a {
	color: #2B2F3A;
  }
  header.hovered .second_nav li.search a svg path {
	fill: #BF0D3E;
  }
  .product_header {
	position: relative;
  }
  .product_next_c {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: 0;
	transform: translate3d(0, -50%, 0);
	background: transparent;
	width: auto;
	height: auto;
  }
  .product_prev_c {
	position: absolute;
	right: 40px;
	left: auto;
	top: 50%;
	margin-top: 0;
	transform: translate3d(0, -50%, 0);
	background: transparent;
	width: auto;
	height: auto;
  }
  .category_row_list {
  
  }
  .category_row_list .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	min-height: 320px;
	margin-bottom: 20px;
	position: relative;
  }
  .category_row_list .item.item_pos_left {
	justify-content: flex-start;
  }
  .category_row_list .item.item_pos_right {
	justify-content: flex-end;
  }
  .category_row_list .item>.item_bg {
	background-size:cover;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius: 10px;
  }
  .category_row_list .item>.item_content .item_bg_color {
	display: none;
  }
  .category_row_list .item>.item_content {
	max-width: 50%;
	padding-left:40px;
	padding-right:80px;
	position: relative;
	background-color:transparent !important;
  }
  .category_row_list .item>.item_content h2 {
	font-size:24px;
	font-weight: 600;
	margin-top:0;
	margin-bottom:10px;
  }
  .bg_to_container .container {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
  }
  .v_top td {
	vertical-align: top;
  }
  .parallax_bg {
	background-attachment: fixed;
  }
  #section_404 {
	height:calc(100vh - 100px);
	text-align: center;
  }
  #section_404 h1 {
	color: #2B2F3A;
  }
  .bg_header svg path {
	fill:#7C7C7C;
  }
  .bg_header svg path:first-child {
	fill:#BF0D3E;
  }
  .timeline_slider .info_btn {
	display: none;
  }
  .section_home_animation {
	height:100vh;
  }
  .lentatek_light {
	position: absolute;
	right: -310px;
	top: 0;
	opacity: 0;
  }
  .section_home_animation {
  }
  .section_home_animation .container {
	height:100%;
  }
  .section_home_animation .container .row {
	height:100%;
  }
  .section_home_animation p {
	opacity: 0;
  }
  .lcc-button {
	border:1px solid #bf0d3e;
	background: #bf0d3e;
  }
  .pair-2407 body {
	background: #181a20;
  }
  .pair-2407 canvas {
	background: #000;
  }
  footer .desktop_hide {
	display: none;
  }
  .karayel_urun .row {
	position: relative;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	display: none;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	display: none;
  }
  .cookie_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	transition: all 400ms;
	}
	.cookie_modal .cookie_close {
		position: absolute;
		right: 35px;
		top: 35px;
		display: none;
		cursor: pointer;
	}
	.cookie_modal .cookie_close.active {
		display: block;
	}
	.cookie_modal .modal_body {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 40px;
		z-index: 2;
		background: #fff;
	}
	.cookie_modal .modal_overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
	}
	.cookie_modal .modal_body button {
		padding: 10px 20px;
		border: 0;
		box-shadow: none;
		font-size: 14px;
	}
	.cookie_modal .modal_body button:first-child {
		margin-right: 10px;
	}
	.cookie_modal .modal_body .cookie_settings {
		max-height: 0;
		transition: all 400ms;
		overflow: hidden;
	}
	.cookie_modal .modal_body .cookie_settings .form-group {
		margin-bottom: 30px;
	}
	.cookie_modal .modal_body .cookie_settings label {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.cookie_modal .modal_body .cookie_settings label input {
		
	}
	.cookie_modal .modal_body .cookie_settings label span {
		position: static;
		margin-left: 10px;
	}
	.cookie_modal .modal_body .cookie_settings.active {
		max-height: 1000px;
	}
	.cookie_modal .modal_body .cookie_accept {
		margin-left: 10px;
		background: #000;
		color: #fff;
	}
	.cookie_modal .modal_body .cookie_actions {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.cookie_modal.hidden {
		opacity: 0;
		display: none;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		border: 0;
		background: transparent;
		box-shadow: none;
	}
  @media screen and (max-width: 1440px) {
	.pair-2414 .image_front img {
	  transform: translate3d(0, 5%, 0);
	}
	.home_cozumler_2.visible .home_uzay_tek p:first-child img {
	  transform: translate3d(0, -70%, 0);
	}
	.hava_araci.visible img {
	  transform: translate3d(15%, 60%, 0);
	}
	.timeline_slider {
	  height:750px;
	}
	.timeline_slider .swiper-slide.right_top .slide_img {
	  transform: translate3d(80%, -100%, 0);
	}
	.timeline_slider .swiper-slide.top .slide_img {
	  transform: translate3d(-22%, -150%, 0);
	}
  }
  
  @media screen and (max-width: 1024px) {
	.tablet-0 {
	  display: none;
	}
	.tablet-1 {
	  display:block;
	}
	.image-gallery-isotope .grid-item {
	  height:146px;
	}
	.image-gallery-isotope .grid-item--width2 {
	  height:300px;
	}
	.menu_white .section_menu ul:after {
	  display: none;
	}
	.yetenekler_slider_s {
	  height:405px;
	}
	.home_uzay_tek p:nth-child(2) {
	  font-size:16px;
	}
	.home_kritik p:nth-child(2) {
	  font-size:16px;
	}
	.home_saglik p:nth-child(2) {
	  font-size:16px;
	}
	.home_goruntuleme p:nth-child(2) {
	  font-size:16px;
	}
	.news_slider .item_image {
	  opacity: 1;
	  background-blend-mode: multiply;
	  background-color: #BF0D3E;
	}
	.news_slider .item_content .news_title {
	  color:#fff;
	}
	.news_slider .item_content .item_date {
	  color:#fff;
	}
	header .navbar .navbar-nav li .mega_container ul li {
	  max-width: 120px;
	}
	.karayel_urun .col8:first-child img {
	  left:0;
	}
	.timeline_slider .slider_text {
	  max-width: 400px;
	  right: 3%;
	}
	.timeline_slider .slider_text p.f_size_30 {
	  font-size:24px;
	}
	.timeline_slider .slide_img {
	  max-width: 60%;
	}
	.timeline_slider .swiper-slide.top .slide_img {
	  transform: translate3d(-12%, -150%, 0);
	}
	.timeline_slider .swiper-slide.swiper-slide-active.top .slide_img {
	  transform: translate3d(-10%, -50%, 0);
	}
	.timeline_slider .swiper-slide.swiper-slide-active.left_top.bora_slide .slide_img {
	  transform: translate3d(-5%, -50%, 0);
	}
	.timeline_slider .swiper-slide.right_top .slide_img {
	  transform: translate3d(60%, -100%, 0);
	}
	.timeline_slider .swiper-slide.swiper-slide-active.right_top.karayelsu .slide_img {
	  transform: translate3d(-5%, -70%, 0);
	}
	.timeline_slider .swiper-slide.right .slide_img {
	  transform: translate3d(90%, -50%, 0);
	}
	.type_product .menu_section h1 {
	  padding-bottom: 55px;
	}
	.btn_download {
	  min-width: 280px;
	}
	.news_cont ul li {
	  max-width: 330px;
	}
	.video_cont ul li {
	  max-width: 310px;
	}
	.video_cont ul li a span.item_img {
	  height: 180px;
	}
	.contained_right {
	  opacity: 1;
	}
	.contained_left {
	  opacity: 1;
	}
  }
  
  @media screen and (max-width: 991px) {
    #mobile_menu_btn {
      display: inline-block;
      width: 40px;
      height: 40px;
      position: relative;
      transition: all 400ms;
      z-index: 2;
      top:1px;
      border:0 !important;
      box-shadow: none !important;
    }
    #mobile_menu_btn span {
      width: 30px;
      height: 2px;
      position: absolute;
      background: #BF0D3E;
      left: 50%;
      transition: all 400ms;
      transform: translateX(-50%);
    }
    #mobile_menu_btn span:first-child {
      top:13px;
    }
    #mobile_menu_btn span:last-child {
      top:21px;
    }
    #mobile_menu_btn[aria-expanded="true"] span:first-child {
      transform: translateY(-50%) translateX(-50%) rotate(45deg);
      top: 50%;
    }
    #mobile_menu_btn[aria-expanded="true"] span:last-child {
      transform: translateY(-50%) translateX(-50%) rotate(-45deg);
      top: 50%;
    }
    .navbar-collapse {
      position: fixed;
      right: 0;
      top: 0;
      left: auto;
      overflow-y: auto;
      overflow-x: hidden;
      height: 100vh;
      width: 100vw;
      background: #ffffff;
      transition: transform 400ms;
      padding-top:80px;
      transform: translate3d(100vw,0,0);
    }
    .navbar-collapse.show {
      transform: translate3d(0,0,0);
    }
    header {
      padding: 0 10px;
      height:60px;
    }
    header .navbar .navbar-nav {
      float:none;
      margin:0;
      padding:0;
      display: block;
    }
    header .navbar .navbar-nav li a {
      font-size:20px;
      font-weight: 600;
      text-align: center;
      border-bottom: 1px solid #afb2b5;
      padding: 20px 10px;
      display: block;
    }
    header .navbar .navbar-nav li .mega_main ul li a {
      font-size:16px;
      border:0;
    }
    header .navbar .navbar-nav li .mega_main {
      position: relative;
      transform: translate3d(0,0,0);
      opacity: 1;
      overflow: hidden;
      top: 0;
      left: 0;
      width: 100%;
      transition: all 400ms;
      max-height: 0;
      border-radius: 0;
    }
    header .navbar .navbar-nav>li:hover .mega_main {
      max-height: 0;
      padding: 0;
    }
    header .navbar .navbar-nav li .mega_container {
      position: relative;
      transform: translate3d(0,0,0);
      opacity: 1;
      overflow: hidden;
      top: 0;
      left: 0;
      width: 100%;
      max-height: 0;
      transition: all 400ms;
      border-radius:0;
    }
    header .navbar .navbar-nav>li:hover .mega_container {
      max-height: 0;
      padding: 0;
    }
    header .navbar .navbar-nav>li .mega_container.active {
      max-height: 100vh;
    }
    
    header .navbar .navbar-nav>li .mega_main.active {
      max-height: 100vh;
    }
    header .navbar .navbar-nav li .mega_container ul li {
      max-width: calc(50% - 34px);
      margin: 15px;
    }
    header .navbar .navbar-nav li .mega_container ul li a {
      border:0;
    }
    header .navbar .navbar-nav li .mega_container ul li a img {
      margin-bottom:5px;
    }
    header .navbar .navbar-nav li>a.active {
      border-bottom:0;
    }
    header .navbar #logo {
      max-width: 130px;
      position: relative;
      z-index: 1;
    }
    header .navbar #logo svg {
      max-width: 110px;
    }
    .header_bg_1 #mobile_menu_btn span {
      background: #fff;
    }
    .header_bg_1.bg_header #mobile_menu_btn span {
      background:#BF0D3E;
    }
    header .second_nav {
      position: relative;
      margin-top:0;
      margin-left:15px;
      margin-right:5px;
    }
    header .second_nav li.search svg {
      position: relative;
      top:2px
    }
    footer section:nth-child(3) .row {
      display: block;
    }
    header.header_bg_1 .navbar .navbar-nav li a {
      color:#2B2F3A;
      display: block;
    }
    header.colored #logo svg path {
      fill:#7C7C7C;
    }
    header.colored #logo svg path:first-child {
      fill:#BF0D3E;
    }
    #mobile_menu_btn.active span {
      background: #BF0D3E;
    }
    header .second_nav.active li.search svg path {
      fill: #BF0D3E;
    }
    header.colored .second_nav li a {
      color:#2B2F3A;
    }
    .content_wrapper {
      margin-top: 60px;
    }
  }
  @media screen and (max-width: 768px) {
	.section_home_animation {
	  background: url(/uploads/images/1644603840_lentatek-mobile-home2.jpg) no-repeat;
	  background-size:cover;
	  background-position: center;
	  height:500px;
	}
	.home_pil_teknolojileri p:nth-child(2) {
	  z-index: 2;
    position: relative;
	}
	.home_pil_teknolojileri img {
	  top:40%;
	  max-width: 60%;
	}
	.home_cozumler.visible .home_pil_teknolojileri img {
	  right: 25%;
	}

	.yetenekler_slider_s .swiper-slide.tasarim img {
	  top:-20px;
	}
	.hava_araci.visible img {
	  transform: translate3d(15%, 100%, 0);
	}
	.page_down {
	  display: none;
	}
	.product_slider_c .swiper-slide {
	  max-width: inherit;
	}
	.product_slider_c .item_content {
	  max-width: inherit;
	}
	.news_cont ul li {
	  max-width: 50%;
	}
	.video_cont ul li {
	  max-width: calc(50% - 20px);
	}
  }
  
  @media screen and (max-width: 640px) {
  .swiper-horizontal > .swiper-pagination-bullets.timeline_pagination, .swiper-pagination-bullets.swiper-pagination-horizontal.timeline_pagination, .swiper-pagination-custom, .swiper-pagination-fraction.timeline_pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
	.cookie_modal .modal_body {
		overflow-y: auto;
		padding-bottom: 80px;
		max-height: 100vh;
	}
	.cookie_modal .modal_body.active_setting {
		padding-bottom: 130px;
	}
	.cookie_modal .modal_body button {
		display: block;
		width: 100%;
	}
	.cookie_modal .modal_body .cookie_actions {
		flex-wrap: wrap;
	}
	.cookie_modal .modal_body .cookie_actions.active {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #fff;
		max-width: calc(100% - 80px);
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.cookie_modal .modal_body .cookie_settings.active {
		max-height: 1000px;
	}
	.cookie_modal .modal_body button {
		display: block;
		width: 100%;
	}
	.cookie_modal .modal_body button:first-child {
		margin-bottom: 10px;
		margin-right: 0;
		margin-left: 0;
	}
	.cookie_modal .cookie_close {
		position: absolute;
		right: 15px;
		top: 15px;
		display: none;
	}
	.lentatek_light {
	  display: none;
	}
	footer section:first-child {
	  padding-bottom: 0;
	}
	footer section:nth-child(2) {
	  padding-bottom: 48px;
	}
	footer .desktop_hide {
	  display: block;
	}
	footer .mobile_hide {
	  display: none;
	}
	.section_home_animation {
	  background: url(/uploads/images/1644603840_lentatek-mobile-home2.jpg) no-repeat;
	  background-size:cover;
	  background-position: center;
	  height:500px;
	}
	.section_home_animation p {
	  transition: all 400ms;
	  text-align: center;
	}
	.section_home_animation p.active {
	  opacity: 1;
	}
	.content_wrapper {
	  margin-top:60px;
	}
	.home_kritik {
	  min-height: 280px;
	}
	.home_cozumler_2 .col4 {
	  min-height: 280px;
	}
	.home_pil_teknolojileri {
	  min-height: 280px;
	  background-position: bottom center;
	}
	.home_hava_araci {
	  min-height: 280px;
	}
	.new_urun .container {
	  min-height:255px;
	}
	.karayel_urun {
	  position: relative;
	}
	.karayel_urun .col4 {
	  position: static;
	}
	.karayel_urun .col4 img {
	  position: absolute;
	  top:50%;
	  left:50%;
	  max-width: 90%;
	  transform: translate3d(-50%,-50%,0);
	}
	.new_urun .col5 img {
	  display: block;
	  margin:0 auto;
	}
	
	.yetenekler_slider_s .swiper-slide .container-fluid .row .slide_img {
	  min-height: 200px;
	}
	.timeline_slider {
	  height: 400px;
	}
	.timeline_slider .slider_text {
	  display: none;
	}
	.timeline_slider .swiper-wrapper {
	  z-index: 10;
	}
	.timeline_slider .timeline_pagination {
	  z-index: 11;
    white-space: nowrap;
	}
	.timeline_slider .slide_img {
	  max-width: 80%;
	}
	.timeline_slider .swiper-slide.right_top .slide_img {
	  top:35% !important;
	  left:50% !important;
	  right: auto !important;
	  transform: translate3d(-50%,-50%,0) !important;
	}
	.timeline_slider .swiper-slide.top .slide_img {
	  top:35% !important;
	  left:50% !important;
	  right: auto !important;
	  transform: translate3d(-50%,-50%,0) !important;
	}
	.timeline_slider .swiper-slide.swiper-slide.left_top.bora_slide .slide_img {
	  top:35% !important;
	  left:50% !important;
	  right: auto !important;
	  transform: translate3d(-50%,-50%,0) !important;
	}
	.timeline_slider .swiper-slide.right .slide_img {
	  top:35% !important;
	  left:50% !important;
	  right: auto !important;
	  transform: translate3d(-50%,-50%,0) !important;
	}
	.timeline_slider .swiper-slide.left_top.karayelu .slide_img {
	  top:35% !important;
	  left:50% !important;
	  right: auto !important;
	  transform: translate3d(-50%,-50%,0) !important;
	}
	.timeline_slider .info_btn {
	  display: block;
	  position: absolute;
	  right: 5%;
	  top: 1%;
	  transform: translate3d(0, 40%, 0);
	}
	.timeline_modal {
	  background: rgba(191,13,62,1);
	  opacity: 0;
	  transition: all 400ms;
	}
	.timeline_modal .modal_body {
	  padding:80px 15px;
	  max-width: 100%;
	  width:100%;
	  height: 100vh;
	  overflow: auto;
	}
	.timeline_modal .modal_body table {
	  width: auto;
	}
	.timeline_modal .modal_close {
	  z-index: 108;
	}
	.category_tabs {
	  overflow-x: auto;
	}
	.category_tabs::-webkit-scrollbar-track {
	  -webkit-box-shadow: inset 0 0 6px transparent;
	  border-radius: 0px;
	  height:0;
	  background-color: transparent;
	}
  
	.category_tabs::-webkit-scrollbar {
	  width: 0;
	  height:0;
	  background-color: transparent;
	}
  
	.category_tabs::-webkit-scrollbar-thumb {
	  border-radius: 0;
	  height:0;
	  -webkit-box-shadow: inset 0 0 6px transparent;
	  background-color: transparent;
	}
	.category_tabs ul {
	  justify-content: flex-start;
	}
	#news_info h1 {
	  display: block;
	  max-width: 100%;
	}
	#news_info .news_date {
	  display: block;
	  text-align: left;
	  margin-bottom: 10px;
	}
	.news_slider .item_content .item_date {
	  color:#333;
	}
	.modal_project .modal_content {
	  padding:40px 0;
	}
	.modal_project .modal_content .modal_header {
	  padding:0 40px;
	}
	.modal_project .modal_content .modal_body {
	  padding-left:40px;
	  padding-right:40px;
	}
	.modal_project .modal_content .modal_close {
	  right:40px;
	}
	.timeline_slider>.container h2 {
	  top:10px;
	}
  }
  @media screen and (max-width: 480px) {
	.mobile-0 {
	  display: none;
	}
	.mobile-1 {
	  display: block;
	}
	.section_menu {
	  display: none;
	}
	h1 {
	  font-size:30px;
	}
	.yetenekler_slider_s .swiper-slide .container-fluid .row .slide_text {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	  padding-right: 10px;
	}
	.yetenekler_slider_s .swiper-slide .container-fluid .row .slide_img {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.yetenekler_slider_s {
	  height: auto;
	}
	.yetenekler_slider_s .swiper-slide .container-fluid .row .slide_img {
	  height: 200px;
	}
	.yetenekler_slider_cont {
	  width: 100%;
	  overflow-x: auto;
	}
	.yetenekler_slider_cont::-webkit-scrollbar-track {
	  -webkit-box-shadow: inset 0 0 6px transparent;
	  border-radius: 0px;
	  height:0;
	  background-color: transparent;
	}
  
	.yetenekler_slider_cont::-webkit-scrollbar {
	  width: 0;
	  height:0;
	  background-color: transparent;
	}
  
	.yetenekler_slider_cont::-webkit-scrollbar-thumb {
	  border-radius: 0;
	  height:0;
	  -webkit-box-shadow: inset 0 0 6px transparent;
	  background-color: transparent;
	}
  
	.yetenekler_slider_cont .yetenekler_slider_pagination {
	  width: 550px;
	  overflow-x: auto;
	}
	.slider_overflow {
	  overflow: hidden;
	}
	.karayel_urun .col8:first-child img {
	  top:20%;
	}
	.timeline_slider .slider_text {
	  right:0;
	  padding:10px;
	  top:auto;
	  bottom:0;
	}
	.timeline_slider .swiper-slide.right .slide_img {
	  transform: translate3d(60%, -50%, 0);
	}
	.swiper-container-horizontal > .swiper-pagination-bullets.timeline_pagination {
	  bottom: 10px;
	  left: 0;
	  width: 100%;
	  overflow-x: auto;
	  white-space: nowrap;
	}
	footer section:nth-child(3) .row .col10 {
	  display: block;
	}
	.social_menu {
	  min-height: inherit;
	}
	.social_menu ul {
	  float: none;
	  margin-left: -10px;
	}
	footer section:nth-child(3) p {
	  text-align: center !important;
	  display: block;
	  margin-top:20px;
	}
	footer section:nth-child(3) ul {
	  display: block;
	  text-align: center;
	  margin-left: 0;
	}
	footer section:nth-child(3) ul li {
	  display: block;
	  text-align:center;
	}
	footer section:nth-child(3) ul li a {
	  text-align: center;
	}
	footer section:nth-child(3) ul li:after {
	  display: none;
	}
	footer section:nth-child(3) ul:before {
	  display: none;
	}
	footer section:nth-child(3) ul:last-child li {
	  display: inline-block;
	  vertical-align: middle;
	}
	footer section:nth-child(3) img {
	  float: none;
	  margin-top: 5px;
	  margin: 5px auto;
	  display: block;
	}
	table {
	  width:1000px;
	}
	.tableScroll {
	  width: 100%;
	  overflow-x: auto;
	}
	.teknik_tablo_basligi {
	  width: 1000px;
	}
	.f_size_24 {
	  font-size: 20px;
	}
	.news_cont ul li {
	  max-width: 100%;
	}
	.video_cont ul li {
	  max-width: calc(100% - 20px);
	}
  
	.pair-2414 .image_front img {
	  transform: translate3d(0, 5%, 0);
	}
  
	.insansiz_sistemler_sec h1 {
	  padding-top: 15px;
	}
  
	.hidrojen_bg {}
	.hidrojen_bg h1 {
	  padding-top: 15px;
	}
	.hidrojen_bg .image_front img {
	  position: relative;
	  z-index: 2;
	  max-height: 110px;
	  display: block;
	  margin: 0 auto;
	}
  
	.biometrik_guvenlik {}
	.biometrik_guvenlik h1 {
	  padding-top: 15px;
	}
	.biometrik_guvenlik .image_front img {
	  position: relative;
	  top:50px;
	  z-index: 2;
	  max-height: 180px;
	  display: block;
	  margin: 0 auto;
	}
	.ileri_goruntuleme_sec {}
	.ileri_goruntuleme_sec h1 {
	  padding-top: 15px;
	}
	.yenilikci_saglik_teknolojileri {}
	.yenilikci_saglik_teknolojileri h1 {
	  padding-top: 15px;
	}
	.yenilikci_saglik_teknolojileri .image_front img {
	  top:90px;
	}
	.egik_section {
	  transform: skew(0, 0);
	  position: relative;
	  left: 0;
	  width: 100%;
	}
	.egik_section .container {
	  transform: skew(0, 0);
	}
	.type_product .product_c_title {
	  text-align: left;
	}
	.type_product .product_c_title span {
	  padding-top: 0;
	  border-top: 0;
	  display: block;
	  position: relative;
	  z-index: -2px;
	}
	.reverse_col.section_flex .row {
	  flex-direction: column-reverse;
	}
	.f_size_36 {
	  font-size:24px;
	}
	.is_basvurulari_sec {
	  background: transparent !important;
	}
	.news_cont ul li a {
	  padding:30px 10px 30px;
	}
	.search-form form {
	  margin-top:0;
	  margin-left:0;
	  transform: translate3d(-50%,-50%,0);
	}
	.search-form h2 {
	  font-size:20px;
	}
	#search_subform {
	  max-width: 90%;
	}
	.category_row_list .item>.item_content {
	  max-width:100%;
	  padding-left:15px;
	  padding-right:15px;
	  padding-top:30px;
	  padding-bottom: 30px;
	}
	.category_row_list .item>.item_bg {
	  height:150px;
	  position: relative;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	}
	.category_row_list .item>.item_content .item_bg_color {
	  display: block;
	  position: absolute;
	  left:0;
	  top:0;
	  width:100%;
	  height:100%;
	  border-bottom-left-radius: 10px;
	  border-bottom-right-radius: 10px;
	}
	.category_row_list .item>.item_content .item_excerpt {
	  position: relative;
	}
	.category_row_list .item>.item_content a {
	  position: relative;
	}
	header .clearfix {
	  width:calc(100% - 45px);
	  display: block;
	}
	
  }