body{
    color:#202426;
}
p{
    font-size:0.94vw;
    line-height: 1.46vw;
    font-weight: 300;
    display:block;
    margin-bottom: 1.56vw;
	color: #777777;
}
p:last-child, p:last-of-type{
    margin-bottom: 0;
}

p b{
    font-weight:bold;
}

/*Loader*/
.codex-loader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ebebeb;
  z-index: 9999;
  direction: ltr;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.codex-loader .loader-item {
  position: relative;
  width: 250px;
  height: 250px;
  filter: url(#glowfloxs);
}
.codex-loader .loader-item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(calc(45deg * var(--i)));
  display: block;
}
.codex-loader .loader-item span::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to right, #14E572, #A1FFCB);
  box-shadow: 0 0 30px #13B65C;
}
.codex-loader svg {
  width: 0;
  height: 0;
}
.codex-loader .rotate {
  animation: waterflox 4s ease-out infinite;
  animation-delay: calc(-0.2s * var(--watet));
}
@keyframes waterflox {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.codex-loader .loader {
  width: 60px;
  height: 60px;
  position: relative;
  background:none!important
}
.codex-loader .loader-item1,
.codex-loader .loader-item2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #7dbdc7;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader-bounce 2s infinite ease-in-out;
}
.codex-loader .loader-item2 {
  animation-delay: -1s;
}
@keyframes loader-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}


header{
    height:3.65vw;
    width:100%;
    top:0;
    left:0;
    transition: all ease 0.3s;
    z-index: 9990;
	position: fixed;
	background: #ffffff3d;
}
.hbg{
	height: 3.65vw;
	background:#fff;
}

.hbg nav > ul > li > a {
	color:#000!important;
}

.hbg .header_ust-tel a {
	color:#000;
}

.hbg .header_ust-dil span {
	color:#000;
}

.hbg .header_ust-dil > img {
	filter:none
}



.hbg .header-arama a {
	background:#9acd66;
	color:#fff;
}

.hbg .header-arama a:Hover {
	background:#a6b497;
}



.flex-wrap-wrap{
	flex-wrap: wrap;
}
.header_ust{
    width:100%;
    height:2.08vw;
    display:flex;
    align-items: center;
    background:transparent;
	justify-content: end;
	position: relative;
	margin: 0.5vw 0;
}
.header_ust:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1.04vw;
	height: 1.04vw;
	width: 100%;
	background: transparent;
	z-index: -1;
	opacity: 1;
}
.header_ust > ul{
    display:flex;
	align-items: center;
    justify-content: space-between;
}
.header_ust-sosyal{
    display:flex;
}
.header_ust-sosyal a{
    width:2.08vw;
    height:2.08vw;
    line-height: 2.08vw;
    text-align: center;
    color:#fff;
    display:block;
}
.header_ust-sosyal a:hover{
    background:#fff;
    color:#9acd66;
}
.header_ust-iletisim{
    display:flex;
	margin-right: 1.56vw;
	background: #0075bf82;
    border-radius: 40px 0px;
    padding: 0 1.5vw;
}
.header_ust-iletisim > li{
	position: relative;
	margin: 0 0.26vw;
}
.header_ust-iletisim > li:hover > ul{
	display: block;
}
.header_ust-iletisim > li > ul{
	position: absolute;
	left: 0;
	z-index: 9990;
	display: none;
}
.header_ust-iletisim > li > ul > li{
	background: #fff;
}
.header_ust-iletisim > li > ul > li:hover{
	background: #f1f1f1;
}
.header_ust-iletisim > li > ul > li > a{
	height: 2.08vw;
    line-height: 2.08vw;
    text-align: center;
    font-size: 0.63vw;
    font-weight: 500;
    padding: 0 1.04vw;
    color: #9acd66;
    display: flex;
    white-space: nowrap;
}
.header_ust-iletisim > li > a{
    height:2.08vw;
    line-height: 2.08vw;
    text-align: center;
    color:#fff;
    font-size: 0.8vw;
    font-weight: 300;
    display: flex;
    padding:0 1.04vw;
    align-items: center;
} 
.header_ust-iletisim > li:hover > a{
    background:#fff;
    color:#9acd66;
}
.header-logo{
	width: 9vw;
	position: relative;
	z-index: 9990;
}
.header-sag-main{
	width: calc(100% - 9vw);
}
.header_ust-iletisim > li:first-child{
	margin-left: 0;
}
.header_alt{
    width:100%;
	height: 3.65vw;
	display: flex;
	/*box-shadow: 0vw 0.78vw 0.89vw 0vw #00000008;*/
	background: transparent;
	align-items: center;
	justify-content: space-between;
}
.header_alt-icerik{
    width:100%;
    z-index: 9990;
    top: 0;
}
.header_alt > div > figure{
	width: 9.38vw;
}
.header_alt > div > nav > ul{
    display:flex;	
    justify-content: center;
}
.header_alt > div > nav > ul > li{
	border-radius: 0;
	transition: all 0.3s;
}
.header_alt > div > nav > ul > li > a:after{
    content: "";
	position: absolute;
	height: 0.1vw;
	width: 100%;
	background : #9acd66;
	left: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 0;	
	transition: transform .3s ease;
	transform-origin: bottom right;
	transform: scaleX(0);
}
.header_alt > div > nav > ul > li:hover > a:after{
	transform-origin: bottom left;
	transform: scaleX(1);
}
.header_alt > div > nav > ul > li:hover > a{
    color: #fff;
	transition: all 0.4s;
}
.header_menu_grid3 li a:hover{
    color: #000;
}
.menu.open > a:after{
	transform-origin: bottom left;
	transform: scaleX(1);
}
.menu.open > a{
    color: #fff;
	transition: all 0.4s;
}
.header_alt > div > nav{
	width: 100%;
}
.header_alt > div > nav > ul > li > div > ul > li{
    position: relative;
    height:2.08vw;
}
.header_alt-menu.open{
	display: block;
}
.header_alt > div > nav > ul > li > div > ul > li:hover > ul{
    display:block;
}
.header_alt > div > nav > ul > li > div{
	display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
	top: 3.5vw;
    width:100%;
    background:#fff;
	border-radius: 0;
	padding-top: 2vw;
	padding-bottom: 2vw;
	animation: 0.5s ease-out both;
	animation-name: animation-fade, animation-asagi-big;
}
.short-menu-ust:hover .short-menu{
	display: block;
	animation: 0.5s ease-out both;
	animation-name: animation-fade, animation-asagi-short;
}
.header_alt-menu-icerik > .header_alt-menu-icerik-urun{
	display: none;
	position: relative;
	animation: 0.3s ease-out both;
	animation-name: animation-fade, animation-left-big;
}
.header_alt-main > nav > ul > li:nth-child(2) > .header_alt-menu > div > div > ul > li > a:hover .header_alt-menu-icerik > .header_alt-menu-icerik-urun{
	display: flex;
	flex-direction: column;
}
.menu-alt-hover .header_alt-menu-icerik > .header_alt-menu-icerik-urun{
	display: flex;
	flex-direction: column;
}
.menu-alt-hover > a{
	color: #000!important;
}
.header_alt-menu-icerik-urun > a{
	color: #0175c0;
	font-weight: 500;
	font-size: 1vw;
	margin-bottom: 20px;
	padding: 1%;
}
@keyframes animation-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-asagi-big {
  0% {
    transform: translate(-50%, -20%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
@keyframes animation-asagi-short {
  0% {
    transform: translate(0%, -20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes animation-left-big {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.header_alt-main{
	height: 3.65vw;
	width: 100%;
}
.header_alt > div > nav > ul > li > a{
    color:#fff;
    font-weight: 500;
    display:block;
    line-height: 3.65vw;
    padding:0 1.56vw;
	position: relative;
	z-index: 1;
	font-size: 0.85vw;
    display: flex;
    align-items: center;
}
.online-shop:hover {
	color: #fff;
}
.header_alt-menu-icon{
    height: 1.5vw;
    margin-right: 5px;
}
.header_alt > div > nav > ul > li:hover > div > a{
    color:#fff;
}
.header_alt > div > nav > ul > li > div > ul > li{
    width:100%;
    border-bottom: 0.05vw solid rgba(0,0,0,0.1);
}
.lang{
    width:7.29vw;
    height:2.08vw;
    background:#9acd66;
    border-radius: 1.04vw;
    line-height: 2.08vw;
    text-align: center;
    font-weight: bold;
    font-size:0.73vw;
	color: rgba(255, 255, 255, 1);
	transition: all 650ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	box-shadow: rgba(30, 22, 54, 0.4) 0 0vw 0vw 0vw inset;
}
.header-main{
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.lang:hover{
	box-shadow: rgba(30, 22, 54, 0.7) 0 0vw 0vw 2.08vw inset;
}
.swiper-pagination-bullet{
    background:#fff!important;
}
.header_alt > div > nav > ul > li > ul > li:last-child{
	border-bottom: none;
}
.header_alt > div > nav > ul > li > ul > li > ul > li:last-child{
	border-bottom: none;
}
.fixed-header-main{
	display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
	height: 100%;
}
.header_ust-tel{
	margin-left: 1.3vw;
}
.header_ust-tel a{
	color: #fff;
	font-size: 0.94vw
}
.header_ust-tel a i{
	margin-right: 0.26vw;
	font-size: 1.15vw;
}
.header_ust-dil > img{
	width: 1.56vw;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
	margin-right: 0.26vw;
}
.header_ust-dil{
    position: relative;
	cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 1.3vw;
}
.header_ust-dil span{
	color: #fff;
	font-size: 0.94vw;
}

.header_ust-dil > ul{
    position: absolute;
    right: -1vw;
    top: 4.17vw;
    visibility: hidden;
    width: 9.38vw;
    transition: all 0.3s;
	z-index: 99;
}
.header_ust-dil:hover > ul{
    display:block;
	visibility: visible;
	top: 1.56vw;
}
.header_ust-dil > ul > li{
	padding: 0.26vw;
    background: #9acd66;
	border-bottom: 0.05vw solid #f5f5f5;
	transition: background 0.4s;
}
.header_ust-dil > ul > li:last-child{
	border-bottom: none;
}
.header_ust-dil > ul > li:hover{
	background: #f5f5f5;
}
.header_ust-dil > ul > li a{
	color: #fff;
	transition: color 0.4s;
	display: block;
	width: 100%;
}
.header_ust-dil > ul > li:hover a{
	color: #000;
}
.header_alt-menu h2{
	font-size: 1.2vw;
	color: #000;
	font-weight: 600;
}
.header_alt-menu > div > div > ul{
	margin-top: 0.78vw;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.header_alt-menu > div > div > ul > li > a{
	color: #7b7b7b;
	position: relative;
	padding: 0.26vw 1.04vw 0.26vw 0;
	display: flex;
	align-items: center;
	transition: all 0.4s;
	font-size: 0.9vw;
	font-weight: 500;
}
.header_alt-menu > div > div > ul > li > a:hover{
	opacity: 1;
	color: #000;
}
.header_alt-menu > div > div > ul > li{
	margin-bottom: 0.8vw;
	display: flex;
}
.header_alt-menu > div > div > ul > li:last-child{
	margin-bottom: 0;
}
.menu-alt-hover > a{
	opacity: 1!important;
}
.mega-menu-alt{
	visibility: hidden;
	display: none;
	opacity: 0;
	transition: all 0.4s;
	position: absolute;
	right: -40%;
	top: 0;
	width: 40%;
	padding: 1.56vw;
	height: 100%;
	background: #fff;
}
.alt-menu-hover .mega-menu-alt{
	visibility: visible;
	display: block;
	opacity: 1;
}
.search-form-wrapper{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9991;
}
.search-form-wrapper-main-icerik{
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sigma_header .aside-toggle,
.sigma_header .aside-toggle.desktop-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 58px;
  height: 58px;
  border: 1px solid #efefef;
  border-radius: 10px;
  transition: 0.3s;
}

.aside-toggle:hover {
  background-color: #9acd66;
}
.aside-toggle:hover span{
  margin: 0;
  background: #fff;
}
.aside-toggle:hover span:nth-child(1){
  width: 10px;
  transform: rotate(45deg) translate(7px,-3px);
}
.aside-toggle:hover span:nth-child(3) {
  width: 10px;
  transform: rotate(-45deg) translate(7px,3px);
}
.aside-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background-color: #9acd66;
  transition: .3s;
  transform-origin: right;
}
.aside-toggle span+span {
  margin-top: 5px;
}
.yan-menu{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	cursor: pointer;
}
.search-form-wrapper.open {
    opacity: 1;
    visibility: visible;
}
.search-form-wrapper .sigma_close {
	position: absolute;
	top: 30px;
	right: 60px;
	border-color: #000;
	color: #000;
	cursor: pointer;
	font-size: 24px;
}
.search-form-kapat{
	position: absolute;
	width: 100%;
	height: 100%;
}
.search-form-wrapper form {
  position: relative;
  width: 50%;
  transition-duration: .3s;
  transition-delay: .3s;
  transform: scale(.5);
  opacity: 0;
  visibility: hidden;
}

.search-form-wrapper.open form {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.search-form-wrapper form input {
  background-color: transparent;
  border: 0;
  font-size: 24px;
  height: 80px;
  width: 100%;
  outline: none;
  color: #000;
  font-weight: 400;
  padding-right: 80px;
}

.search-form-wrapper form input::placeholder {
  color: #000;
}

.search-form-wrapper .search-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 30px;
  outline: none;
  transition: .3s;
  cursor: pointer;
  padding: 0;
}

.search-form-wrapper .search-btn:before{
  content: none;
}
.search-form-wrapper .search-btn i{
  transition: 0.3s;
}

.search-form-wrapper .search-btn:hover i {
  color: #0175c0;
}

.header_alt-yan{
	display: flex;
	align-items: center;
}
.header_alt-yan > ul{
	display: flex;
	align-items: center;
}
.sayfa-btn{
	white-space: nowrap;
	padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
    border-left: 3px solid #9acd66;
    color: #000;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	overflow: hidden;
	background: #fff;
}
.sayfa-btn:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #9acd66;
	transition: all 0.4s;
	z-index: -1;
}
.sayfa-btn:hover{
	color: #fff;
}
.sayfa-btn:hover:before{
	width: 100%;
}
.header-arama{
	margin: 0 15px;
	display: flex;
}
.header-arama a{
	color: #9acd66;
	padding: 10px;
	border-radius: 50%;
	background: #0000003d;
	transition: all 0.4s;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-arama a:hover{
	background: #9acd66;
	color: #fff;
}
.yan-menu{
	height: 36px;
	width: 36px;
	border-radius: 50%;
	color: #9acd66;
	transition: all 0.4s;
}


.swiper-slide picture{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	max-height: calc(100vh - 1vw);
}
.swiper-slide picture img{
	width: 100%;
	height: auto;
}
.slider-text{
    margin: 0;
    width: calc(100% - 4vw);
    height: calc(100% - 7vw);
    transition: all 0.4s;
    display: flex;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5vw;
    margin-bottom: 2vw;
    margin-left: 2vw;
    margin-right: 2vw;
}
.slider_text-icerik{    
	position: absolute;
    display: none;
    flex-direction: column;
    width: 100%;
    white-space: normal;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -100%);
	text-align: center;
}

.swiper-slide:before {
	
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(3, 2, 7, .0);
    content: '';
}

.slider-text h1 {
	font-size:42px;
	color:#fff;
}

.slider-text h2 {
	font-size:18px;
	color:#fff;
}


.slider-text a {
	margin-top:20px;
	display:inline-block;
	background:#9acd66;
	color:#fff;
	padding:10px;
	border-bottom:3px solid #759a50;
	transition: all 0.4s;
}

.slider-text a:hover {
	background:#fff;
	color:#9acd66;
}

.swiper-wrapper-homepage .slider-track {
	 transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.swiper-wrapper-homepage .swiper-slide {
	 height: 100%;
	 position: relative;
	 z-index: 1;
}
.swiper-wrapper-homepage .swiper-slide img {
	 width: 100%;
	 transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	 transform: scale(1.2);
}
.swiper-wrapper-homepage .swiper-slide.slick-active img {
	 transform: scale(1);
}
.swiper-slider-homepage{
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-top: 3.65vw;
	min-height: 50vh;
}
.swiper-wrapper-homepage{
	width: 100%;
}
.slider-btn{
	position: absolute;
	cursor: pointer;
}
.slick-prev-anasayfa{
	left: 30px;
}
.slick-next-anasayfa{
	right: 30px;
}
.slider-btn i{
	font-size: 20px;
	color: #fff;
	transition: all 0.4s;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.yan-menu-acilir{
	width: 100%;
	height: 100dvh;
	background: rgba(0,0,0,0.8);
	backdrop-filter: blur(5px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	transition: all 0.4s;
	display: flex;
	justify-content: end;
    opacity: 0;
    visibility: hidden;
    z-index: 9991;
}
.yan-menu-acilir.open{
    opacity: 1;
    visibility: visible;
}
.yan-menu-acilir-main{
	width: 50%;
	background-color: #fff;
	background-image: url(/images/world.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	transition: all 0.4s;
}
.yan-menu-acilir-main.open{
	right: 0;
}
.yan-menu-acilir-main .sigma_close{
	position: absolute;
    top: 60px;
    right: 60px;
    color: #000;
    cursor: pointer;
}
.sayfa-baslik{
	position: relative;
    margin-bottom: 15px;
    font-size: 1vw;
	display: flex;
	align-items: center;
}
.yan-menu-acilir-icerik{
	padding: 60px 60px 60px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.yan-menu-acilir-icerik-alt{
	display: flex;
	flex-direction: column;
	align-items: start;
	background: #ffffffa1;
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.3);
	padding: 40px;
	max-width: 280px;
}
.yan-menu-dil select{
	cursor: pointer;
    height: 56px;
    width: 100%;
	background-color: transparent;
    border-radius: 0;
    padding: 10px 15px 1px 15px;
    border: 0;
    border-bottom: 1px solid;
    font-size: 16px;
}
.yan-menu-dil{
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}
.yan-menu-select{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	width: 100%;
}
.yan-menu-select > div:first-child{
	margin-bottom: 60px;
}
.yan-menu-dil .dropdown-toggle{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}
.yan-menu-dil .dropdown-toggle::after{
	position: absolute;
	right: 5px;
	font-size: 22px;
}
.yan-menu-dil .dropdown-toggle::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background: #000;
}
.yan-menu-dil .dropdown-menu{
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}
.yan-menu-dil .dropdown-menu li a{
	padding: 10px;
}
.yan-menu-acilir-icerik-alt > a{
	width: 100%;
    background: #0075bf;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.4s;
}
.yan-menu-acilir-icerik-alt > a:hover{
    background: #888888;
}
.yan-menu-dil label{
	position: absolute;
	left: 0px;
	top: -20px;
	font-size: 13px;
	font-weight: 600;
}
.yan-menu-acilir-icerik-alt figure{
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.lang-acilir{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    z-index: 9991;
}
.lang-acilir.open{	
    opacity: 1;
    visibility: visible;
}
.lang-acilir .sigma_close {
	position: absolute;
	top: 60px;
	right: 60px;
	border-color: #fff;
	color: #fff;
	cursor: pointer;
}
.lang-acilir ul {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	transition-duration: .3s;
	transition-delay: .3s;
	transform: scale(.5);
	opacity: 0;
	visibility: hidden;
}
.lang-acilir.open ul {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.lang-acilir span{
	font-size: 60px;
	margin-bottom: 10px;
}
.lang-acilir a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	transition: all 0.4s;
	padding: 10px;
}
.lang-acilir ul li{
	margin-right: 30px;
}
.lang-acilir ul li:last-child{
	margin-right: 0;
}
.lang-acilir a figure{
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	border: 2px solid #9acd66;
	border-radius: 50%;
	margin-bottom: 20px;
	transition: all 0.4s;
}
.lang-acilir a:hover figure{
	transform: scale(1.05);
	box-shadow: rgba(154, 205, 102, 0.16) 0px 3px 6px, rgba(154, 205, 102, 0.23) 0px 3px 6px;
}

:root {
  --container-bg-color: #333;
  --left-bg-color: rgba(0, 117, 191, 0.7);
  --left-button-hover-color: rgba(255, 255, 255, 0.3);
  --right-bg-color: rgba(154, 205, 50, 0.7);
  --right-button-hover-color: rgba(255, 255, 255, 0.3);
  --hover-width: 70%;
  --other-width: 30%;
  --speed: 1000ms;
}



.button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  width: 15rem;
  text-align: center;
  color: #fff;
  border: #fff solid 0.2rem;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.split.left .button:hover {
  background-color: var(--left-button-hover-color);
  border-color: var(--left-button-hover-color);
}

.split.right .button:hover {
  background-color: var(--right-button-hover-color);
  border-color: var(--right-button-hover-color);
}

.anasayfa-cevre-main {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--container-bg-color);
  display: flex;
}

.split {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.split-text{
  padding: 30px;
}
.split-text h2{
	font-size: 38px;
	font-weight: bold;
	color: #fff;
}
.split-text p{
  color: #fff;
  height: 85px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin: 30px 0;
	font-size: 16px;
}
.split.left {
  background: url('https://image.ibb.co/m56Czw/designer.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.split.left:before {
  position:absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--left-bg-color);
  z-index: -1;
}

.split.right {
  background: url('https://image.ibb.co/m3ZbRb/programmer.png') center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.split.right:before {
  position:absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--right-bg-color);
  z-index: -1;
}

.split.left, .split.right, .split.right:before, .split.left:before {
  transition: var(--speed) all ease-in-out;
}

.hover-left .left {
  width: var(--hover-width);
}

.hover-left .right {
  width: var(--other-width);
}

.hover-left .right:before {
  z-index: 2;
}
.hover-right .right {
  width: var(--hover-width);
}

.hover-right .left {
  width: var(--other-width);
}

.hover-right .left:before {
  z-index: 2;
}

.anasayfa-cevre > .anasayfa-cevre-baslik{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.anasayfa-cevre-baslik h2{
	font-size: 45px;
}
/*
.work-details {
    background: #00000061;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    padding: 30px 10px;
}*/

.work-img:hover .work-details {
    opacity: 1;
    visibility: visible;
}

.work-img {
    position: relative;
    height: 100%;
}

.work-name {
    color: #fff;
    font-weight: 500;
    font-size: 1vw;
    transition: .3s;
	text-align: center;
}
.work-hover-text p{
	margin-bottom: 15px;
}
.work-name:hover {
    color: #fff;
}
.work-hover-text a{
	font-size: .8vw;
}
h5.work-category {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 1.2vw;
	transition: all 0.4s;
}
.work-img img {
    width: 100%;
    height: 100%;
	transition: all 0.4s;
}
.work-img{
	position: relative;
	overflow: hidden;
}
.work-img:hover picture img{
	transform: scale(1.1);
}
.work-details-text{
	position: absolute;	
    left: 0;
    bottom: 0;
	padding: 30px;
	background: linear-gradient(180deg, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.3) 10%, hsl(0, 0%, 0%) 100%);
	width: 100%;
	transform: translateY(65%);
	transition: all 0.4s;
}
.work-img:hover .work-details-text{
	transform: translateY(0);
}
.work-details-inner{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	position: relative;
}
.work-hover-text{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	transition: all 0.4s;
}
.work{
	width: 100%;
	padding: 0 3vw;
}
.anasayfa-haberler-box figure{
	overflow: hidden;
}
.anasayfa-haberler-box figure img{
	width: 100%;
	transition: all 0.4s;
}
.anasayfa-haberler-box-alt{
	display: flex;
	flex-direction: column;
}
.anasayfa-haberler-box-text{
	padding: 20px;
}
.anasayfa-haberler-box-devami{
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.anasayfa-haberler-box-devami:before{
	content: "";
	position: absolute;
	left: 5%;
	top: 0;
	width: 90%;
	height: 1px;
	background: #d1d1d1;
}
.anasayfa-haberler-box-text > a{
	font-size: 21px;
	color: #000;
	font-weight: 600;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height: 62px;
}
.anasayfa-haberler-box-text > p{
	font-size: 16px;
	line-height: 24px;
	color: #454545;
	font-weight: 400;
	margin-top: 10px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	min-height: 120px;
}
.anasayfa-haberler-box-devami time{
	font-size: 14px;
	font-weight: 300;
}
.anasayfa-haberler-box{
	margin: 30px 15px;
	box-shadow: 1px 1px 20px 0px #f0f0f0;
	transition: all 0.4s;
}
.anasayfa-haberler-box:hover{
	box-shadow: 0px 12px 20px 1px #f2f2f2;
}
.anasayfa-haberler-box:hover figure img{
	transform: scale(1.1);
}
.anasayfa-haberler-box-devami > a{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	transition: all 0.4s;
}
.anasayfa-haberler-box-devami > a:hover{
	color: #9acd66;
}
.slick-slider-dots-haberler .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-slider-dots-haberler .slick-dots li{
	margin-right: 10px;
	display: flex;
}
.slick-slider-dots-haberler .slick-dots li button{
	font-size: 0;
	width: 15px;
	height: 15px;
	padding: 0;
	border-radius: 15px;
	opacity: .7;
	transition: all 0.4s;
	background: #9acd66;
}
.slick-slider-dots-haberler .slick-dots li button:hover{
	opacity: 1;
}
.slick-slider-dots-haberler .slick-dots li.slick-active button{
	opacity: 1;
	width: 70px;
}
.anasayfa-urunler-slider-box figure img{
	width: 100%;
}
.anasayfa-urunler-slider-box{
	margin: 30px;
}
.anasayfa-urunler-slider .slick-list .slick-current + .slick-slide .row{
	flex-direction: row-reverse;
}
.anasayfa-urunler-slider-text{
	padding-top: 30px;
}
.anasayfa-urunler-slider-text h2{
	font-size: 20px;
	color: #9acd66;
	font-weight: 500;
}
.anasayfa-urunler-slider-text h3{
	font-size: 22px;
	font-weight: 600;
	color: #000
}
.anasayfa-urunler-slider-text p{
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e1e1e1;
	font-size: 14px;
	color: #454545;
	font-weight: 300;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.anasayfa-urunler-slider-main{
	position: relative;
}
.urunler-slider-arrow{
	position: absolute;
	display: flex;
	align-items: center;
	left: 180px;
	top: 250px;
}
.urunler-slider-arrow > div:first-child{
	margin-right: 20px;
}
.slider-btn-urun{
	cursor: pointer;
	width: 60px;
	height: 60px;
	display: flex!important;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: transparent;
	color: #9acd66;
	font-size: 25px;
	transition: all 0.4s;
	border: 1px solid #9acd66;
}
.slider-btn-urun:hover{
	background: #9acd66;
	color: #fff;
}
.header_alt-menu-icerik{
	position: absolute;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    padding-top: 6.5vw;
	height: 100%;
	width: calc(100% - 18vw);
	right: 0;
	top: 0;
	display: none;
}
.menu-alt-hover .header_alt-menu-icerik{
	display: block;
}
.header_alt-menu-icerik ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 0!important;
}
.header_alt-menu-icerik ul li h6{
	width: 100%;
	text-align: center;
	color: #202426;
    font-size: 0.8vw;
    font-weight: 400;
	margin-top: 10px;
}
.header_alt-menu-icerik ul li figure{
	width: 100%;
	overflow: hidden;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.header_alt-menu-icerik ul li figure img{
	width: 100%;
	transition: transform 0.4s;
}
.header_alt-menu-icerik ul li{
	width: 20%;
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
	position: relative;
	padding: 1%;
	transition: all 0.4s;
	border-radius: 5px;
	background: #fff;
}
.header_alt-menu-icerik ul li:hover{
	background: #ebebeb;
}
.header_alt-menu-icerik ul li a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.header_alt-menu-icerik-text h2{
	font-size: 18px;
	font-weight: 700;
}
.header_alt-menu-icerik-text span{
	font-size: 14px;
	font-weight: 400;
}
.header_alt-menu-icerik-text h2 b{
	font-weight: bold;
}
.header_alt-menu-icerik-text span b{
	font-weight: bold;
	margin-right: 5px;
}
.header_alt-menu-icerik-text span b:last-child{
	margin-left: 10px;
}
.header_alt-menu-icerik-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	width: 100%;
}
.header_alt-main > nav > ul > li:nth-child(2) > .header_alt-menu > div > div > ul > li > a > span{
	font-size: 0.8vw;
	color: #000;
}
.header_alt-main > nav > ul > li:nth-child(2) > .header_alt-menu > div > div > ul > li > a:hover > span{
	text-decoration: underline;
}
.header-alt-img > ul{
	display: flex;
	flex-direction: column;
}
.header-alt-img > ul > li > figure{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.header-alt-img > ul > li > figure > img{
	width: 100%;
	transition: transform 0.4s;
}
.header-alt-img > ul > li > figure > h3{
	    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 35px;
    background: #0075bf9e;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-shadow: 2px 2px 4px #000;
}
.header-alt-img > ul > li{
	position: relative;
}
.header-alt-img > ul > li > a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.header-alt-yan-img{
    height: 100%;
}
.header-alt-img > ul > li:hover > figure > img{
	transform: scale(1.1);
}
.header-alt-yan-img > ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
}
.header-alt-yan-img > ul > li{
	position: relative;
	width: 100%;
	margin-right: 0;
}
.header-alt-yan-img > ul > li:nth-child(2n){
	margin-right: 0;
}
.header-alt-yan-img > ul > li:nth-child(-n + 2){
	margin-bottom: 0;
}
.header-alt-yan-img > ul > li > figure{
	position: relative;
	width: 100%;
	overflow: hidden;
    height: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}
.header-alt-yan-img > ul > li > figure > img{
	width: 100%;
	transition: transform 0.4s;
	min-height: 145px;
}
.header-alt-yan-img > ul > li > figure > h3{
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 35px;
	width: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.37298669467787116) 0%, rgba(0,0,0,0) 73%);
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-shadow: 2px 2px 4px #000;
}
.header-alt-yan-img > ul > li > a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.header-alt-yan-img > ul > li:hover > figure > img{
	transform: scale(1.1);
}
.short-menu-ust{
	position: relative;
}
.short-menu{
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 3.65vw;
	display: none;
}
.short-menu > li > a{
	font-size: 0.9vw;
	font-weight: 500;
	padding: 1vw 1.56vw;
    white-space: nowrap;
	color: #9f9f9f;
	display: flex;
	align-items: center;
	transition: color 0.4s;
}
.short-menu > li > a:hover{
	color: #000;
}
.short-menu > li{
	transform: background 0.4s;
	background: #fff;
}
.short-menu > li:last-child{
	border-bottom: none;
}
.header-white{
	background: #fff!important;
}
.header-white nav > ul > li > a {
	color:#000!important;
}
.header-white .header_ust-tel a {
	color:#000;
}
.header-white .header_ust-dil span {
	color:#000;
}
.header-white .header_ust-dil > img {
	filter:none
}

.header-white .header-arama a {
	background:#9acd66;
	color:#fff;
}
.header-white .header-arama a:Hover {
	background:#a6b497;
}
.online-shop {
  position: relative;
  background-color: transparent;
  color: #e8e8e8;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  width: 170px;
  height: 40px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.2);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}

.online-shop::before {
  content: "shop.aksa.com.tr";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(135deg,#0175c0,#9acd66 );
  transform: translate(0%,90%);
  z-index: 99;
  position: relative;
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.online-shop::after {
  content: "Online Mağaza";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0000005d;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-origin: top;
  transform: translate(0%,-100%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}
.hbg .online-shop::after{
	background: #9acd66;
}
.online-shop:hover::before {
  transform: translate(0%,0%);
}

.online-shop:hover::after {
  transform: translate(0%,-200%);
}

.online-shop:focus {
  outline: none;
}

.online-shop:active {
  scale: 0.95;
}


.header-white-fix{
	background: #fff!important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3)
}
.header-white-fix nav > ul > li > a {
	color:#000!important;
}
.header-white-fix .header_ust-tel a {
	color:#000;
}
.header-white-fix .header_ust-dil span {
	color:#000;
}
.header-white-fix .header_ust-dil > img {
	filter:none
}
.header-white-fix .online-shop::after{
	background: #9acd66;
}
.header-white-fix .header-arama a {
	background:#9acd66;
	color:#fff;
}
.header-white-fix .header-arama a:Hover {
	background:#a6b497;
}
.header-sektorler-slider-box{
	margin: 15px;
	position: relative;
}
.header-sektorler-slider-box figure{
	width: 100%;
	position: relative;
}
.header-sektorler-slider-box figure img{
	width: 100%;
}
.header-sektorler-slider-box figure h3{
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 35px;
    background: #0075bf9e;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-shadow: 2px 2px 4px #000;
}
.slick-prev-sektor{
	left: -10px;
}
.slick-next-sektor{
	right: -10px;
}
.header-sektorler{
	position: relative;
}
.slider-btn-sektor{
	cursor: pointer;
	display: flex;
	position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.slider-btn-sektor i{
	font-size: 18px;
	color: #9acd66;
    transition: color, background 0.4s;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.slider-btn-sektor i:hover{
	color: #fff;
    background: #9acd66;
}
.header_alt-menu > div > .header_alt-menu-main {
    min-width: 20vw;
    width: auto;
    max-width: 38%;
}
.flex1{
    flex: 1!important;
}
.flex2{
    flex: 2!important;
}
.header_alt-menu:before{
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.header_alt-menu:after{
	content: "";
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.header_alt-menu > div > div > ul > li > a > img{
	margin-right: 10px;
	width: 32px;
	opacity: 0.5;
}
.header_alt-menu > div > div > ul > li > a:hover > img{
	opacity: 1;
}
.header_alt-menu > .row{
	display: flex;
	justify-content: center;
}
.menu-tip2 .header_alt-menu > .row{
	justify-content: start;
}
.menu-tip2 > .header_alt-menu > div > .header_alt-menu-main{
	max-width: 17vw;
	min-width: 17vw;
	border-right: 1px solid #e4e5e7;
}
.menu-alt:hover > a{
	color: #000;
}
.menu-tip2 > .header_alt-menu > div > div > ul > li > a{
	flex-wrap: wrap;
}
.menu-tip2 > .header_alt-menu > div > div > ul > li > a > p{
	display: block;
	width: 100%;
	font-size: 0.8vw;
	margin-top: 0.7vw;
}
.menu-tip2 > .header_alt-menu > div > div > ul > li > a:before{
	bottom: auto;
	top: 40px;
}
.menu-tip2 > .header_alt-menu > div > div > ul > li{
	margin-bottom: 1vw;
}
.menu-tip3 > .header_alt-menu > div > .header_alt-menu-main{
	max-width: 51%;
}


.header_menu_grid3{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr); /* 3 sütun */
    gap: 10px; /* Hücreler arası boşluk */    
    width: 60vw;
    margin: auto;
}
.header_menu_grid3 li{
    border:inherit!important;
    height:40px!important
}

.header_menu_grid3 li a{
    color: #7b7b7b;
    position: relative;
    padding: 0.26vw 1.04vw 0.26vw 0;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    font-size: 0.9vw;
    font-weight: 500;
}

.header_menu_grid3 li img{
    margin-right: 10px;
    width: 32px;
    opacity: 0.5;
}


.footer-ust-link > ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-ust-link > ul > li{
	width: 33.333%;
	padding-right: 15px;
}
.footer-ust-link > ul > li:nth-child(-n + 3){
	margin-bottom: 65px;
}
.footer-ust-link h2{
	color: #fff;
	font-size: 1vw;
}
.footer-ust-link a{
	font-size: 0.8vw;
	color: #bababa;
    margin-bottom: 5px;
    display: block;
}
.footer-ust-link a:hover{
	text-decoration: underline;
}
.footer-iletisim ul li a img{
	width: 20px;
	margin-right: 10px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.go-top{
	position: fixed;
	left: 30px;
	bottom: 50px;
	z-index: 9991;
}
.go-top-icerik{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #9acd66;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.menu-open{
	position: relative;
}
.menu-open:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	backdrop-filter: blur(5px);
	z-index: 10;
	transition: all 0.4s;
}
.swiper-slider-homepage .swiper-pagination{
	display: none;
}













@media(max-width: 1550px){	
	.yan-menu-acilir-icerik{
		padding: 30px;
	}
	.yan-menu-acilir-main .sigma_close{
		top: 30px;
		right: 30px;
	}
}
@media(max-width: 1400px){	
	.yan-menu-acilir-icerik{
		padding: 30px;
	}
	.yan-menu-acilir-main .sigma_close{
		top: 30px;
		right: 30px;
	}
}
footer{
	padding: 60px 0 0 0;
	background: #333;
}
footer h2{
	font-weight: 600;
}
.footer-logo{
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	margin-bottom: 20px;
}
.footer-logo a{
	width: 180px;
	display: block;
}
.footer-logo a img{
	width: 100%;
}
.footer-link ul{
	display: flex;
	align-items: center;
}
.footer-link ul li{
	margin-right: 40px;
}
.footer-link ul li:last-child{
	margin-right: 0;
}
.footer-link ul li a{
	color: #fff;
}
.footer-link ul li a:hover{
	text-decoration: underline;
}
.footer-iletisim ul li ul li a:hover{
	color: #9acd66;
}
.footer-iletisim ul li a{
	display: flex;
	color: #bababa;
	transition: all 0.4s;
	align-items: center;
	font-size: 0.9vw;
}
.footer-iletisim ul li:first-child a{
	align-items: start;
}
.footer-iletisim ul li a:hover span{
	text-decoration: underline;
}
.footer-iletisim ul li a i{
	margin-right: 10px;
	font-size: 20px;
	color:#fff;
}
.footer-iletisim ul li a div{
	display: flex;
	flex-direction: column;
}
.footer-iletisim ul li a div b{
	margin-bottom: 5px;
}
.footer-iletisim ul li a div span{
	display: block;
	max-width: 100%;
	color:#bababa;
}
.footer-right-contact{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	align-items: start;
}
.footer-sosyal{
	width: 100%;
	margin-top: 20px;
}
.footer-iletisim > ul{
	display: flex;
	flex-wrap: wrap;
}
.footer-iletisim > ul > li:first-child{
	width: 100%;
}
.footer-iletisim > ul > li{
	width: 50%;
	margin-bottom: 15px;
}
.footer-iletisim ul li ul{
	display: flex;
	align-items: center;
}
.footer-iletisim ul li ul li{
	margin-right: 10px;
}
.footer-ust > div:first-child{
	margin-bottom: 60px;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.footer-btn > a{
	width: 175px;
	height: 50px;
	display: flex;
	color: #fff;
	background: #9acd66;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
	border: 2px solid #9acd66;
	position: relative;
	margin-bottom: 30px;
}
.footer-btn a:hover{
	color: #9acd66;
	background: transparent;
}
.footer-btn{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
.footer-sosyal ul{
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
}
.footer-sosyal ul li{
	margin-right: 30px;
}
.footer-sosyal ul li:last-child{
	margin-right: 0;
}
.footer-sosyal ul li a{    
	display: flex;
    color: #fff;
    transition: all 0.4s;
    align-items: center;
}
.footer-sosyal ul li a:hover{    
    color: #9acd66;	
	text-decoration: none!important;
}
.footer-bayi .sayfa-btn1:before{
	background: #212121;
}
.footer-bayi .sayfa-btn1:hover:before{
	background: #212121;
}
.footer-bayi .sayfa-btn1 span{
	color: #fff;
}
.footer-bayi .sayfa-btn1 svg{
	stroke: #fff;
}
.footer-bayi .sayfa-btn1:hover{
	text-decoration: none!important
}
.footer_alt{
    width:100%;
	display: flex;
    justify-content: space-between;
    background:#d2d3d5;
    height:60px;
    align-items: center;
}
.footer_alt span{
    font-size:11px;
	color: #000;
	padding: 10px 0;
}
.footer_alt ul{
    max-width: 77%;
    display:flex;
    width:77%;
    justify-content: flex-end;
}
.footer_alt ul li a{
    font-size:11px;
    color:#000;
}
.footer_alt ul li{
    position: relative;
    margin-right:25px;
}
.footer_alt ul li:after{
    position: absolute;
    right:-15px;
    top:7px;
    content:"/";
    font-size:10px;
}
.footer_alt ul li:nth-last-child(-n + 2):after{
    display:none;
}
.footer_alt ul li:last-child{
    margin:0;
}
.footer_alt ul li a:hover{
	text-decoration: underline;
}
footer > div{
	padding: 0 2.5vw;
}
.footer_alt div a img{
	height: 30px;
}
.yan-fixed{
	position: fixed;
    top: 30%;
    left: 0;
    z-index: 9991;
    transform: translate(0, -30%);
}
.yan-fixed-icerik ul{
	display: flex;
	flex-direction: column;
}
.yan-fixed-icerik ul li a img{
	width: 30px;
    filter: invert(1);
}
.yan-fixed-icerik ul li{
	margin-bottom: 10px;
	padding: 15px;
    background: #0075bf;
    border-radius: 0 15px 15px 0;

}
.yan-fixed-icerik ul li:last-child{
	margin-bottom: 0;
}
.mobil-goster{
	display: none!important;
}
.mobil-gizle{
	display: block!important;
}
.anasayfa-hakkimizda-img{
	position: relative;	
    display: flex;
    align-items: center;
    justify-content: center;
	background: url(/images/shape.jpg);
	background-size: contain;
	background-position: bottom -60px left 0;
	padding-bottom: 60px;
	background-repeat: no-repeat;
}
.anasayfa-hakkimizda-img div figure img{
	border-radius: 5px;
}
.anasayfa-hakkimizda-img-ust{
	border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0;
}
.anasayfa-hakkimizda-img-alt{
	text-align: right;
    z-index: 1;
    transform: translateY(160px) translateX(60px);
}
.anasayfa-hakkimizda-baslik h3{
	font-size: 14px;
    line-height: 30px;
    font-weight: 800;
    color: #0075bf;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.anasayfa-hakkimizda-baslik h2{
	font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    color: #333333;
}
.anasayfa-hakkimizda-text p{
	font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #4c4d56;
    margin-top: 25px;
}
.anasayfa-hakkimizda-list span{
	font-size: 16px;
    font-weight: 700;
    color: #333333;	
}
.anasayfa-hakkimizda-list{
	margin-top: 30px;
}
.anasayfa-hakkimizda-icerik{
	padding: 30px 0;
}
.pd60{
	padding: 60px;
}

.pt60 {
	padding:60px 0px;
}
.sayfa-kategori{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 100%;
}
.sayfa-kategori .yan-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #f1f1f1;
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0) 2.95px 2.95px 3.6px;
    border-radius: 10px;
}
.sayfa-kategori .yan-icon a{
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s;
    padding: 0.7vw 1.3vw;
    width: 100%;
}
.sayfa-kategori .yan-icon a img{
    width: 1.5vw;
    filter: brightness(0);
    transition: all 0.4s;
    margin-bottom: 0.5vw;
}
.sayfa-kategori .yan-icon a span{
    color: #000;
    font-size: 0.7vw;
    transition: all 0.4s;
    font-weight: bold;
    text-align: center;
}
.sayfa-kategori .yan-icon:hover{
	background: #0075bf;
	box-shadow: rgba(0, 0, 0, 0.35) 1.95px 1.95px 2.6px;
	transform: scale(0.95);
}
.sayfa-kategori .yan-icon a:hover span{
	color: #fff;
}
.sayfa-kategori .yan-icon a:hover img{
	filter: brightness(1);
}
.anasayfa-hakkimizda-list ul{
	display: flex;
	flex-direction: column;
}
.anasayfa-hakkimizda-list ul li{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.anasayfa-hakkimizda-list ul li i{
	font-size: 18px;
	color: #0075bf;
	margin-right: 10px;
}
.anasayfa-sektorler2{
	overflow: hidden;
}
.anasayfa-sektorler2-big-slider-box-icerik{
	display: flex;
}
.anasayfa-sektorler2-big-slider-box-icerik > figure{
	width: 50%;
}
.anasayfa-sektorler2-big-slider-box-icerik > figure img{
	width: 100%;
	height: 34vw;
}
.anasayfa-sektorler2-big-slider-text{
	width: 50%;
    padding: 0 0 0 22vw;
}
.anasayfa-sektorler2-big-slider-text-icerik{
	width: 100%;
	height: 100%;
    padding: 4vw 2vw 4vw 2vw;
	background: #dedede;	
    display: flex;
    flex-direction: column;
    align-items: center;
}
.anasayfa-sektorler2-main{
	background: #f1f1f1;
	position: relative;
}
.anasayfa-sektorler2-big-slider-text figure{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.anasayfa-sektorler2-big-slider-text figure img{
	width: 25%;
}
.anasayfa-sektorler2-column-slider-main{
	width: 22vw !important;
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(0, -50%);
}
.anasayfa-sektorler2-big-slider-text h2{
	font-weight: 700;
	font-size: 1.1vw;
	margin-bottom: 15px;
}
.anasayfa-sektorler2-column-slider-box-icerik{
	display: flex;
	align-items: center;
	justify-content: start;
	height: 12vh;
	background: transparent;
	float: left;
	width: 100%;
	transition: all .4s;
}
.anasayfa-sektorler2-column-slider-box-icerik h3{
	font-size: 1.2vw;
	font-weight: 700;
	color: #000;
	padding-left: 15px;
}
.anasayfa-sektorler2-column-slider .slick-arrow{
	width: 100%;
	margin: 10px 0;
	font-size: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
	position: relative;
	padding: 1.3vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	transition: all .4s;
	opacity: 0.5;
}
.anasayfa-sektorler2-column-slider .slick-arrow:hover{
	opacity: 1;
}
.anasayfa-sektorler2-column-slider .slick-arrow:before{
	font-family: 'profornet' !important;
	color: #000;
	font-size: 1vw;
	position: absolute;
	transition: all .4s;
}
.anasayfa-sektorler2-column-slider .slick-prev:before{
	content: "\e94b";
}
.anasayfa-sektorler2-column-slider .slick-next:before{
	content: "\e902";
}
.anasayfa-sektorler2-column-slider{
	position: relative;
}
.anasayfa-sektorler2-column-slider-box{
	position: relative;
	border: none!important;
	cursor: pointer;
}
.anasayfa-sektorler2-column-slider-box:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: #dedede;
	transition: none;
}
.anasayfa-sektorler2-column-slider .slick-center:before{
	width: 100%;
	transition: all 0.7s;
}
.anasayfa-sektorler2-column-slider .slick-center{
}
.anasayfa-sektorler2-column-slider .slick-slide h3{
	opacity: 0.5;
	transform: scale(0.8, 0.8);
	transform-origin: center left;
	transition: opacity 0.1s ease, transform 0.1s ease;
}
.anasayfa-sektorler2-column-slider .slick-slide.slick-current h3, .anasayfa-sektorler2-column-slider .slick-slide.slick-current-clone-animate h3{
	opacity: 1;
	transform: scale(1, 1);
}
.anasayfa-sektorler2 .seciton-title{
	margin-bottom: 30px;
}
.seciton-title {
	margin:auto;
	text-align:center;
	padding:30px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.seciton-title h1 {
	font-size:32px;
	font-weight:700;
	position:relative;
	margin-bottom: 10px;
}
.seciton-title h1:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 40%;
	height: 4px;
	/*background: #0075bf;*/
}
.seciton-title p {
	font-size:18px;
}
.anasayfa-urunler2-icerik{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 30px 30px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	background: #fff;
	transition: all 0.4s;
	box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.09);
	height: 100%;
    justify-content: space-between;
}
.anasayfa-urunler2-icerik:hover{
	box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.2);
}
.anasayfa-urunler2-icerik:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	transition: all 0.4s;
	background: #333;
	z-index: -1;
	border-radius: 10px;
}
.anasayfa-urunler2-box.hover .anasayfa-urunler2-icerik:before{
	/*height: 100%;*/
}
.anasayfa-urunler2-img{
	position: relative;
	z-index: 3;
}
.anasayfa-urunler2-img figure{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 50%;
	box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
	background: #fff;
}
.anasayfa-urunler2-img figure img{
	border-radius: 50%;
	max-width: 150px;
}
.anasayfa-urunler2-icerik h2{
	font-size: 1.2vw;
	font-weight: 700;
	transition: all 0.4s;
	color: #000;
	text-align: center;
}
.anasayfa-urunler2-icerik p{
	margin: 20px 0;
	text-align: center;
	transition: all 0.4s;
	color: #000;
}
.anasayfa-urunler2{
	padding: 60px 0;
}
.anasayfa-urunler2 > div > div > div > .anasayfa-urunler2-box{
	margin-top: 100px;
    height: calc(100% - 100px);
}
.anasayfa-urunler2 > div > div > div:nth-child(-n + 4) > .anasayfa-urunler2-box{
	margin-top: 75px;
    height: calc(100% - 75px);
}
.anasayfa-urunler2{
	background: #f1f1f1;
}
.sayfa-btn1 {
  position: relative;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sayfa-btn1:before {
  content: "";
  position: absolute;
  left: 6px;
  display: block;
  border-radius: 50px;
  background: #b1dae7;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.sayfa-btn1 span {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #234567;
}

.sayfa-btn1 svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.sayfa-btn1:hover:before {
  width: 100%;
  background: #b1dae7;
}

.sayfa-btn1:hover svg {
  transform: translateX(0);
}

.sayfa-btn1:active {
  transform: scale(0.95);
}

.mb-60{
	margin-bottom: 60px;
}
.anasayfa-sayac{
	padding: 60px 0;
	background: url(/images/sayac-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.anasayfa-sayac:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 0;
	/*z-index: -1;*/
}
.anasayfa-sayac-icerik figure img{
	width: 50px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.anasayfa-sayac-icerik figure{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background: rgba(255,255,255,0.8);*/
	border-radius: 50%;
}
.anasayfa-sayac-icerik > div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-direction: row;
}
.anasayfa-sayac-icerik{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: -10px 0;
}
.anasayfa-sayac-icerik span{
	font-size: 1.8vw;
	font-weight: 700;
	color: #fff;
	margin-right: 10px;
	display: block;
}
.anasayfa-sayac-icerik h4{
	font-size: 1.2vw;
	font-weight: 700;
	color: #fff;
	margin-left: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.anasayfa-sayac-icerik h3{
	font-size: 0.9vw;
	font-weight: 400;
	color: #fff;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.chat-bot{
	position: fixed;
    right: 30px;
    bottom: 40px;
	z-index: 9992;
}
.chat-bot-icerik{
	width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0075bf;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.chat-icon{
	width: 35px;	
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
	animation: tilt-shaking 0.4s infinite;
}
.chat-bot-write{
	position: absolute;
	bottom: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chat-bot-write-animation{
	display: flex;
	align-items: center;
    justify-content: center;
    position: absolute;
    top: 35%;

}
.chat-bot-write-animation > div{
	height: 10px;
    width: 10px;
    border-radius:50%;
    transform: scale(0);
    background-color: #0075bf;
    animation: scaling 1s ease-in-out infinite;
    display: inline-block;
    margin: 0;
}
.chat-bot-write-animation > div:nth-child(1){
	animation-delay:0.2s;
}
.chat-bot-write-animation > div:nth-child(2){
	animation-delay:0.4s;
}
.chat-bot-write-animation > div:nth-child(3){
	animation-delay:0.6s;
}
.chat-bot-write-animation > div:nth-child(4){
	animation-delay:0.8s;
}
.chat-bot-write-animation > div:nth-child(5){
	animation-delay:1s;
}


@keyframes scaling{
  0%, 100%{
    transform: scale(0.5);
  }
  40%{
    transform: scale(0.8);
  }
  50%{
    transform: scale(0.8);
  }
}
.fontSecimiSelect{
	font-family: "Poppins", sans-serif!important;
}
.fontSecimiSelect option{
	font-family: "Poppins", sans-serif!important;
}

.anasayfa-sektorler2-big-slider-text-icerik a{
	margin-top: 15px;
}
.sayfa-btn2{
  font-size: 1vw;
  background: #9acd66;
  border: none;
  padding: 1vw;
  color: #fff;
  position: relative;
  transition: 0.5s ease;
  cursor: pointer;
  z-index: 1;
}

.sayfa-btn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #0075bf;
  transition: 0.5s ease;
}

.sayfa-btn2:hover {
  color: #ffffff;
  transition-delay: 0.5s;
}

.sayfa-btn2:hover::before {
  width: 100%;
}

.sayfa-btn2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #0075bf;
  transition: 0.4s ease;
  z-index: -1;
}

.sayfa-btn2:hover::after {
  height: 100%;
  transition-delay: 0.4s;
  color: aliceblue;
}
.mobilmenu--menu-online-shop a{
	display: flex;
	align-items: center;
	width: 100%;
}
.mobilmenu--menu-online-shop img{
	width: 24px;
	margin-right: 5px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.anasayfa-haberler2-box-text > h2{
	font-size: 21px;
	color: #000;
	font-weight: 600;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.anasayfa-haberler2-box-text > p{
	font-size: 16px;
	line-height: 24px;
	color: #454545;
	font-weight: 400;
	margin-top: 10px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	min-height: 120px;
}
.anasayfa-haberler2-box-alt{
	display: flex;
	flex-direction: column;
}
.anasayfa-haberler2-box-devami{
	position: relative;
	padding: 10px 0;
	display: flex;
	align-items: start;
}
.anasayfa-haberler2-box-devami:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: #d1d1d1;
}
.anasayfa-haberler2-main > figure{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.anasayfa-haberler2-main > figure > img{
	width: 100%;
	transition: all 0.4s;
}
.anasayfa-haberler2-main:hover > figure > img{
	transform: scale(1.1);
}
.anasayfa-haberler2-main{
	padding: 20px;
	box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.09);
	transition: all 0.4s;
	background: #fff;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
}
.anasayfa-haberler2-main:hover{
	box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.2);
}
.next-haberler > div{
	height: 100%;
}
.next-haberler > div > div:nth-last-child(-n + 2){
	align-items: end;
	justify-content: end;
	margin-top: 20px;
}
.next-haberler .anasayfa-haberler2-main{
	display: flex;
	flex-direction: column;
}
.next-haberler .anasayfa-haberler2-main > figure{
	height: 100px;
}
.next-haberler .anasayfa-haberler2-box-text{
	justify-content: space-between;
}
.next-haberler > div > div{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
}
.haber-uzun p{
	-webkit-line-clamp: 3;
	min-height: 75px;
}
.haber-uzun .anasayfa-haberler2-box-text > a{
	-webkit-line-clamp: 1;
	height: 35px;
}
.anasayfa-sayac-main{
	position: absolute;
}
.anasayfa-sayac{
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
#myVideo{
	width: 100%;
}
.anasayfa-sektorler3-box{
	margin: 50px 15px;
	padding: 25px;
	border-radius: 20px;
	box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.09);
	transition: all 0.4s;
	height: 100%;
}
.anasayfa-sektorler3-box:hover{
	box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.2);
	transform: translateY(-20px);
}
.anasayfa-sektorler3-box-icerik figure{
	width: 100%;
	border-radius: 20px;
	margin-bottom: 20px;
}
.anasayfa-sektorler3-box-icerik figure img{
	width: 100%;
	border-radius: 20px;
}
.anasayfa-sektorler3-box-icerik h2{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	height: 60px;
	margin-bottom: 15px;
	transition: all 0.4s;
}
.anasayfa-sektorler3-box:hover h2{
	color: #0075bf;
}
.anasayfa-sektorler3-box-icerik p{
	color: #000;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 24px;
}
.anasayfa-sektorler3-box-icerik{
	display: flex;
	flex-direction: column;
	align-items: start;
    justify-content: space-between;
    height: 100%;
}
.anasayfa-sektorler3-box:hover a span{
	color: #0075bf;
}
.anasayfa-sektorler3-box:hover a svg{
	stroke: #0075bf;
}
.anasayfa-sektorler3-slider-main{
	position: relative;
}
.slick-slider-dots-sektorler3 .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-slider-dots-sektorler3 .slick-dots li{
	margin-right: 10px;
	display: flex;
}
.slick-slider-dots-sektorler3 .slick-dots li button{
	font-size: 0;
	width: 20px;
	height: 8px;
	padding: 0;
	border-radius: 15px;
	opacity: .7;
	transition: all 0.4s;
	background: #0075bf;
}
.slick-slider-dots-sektorler3 .slick-dots li button:hover{
	opacity: 1;
}
.slick-slider-dots-sektorler3 .slick-dots li.slick-active button{
	opacity: 1;
	width: 75px;
}
.anasayfa-haberler2-box-text{
	display: flex;
	align-items: start;
	flex-direction: column;
}
.next-haberler .anasayfa-haberler2-box-text > p{
	-webkit-line-clamp: 3;
	min-height: auto;
}
.next-haberler .anasayfa-haberler2-box-text > a{
	margin-top: 10px;
}
.next-haberler .anasayfa-haberler2-box-text > .sayfa-btn1 span{
	font-size: 16px;
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.slick-slider-dots-sektorler2 .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-slider-dots-sektorler2 .slick-dots li{
	margin-right: 10px;
	display: flex;
}
.slick-slider-dots-sektorler2 .slick-dots li button{
	font-size: 0;
	width: 20px;
	height: 8px;
	padding: 0;
	border-radius: 15px;
	opacity: .7;
	transition: all 0.4s;
	background: #0075bf;
}
.slick-slider-dots-sektorler2 .slick-dots li button:hover{
	opacity: 1;
}
.slick-slider-dots-sektorler2 .slick-dots li.slick-active button{
	opacity: 1;
	width: 75px;
}


/*ic sayfalar*/



.sayfa-ust{
	height: 320px;
	background-size: cover!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	position: relative;
	z-index: 1;
}
.sayfa-ust:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: -1;
}
.sayfa-ust-icerik{
	padding: 3.65vw 0;
	height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sayfa-ust-icerik h1{
	font-size: 45px;
	color: #fff;
	font-weight: 600;
}
.sayfa-ust-icerik ul{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 100px;
}
.sayfa-ust-icerik ul li{
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 15px;
	padding-right: 25px;
}
.sayfa-ust-icerik ul li:before{
    position: absolute;
    right: 0;
    content: "\e937";
    font-size: 10px;
    color: #fff;
    font-family: 'profornet' !important;
}
.sayfa-ust-icerik ul li:last-child:before{
	content: none;
}
.sayfa-ust-icerik ul li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.sayfa-ust-icerik ul li a{
	font-size: 0.8vw;
	color: #fff;
	font-weight: 300;
}
.sayfa-ust-icerik ul li h4{
	font-size: 0.75vw;
	color: #fff;
	font-weight: 600;
}
.single-line {
    white-space: nowrap;     
    overflow: hidden;          
    display: block;           
	width: 100%;
	text-align: center;
}
.urunler-icerik > div{
	display: flex;
	justify-content: center;
}
.container-main{
	width: 90%;
	padding: 2vw 0;
}
.max-menu-width{
	max-width: 360px;
	min-height: calc(100vh - 320px); 
	padding: 1vw;
}
.urunler-select-left-main{
	padding: 1vw;
	display: flex;
	flex-direction: column;
	align-items: start;
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.urunler-icerik{
	background: #fff;
}
.urunler-box{
	background: #fff;
	border-radius: 10px;
	padding: 2vw 1vw;
	box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.09);
	transition: all 0.4s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.urunler-box:hover{
	box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.2);
}
.urunler-siralama-grid{
	margin-top: 30px;
}
.urun-box-ust{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.urun-box-ust > div{
	width: 100%;
}
.urun-box-adi h2{
	font-weight: 600;
	color: #000;
	font-size: 1.2vw;
	padding-right: 15px;
	white-space: pre-wrap; 
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; 
    height: 2em;
}
.urun-box-frekans span{
	font-size: 0.7vw;
	font-weight: 600;
	color: #fff;
}
.urun-box-frekans span b{
	font-size: 0.7vw;
	font-weight: 600;
	color: #fff;
}
.urun-box-frekans figure{
	display: flex;
	align-items: center;
	padding: 6px 12px;
	background: #0075bf;
	border-radius: 5px;
}
.urun-box-frekans figure img{
	height: 2vw;
}
.urun-box-frekans > figure:last-child{
	flex-direction: column;
	margin-left: 10px;
}
.urun-box-frekans{
	display: flex;
	justify-content: end;
	align-items: center;
}
.urun-box-deger ul{
	display: flex;
	flex-direction: row;
}
.urun-box-deger ul li{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: start;
	padding: 0;
}
.urun-box-deger ul li h3{
	font-size: 0.7vw;
	font-weight: 400;
	margin: 5px 0;
}
.urun-box-deger ul li h2{
	font-size: 1vw;
	font-weight: 600;
}
.urun-box-deger-kw{
	display: flex;
	flex-direction: column;
}
.urun-box-deger-kw p{
	display: flex;
	align-items: end;
	justify-content: start;
	font-size: 0.8vw;
	font-weight: 400;
	margin-bottom: 0;
}
.urun-box-deger-kw p b{
	font-size: 1.2vw;
	font-weight: 600;
	margin-right: 2px;
}
.urun-box-deger-kw p span{
	line-height: 1.2vw;
}
.productTypePortable .urun-box-deger ul li h3{
	width: 100%;
	position: relative;
	padding-bottom: 5px;
	text-align: center;
	font-weight: 600;
}
.productTypePortable .urun-box-deger-kw{
	width: 100%;
}
.productTypePortable .urun-box-deger-kw p{
	align-items: center; 
    line-height: 1vw;
    margin-bottom: 5px;
	justify-content: space-between;
}
.productTypePortable .urun-box-deger-kw p b{
    font-size: 0.9vw;
}
.productTypePortable .urun-box-deger ul li{
	flex: 2;
	padding-right: 15px;
	position: relative;
}
.productTypePortable .urun-box-deger ul li:before{
	content: "";
	position: absolute;
	width: 2px;
	height: 60%;
	right: 5px;
	bottom: 8px;
	background: #ccc;
}
.productTypePortable .urun-box-deger ul li:last-child{
	padding-right: 0;
}
.productTypePortable .urun-box-deger ul li:last-child:before{
	content: none;
}
.productTypePortable .urun-box-deger ul li:first-child{
	flex: 1;
}
.productTypePortable .urun-box-deger-kw p span{
    font-size: 0.7vw;
	line-height: 1vw;
}
.urun-box-icon{
	margin: 20px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.urun-box-icon ul{
	display: flex;
	flex-wrap: wrap;
}
.urun-box-icon ul li{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 5px 10px 0;
}
.urun-box-icon ul li figure{
	width: 2.5vw;
    padding: 0.5vw;
    border-radius: 50%;
	padding-left: 0;
}
.urun-box-icon ul li figure img{
	width: 100%;
}
.urun-box-icon ul li span{
	width: calc(100% - 3.5vw);
	font-size: 0.65vw;
	white-space: pre-wrap; 
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; 
}
.urun-box-icon ul li span b{
	display: block;
	font-size: 0.6vw;
}

.urunler-sektor-select a{
	font-weight: 300;
	font-size: 1vw;
}
.urunler-select-left-main > div > h2{
	font-size: 0.7vw;
	font-weight: 600;
	margin-bottom: 20px;
}
.urunler-select-left-main > div{
	width: 100%;
}
.urunler-select-left-main .akordiyon{
	padding: 10px 0 20px 0;
}
.urunler-arama{
	padding-bottom: 10px;
	border-bottom: 2px solid #ebebeb;
}
.urunler-arama span{
	padding: 20px 40px 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    background: none;
    font-size: 0.7vw;
    font-weight: 600;
}
.urun-arama-input{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.urun-arama-input button{
	position: absolute;
	right: 5px;
	background: transparent;
}
.urun-arama-input input{
	width: 100%;
	padding: 5px 30px 5px 5px;
	font-size: 0.9vw;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: none!important;
	background: #0075bf;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
	border: none!important;
	color: #ffffff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	border: none!important;
	color: #0075bf!important;
	background: #0075bf!important;
	border-radius: 50%;
}
.ui-widget-header{
	background: #0075bf!important;	
}
.urun-range-input{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.urun-range-input input{
	width: 5vw;
}
.urun-motor-select a{
	font-weight: 300;
	font-size: 1vw;
}
.urun-elektrik-switch .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.urun-elektrik-switch .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.urun-elektrik-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.urun-elektrik-switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.urun-elektrik-switch input:checked + .slider {
	background-color: #0075bf;
}
.urun-elektrik-switch input:focus + .slider {
	box-shadow: 0 0 1px #0075bf;
}
.urun-elektrik-switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.urun-elektrik-switch .slider.round {
	border-radius: 34px;
}
.urun-elektrik-switch .slider.round:before {
	border-radius: 50%;
}
.urun-elektrik-select-icerik{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.urun-elektrik-select-icerik h3{
	font-weight: 300;
	font-size: 0.8vw;
}
.urun-filter-btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.urun-box-btn a span{
	font-size: 0.9vw;
}
.extra-controls > div{
	width: 40%;
}
.irs--flat .irs-handle {
  top: 18px;
  width:25px;
  height: 25px;
  border:0;
  background-color: #0075bf!important;
  border-radius: 25px;
}
.irs--flat .irs-handle>i:first-child {
  display: none;
}
.irs--flat .irs-bar {
  background-color: #0075bf!important;
  /* azul ligeramente mas claro que los botones para que contraste */
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  background-color: #0075bf!important;
  margin-bottom: 5px;

}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  border-top-color: #0075bf!important;
}
.irs-from, .irs-to, .irs-single {
  margin-top: -4px;
}
.irs--flat .irs-line, .irs--flat .irs-bar {
  height: 10px;
}

.akordiyon{
	width: 100%;
}

.akordiyon li {
    list-style:None!important;
}

.akordiyonBaslik{
	padding: 20px 40px 20px 0;
	position: relative;
	display: flex;
	align-items: center;
	transition: all 0.4s;
	background: none;
	font-size: 0.8vw;
	font-weight: 600;	
}
.akordiyonBaslik:before{
	content: '\e902';
	position: absolute;
	right: 10px;
	font-size: 15px;
	font-family: profornet;
}
.show-baslik:before{
	content: '\e94b';	
}
.akordiyon > li{
	position: relative;
	margin-bottom: 10px;
}
.akordiyon > li:last-child{
	margin-bottom: 0;
}
.yan-menu-form-kapat{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.urun-gruplari-list > div > ul{
	display: flex;
}
.urun-gruplari-list > div > ul > li{
	flex: 1;
	margin-right: 1vw;
	transition: all 0.4s;
	box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.09);
	border-radius: 10px;
	cursor: pointer;
	position:relative;
}

.urun-gruplari-list > div > ul > li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.urun-gruplari-list > div > ul > li:hover{
	box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.3);	
}
.urun-gruplari-list > div > ul > li:last-child{
	margin-right: 0;
}
.urun-gruplari-list-box-ust{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.urun-gruplari-list-box-ust span{
	font-size: 0.7vw;
	color: #000;
	font-weight: 500;
}
.urun-gruplari-list-box-alt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
.urun-gruplari-list-box-alt > li{
	width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.urun-gruplari-list-box-alt > li:before{
    content: "";
    position: absolute;
    right: -14%;
    width: 9px;
    height: 51%;
    border: 2px solid #0075bf;
    border-left: none;
    border-right: none;
}
.urun-gruplari-list-box-alt > li:last-child:before{
    content: none;
}
.urun-gruplari-list-box-alt > li:first-child .urun-gruplari-list-box-deger{
	align-items: center;
}
.urun-gruplari-list-box-deger{
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
}
.urun-gruplari-list-box-deger span{
	font-size: 0.9vw;
	color: #000;
	font-weight: 500;
	display: flex;
	align-items: center
}
.urun-gruplari-list-box-deger span b{
	font-size: 1.3vw;
	color: #0075bf;
	font-weight: 500;
	margin: 0 5px;
}
.urun-gruplari-list-box-ust span{
	font-size: 0.7vw;
	color: #000;
	font-weight: 500;
	background: #e6e6e6;
	padding: 5px 10px;
	display: block;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.urun-gruplari-list-box figure{
	width: 100%;
	border-radius: 10px;
	margin: 20px 0;
}
.urun-gruplari-list-box figure img{
	width: 100%;
	border-radius: 10px;
}
.urun-gruplari-list-box{
	display: flex;
	flex-direction: column;
	align-items: start;
	height: 100%;
	padding-bottom: 20px;
	min-height: 190px;
}
.urun-gruplari-list-box a{
	font-size: 1vw;
	color: #000;
	font-weight: 500;
	position: relative;
}
.urun-gruplari-list-box a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #000;
	transition: all 0.4s;
}
.urun-gruplari-list-box a:hover:before{
	width: 100%;
}
.urun-gruplari-main{
	padding: 60px 0;
}
.urun-gruplari-list{
	padding: 60px 0;
}
.urun-gruplari-main > ul{
	display: flex;
	flex-direction: column;
}
.urun-gruplari-main > ul > li{
	width: 100%;
	padding: 1.5vw;
}
.urun-gruplari-main > ul > li:nth-child(2n){
	background: #f1f1f1;
}
.urun-gruplari-main-icerik{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.urun-gruplari-main > ul > li:nth-child(2n) .urun-gruplari-main-icerik{
	flex-direction: row-reverse;
}
.urun-gruplari-main-icerik > div{
	width: 48%;
}
.urun-gruplari-main-img figure{
	width: 100%;
	border-radius: 10px;
}
.urun-gruplari-main-img figure img{
	width: 100%;
	border-radius: 10px;
}
.urun-gruplari-main-text h2{
    font-size: 1.3vw;
    font-weight: 400;
    margin-bottom: 20px;
}
.urun-gruplari-main-text h2 p{
    font-size: 1.3vw;
    font-weight: 400;
}
.urun-gruplari-main-text ul li{
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
}
.urun-gruplari-main-text ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #0175c0;
    border-radius: 50%;
}
.urun-gruplari-main-text h2 p b {
    font-weight:bold;
}

.margin-top-header{
	margin-top: 4.65vw;
}
.urun-gruplari-baslik{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.urun-gruplari-baslik h1{
	font-size: 45px;
	color: #000;
	font-weight: 600;
}
.urun-gruplari-baslik ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.urun-gruplari-baslik ul li{
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 15px;
	padding-right: 25px;
}
.urun-gruplari-baslik ul li:before{
	position: absolute;
	right: 0;
	content: ">";
	font-size: 1vw;
	color: #000;
}
.urun-gruplari-baslik ul li:last-child:before{
	content: none;
}
.urun-gruplari-baslik ul li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.urun-gruplari-baslik ul li a{
	font-size: 0.8vw;
	color: #000;
	font-weight: 300;
}
.urun-gruplari-baslik ul li h4{
	font-size: 0.8vw;
	color: #000;
	font-weight: 500;
}
.urun-grup-servis-icerik{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 30px 30px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	background: #f1f1f1;
	transition: all 0.4s;
}
.urun-grup-servis-icerik:hover{
	box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.2);
}
.urun-grup-servis-img{
	position: relative;
	z-index: 3;
}
.urun-grup-servis-img figure{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #333;
	border: 10px solid #fff;
	padding: 10px;
}
.urun-grup-servis-img figure img{
	max-width: 90px;
	padding: 20px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.urun-grup-servis-icerik h2{
	font-size: 1.2vw;
	font-weight: 700;
	transition: all 0.4s;
	color: #000;
}
.urun-grup-servis-icerik p{
	margin: 20px 0;
	text-align: center;
	transition: all 0.4s;
	color: #000;
}
.urun-grup-servis-icerik .sayfa-btn1:before{
	background: #cdcdcd;
}
.urun-grup-servis-icerik .sayfa-btn1:hover:before{
	background: #cdcdcd;
}
.urun-grup-servis-icerik .sayfa-btn1 span{
	color: #000;
}
.urun-grup-servis-icerik .sayfa-btn1 svg{
	stroke: #000;
}
.urun-grup-servis{
	margin-top: 120px;
	margin-bottom: 60px;
}
.urun-gruplari-list-box-tumu{	
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.urun-gruplari-list-box-tumu p{
	font-size: 1.3vw;
	color: #0075bf;
	text-align: center;
	padding: 1vw;
	font-weight: 600;
}
.urun-gruplari-list-box-tumu i{
	font-size: 1.5vw;
	color: #0075bf;
	text-align: center;
	padding: 1vw;
	font-weight: 600;
}
.urun-grup-ust{
	padding: 60px 0;
}
.urun-grup-ust > div > div > div{
	display: flex;
	align-items: center;
}
.urun-grup-ust-icerik figure{
	width: 100%;
	position: relative;
	z-index: 1;
}

.urun-grup-ust-icerik h2 {
    font-size:22px;
}

.urun-grup-ust-icerik figure:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 300px;
	background: #0075bf3d;
	border-radius: 50%;
	z-index: -1;
}
.urun-grup-ust-icerik figure:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: #0075bf3d;
	border-radius: 50%;
	z-index: -1;
}
.urun-grup-ust-icerik figure img{
	width: 100%;
}
.urun-grup-ust-icerik h3{
	font-size: 1vw;
	font-weight: bold;
}
.urun-grup-ust-icerik h2{
	font-size: 1.3vw;
	font-weight: 400;
	margin-bottom:20px;
}
.urun-grup-ust-icerik h2 p{
	font-size: 1.3vw;
	font-weight: 400;
}
.urun-grup-ust-icerik h2 p b {
    font-weight:bold;
}

.urun-grup-ust-icerik ul{
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.urun-grup-ust-icerik ul > li{
	display: flex;
	align-items: center;
	width: 50%;
	padding: 0 20px;
	position: relative;
	margin-bottom: 10px;
}
.urun-grup-ust-icerik ul > li:before{
	content: "";
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	background: #0075bf;
	border-radius: 50%;
}
.urun-grup-ust-icerik span{
	font-size: 1vw;
}
.urun-grup-list-btn{
	display: flex;
	width: 100%;
    margin-top: 10px;
}
.urun-grup-list-btn > li{
	display: flex;
	align-items: center;
}
.urun-grup-list-btn > li > span{
	color: #000;
    font-size: 0.7vw;
    background: #c4c4c4;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 7px;
}
.urun-grup-list-btn > li:first-child{
	margin-right: 10px;
}
.urun-grup-avantaj{
	padding: 60px 0;
	background: url(/images/generator.jpg);
    background-position: center;
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.urun-grup-avantaj:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0,0,0,.8);
}
.urun-grup-avantaj-box{
	padding: 3rem 6rem;
	display: flex;
	flex-direction: column;
	align-items: start;
}
.urun-grup-avantaj-box h2{
	color: #fff;
	font-size: 1.5vw;
	font-weight: 400;
	margin-bottom: 20px;
}
.urun-grup-avantaj-box h2 b{
	color: #9acd66;
	font-weight: 600;
}
.urun-grup-avantaj-box ul{
	display: flex;
	align-items: start;
	flex-direction: column;
}
.urun-grup-avantaj-box ul li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.urun-grup-avantaj-box ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}
.urun-grup-avantaj-box ul li p{
	color: #fff;
}
.urun-grup-avantaj-box ul li:last-child{
	margin-bottom: 0;
}
.urun-grup-avantaj-box ul li p b{
	display: block;
	font-weight: bold;
}
.pd40{
	padding: 40px 0;
}
.pd0{
	padding: 0 0 40px 0;
}
.urunler-radiogroup{
	display: flex;
	flex-direction: column;
}
.urunler-radiogroup > label{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-size: 1vw;
}
.urunler-radiogroup > label:last-child{
	margin-bottom: 0;
}

.urunler-radiogroup > label input{
	margin-right: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	height: 15px;
	width: 15px;
	transition: all 0.15s ease-out 0s;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
}
.urunler-radiogroup > label input:hover{	
	background: #9faab7;
	border-color: #fff;
}
.urunler-radiogroup > label input:checked {
    background: linear-gradient(180deg, rgb(1 117 192) 0%, rgb(1 117 192) 100%);
    border-color: #fff;
}
.urunler-radiogroup > label input:checked::before {
	width: 15px;
	height: 15px;
	display:flex;
	content: "\2713";
	font-size: 12px;
	font-weight:bold;
	position: absolute;
	align-items:center;
	justify-content:center;
	color: #ffffff;
	top: -2px;
	left: -1px;
}
.urunler-radiogroup > label input:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: linear-gradient(180deg, rgb(1 117 192) 0%, rgb(1 117 192) 100%);
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}
@keyframes click-wave {
  0% {
    height: 25px;
    width: 25px;
    opacity: 0.35;
    position: relative;
	border-radius: 4px;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.urun-filter-btn > a:first-child{
	margin-right: 10px;
}
.urun-filter-temizle:before{
	background: #ff6161;
}
.urun-filter-temizle:hover:before{
	background: #ff6161;
}
.urun-filter-temizle span{
	color: #000;
	font-size: 16px;
}
.urun-filter-temizle svg{
	stroke: #000;
}
.urun-range-slider input{
	font-size: 0.8vw;
}
.range-slider span{
	font-size: 0.6vw!important;	
}
.urun-box-img{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
.urun-box-img figure{
	width: 100%;
	margin: 20px 0;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.urun-box-img figure img{
    max-height: 160px;
}
.urun-box-img figure a{
    display: flex;
	align-items: center;
	justify-content: center;
}
.urun-box-img .urun-box-deger{
	width: 100%;
}
.urun-box-btn{
	display: flex;
	align-items: center;
	justify-content: start;
}
.urun-box-btn > a{
	width: 50%;
	margin-right: 10px;
}

.urun-box-teklif:before{
	background: #c1e29e;
}
.urun-box-teklif:hover:before{
	background: #c1e29e;
}
.urun-box-teklif span{
	color: #393939;
}
.urun-box-teklif svg{
	stroke: #393939;
}
.urun-box-ortaliTekSira h3{
	width:100%;
	text-align:center;
}

.urun-box-ortaliTekSira div{
	flex-direction:row!important;
	width: 100%;
    justify-content: space-evenly;	
}

.urun-box-ikili{
	flex-direction:row!important;
}
.urun-box-ikili span{
	margin-right:15px;
}

.urunler-select-top-sirala .active{
	filter: brightness(0) saturate(100%) invert(23%) sepia(61%) saturate(3633%) hue-rotate(187deg) brightness(100%) contrast(102%);
}
.urunler-select-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.urunler-select-top-sirala ul{
	display: flex;
	align-items: center;
}
.urunler-select-top-sirala ul li a img{
	width: 2vw;
}
.urunler-select-top-sirala ul li{
	margin-right: 15px;
}
.urunler-select-top-sirala ul li:last-child{
	margin-right: 0;
}
.urunler-select-top-bilgi span{
	font-size: 0.8vw;
}
.urunler-select-top-sirala{
	display: flex;
	align-items: start;
}
.urunler-select-top-sirala > ul{
	margin-right: 15px;
}
.urunler-select-top-sirala > ul:last-child{
	margin-right: 0;
}
.tab_drawer_heading { display: none; }
@media screen and (max-width: 480px) {
	.tabs-urun {
		display: none;
	}
}
.urunler-siralama-list{
	margin-top: 30px;
}
.urunler-siralama-list-icerik > ul{
	display: flex;
	flex-direction: column;	
}
.urunler-siralama-list-icerik > ul > li{
	padding: 10px;
}
.urunler-siralama-list-icerik > ul > li:nth-child(2n){
	background: #ebebeb;
}
.urunler-siralama-list-icerik > ul > li > ul{
	display: flex;
	width: 100%;
}
.urunler-siralama-list-icerik ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	width: 100%;
}
.urunler-siralama-list-icerik-detay{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.urunler-siralama-list-icerik-detay > a{
	margin-right: 10px;
}
.urunler-siralama-list-icerik-detay > a:last-child{
	margin-right: 0;
}
.urunler-siralama-list-icerik-detay > a i{
	color: #0175c0;
	font-size: 1.3vw;
}
.urunler-siralama-list-icerik-detay .sayfa-btn1:before{
	width: 30px;
	height: 30px;
}
.urunler-siralama-list-icerik-detay .sayfa-btn1:hover:before{
	width: 100%;
}
.urunler-siralama-list-icerik span{
	font-size: 0.9vw;
	text-align: center;
}
.urunler-siralama-list-icerik h6{
	font-size: 0.9vw;
	font-weight: bold;
}
.urun-filter-temizle{
	color: #000;
	text-decoration: underline;
}
.urunler-siralama-list-icerik-detay .sayfa-btn1 span{
	font-size: 0.8vw;
}
.urunler-siralama-list-icerik span a{
	color: #000;
	transition: all 0.4s;
}
.urunler-siralama-list-icerik span a:hover{
	color: #0075bf;
}
.header_alt-menu-icerik-text-btn a{
	position: relative!important;
}
.header_alt-menu-icerik ul li:last-child:hover{
	background: #fff;
}
.header_alt-menu-icerik-text-btn{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.header_alt-menu-icerik-text-btn .sayfa-btn1 span{
	font-size: 0.8vw;
}

.urun-detay-slider-main{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.urun-detay-slider{
	width: 100%;
}
.urun-detay-slider-box figure{
	display: flex;
	justify-content: center;
	align-items: center;
}
.urun-detay-slider-box figure img{
	width: 100%;
}
.slider-btn-urun{
	cursor: pointer;
	display: flex!important;
}
.slider-btn-urun-detay i{
	border: 1px solid #0075bf;
	color: #0075bf;
	padding: 8px;
	font-size: 13px;
	border-radius: 50%;
	background: transparent;
	transition: all 0.4s;
	cursor: pointer;
}
.slider-btn-urun-detay i:hover{
	background: #0075bf;
	border-color: #0075bf;
	color: #fff;
}
.urun-detay-slider-dots{
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0 0 0;
}
.slick-slider-dots-urun-detay{
	width: 100%;
}
.urun-detay-dots-box figure{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 5px;
	margin: 0 10px;
	cursor: pointer;
}
.urun-detay-ust{
	padding: 60px 0;
}
.urun-detay-giris{
	display: flex;
	flex-direction: column;
	align-items: start;
	position: relative;
	padding-left: 3vw;
}
.urun-detay-slider-icon{
	position: absolute;
	right: 0;
	top: 7vw;
}
.urun-detay-hz-bilgi{
	margin-top: 30px;
}
.urun-detay-hz-bilgi p b{
	font-weight: bold;
	margin-right: 5px;
}
.urun-detay-hz-bilgi p{
	margin-bottom: 0;
	font-size: 0.8vw;
}
.urun-detay-faz span{
	font-size: 0.7vw;
	font-weight: 600;
	color: #fff;
}
.urun-detay-faz span b{
	font-size: 0.7vw;
	font-weight: 600;
	color: #fff;
}
.urun-detay-faz figure{
	display: flex;
	align-items: center;
	padding: 6px 12px;
	background: #0075bf;
	border-radius: 5px;
}
.urun-detay-faz > figure:last-child{
	flex-direction: column;
	margin-left: 10px;
}
.urun-detay-faz{
	display: flex;
	justify-content: end;
	align-items: start;
	width: 100%;
}
.urun-detay-adi h2{	
    font-size: 3vw;
    color: #000;
    font-weight: 600;
}
.urun-detay-adi span{	
    font-size: 1vw;
    color: #000;
}
.urun-detay-hz{
	margin: 30px 0;
	width: 100%;
}
.urun-detay-hz > ul > li{
	display: flex;
	flex-direction: column;
	padding: 5px 0;
	width: 100%;
	justify-content: center;
	border-bottom: 1px solid #000;
}
.urun-detay-hz > ul > li:last-child{
	border-bottom: none;
}
.urun-detay-hz > ul > li > ul{
	display: flex;
	width: 100%;
	align-items: center;
}
.urun-detay-hz > ul > li > ul > li{
	display: flex;
	flex: 1;
}
.urun-detay-hz > ul > li > ul > li:first-child{
	flex: 2;
}
.urun-detay-hz > ul > li > ul > li p{
	font-weight: 500;
}
.urun-detay-hz > ul > li > ul > li span{
	font-size: 1.2vw;
	font-weight: 500;
}
.urun-detay-hz > ul{
	display: flex;
	flex-wrap: wrap;
	width: 60%;
}
.urun-detay-hz > ul > li:last-child{
	border: none;
}
.urun-detay-hz > ul > li > span{
	font-size: 1vw;
}
.urun-detay-hz > ul > li > span:first-child{
	margin-bottom: 10px;
}
.urun-detay-hz .urun-box-deger ul li{
	width: auto;
}
.urun-detay-hz .urun-box-deger ul li:first-child{
	margin-right: 30px;
}
.urun-detay-slider-icon ul{
	display: flex;
	align-items: start;
	flex-direction: row;
}
.urun-detay-slider-icon ul li{
	position: relative;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: end;
}
.urun-detay-slider-icon ul li:last-child{
	margin-right: 0;
}
.urun-detay-slider-icon ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
}
.urun-detay-slider-icon ul li figure{
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background: #0075bf;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.urun-detay-slider-icon ul li figure img{
	width: 1.2vw;	
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.urun-detay-benzer-urunler-slider-box .urun-box-deger{
	margin-top: 20px;
}
.urun-detay-text-list ul{
	display: flex;
	flex-wrap: wrap;
}
.urun-detay-text-list ul > li{
	display: flex;
	align-items: center;
	width: 50%;
	padding: 0 20px;
	position: relative;
	margin-bottom: 10px;
}
.urun-detay-text-list ul > li > p > b{
	display: block;
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
}
.urun-detay-text-list ul > li > p > b:before{
	content: "";
	position: absolute;
	left: -20px;
	width: 8px;
	height: 8px;
	background: #0075bf;
	border-radius: 50%;
}
.sayfa-baslik1{
	font-weight: 600;
	font-size: 2vw;
	margin-bottom: 20px;
}
.urun-detay-ozellikler{
	padding: 60px 0;
}
.urun-detay-ozellikler .sayfa-baslik1{
	text-align: center;
}
@media screen and (max-width: 480px) {
	.tabs-urun-detay {
		display: none;
	}
}
.tabs-urun-detay{
	display: flex;
}
.tabs-urun-detay li{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f1f1f1;
	border-right: 5px solid #fff;
	transition: all 0.4s;
	padding: 20px;
	cursor: pointer;
	border-radius: 5px;
}
.tabs-urun-detay li.active{
	background: #dedede;
	transform: scale(1.01);
}
.tabs-urun-detay li:last-child{
	border-right: none;
}
.tabs-urun-detay li figure{
	display: flex;
	align-items: center;
}
.tabs-urun-detay li figure img{
	max-width: 3vw;
	margin-right: 10px;
}
.tabs-urun-detay li figure span{
	font-weight: 500;
	font-size: 0.9vw;
}
.urun-detay-ozellikler-tab-icerik{
	padding: 20px 0;
}
.tab_content-urun-detay > ul > li p b{
	font-weight: 600;
}
.tab_content-urun-detay > ul > li{
	width: 25%;
	padding: 10px;
	margin-bottom: 5px;
	background: #fff;
}
.tab_content-urun-detay > ul > li:nth-child(2n){
	width: 75%;
}
.tab_content-urun-detay > ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.urun-detay-olculer-ust{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.urun-detay-olculer-ust h4{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.6vw;
	font-weight: 600;
}
.tabs-urun-detay-olculer-link > ul{
	display: flex;
	justify-content: end;
	align-items: center;
	margin-bottom: 20px;
}
.tabs-urun-detay-olculer-link > ul > li:first-child{
	margin-right: 20px;
}
.tabs-urun-detay-olculer-link > ul > li{
	cursor: pointer;
}
.tabs-urun-detay-olculer-link > ul > li figure img{
	width: 3vw;
	filter: grayscale(1);
	transition: all 0.4s;
}
.tabs-urun-detay-olculer-link > ul > li figure{
	width: 3.2vw;
	height: 3.2vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tabs-urun-detay-olculer-link > ul > li.active img{
	filter: grayscale(0);
}
.tabs-urun-detay-olculer-link span{	
    display: flex;
    align-items: center;
    padding: 6px 12px;
    background: #0075bf;
    border-radius: 5px;
	font-size: 0.7vw;
    font-weight: 600;
    color: #fff;
}
.tabs-urun-detay-olculer-link ul li{	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.tab_content-urun-detay{
	position: relative;
}
.tabs-urun-detay-olculer-link{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.urun-detay-sertifikalar > .sayfa-baslik1{
	text-align: center;
}
.urun-detay-sertifikalar-icerik{
	padding: 2vw 3vw;
	background: #f1f1f1;
}
.urun-detay-sertifikalar-icerik h3{
	font-size: 1.2vw;
	font-weight: 600;
	margin-bottom: 1.56vw;
}
.urun-detay-sertifikalar{
	padding: 60px 0;
}
.urun-detay-sertifikalar-icerik > ul{
	margin-bottom: 30px;
}
.urun-detay-sertifikalar-icerik > ul:last-child{
	margin-bottom: 0;
}
.urun-detay-sertifikalar-icerik > ul > li{
	display: flex;
	align-items: start;
	padding-left: 10px;
	position: relative;
}
.urun-detay-sertifikalar-icerik > ul > li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 5px;
	height: 1px;
	background: #000;
}
.urun-detay-sertifikalar-icerik > ul > li:first-child:before{
	content: none;
}
.urun-detay-sertifikalar-icerik > ul > li:first-child{
	padding-left: 0;
}
.tab_content-urun-detay > ul > li:nth-child(4n+1), .tab_content-urun-detay > ul > li:nth-child(4n+2){
	background: #f1f1f1;
}
.urun-detay-opsiyonel > .sayfa-baslik1{
	text-align: center;
}
.tabs-urun-detay-opsiyonel span{
	font-size: 1vw;
	font-weight: 500;
}
.tabs-urun-detay-opsiyonel li{
	margin-bottom: 5px;
	transition: all 0.4s;
	padding: 10px;
	background: #f1f1f1;
	transition: all 0.4s;
	cursor: pointer;
}
.tabs-urun-detay-opsiyonel li:last-child{
	margin-bottom: 0;
}
.tabs-urun-detay-opsiyonel li.active{
	background: #dedede;
	transform: scale(1.01);
}
.tabs-urun-detay-opsiyonel li figure{
	display: flex;
	align-items: center;
}
.tabs-urun-detay-opsiyonel li figure img{
	max-width: 3vw;
	margin-right: 10px;
}
.tab_content-urun-detay-opsiyonel h2{
	font-size: 1.2vw;
	font-weight: 600;
	    margin-bottom: 1.56vw;
}
.tab_content-urun-detay-opsiyonel ul li{
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 10px;
}
.tab_content-urun-detay-opsiyonel ul li:last-child{
	margin-bottom: 0;
}
.tab_content-urun-detay-opsiyonel ul{
	margin-top: 20px;
}
.tab_content-urun-detay-opsiyonel ul li:before{
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	background: #0075bf;
	border-radius: 50%;	
}
.urun-detay-olculer{
	padding: 60px 0;
}
.urun-detay-olculer > .sayfa-baslik1{
	text-align: center;
	margin-bottom: 0;
}
.urun-detay-olculer-icerik{
	display: flex;
	justify-content: center;
	align-items: center;
}
.urun-detay-olculer-icerik > figure{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px;
}
.urun-detay-olculer > ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.urun-detay-olculer > ul > li:first-child{
	margin-right: 20px;
}
.urun-detay-olculer > ul > li{
	cursor: pointer;
}
.urun-detay-olculer > ul > li img{
	width: 3vw;
	filter: grayscale(1);
	transition: all 0.4s;
}
.urun-detay-olculer > ul > li.active img{
	filter: grayscale(0);
}
@media screen and (max-width: 480px) {
	.tabs-urun-detay-kabin {
		display: none;
	}
}
.urun-detay-olculer-tablo{
	width: 100%;
	margin-top: 30px;
}
.urun-detay-olculer-tablo > ul{
	display: flex;
	width: 100%;
	flex-direction: column;
}
.urun-detay-olculer-tablo > ul > li{
	width: 100%;
}
.urun-detay-olculer-tablo > ul > li > ul{
	display: flex;
}
.urun-detay-olculer-tablo > ul > li > ul > li{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.urun-detay-olculer-tablo span{
	font-size: 0.9vw;
}
.urun-detay-olculer-tablo > ul > li:first-child span{
	font-weight: bold;
}
.urun-detay-olculer-tablo > ul > li:first-child > ul > li{
	background: #f1f1f1;
}
.urun-detay-benzer-urunler > .sayfa-baslik1{
	text-align: center;
}
.urun-detay-benzer-urunler-slider-box{
	margin: 15px;
	box-shadow: 0px 10px 50px 0px rgb(207 207 207 / 23%);
	border-radius: 5px;
	position: relative;
	transition: all 0.4s;
}
.urun-detay-benzer-urunler-slider-box a{
	width: 100%;
	height: 100%;
	padding: 15px;
	display: block;
	color: #000;
}
.urun-detay-benzer-urunler-slider-box:hover{
	transform: scale(1.03);
}
.urun-detay-benzer-urunler-slider-box-ust{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}
.urun-detay-benzer-urunler-slider-box-ust h2{
	font-weight: bold;
	font-size: 1.5vw;
}
.urun-detay-benzer-urunler-slider-box-ust ul li figure{
	display: flex;
	align-items: center;
	padding: 6px 12px;
	background: #0075bf;
	border-radius: 5px;
}
.urun-detay-benzer-urunler-slider-box-ust ul li:last-child figure{
	flex-direction: column;
	margin-left: 10px;
}
.urun-detay-benzer-urunler-slider-box-ust ul{
	display: flex;
	justify-content: end;
	align-items: start;
}
.urun-detay-benzer-urunler-slider-box-ust ul li figure span{
	font-size: 0.7vw;
	font-weight: 600;
	color: #fff;
}
.urun-detay-benzer-urunler-slider-box-ust ul li figure span b{
	font-size: 0.7vw;
	font-weight: 600;
	color: #fff;
}
.urun-detay-benzer-urunler{
	padding: 60px 0;
}
.urun-detay-giris-ust{
	display: flex;
	width: 100%;
}
.urun-detay-adi{
	width: 100%;
}
.sayfa-baslik1 span{
	position: relative;
}
.urun-detay-dokumanlar > .sayfa-baslik1{
	text-align: center;
}
.urun-detay-dokumanlar-icerik{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	position: relative;
	padding: 15px;
	box-shadow: 0px 10px 50px 0px rgb(207 207 207 / 10%);
	transition: all 0.4s;
	border-radius: 10px;
	background: #f1f1f173;
}
.urun-detay-dokumanlar-icerik:hover{
	transform: translateY(-5px);
}
.urun-detay-dokumanlar-icerik i{
	font-weight: bold;
	font-size: 2vw;
	margin-bottom: 5px;
	color: #0075bf;
}
.urun-detay-dokumanlar-icerik h3{
	font-size: 1vw;
	text-align: center;
}
.urun-detay-dokumanlar-icerik a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.urun-detay-hz .urun-box-deger ul li h3{
	font-size: 1vw;
}
.urun-detay-hz .urun-box-deger-kw p b{
	font-size: 1.5vw;
}
.urun-detay-hz .urun-box-deger-kw p{
	margin-bottom: 10px;
}
.urun-detay-hz > ul > li > span{
	font-size: 1.2vw;
}
.iletisim-noktalar-yurtici-icerik{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.iletisim-noktalar-yurtici{
	padding: 60px 0 0 0;
}
.iletisim-noktalar-icerik-box{
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 1.5vw;
	box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.09);
	transition: all 0.4s;
	border-radius: 10px;
	justify-content: space-between;
	height: 100%;
}
.iletisim-noktalar-icerik-box > div{
    margin: 10px 0;
}
.iletisim-noktalar-icerik-box > div > span{
    display: block;
    margin-bottom: 10px;
    font-size: 0.8vw;
    color: #7b7b7b;
}
.iletisim-noktalar-icerik-box:hover{
	box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.2);
}
.iletisim-noktalar-icerik-box > span{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 0.8vw;
	transition: all 0.4s;
	color: #7b7b7b;
}
.iletisim-link{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 0.8vw;
	transition: all 0.4s;
	color: #7b7b7b;
}
.iletisim-link:hover{
	color: #000;
}
.iletisim-noktalar-icerik-box i{
	margin-right: 5px;
	font-size: 1.2vw;
	color: #000;
}
.iletisim-noktalar-icerik-box h2{
	font-size: 0.9vw;
	font-weight: bold;
	margin-bottom: 10px;
}
.iletisim-noktalar-icerik{
	padding: 60px 0;
}
.iletisim-genel-mudurluk-icerik i{	
	margin-right: 5px;
	font-size: 1.2vw;
	color: #000;
}
.iletisim-genel-mudurluk-icerik > span{	
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 0.8vw;
	transition: all 0.4s;
	color: #7b7b7b;
}
.iletisim-genel-mudurluk{
	padding: 60px 0;
}

.iletisim-genel-mudurluk h2 {
 	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;  
	margin-top:15px;
}

.iletisim-genel-mudurluk ul {
    margin-left:30px;
    margin-bottom:1.56vw;
}

.iletisim-genel-mudurluk ul li {
    font-size: 0.94vw;
    line-height: 1.46vw;
    font-weight: 300;
    display: list-item;
    color: #777777;
    list-style: circle;
}

.iletisim-genel-mudurluk-icerik{
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 60px 0;
}
.iletisim-genel-mudurluk-icerik h2{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}
.iletisim-genel-mudurluk-map{
	height: 100%;
}
.iletisim-noktalar-yurtici-icerik .dropdown-menu{
	max-height: 350px;
	overflow-y: scroll;
}
.iletisim-genel-mudurluk > div > div > div:nth-child(2n) > div{
	flex-direction: row-reverse;
}
.iletisim-genel-mudurluk > div > div > div:nth-child(2n){
	margin: 60px 0;
}
.bayi-il-list{
	width: 100%;
}
#map{
	width: 1055px;
	height: 600px;
	position: relative;
	margin: auto;
	top: -100px;
	z-index: 1;
}
.iletisim-noktalar-yurtici-icerik .sayfa-btn1{
	z-index: 2;
}
.tuketim-hesaplama{
	padding: 60px 0;
}
.tuketim-box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-bottom: 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	transition: all 0.4s;
	background: #fff;
	cursor: pointer;
	position: relative;
}
.tuketim-box:hover{
	background: #f1f1f178;	
	box-shadow: rgba(0, 0, 0, 0.5) 1.95px 1.95px 2.6px;
}
.tuketim-box figure{
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tuketim-box figure img{
	height: 65px;
}
.tuketim-box span{
	font-size: 16px;
	height: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.tuketim-box:before{
	content: "";
	position: absolute;
	right: 15px;
	top: 10px;
	color: #9acd66;
	font-size: 22px;
	font-weight: bold;
}
.tuketim-box.secili:before{
	content: "\2714";
}
.tuketim-box.secili{
	box-shadow: rgba(0, 0, 0, 0.5) 1.95px 1.95px 2.6px;
	background: #f1f1f178;		
}
.hesapla-btn{
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 10px;
}
.tuketim-hesapla-ortalama{
	width: 100%;
	display: flex;
	justify-content: end;
	margin-top: 30px;
	flex-direction: column;
}
.tuketim-hesapla-ortalama ul{
	display: flex;
	flex-direction: column;
	align-items: end;
}
.tuketim-hesapla-ortalama ul li{
	margin-bottom: 10px;
}
.tuketim-hesapla-ortalama ul li span{
	font-size: 1vw;
	display: block;
	margin-bottom: 5px;
}
.tuketim-hesapla-ortalama ul li i{
	font-size: 1vw;
}
.tuketim-hesapla-ortalama ul li i{
	font-size: 1vw;
	display: flex;
	align-items: end;
	justify-content: end;
}
.tuketim-hesapla-ortalama ul li i b{
	font-size: 2vw;
	font-weight: bold;
	margin-right: 5px;
	color: #9acd66;
	margin-bottom: -5px;
}
.tuketim-hesapla-list-box{
	padding: 10px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-bottom: 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	transition: all 0.4s;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}
.tuketim-hesapla-list-box:hover{
	background: #f1f1f178;	
	box-shadow: rgba(0, 0, 0, 0.5) 1.95px 1.95px 2.6px;
}
.tuketim-hesapla-list-img{
	width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tuketim-hesapla-list-img figure{
	margin-bottom: 10px;
}
.tuketim-hesapla-list-deger{
	width: 60%;
}
.tuketim-hesapla-list-anlik{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding: 10px;
    background: #f1f1f178;
}
.tuketim-hesapla-list-deger input{
	width: 100%;
	padding: 5px 0;
	border: none;
	border-bottom: 1px solid #000;
	transition: all 0.4s;
}
.tuketim-hesapla-list-box:hover input{
    background: #f1f1f178;
}
.tuketim-hesapla-list-deger ul li{
	margin-bottom: 10px;
}
.tuketim-hesapla-list-deger ul li:last-child{
	margin-bottom: 0;
}
.tuketim-hesapla-list-img span{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 36px;
}
.karsilastir-slider-main .slider-btn{
	display: none;
}
.karsilastir-main{
	padding: 60px 0;
}
.karsilastir-ust{
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ebebeb;
	padding: 30px 40px;
}
.karsilastir-slider-box{
	margin: 0 15px;
}
.karsilastir-slider-box-icerik{
	box-shadow: rgba(0, 0, 0, 0.5) 0.95px 0.95px 3.6px;
	height: 100%;
	margin: 15px 0;
}
.karsilastir-slider-main .slick-track > * {
    height: auto;
	min-height: auto;
}
.karsilastir-alt{
	height: 100%;
}
.karsilastir-urun-ekle{
	padding: 20px;
	border: 1px dashed #000;
	border-radius: 50%;
	cursor: pointer;
}
.karsilastir-ust-img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 8px;
}
.karsilastir-alt ul{
	padding-top: 60px;
	width: 100%;
}
.karsilastir-alt ul li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 40px 0;
}
.karsilastir-alt ul li h3{
	font-size: 0.9vw;
	margin-bottom: 10px;
}
.karsilastir-alt ul li strong{
	font-size: 1.2vw;
}
.karsilastir-ust-img-urun{
	display: flex;
	flex-direction: column;
	justify-content : center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	position: relative;
}
.karsilastir-urun-kaldır{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.karsilastir-ust-img-urun h2{
	font-size: 1.1vw;
	font-weight: 500;
	margin-bottom: 15px;
}
.karsilastir-urun-sec{	
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9991;
	display: flex;
	justify-content: center;
	align-items: center;
}
.karsilastir-urun-sec-main{
	width: 70%;
	height: 80%;
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding: 30px;
}
.karsilastir-urun-sec-kapat{	    
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.karsilastir-urun-sec.open{
    opacity: 1;
    visibility: visible;
}
.karsilastir-urun-sec-main{
	transition-duration: .3s;
	transition-delay: .3s;
	transform: scale(.5);
	opacity: 0;
}
.karsilastir-urun-sec.open .karsilastir-urun-sec-main{
	transform: scale(1);
	opacity: 1;
}
.karsilastir-urun-sec .sigma_close{
	position: absolute;
    top: 30px;
    right: 30px;
    color: #000;
    cursor: pointer;
	z-index: 8;
}
.karsilastir-urun-sec-icerik{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.karsilastir-urun-sec-arama{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.karsilastir-urun-sec-arama-input{
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.karsilastir-urun-sec-arama-input button{
	position: absolute;
	right: 5px;
	background: transparent;
	color: #000;
}
.karsilastir-urun-sec-arama-input input{
	border-radius: 8px;
	padding: 10px 30px 10px 10px;
	width: 100%;
}
.karsilastir-urun-sec-slider-main{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	padding: 0 40px;
}
.karsilastir-urun-sec-slider-box-icerik{
	margin: 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 0.95px 0.95px 3.6px;
	padding: 15px;
	border-radius: 10px;
	transition: all 0.4s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.karsilastir-urun-sec-slider-box-icerik:hover{
	box-shadow: rgba(0, 0, 0, 0.5) 0.95px 0.95px 3.6px;
}
.karsilastir-urun-sec-slider-main h2{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.3vw;
	font-weight: 400;
}
.slick-prev-karsilastir-urun{
	left: 0;
}
.slick-next-karsilastir-urun{
	right: 0;
}
.slick-prev-karsilastir-urun i{
	color: #0075bf;
}
.slick-next-karsilastir-urun i{
	color: #0075bf;
}
.karsilastir-urun-sec-list{
	width: 100%;	
	overflow-y: scroll;
	display: none;
}
.karsilastir-urun-sec-list ul{
	display: flex;
	flex-wrap: wrap;
}
.karsilastir-urun-sec-list ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, 0.15) 0.95px 0.95px 3.6px;
	padding: 15px;
	border-radius: 10px;
	transition: all 0.4s;
	cursor: pointer;
}
.karsilastir-urun-sec-list ul li:hover{
	box-shadow: rgba(0, 0, 0, 0.5) 0.95px 0.95px 3.6px;
}
.karsilastir-urun-sec-list ul li:nth-child(3n){
	margin-right: 0;
}
.karsilastir-urun-sec-list ul li h3{
	font-size: 1vw;
	width: 100%;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}
.karsilastir-urun-sec-arama h2{
	font-size: 1.3vw;
	font-weight: 400;
}
#iletisim_noktalari_combo{
    width: 100%;
}
#iletisim_noktalari_combo > .dropdown{
    margin-bottom: 20px;
}
.iletisim-noktalar-ara{
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.iletisim-noktalar-ara .dropdown-menu{
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
}
.iletisim-noktalar-ara .dropdown-menu a{
	padding: 10px;
}
.iletisim-noktalar-ara .dropdown-toggle{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	color: #000;
}
.iletisim-noktalar-ara .dropdown-toggle:after{
	position: absolute;
	right: 5px;
	font-size: 22px;
}
.iletisim-noktalar-ara .dropdown-toggle:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #0074bd;
}
.iletisim-noktalar-ara .sayfa-btn1{
	margin-top: 30px;
}
.iletisim-noktalar-ara label{
	margin-bottom: 10px;
	font-weight: 400;
}
.iletisim-noktalar-ara h2{
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
.iletisim-noktalar-main{
	padding: 0 60px 0 0;
    position: sticky;
    top: 15%;
    z-index: 1;
}
.iletisim-noktalar-ara-yakin{
	display: flex;
	border-bottom: 6px solid #0075bf;
}
.iletisim-noktalar-ara-yakin i{
	font-size: 25px;
	margin-top: 5px;
}
.iletisim-noktalar-ara-yakin-text{
	display: flex;
	flex-direction: column;
	align-items: start;
	padding-left: 20px;
}
.iletisim-noktalar-ara-yakin-text h3{
	font-size: 1.3vw;
	font-weight: 600;
}
.iletisim-noktalar-ara-yakin-text span{
	margin: 15px 0;
}
.iletisim-noktalar-main > .iletisim-noktalar-ara:first-child{
	margin-bottom: 40px;
}




.tuketim-hesapla-main{
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: row;
}
.tuketim-hesapla-main > div{
	background: rgba(255,0,0,0.5);
	width: 100%;
	height: calc(100% - 3.65vw);
	margin-top: 3.65vw;
	position: relative;
	z-index: 10;
	display:flex;
	align-items:center;
	text-align:center;
}
.tuketim-hesapla-main > div:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: -1;
	transition: all 0.4s;
}
.tuketim-hesapla-main > div{
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
}
.tuketim-hesapla-main > div:hover:before{	
	background: rgba(0,0,0,0.0);
}
.tuketim-hesapla-main > div > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.tuketim-hesapla-main > div > div{
	z-index: -1;
	padding: 20px 15px 10px 15px;
	margin:auto;
	position:relative;
	background-size: 100% 10px;
	background-repeat: no-repeat;
	background-image: linear-gradient(#0175c0ba, #0175c0ba);
	background-position: 0% 100%;
	transition: background-size .7s, background-position .5s ease-in-out;
	width: 80%;
}

.tuketim-hesapla-main > div:hover > div{
  background-size: 100% 100%;
  background-position: 100% 0;
	background-image: linear-gradient(#0175c0ba, #0175c0ba);
	border-radius: 5px;
  transition: background-position .7s, background-size .5s ease-in-out;
}
.tuketim-hesapla-main > div > div > h2{
	color: #fff;
	font-weight: bolder;
	font-size: 40px;
}
.tuketim-hesapla-main ul{
	display: flex;
	flex-direction: column;
	margin: 30px 0;
}
.tuketim-hesapla-main ul li{
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	text-align: left;
}
.tuketim-hesapla-main ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}
.tuketim-hesapla-main ul li:last-child{
	margin-bottom: 0;
}
.tuketim-hesapla-main ul li b{
	color: #fff;
	margin-bottom: 5px;
}
.tuketim-hesapla-main ul li span{
	color: #fff;
}

.home-video{
	width: 100%;
    height: auto;
	max-height: calc(100vh - 1vw);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
.home-video video{
	width: 100%;
    height: auto;
}


.home-video::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    /*background: rgba(3, 2, 7, .5);*/
    left: 0;
    content: '';
}
.video-title {
	display:flex;
}

.video-title h2{
	font-size: 70px;
    font-weight: 700;
    line-height: 45px;
	margin:auto;
    color: #fff;
}

.video-title h2 em {
	font-style:normal;
	color: #0075bf;
}
.home-video-sayfa:before{
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgb(0 0 0 / 99%) 0%, rgb(0 0 0 / 24%) 50%);
}
.home-video-sayfa > div{
    position: absolute;
    z-index: 9;
    bottom: 10%;
    max-width: 1200px;
    margin: 0px auto;
    visibility: visible;
    animation-delay: 0.7s;
    animation-name: fadeInLeft;
}
.home-video-sayfa ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.home-video-sayfa ul li:first-child{
	margin-right: 30px;
}
.home-video-sayfa .sayfa-btn1:before{
	background: #124353;
}
.home-video-sayfa .sayfa-btn1:hover:before{
	background: #124353;
}
.home-video-sayfa .sayfa-btn1 svg{
	stroke: #fff;
}
.home-video-sayfa .sayfa-btn1 span{
	color: #fff;
	font-size: 22px;
}
.tuketim-hesapla-onerilen-main-icerik{
	display: flex;
	align-items: center;
}
.tuketim-hesapla-onerilen h2{
	text-align: center;
}
.tuketim-hesapla-onerilen{
	margin-top: 60px;
}




/*------------------------ic-sayfalar------------------------*/
.hakkimizda-main{
	overflow-x: hidden;
}
.hakkimizda-icerik-text h2{
	font-size: 25px;
	font-weight: 600;
}
.hakkimizda-icerik-text h3{
	font-size: 14px;
	font-weight: 800;
	color: #9acd66;
	/*margin-bottom: 30px;*/
}
.hakkimizda-icerik-text h4{
	font-size: 20px;
	font-weight: 600;
	color: #0075bf;
	margin-top: 30px;
}
.hakkimizda-icerik-text ul{
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.hakkimizda-icerik-text ul li{
	flex: 1;
	margin-bottom: 10px;
}
.hakkimizda-icerik-text ul li i{
    font-size: 18px;
    color: #0075bf;
    margin-right: 10px;
}
.hakkimizda-icerik-text ul li span{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
.hakkimizda-icerik > div > div{
	display: flex;
}
.hakkimizda-icerik-img figure{
	width: 50%;
	margin: auto;
}
.hakkimizda-icerik-text{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}

.card-details {
    width: 90%;
    margin: auto;
    position: relative;
    transition: .3s ease-in-out;
	height: 100%;
}
.card-details:before {
    content: "";
    width: 40%;
    height: 100%;
    background: #f6f6f6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skew(-20deg, 0deg);
    z-index: -1;
    transition: .3s ease-in-out;
}
.card-details:hover:before{
    background-color: #0075bf26;
}
.card-icons {
    width: 140px;
    height: 150px;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-icons:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid;
    width: 100%;
    height: 100%;
    transform: skew(-20deg, 0deg);
    background: #fff;
    border-color: #0075bf;
    transition: .3s ease-in-out;
}
.card-details:hover .card-icons:before{
    background-color: #0075bf;
}
.card-icons img{
    position: relative;
    width: 170px;
    max-width: 80%;
	transition: all 0.4s;
}
.card-details:hover .card-icons img{
    filter: invert(1);
}
.card-details:hover .card-icons .not-hover{
    filter: none
}
.card-details h3{
    margin-bottom: 15px;
    margin-top: 50px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
	text-align: center;
}
.card-details h3 a{
	color: #000;
	text-decoration: none;
}
.card-details p{
    font-size: 16px;
    line-height: 30px;
    color: #444;
    font-weight: 400;
    margin-bottom: 30px;
	text-align: center;
}
.card-details span{
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    margin: 40px 0 30px 0;
	text-align: center;
	display: block;
}
.card-details span a{
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
	text-align: center;
	display: block;
}
.tedarikci-portal{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.tedarikci-portal li{
	display: flex;
	align-items: center;
	margin-right: 30px;
	padding-right: 30px;
	position: relative;
}
.tedarikci-portal li:last-child{
	margin-right: 0;
	padding-right: 0;
}
.card-details-before{
    width: 40%;
    height: 100%;
    background-color: #f6f6f6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skew(-20deg, 0deg);
    z-index: -1;
    transition: .3s ease-in-out;
	background-position: center center!important;
}
.card-details:hover .card-details-before{
    background-color: #0075bf26;
}
.card-details-before:before{
	width: 100%;
	height: 100%;
	background: #f6f6f6;
	content: "";
	position: absolute;
	transition: all 0.4s;
}
.card-details:hover .card-details-before:before{
	background: #ffffff63;
}
.sektorler-main .card-details:before{
	content: none!important;
}
.read-more-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 100%;
    margin: auto;
    background: #fff;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    border-color: #0075bf;
    transition: .3s ease-in-out;
    text-decoration: none;
}
.read-more-btn i{
    color: #0075bf;
    font-size: 12px;
}
.read-more-btn:hover{
	background: #0075bf;
}
.read-more-btn:hover i{
	color: #fff;
}
.card-details:hover .read-more-btn{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.sayfa-align-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.yonetim-kurulu-box figure img{
	width: 100%;
	transition: all 0.4s;
	filter: grayscale(1);
}
.yonetim-kurulu-box figure{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.yonetim-kurulu-text{
	width: 75%;
	padding-left: 30px;
}
.yonetim-kurulu-box{
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	height: 100%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition: all 0.4s;
	background: #f7f2eb;
	padding: 30px;
}
.yonetim-kurulu-box:hover{
	box-shadow: rgba(99, 99, 99, 0.6) 0px 2px 8px 0px;
}
.yonetim-kurulu-box:hover img{
	filter: grayscale(0);
}
.yonetim-kurulu > .row{
	justify-content: center;
}
.yonetim-kurulu-box h2{
	width: 100%;
	text-align: left;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #0075bf;
}
.yonetim-kurulu-box h3{
	width: 100%;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	display: flex;
	align-items: start;
	justify-content: start;
}
.yonetim-kurulu-box p{
	font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    display: block;
	color: #282f3f;
}
.sayfa-pdf-box{
	position: relative;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
	border-radius: 3px;
	transition: all 0.4s;
	background: #fff;
}



.sayfa-pdf-box:hover{
	box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 15px;
}

.sayfa-pdf-box span {
	display:Block;
	margin:10px 0px;
	font-size:14px;
}

.sayfa-pdf-box a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sayfa-pdf-box h2{
	width: 100%;
	margin-top: 15px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.sayfa-pdf-box figure{
	overflow: hidden;
	border-radius: 3px;
}
.sayfa-pdf-box h3{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
	color: #0075bf
}
.sayfa-pdf-box figure img{
	transition: all 0.4s;
	border-radius: 3px;
}
.sayfa-pdf-box:hover figure img{
	transform: scale(1.08);
}
.sayfa-pdf-box:hover{
	background: #fafafa;
}
.sayfa-align-center p a{
	color: #000;
	font-weight: 600;
}
.sayfa-form strong{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.sayfa-form .row > .col-sm-6 > input[type="text"], .sayfa-form .row > .col-sm-6 > input[type="date"], .sayfa-form .row > .col-sm-6 > textarea, .sayfa-form .row > .col-sm-6 > select{
	width: 100%;
	height: 40px;
}
.sayfa-form .row > .col-sm-6 > input[type="text"], .sayfa-form .row > .col-sm-6 > input[type="date"], .sayfa-form .row > .col-sm-6 > textarea{
	border: none;
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 10px;
}
.sayfa-form .row > .col-sm-6 > select{
	border: none;
    border-bottom: 1px solid #cdcdcd;
}
.form-aydinlatma-metni a{
	color: #000;
	font-weight: 600;
	text-decoration: underline;
}
.form-aydinlatma-metni input{
	margin-right: 5px;
	margin-top: 0;
}
.form-button{
	background-color: #fff;
	border-radius: 1.5rem;
	color: #9acd66;
	cursor: pointer;
	text-align: center;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 90%;
	margin-left: 5%;
	padding: 10px;
	font-size: 18px;
	font-weight: 600;
}

.form-button:hover{
	background-color: #9acd66;
	color: #fff;
	transform: translateY(-2px);
}
.sayfa-form div{
	position: relative;
}
.sayfa-form input ~ .focus-border{position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background-color: #0175c0; transition: 0.4s;}
.sayfa-form input:focus ~ .focus-border{width: calc(100% - 1rem); transition: 0.4s; left: .5rem;}
.sayfa-form select ~ .focus-border{position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background-color: #0175c0; transition: 0.4s;}
.sayfa-form select:focus ~ .focus-border{width: calc(100% - 1rem); transition: 0.4s; left: .5rem;}
.radio-input-main{
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.radio-input-main label{
	margin-right: 10px;
}
.radio-input-main label input{
	margin-right: 3px;
	margin-top: 0;
}
.form-control:focus{
	border-color: #dee2e6;
	box-shadow: none;
}
.hakkimizda-degerler{
	padding: 120px 0;
	background: url(/images/bg-pattern-1.jpg);
	background-repeat: repeat;
	position: relative;
	z-index: 1;
}
.hakkimizda-degerler h2{
	color: #777;
	position: relative;
	font-size: 38px;
	margin-top: 15px;
}
.hakkimizda-degerler h3{
	color: #777;
	position: relative;
	font-size: 45px;
	margin-bottom: 60px;
}
.hakkimizda-degerler img{
	width: 50px;
	filter: invert(42%) sepia(71%) saturate(0%) hue-rotate(198deg) brightness(95%) contrast(87%);
}
.hakkimizda-degerler-box{
	position: relative;
	padding: 30px 0;
}
.hakkimizda-degerler-box:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 2px;
	background: #777;
	transition: all 0.4s;
}
.hakkimizda-degerler-box:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #777;
	transition: all 0.4s;
}
.hakkimizda-degerler-box:hover:before{
	width: 100%;
}
.hakkimizda-degerler-box:hover:after{
	width: 100%;
}
.tabs-vizyon{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.tabs-vizyon li{
	position: relative;
	cursor: pointer;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}
.tabs-vizyon:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background: #cecece;
}
.tabs-vizyon li:after{
	content: "";
	position: absolute;
	width: 130%;
	height: 3px;
	bottom: 0;
	opacity: 0;
	transition: all .25s ease;
	background: #0075bf;
}
.tabs-vizyon li.active:after{
	width: 100%;
	opacity: 1;
}
.tabs-vizyon li:hover h3{
	color: #0075bf;
}
.tabs-vizyon li:hover:after{
	width: 100%;
	opacity: 1;
}
.hakkimizda-vizyon-baslik{
	position: relative;
	padding-left: 70px;
	margin-bottom: 30px;
}
.hakkimizda-vizyon-baslik h3{
	font-size: 45px;
	font-weight: 600;
	line-height: 1.53;
}
.hakkimizda-vizyon-baslik:before{
	position: absolute;
    content: '\201C';
    line-height: 1.3;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-family: "Kalam", cursive;
    color: rgba(98, 155, 208, 0.22);
	top: 8%;
	left: -4px;
	font-size: 80px;
	transform: none;
}
.tabs-vizyon li h3{
	font-size: 18px;
	font-weight: 600;
	transition: all 0.4s;
	color: #9b9b9b;
}
.tabs-vizyon li.active h3{
	color: #0075bf;
}
.hakkimizda-vizyon-text .tab_container{
	padding-top: 30px;
}
.tab_content-vizyon h2{
	margin-bottom: 10px;
}
.hakkimizda-vizyon-img img{
	width: 100%;
}
.hakkimizda-vizyon-slider figure img{
	width: 100%;
}
.hakkimizda-vizyon-slider-child figure{
	margin: 0 10px;
	border: 2px solid transparent;
	transition: all 0.4s;
	cursor: pointer;
}
.hakkimizda-vizyon-slider-child figure:hover{
	opacity: 0.8;
}
.hakkimizda-vizyon-slider-child figure.slick-current{
	border-color: #0075bf;
}
.hakkimizda-vizyon-slider figure{
	margin: 10px;
}
.hakkimizda-vizyon-slider{
	margin-bottom: 10px;
}
.hakkimizda-tarihce{
	background: url(/images/tarihce-bg2.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 2;
}
.hakkimizda-tarihce:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	left: 0;
	top: 0;
	z-index: -1;
}
.hakkimizda-tarihce-baslik h2{
	width: 100%;
	text-align: center;
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	padding: 60px 0;
}
.hakkimizda-tarihce-slider .slick-track{
    display: flex !important;
	padding: 15px 0;
}
.hakkimizda-tarihce-slider .slick-slide{
    height: inherit !important;
}
.hakkimizda-tarihce-icerik{
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
	background: rgba(255,255,255,0.2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 1;
	color: #000;
	text-align: left;
	padding: 20px;
	border-radius: 5px;
}
.hakkimizda-tarihce-slider-box{
	transition: all 0.4s;
}
.hakkimizda-tarihce-slider-box:hover{
	transform: scale(1.07);
}
.hakkimizda-tarihce-icerik figure{
	display: flex;
	justify-content: center;
	align-items: center;
}
.hakkimizda-tarihce-slider-box{
	margin: 0 30px;
}
.hakkimizda-tarihce-icerik h2{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	text-align: left;
	display: flex;
	min-height: 45px;
	align-items: center;
	padding-left: 10px;
}
.hakkimizda-tarihce-icerik h2:before{
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	left: 0;
	background: #0075bf;
}
.hakkimizda-tarihce-icerik p{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0;
	text-align: left
}
.tarihce-slider-timeline{
	position: relative;
    padding: 20px 0;
	margin: 0 30px;
    background: #ffffff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50px;
}
.tarihce-slider-timeline-main .slick-arrow{
	text-align: center;
    position: absolute;
    top: 50%;
    padding: 0;
    border: none;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: .05em;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #a3a3a3;
    background: transparent;
    transition: all .2s ease;
    transform: translate3d(0, -50%, 0);
    will-change: transform;
    cursor: pointer;
    z-index: 9;
}
.tarihce-slider-timeline-main .slick-arrow:after{	
    display: block;
    content: '';
    height: 0;
    width: 100%;
    border-bottom: 2px solid;
    transition: transform .2s ease;
}
.tarihce-slider-timeline-main .slick-arrow:hover:after {
    transform: scaleX(0.7);
}
.tarihce-slider-timeline-main .slick-arrow:hover{	
	color: #000;
}
.tarihce-slider-timeline-main .slick-prev-tarihce{
	left: 3.3%;
}
.tarihce-slider-timeline-main .slick-next-tarihce{
	right: 3.3%;
}
.tarihce-slider-timeline-main{
	position: relative;
	margin-bottom: 40px;
}
.slick-arrow.slick-disabled {
    pointer-events: none;
    cursor: default;
}
.tarihce-slider-timeline-main .slick-slide::before {
    display: inline-block;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 0;
    width: calc(100% - 174px);
    border-top: 1px solid #a3a3a3;
    transform: translate3d(-50%, 0, 0);
    transition: all 0s ease .3s;
}
.tarihce-slider-timeline-main .slick-slide::after {
    display: inline-block;
    position: absolute;
    bottom: -27px;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
    transform: translate3d(-50%, 0, 0);
}
.tarihce-slider-timeline-main .slick-list{
	overflow: visible;
}
.tarihce-slider-timeline-main .item{
	position: relative;
}
.tarihce-slider-timeline:before, .tarihce-slider-timeline:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background: #ffffff;
    width: 9.5%;
    z-index: 3;
}
.tarihce-slider-timeline:before{
	left: 0;
	border-radius: 50px 0 0 50px;
}
.tarihce-slider-timeline:after{
	right: 0;
	border-radius: 0 50px 50px 0;
}
.box-info-classic-year {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    color: #0075bf;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.section-xl{
	padding: 50px 0 50px 0;
}
.hakkimizda-tarihce{
	padding-bottom: 50px;
}
.haberler-main figure{
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.haberler-main figure:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	transition: all 0.4s;
	z-index: 1;
}
.haberler-main:hover figure:before{
	background: rgba(0,0,0,0.3);
}
.haberler-main figure img{
	width: 100%;
	transition: all 0.4s;
}
.haberler-main:hover figure img{
	transform: scale(1.15);
}
.haberler-main-text{
	width: 95%;
	margin: auto;
	position: relative;
	top: -35px;
	border-top: 4px solid #0075bf;
	background: #fff;
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: start;
	border-radius: 3px;
	transition: all 0.4s;
}
.haberler-main:hover .haberler-main-text{
	transform: translateY(-10px);
}
.haberler-main-text time{
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
	color: #000;
}
.haberler-main-text time i{
	font-size: 18px;
	color: #000;
	margin-right: 5px;
}
.haberler-main-text h2{
	font-size: 20px;
	color: #000;
	margin: 20px 0;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.haberler-main-text p{
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 60px;
}
.haber-devami{
	font-size: 14px;
	color: #a3a3a3;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}
.haber-devami:after{	
	content: '';
    height: 0;
    width: 100%;
    border-bottom: 2px solid;
    transition: transform .2s ease;
    position: absolute;
    bottom: -3px;
}
.haber-devami:hover:after {
    transform: scaleX(0.7);
}
.haber-devami:hover{	
	color: #000;
}
.haber-detay-main figure{
	width: 100%;
	margin-bottom: 30px;
}
.haber-detay-main figure img{
	width: 100%;
}
.haber-detay-main time{
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
	color: #000;
}
.haber-detay-main time i{
	font-size: 18px;
	color: #000;
	margin-right: 5px;
}
.haber-detay-main h2{
	font-size: 30px;
	color: #000;
	margin: 20px 0;
	font-weight: 600;
	width: 100%;
}
.haber-detay-text time{
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
	color: #000;
}
.haber-detay-text time i{
	font-size: 18px;
	color: #000;
	margin-right: 5px;
}
.haber-detay-text h2{
	font-size: 20px;
	color: #000;
	margin: 20px 0;
	font-weight: 600;
	width: 100%;
}
.haber-detay-text p{
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 20px;
}
.haber-detay-gorsel{
	margin-top: 30px;
}
.haber-detay-gorsel > div{
	display: flex;
	flex-wrap: wrap;
}
.haber-detay-gorsel figure{
	width: 20%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.haber-detay-gorsel h2{
	font-size: 20px;
	color: #000;
	margin: 20px 0;
	font-weight: 600;
	width: 100%;
}
.sayfa-baslik-ic{
	font-size: 25px;
	margin-top: 45px;
}
.lity{
	z-index: 9993!important;
}
.video-box{
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: all 0.4s;
	padding: 30px 20px;
	border-radius: 10px 0 10px 0;
	background: #fff;
}
.video-box a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.video-box figure{
	height: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	position: relative;
	border-radius: 5px;
}
.video-box figure:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	transition: all 0.4s;
	z-index: 1;
}
.video-box figure img{
	transition: all 0.4s;
	width: 100%;
}
.video-box figure i{
	position: absolute;
	font-size: 60px;
	z-index: 2;
	color: #fff;
}
.video-box:hover figure img{
	transform: scale(1.1);
}
.video-box:hover{
	box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
	background: #f1f1f1;
}
.video-box:hover figure:before{
	background: rgba(0,0,0,0.4);
}
.video-box h2{
	margin-top: 30px;
	padding: 0 30px;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 42px;
	text-align: center
}
.haber-detay-etiket b a{
	color: #0075bf;
	margin-right: 5px;
}
.haber-detay-etiket b a:hover{
	text-decoration: underline;
}
.haber-detay-etiket{
	margin-top: 30px;
}
.sayfa-pdf-timeline{
	border-right: 1px solid #f1f1f1;
}
.sayfa-pdf-timeline h2{
	font-size: 22px;
	font-weight: bold;
}
.sayfa-pdf-timeline ul{
	margin-top: 20px;
}
.sayfa-pdf-timeline ul li{
	margin-bottom: 10px;
}
.sayfa-pdf-timeline ul li a{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	transition: all 0.4s;
}
.sayfa-pdf-timeline ul li a:hover{
	color: #0075bf;
}
.sayfa-pdf-timeline ul li .active{
	color: #0075bf;
}
#fuar-lity{
	width: 560px;
}
.fuar-lity-slider figure{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.fuar-lity-slider figure div{
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.5);
	width: 100%;
	flex-direction: column;
	padding: 20px;
	position: absolute;
	bottom: 0;
}
.slick-prev-fuar{
	position: absolute;
	left: 10px;
	top: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #0075bf;
	cursor: pointer;
	transition: all 0.4s;
}
.slick-next-fuar{
	position: absolute;
	right: 10px;
	top: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #0075bf;
	cursor: pointer;
	transition: all 0.4s;
}
.slick-next-fuar:hover{
	background: #0075bf;
	color: #fff;
}
.slick-prev-fuar:hover{
	background: #0075bf;
	color: #fff;
}
.seciton-title p a{
	color: #0075bf;
	font-weight: 600;
}
.seciton-title p a:hover{
	text-decoration: underline;
}
.box-desing1-icerik > div{
	width: 50%;
}
.box-desing1-icerik{
	display: flex;
	align-items: center;
	flex-direction: row;
}
.box-desing1-main > .box-desing1-icerik:nth-child(2n){
	flex-direction: row-reverse;
	margin-top: 60px;
}
.box-desing1-text{
	padding: 0 20px;
}
.box-desing1-img figure{
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-desing1-text p a{
	color: #0075bf;
	font-weight: 600;
}
.box-desing1-text p a:hover{
	text-decoration: underline;
}
.sektorler-benzer-urunler{
	margin: 30px 15px 0 15px;
}
.sektorler-benzer-urunler .urun-detay-benzer-urunler-slider-box{
	margin: 45px 15px;
}
.sektor-detay-sektorler{
	margin-top: 30px;
}
#css-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 300px;
    height: 42px;
    margin: 100px auto 0 auto;
}
.kariyer-ik-icerik p{
	font-size: 16px;
	line-height: 24px;
}
.kariyer-ik-icerik h2{
	font-size: 25px;
	margin-bottom: 10px;
}
.ik-basvuru{
	padding: 60px 0;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ik-basvuru h3{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 35px;
}
.ik-basvuru h3 a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin-left: 40px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 15px;
	background: transparent;
	transition: all 0.4s;
}
.ik-basvuru h3 a:hover{
	background: #9acd66;
	border-color: #9acd66;
}
.kariyer-alanlari-slider-box{
	margin: 10px;
	background: rgb(246 246 246);
	box-shadow: rgba(13, 13, 13, 0.08) 3px 3px 3px;
	border-radius: 10px;
	transition: all 0.4s;
	position: relative;
}
.kariyer-alanlari-slider-box:hover{
	background: rgb(236 234 234);
	box-shadow: rgba(13, 13, 13, 0.5) 3px 3px 3px;
}
.kariyer-alanlari-icerik{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.kariyer-alanlari-icerik a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 20px;
}
.kariyer-alanlari-icerik h2{
	color: #000;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 25px;
}
.kariyer-alanlari-icerik figure img{
	width: 62px;
	transition: all 0.4s;
    filter: brightness(0);
}
.kariyer-alanlari-slider-box:hover figure img{
    filter: brightness(1);
}
.kariyer-alanlari-slider-main{
	position: relative;
}
.slick-prev-kariyer{
	position: absolute;
	top: 50%;
	left: -50px;
	font-size: 35px;
	transform: translate(0, -50%);
	color: #0175c0;
	cursor: pointer;
	transition: all 0.4s;
}
.slick-next-kariyer{
	position: absolute;
	top: 50%;
	right: -50px;
	font-size: 35px;
	transform: translate(0, -50%);
	color: #0175c0;
	cursor: pointer;
	transition: all 0.4s;
}
.slick-next-kariyer:hover{
	color: #9acd66;
}
.slick-prev-kariyer:hover{
	color: #9acd66;
}
/*.kariyer-alanlari-slider-main .slick-list::before{
	background-image: linear-gradient(to left, rgb(255, 255, 255) 75%, rgba(36, 37, 37, 0));
    background-color: initial;
    width: 70px;
    left: -40px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    z-index: 1;
}
.kariyer-alanlari-slider-main .slick-list::after{
	background-image: linear-gradient(to right, rgb(255, 255, 255) 75%, rgba(36, 37, 37, 0));
    background-color: initial;
    width: 70px;
    right: -40px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    z-index: 1;
}*/
.sayfa-text h2{
	font-size: 18px;
	margin: 20px 0;
    color: #777777;
	font-weight: bold;
}
.sayfa-text p{
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;
    color: #777777;
}
.sayfa-text p a{
	color: #0175c0;
}
.sayfa-text table a{
	color: #0175c0;
}
.sayfa-text b{
	font-weight: bold;
}
.sayfa-text ul{
	display: flex;
	flex-direction: column;
	align-items: start;
	margin: 10px 0;
}
.sayfa-text ul li{
	position: relative;
	padding-left: 15px;
	font-size: 15px;
	line-height: 24px;
    color: #777777;
}
.sayfa-text ul li a{
	color: #0175c0;
	font-weight: bold;
}
.sayfa-text ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	background: #0175c0;
	border-radius: 50%;
}


.sayfa-text table {
    width:100%;
}

.sayfa-text table th {
border: 1px solid #000;
    padding: 5px;
    font-weight:bold;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
}

.sayfa-text table tr td:nth-child(2) {
    min-width:215px;
}

.sayfa-text table td {
border: 1px solid #000;
    padding: 5px;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
}

.pagination a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #222;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 16px;
}
.pagination a.is-active{
	background-color: #0075bf;
	border-radius: 100%;
	color: #fff;
	width: 35px;
	height: 35px;
}
.pagination ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pagination ul li:first-child{
	margin-right: 10px;
}
.pagination ul li:last-child{
	margin-left: 10px;
}
.pagination ul li:first-child a, .pagination ul li:last-child a{
	background-color: #f1f1f1;
	border-radius: 50%;
	width: 35px;
	height: 35px;
}
.haber-detay-diger{
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #cecece;
	position: relative;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	transition: all 0.4s;
}
.haber-detay-diger figure{
	width: 35%;
	overflow: hidden;
	position: relative;
}
.haber-detay-diger figure:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	transition: all 0.4s;
	z-index: 1;
}
.haber-detay-diger-text{
	display: flex;
	flex-direction: column;
	align-items: start;
	padding-left: 20px;
	width: 65%;
}
.haber-detay-diger:hover{
	background: #f1f1f1;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px;
}
.haber-detay-diger:hover figure:before{
	background: rgba(0,0,0,0.3);
}
.haber-detay-diger-text h2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	height: 37px;
}
.haber-detay-diger-text time{
	font-size: 13px;
}
.haber-detay-diger-text time i{
	margin-right: 5px;
}
.haber-detay-diger-text a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pdf-timeline-slider-main{
	position: relative;
    padding: 20px 0;
    background: #ffffff;
    /*box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);*/
    border-radius: 50px;
}
.pdf-timeline-slider{
	width: 90%;
	margin: 0 auto;
}
.pdf-timeline-slider-main .slick-arrow, .pdf-timeline-slider-main .timeline-slider-btn{
	text-align: center;
    position: absolute;
    top: 50%;
    padding: 0;
    border: none;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: .05em;
    color: #a3a3a3;
    background: transparent;
    transition: all .2s ease;
    transform: translate3d(0, -50%, 0);
    will-change: transform;
    cursor: pointer;
    z-index: 9;
}
.pdf-timeline-slider-main .timeline-slider-btn:after{	
    display: block;
    content: '';
    height: 0;
    width: 100%;
    /*border-bottom: 2px solid;*/
    transition: transform .2s ease;
}
.pdf-timeline-slider-main .timeline-slider-btn:hover:after {
    transform: scaleX(0.7);
}
.pdf-timeline-slider-main .timeline-slider-btn:hover{	
	color: #000;
}
.pdf-timeline-slider-main .slick-prev-pdf-timeline{
	left: 2.5%;
}
.pdf-timeline-slider-main .slick-next-pdf-timeline{
	right: 2.5%;
}
.pdf-timeline-slider-main .slick-prev-pdf-timeline-first{
	left: -10px;
}
.pdf-timeline-slider-main .slick-next-pdf-timeline-first{
	right: -10px;
}
.pdf-timeline-slider-main{
	position: relative;
}
.slick-arrow.slick-disabled {
    pointer-events: none;
    cursor: default;
}
.pdf-timeline-slider-main .slick-slide::before {
    display: inline-block;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 0;
    width: calc(100% - 174px);
    border-top: 1px solid #a3a3a3;
    transform: translate3d(-50%, 0, 0);
    transition: all 0s ease .3s;
}
.pdf-timeline-slider-main .pdf-timeline-slider-box{
	position: relative;
}
.pdf-timeline-slider-main:before, .pdf-timeline-slider-main:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background: #ffffff;
    width: 5.5%;
    z-index: 3;
}
.pdf-timeline-slider-main:before{
	left: 0;
	border-radius: 50px 0 0 50px;
}
.pdf-timeline-slider-main:after{
	right: 0;
	border-radius: 0 50px 50px 0;
}
.pdf-timeline-slider-box-year{
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
}
.pdf-timeline-slider-box-year a{
	text-align: center;
	font-weight: bold;
    font-size: 3em;
    line-height: 1.33;
	width: 100%;
	display: block;
	padding: 10px 0;
    color: #ffff;
    text-align: center;
    padding: 0;
    text-shadow: 0 0 4px #0075bf;
	outline: 0;
	transition: all 0.4s;
}
.pdf-timeline-slider-box.slick-center .pdf-timeline-slider-box-year a{
    color: #0075bf;
    text-shadow: none;
}
.pdf-timeline-slider-section{
	position: relative;
}
.pdf-timeline-slider-section:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	width: 3px;
	height: 40px;
	background: #0075bf;
	z-index: 1;
}
.tab_content-fuarlar {
	padding: 20px;
	display: none;
}
.tab_drawer_heading { display: none; }
.haberler-alt{
	justify-content: space-between;
	align-items: center;
}
.haber-tag{
	display: flex;
	flex-wrap: wrap;
}
.haber-tag li{
	width: 33%;
	max-width: 120px;
}
.haber-tag li a{
	display: block;
	padding: 10px;
	background: #f2f2f2;
	color: #000;
	font-size: 12px;
	margin: 5px;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
}
.timeline-slider-btn img{
	width: 30px;
}
.card1-style .anasayfa-sektorler3-box{
	margin: 0;
}
.anasayfa-haberler2-box-text time{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #000;
	margin-bottom: 20px;
}
.anasayfa-haberler2-box-text time i{
    font-size: 18px;
    color: #000;
    margin-right: 5px;
}
.sayfa-kategori-list{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-radius: 10px;
	width: 100%;
	margin: 0 1vw;
}
.sayfa-kategori-list li{
	display: flex;
	flex: 1;
	border-right: 1px solid #fff;
}
.sayfa-kategori-list li:last-child{
	border-right: none;
}
.sayfa-kategori-list li:first-child a{
    border-radius: 10px 0 0 10px;
}
.sayfa-kategori-list li:last-child a{
    border-radius: 0 10px 10px 0;
}
.sayfa-kategori-list li a{
	display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s;
    padding: 0.7vw 1vw;
    width: 100%;
    background: #f1f1f1;
	box-shadow: rgba(0, 0, 0, 0) 2.95px 2.95px 3.6px;
}
.sayfa-kategori-list li a span{
	color: #000;
	font-size: 0.7vw;
	transition: all 0.4s;
	font-weight: bold;
	text-align: center;
}
.sayfa-kategori-list li a img{
    width: 1.5vw;
    filter: brightness(0);
    transition: all 0.4s;
    margin-bottom: 0.5vw;
}
.sayfa-kategori-list li a:hover{
	background: #0075bf;
	box-shadow: rgba(0, 0, 0, 0.35) 1.95px 1.95px 2.6px;
	transform: scale(0.95);
}
.sayfa-kategori-list li a:hover span{
	color: #fff;
}
.sayfa-kategori-list li a:hover img{
	filter: brightness(1);
}
.sayfa-kategori select{
	display: none;
}
.haberler-sirala{
	display: flex;
	align-items: center;
	justify-content: end;
	margin-bottom: 15px;
}
.haberler-sirala a{
	display: flex;
	align-items: center;
	color: #000;
}
.haberler-sirala a img{
	width: 35px;
	margin-right: 5px;
}



/*--------sss-----------*/
.sss-icerik .akordiyonBaslik{
	padding: 20px 50px 20px 20px;
	transition: all 0.4s;
	background: #fff;
	border-bottom: 1px solid transparent;
	font-size: 18px;
	color: #383E42
}
@media screen and (max-width: 1200px){
	.sss-icerik .akordiyonBaslik{
		font-size: 16px;
		line-height: 22px;
	}
}
.sss-icerik .akordiyonBaslik:hover{
	box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
	background: #fdfdfd;
}
.sss-icerik .akordiyon > li{
	box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
}
.sss-icerik .akordiyon > li.show-main .akordiyonBaslik{
	border-color: #ebebeb;
}
.sss-icerik .akordiyonIcerik{
	padding: 20px;
}
.sss-icerik .show-main{
	background: #fdfdfd;
}
.sss-icerik .akordiyonBaslik:before{
	right: 20px;
}
.sss-icerik .akordiyonIcerik h3{
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}
.sss-icerik .akordiyonIcerik p{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 10px;
}
.sss-icerik .akordiyonIcerik ul{
	list-style: circle;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}
.sss-icerik .akordiyonIcerik ul li{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #777777;
	list-style: circle!important;
}
/*--------sss-----------*/

.hakkimizda-vizyon-slider-child-main{
    position: relative;
}
.hakkimizda-vizyon-slider-child-arrow{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    height: 100%;
    align-items: center;
}
.hakkimizda-vizyon-slider-child-prev{
    position: absolute;
    left: -10px;
}
.hakkimizda-vizyon-slider-child-next{
    position: absolute;
    right: -10px;
}
.hakkimizda-slider-btn{
    font-size: 20px;
    cursor: pointer;
}
.urun-gruplari-list-box-tumu a:before{
    content: none;
}
.urun-gruplari-list-box-tumu a:hover:before{
    content: none;
}
.urun-gruplari-list-box-tumu a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.dunya-aksa-box{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.dunya-aksa-box > figure{
    padding: 0 1.5vw;
    margin: 0 auto -4vw auto;
}
.dunya-aksa-box .iletisim-noktalar-icerik-box{
    padding: 5.5vw 1.5vw 1.5vw 1.5vw;
}






@media screen and (min-width: 1200px){
	.anasayfa-haberler2-main > figure{
	    max-height: 470px;
	}
	
	.productTypeMobileUSA .urun-box-deger ul li{
		flex: 2;
		padding-right: 1vw;
		align-items: center;
		position: relative;
	}
	.productTypeMobileUSA .urun-box-deger ul li:before{
		content: "";
		position: absolute;
		right: 0.5vw;
		bottom: 5px;
		height: 70%;
		width: 1px;
		background: #ccc;
	}
	.productTypeMobileUSA .urun-box-deger ul li:first-child{
		flex: 1;
	}
	.productTypeMobileUSA .urun-box-deger ul li:last-child{
		padding-right: 0;
	}
	.productTypeMobileUSA .urun-box-deger ul li:last-child:before{
		content: none;
	}
	.productTypeMobileUSA .urun-box-deger-kw{
		width: 100%;
	}
	.productTypeMobileUSA .urun-box-deger-kw p{
		justify-content: space-between;
	}
	.productTypeMobileUSA .urun-box-deger-kw p b{
		font-size: 0.9vw;
	}
	.productTypeMobileUSA .urun-box-deger-kw p span{
		font-size: 0.6vw;
	}
	.productTypeMobileUSA .urun-box-deger-kw p i:last-child{
		width: 60%;
		text-align: center;
	}
	
}

/*------------------------ic-sayfalar------------------------*/


@media screen and (min-width: 1200px) and (max-width: 1800px){
	.karsilastir-ust{
		height: 250px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
	.sayfa-ust{
		height: 320px;
	}
	.sayfa-ust-icerik{
		height: 320px;
	}
}
@media screen and (max-width: 1200px){
	.karsilastir-ust-img-urun h2{
		font-size: 24px;
	}
	.karsilastir-alt ul li h3{
		font-size: 15px;
	}
	.karsilastir-alt ul li strong{
		font-size: 22px;
	}
	.karsilastir-alt ul li{
		padding: 25px 0;
	}
	.karsilastir-alt ul{
		padding-top: 25px;
	}
	.karsilastir-slider-main{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.karsilastir-slider-main .slider-btn{
		display: block!important;
		background: #fff;
		border-radius: 50%;
		border: 1px solid #0075bf;
	}
	.karsilastir-slider-main .slider-btn i{
		color: #0075bf;
	}
	.karsilastir-slider-main .slick-prev-karsilastir{
		left: 5px;
	}
	.karsilastir-slider-main .slick-next-karsilastir{
		right: 5px;
	}
	.sayfa-kategori .yan-icon{
	    width: 46%;
	}
	.sayfa-kategori{
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.sayfa-kategori select{
	    margin-top: 20px;
	}
	.sayfa-kategori .yan-icon a img{
	    width: 30px;
	}
	.sayfa-kategori .yan-icon a span{
	    margin-top: 5px;
	    font-size: 14px;
	}
}

        .kvkk {
            display: flex;
            justify-content:center;
            flex-wrap:wrap;
            gap: 20px;
            padding: 20px;
        }


        .card {
            background-color: #f4f4f4;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            display:flex;
            align-items:center;
            text-align: center;
            justify-content:center;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            width:31.33%;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .card a {
            text-decoration: none;
            color: #007bff;
            font-size: 14px;
            font-weight: bold;
        }

        .card a:hover {
            text-decoration: underline;
        }
        
        


.seciton-title h2{
	font-size:32px;
	font-weight:700;
	position:relative;
	margin-bottom: 10px;
}
.sayfa-align-center h2{
	font-size:32px;
	font-weight:700;
	position:relative;
	margin-bottom: 10px;	
}
.card2-style-box{
	box-shadow: 0 3px 15px 3px rgba(0,0,0,0.07);
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: all 0.4s;
}
.card2-style-box:hover{
	box-shadow: 0 3px 15px 3px rgba(0,0,0,0.27);
}
.card2-style-box-text{
	padding: 30px 30px 24px 30px;
	background: #fff;
	border-top: 5px solid #0075bf;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	height: 100%;
}
.card2-style-box-text h2{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.card2-style-box-text p{
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 25px;
}
.tabs-teknik-bilgiler{
	display: flex;
	align-items: start;
	flex-direction: column;
}
.tabs-teknik-bilgiler li{
	display: flex;
	align-items: start;
	margin-bottom: 10px;
}
.tabs-teknik-bilgiler li:last-child{
	margin-bottom: 0;
}
.tabs-teknik-bilgiler li h2{
	cursor: pointer;
	font-size: 20px;
	line-height: 30px;
    transition: all 0.4s;
	font-weight: 400;
}
.tabs-teknik-bilgiler li.active h2{
    text-shadow: 1px 0 #000;
}
.tabs-teknik-bilgiler li h2:hover{
    text-shadow: 1px 0 #000;
}
.teknik-bilgiler-sayfalar{
	border-right: 2px solid #ebebeb;
}
.kullanim-kitapciklari-ust{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.kullanim-kitapciklari-ust ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
}
.kullanim-kitapciklari-ust ul li{
	margin-right: 15px;
	display: flex;
	align-items: start;
}
.kullanim-kitapciklari-ust ul li:last-child{
	margin-right: 30px;
}
.kullanim-kitapciklari-ust-select{
	display: flex;
	align-items: center;
	justify-content: end;
	width: 20%;
}
.kullanim-kitapciklari-ust ul li h3{
	font-size: 16px;
	cursor: pointer;
	transition: all 0.4s;
	position: relative;
}
.kullanim-kitapciklari-ust ul li.active h3{
    text-shadow: 1px 0 #000;
}
.kullanim-kitapciklari-ust ul li h3:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 2px;
	background: #9acd66;
	transition: all 0.4s;
}
.kullanim-kitapciklari-ust ul li h3:hover:before{
	width: 100%;
}
.kullanim-kitapciklari-ust ul li.active h3:hover:before{
	content: none;
}
.kullanim-kitapciklari-ust-select select{
	max-width: 150px;
	margin-right: 10px;
}
.kullanim-kitapciklari-ust-select a img{
	width: 35px;
}
.kullanim-kitapciklari-icerik-text ul{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
.kullanim-kitapciklari-icerik-text ul li{
	flex: 1;
	display: flex; 
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 3px 0;
}
.kullanim-kitapciklari-icerik-text ul li:nth-child(2){
    border-left: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
}
.kullanim-kitapciklari-icerik-text ul li:first-child{
	justify-content: start;
}
.kullanim-kitapciklari-icerik-text ul li:last-child{
	justify-content: end;
}
.kullanim-kitapciklari-icerik-text ul li h2{
	font-size: 20px;
	font-weight: 600;
}
.kullanim-kitapciklari-icerik-text ul li a{
	color: #000;
	padding: 10px;
	background: transparent;
	transition: all 0.4s;
	display: flex;
	align-items: center;
	border-radius: 10px;
}
.kullanim-kitapciklari-icerik-text ul li a:hover{
	color: #fff;
	background: #0075bf;
}
.kullanim-kitapciklari-icerik-text ul li a i{
	margin-right: 10px;
}



.slideshow-title {
	position: absolute;
	top: 15%;
	left: -100%;
	color: white;
	font-size: 2.5vw;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	z-index: 10;
	/*transition: left 2s ease-out, opacity 1s ease-out;*/
	text-align: left;
    opacity: 0;
}
.slideshow-title b{
	display: block;
	font-size: 3vw;
}
.slideshow-title.visible {
	left: 20%;
	transform: translateX(-20%);
	opacity: 1;
}

.surdurulebilirlik-slider-main{
    margin-top: 3.65vw;
    height: calc(100vh - 3.65vw);
	position: relative;
}
.surdurulebilirlik-slider-icerik{
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
    height: calc(100vh - 3.65vw);
	width: 100%;
}

.surdurulebilirlik-ust-icerik{
	position: relative;
	overflow: hidden;
	z-index: 1;
    height: calc(100vh - 3.65vw);
}
.surdurulebilirlik-ust-icerik:before{	
    position: absolute;
    content: "";
    left: -60%;
    top: -130%;
    width: 150%;
    height: 150%;
    background: #9acd65;
    z-index: 0;
    transform: rotate(110deg);
    border: 5px solid #fff;
}
.surdurulebilirlik-ust-icerik-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 100%;
	padding: 2vw;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
}
.surdurulebilirlik-ust-icerik-text h2{
	font-size: 2.5vw;
	color: #fff;
}
.surdurulebilirlik-ust-icerik-text h2 b{
	font-size: 3.5vw;
	display: block;
}
.surdurulebilirlik-ust-icerik-text p{
	font-size: 0.85vw;
	line-height: 1.3vw;
	color: #fff;
	width: 70%;
}
.surdurulebilirlik-ust-icerik-img-ana img{
	max-width: 15vw;
}
.surdurulebilirlik-ust-icerik-img-qr img{
	max-width: 5vw;
	padding: 5px;
	background: #fff;
}
.surdurulebilirlik-ust-icerik-img{
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
}

/* Slick dots container */
.surdurulebilirlik-slider .slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
    position: absolute;
    bottom: 20px;
    right: 35%;
}

/* Her bir dot */
.surdurulebilirlik-slider .slick-dots li {
	position: relative;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	transition: all 0.3s;
	overflow: hidden;
	border-radius: 50%;
	background-color: #fff;
}

.surdurulebilirlik-slider .slick-dots li button {
	width: 100%;
	height: 100%;
	line-height: 0;
	font-size: 0;
	color: transparent;
	background: transparent;
}
.surdurulebilirlik-slider .slick-dots li.slick-active{
	width: 100px;
	border-radius: 15px;
}
.surdurulebilirlik-slider .slick-dots li.slick-active button{
	border-radius: 5px;
}

/* Aktif dot için ilerleme çubuğu */
.surdurulebilirlik-slider .slick-dots li.slick-active::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #9acd65;
	transition: all 3s linear; /* autoplaySpeed ile eşleşmeli */
}

/* İlerleme çubuğu aktifken büyüme efekti */
.surdurulebilirlik-slider .slick-dots li.slick-active.animate::after {
	width: 100%;
}
.surdurulebilirlik-yaklasim-card{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.surdurulebilirlik-yaklasim-card ul{
	width: 100%;
	display: flex;
	align-items: center;
}
.surdurulebilirlik-yaklasim-card ul li{
	flex: 1;
	margin-right: 30px;
}
/*
.flip-animation li{
    transition-duration: 1.2s;
    transition-timing-function: ease-in-out;
    transform-style: preserve-3d;
}
.flip-animation li.hover{
	transform: rotateY(360deg);
}
*/

.surdurulebilirlik-yaklasim-card ul li:last-child{
	margin-right: 0;
}
.surdurulebilirlik-yaklasim-baslik h3{
	font-size: 30px;
	font-weight: 600;
}
.surdurulebilirlik-yaklasim-card p{
	margin-bottom: 20px;
	text-align: center;
}

.flip-card {
    width: 256px;
    height: 256px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.flip-card-front {
    background-color: #fff;
}

.flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.flip-card-back {
    background-color: #9acd66;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}
.flip-card-back p{
    color: white;
    font-size:18px;
	line-height: 24px;
}



.surdurulebilirlik-hedefleri-icerik figure{
	height: 340px;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	border-radius: 10px;
}
.surdurulebilirlik-hedefleri-icerik{
	height: 100%;
}
.surdurulebilirlik-hedefleri-text{
	display: flex;
	padding: 20px 30px;
	background: #9ACD65;
	border-radius: 10px;
	margin-top: 30px;
    height: calc(100% - 370px);

}
.surdurulebilirlik-hedefleri-text ul{
	flex: 1;
	margin-right: 20px;
	list-style: disc;
}
.surdurulebilirlik-hedefleri-text ul:last-child{
	margin-right: 0;
}
.surdurulebilirlik-hedefleri-text ul li{
	margin-bottom: 10px;
}
.surdurulebilirlik-hedefleri-text ul li:last-child{
	margin-bottom: 0;
}
.surdurulebilirlik-hedefleri-text ul li p{
	color: #000;
}
.iletisim-genel-mudurluk-icerik div{
	color: #777777;
}




.box-desing2-text{
	width: 35%;
}
.box-desing2-img{
	width: 60%;
}
.box-desing2-img figure img{
	width: 100%;
	border-radius: 30px;
}
.box-desing2-img figure{
	width: 100%;
    box-shadow: inset 0 0 10px 10px #00000040;
	border-radius: 30px;
}
.box-desing2-icerik{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.box-desing1-main > .box-desing2-icerik:nth-child(2n) {
    flex-direction: row-reverse;
}
.box-desing1-main > .box-desing2-icerik{
	margin-bottom: 60px;
}
.box-desing1-main > .box-desing2-icerik:last-child{
	margin-bottom: 0;
}
.box-desing3-icerik{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.box-desing1-main > .box-desing3-icerik .box-desing2-text{
	display: flex;
	flex-direction: column;
	align-items: end;
	text-align: right;
}
.box-desing1-main > .box-desing3-icerik:nth-child(2n) .box-desing2-text{
	align-items: start;
	text-align: left;
}
.box-desing1-main > .box-desing3-icerik:nth-child(2n) {
    flex-direction: row-reverse;
}
.box-desing1-main > .box-desing3-icerik{
	margin-bottom: 60px;
}
.box-desing1-main > .box-desing3-icerik:last-child{
	margin-bottom: 0;
}
.box-desing2-text{
	display: flex;
	flex-direction: column;
	align-items: start;
}
.box-desing2-text h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.box-desing2-text p{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.box-desing2-text a{
	padding: 15px 30px;
	border-radius: 5px;
	background: #6CD180;
	color: #fff;
	transition: all 0.4s;
    box-shadow: 0 3px 7px 1px #6CD180;
	margin-top: 20px;
}
.box-desing2-text a:hover{
	transform: scale(0.95);
}
.box-desing2-text h3{
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 10px;
}
.box-desing2-text ul li{
	margin-bottom: 30px;
}
.box-desing2-text ul li:last-child{
	margin-bottom: 0;
}
.box-desing2-text ul{
	margin-top: 30px;
}
.kiralik-jeneratör-kullanim-icerik figure img{
	width: 100%;
	border-radius: 10px;
}
.kiralik-jeneratör-kullanim-icerik figure{
	box-shadow: 0px -70px 20px 0px #0000008C inset;
	border-radius: 10px;
}
.kiralik-jeneratör-slider-box{
	margin: 0 15px;
}
.kiralik-jeneratör-kullanim-icerik{
	position: relative;
}
.kiralik-jeneratör-kullanim-icerik h3{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.kiralik-jeneratör-kullanim-icerik h3 span{
	display: block;
}
.kiralik-jeneratör-kullanim h2{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
	width: 100%;
}
.kiralik-jeneratör-kullanim{
	padding: 90px 0;
}
.kiralik-youtube-video{
	width: 60%;
	margin: auto;
	height: 400px;
}
.wd60{
	width: 75%;
	margin: auto;
}
.ikinciel-alt ul{
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}
.ikinciel-alt ul li{  
	width: 25%;
	padding: 15px;
}
.ikinciel-alt ul li:before{  
    content: none;
}
.ikinciel-icon-box{
	padding: 20px;
	background: #fff;
    box-shadow: 0 3px 7px 1px #00000040;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	transition: all 0.4s;
}
.ikinciel-icon-box:hover{
    box-shadow: 0 3px 7px 1px #00000080;
    background: #6CD180;
    color: #fff;
}
.ikinciel-icon-box figure{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 50%;
	width: 118px;
	height: 118px;
	transition: all 0.4s;
}
.ikinciel-icon-box:hover figure{
    border-color: #fff;
}
.ikinciel-icon-box figure img{
	width: 100%;
	transition: all 0.4s;
}
.ikinciel-icon-box:hover figure img{
    filter: invert(1);
}
.ikinciel-icon-box h3{
	height: calc(100% - 138px);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 20px;
}
.ikinciel-alt h2{
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
	width: 100%;
}
.ikinciel-alt{
	padding-top: 90px;
}
.servis-hizmetler{
	padding: 90px 0;
}
.servis-hizmetler h2{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
}
.servis-hizmetler-box figure{
	width: 100%;
	position: relative;
}
.servis-hizmetler-box figure img{
	width: 100%;
	border-radius: 10px;
}
.servis-hizmetler-box figure span{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
}
.servis-hizmetler-box-icerik{
	padding: 15px;
	margin-top: 20px;
	border-radius: 10px;
	background: #6CA7D1;
	height: 100%;
}
.servis-hizmetler-box-icerik ul li p{
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}
.servis-hizmetler-box-icerik ul li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
}
.servis-hizmetler-box-icerik ul li:before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	left: 0;
	top: 7px;
}
.servis-hizmetler-box{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.servis-slogan figure{
	width: 100%;
	position: relative;
}
.servis-slogan figure img{
	width: 100%;
}
.servis-slogan figure span{
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: start;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
}
.servis-text{
	padding: 90px 0;
}
.servis-iletisim-ust figure{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border: 3px solid #000;
	border-radius: 50%;
	width: 80px;
	height: 80px;
}
.servis-iletisim-ust figure img{
	width: 100%;
}
.servis-iletisim-ust{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.servis-iletisim-ust h2{
	width: calc(100% - 100px);
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}
.servis-iletisim-bilgiler ul li a{
	background: #6CA7D1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
	font-size: 20px;
	padding-right: 15px;
	line-height: 31px;
	color: #fff;
	transition: all 0.4s;
    box-shadow: 0 3px 7px 1px #6CD180;
}
.servis-iletisim-bilgiler ul li a:hover{
	background: #6CD180;
	transform: scale(0.98);
    box-shadow: none;
}
.servis-iletisim-bilgiler ul li a span{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.servis-iletisim-bilgiler ul li{
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.servis-iletisim-bilgiler ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.servis-iletisim-bilgiler ul li:last-child{
	margin-right: 0;
}

/*06.03.2025*/


.box-column-text p b{
	font-weight: bold;
}
.box-column{
	display: flex;
	flex-direction: column;
	align-items: start;
}
.box-column figure{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border: 1px solid #DDDDDDDD;
	border-radius: 10px;
	margin-bottom: 20px;
}
.box-column .box-column-text{
	margin-bottom: 30px;
}
.box-column .box-column-text:last-child{
	margin-bottom: 0;
}
.kojen-slogan{
	width: 100%;
	padding: 90px 0;
}
.kojen-slogan a{
	width: 100%;
	display: block;
}
.kojen-slogan a picture{
	width: 100%;
	display: block;
}
.kojen-slogan a img{
	width: 100%;
}
.kojen-alt-icerik p{
	font-size: 15px;
	line-height: 20px;
}
.kojen-alt-icerik h2{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.kojen-alt-icerik ul li{
	position: relative;
	padding-left: 15px;
}
.kojen-alt-icerik ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #777777;
    border-radius: 50%;
}
.paralel-sistemler-text h2{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.paralel-sistemler > .paralel-sistemler-text{
	margin-bottom: 60px;
}
.paralel-sistemler > .paralel-sistemler-text:last-child{
	margin-bottom: 0;
}
.paralel-sistemler-text ul li{
	position: relative;
    padding-left: 15px;
	display: flex;
	align-items: center;
}
.paralel-sistemler-text ul li:before{
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #777;
    border-radius: 50%;
}
.paralel-sistemler-img ul{
	display: flex;
	width: 100%;
	gap: 70px;
}
.paralel-sistemler-img li{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.paralel-sistemler-img li figure{
	padding: 20px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}
.paralel-sistemler-img li span{
	text-align: center;
	padding: 0 20px;
}
.paralel-sistemler-img{
	margin-bottom: 60px;
}
.paralel-sistemler-text figure{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.izleme-sistemler-text h2{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.izleme-sistemler-list{
	display: flex;
}
.izleme-sistemler-list li{
	margin-bottom: 20px;
	display: list-item;
	width: 100%;
    list-style: decimal!important;
}
.izleme-sistemler-list li span{
	width: 40%;
}
.izleme-sistemler-row{
	flex-direction: row;
	flex-wrap: wrap;
}
.izleme-sistemler-row li{
	width: 48%;
	margin-right: 4%;
}
.izleme-sistemler-row li:nth-child(2n){
	margin-right: 0;
}
.izleme-sistemler-column{
	flex-direction: column;
}
.izleme-sistemler .akordiyonIcerik {
	padding: 20px;
}
.izleme-sistemler-list-box{
	display: flex;
	gap: 20px;
}
.izleme-sistemler .akordiyonBaslik{
	font-size: 20px;
	background: #12A4F9;
	color: #fff;
	padding: 20px 50px 20px 20px;
}
.izleme-sistemler .akordiyonBaslik:before{
	right: 20px;
}
.izleme-sistemler-list-img figure{
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #dddddd;
}
.izleme-sistemler-column .izleme-sistemler-list-img{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
    gap: 20px;
}
.izleme-sistemler-column .izleme-sistemler-list-img figure{
	width: calc(50% - 10px);
}
.box-desing2-img figure{
	box-shadow: none;
}
.batarya-hizmetler{
	margin: 90px 0;
}
.batarya-hizmetler-box figure{
    width: 100%;
    box-shadow: inset 0 0 10px 10px #00000040;
    border-radius: 10px;
}
.batarya-hizmetler-box figure img{
    width: 100%;
    border-radius: 10px;
}
.batarya-hizmetler-box-text{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
	padding: 15px;
	margin-top: 20px;
    border-radius: 10px;
    height: 100%;
    display: flex;
}
.batarya-hizmetler-box-text ul{
	list-style: disc;
	margin-left: 10px;
}
.batarya-hizmetler-box-text ul li{
	margin-bottom: 5px;
}
.batarya-hizmetler-box-text ul li:last-child{
	margin-bottom: 0;
}
.batarya-hizmetler-box{
	height: 100%;
    display: flex;
    flex-direction: column;
}
.batarya-brosur{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.batarya-brosur h2{
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
}
.batarya-brosur a{
	padding: 15px 30px;
	background: #12A4F9;
	color: #fff;
	transition: all 0.4s;
	border-radius: 5px;
}
.batarya-brosur a:hover{
	transform: scale(0.95);
}
.izleme-sistemler-text{
	margin-bottom: 30px;
}

/*-----*/

.blog-main{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 20px;
	border-radius: 10px;
	transition: all 0.4s;
}
.blog-main:hover{
	box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
	transform: scale(0.98);
}
.blog-main figure{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.blog-main figure img{
	width: 100%;
	transition: all 0.4s;
}
.blog-main:hover figure img{
	transform: scale(1.1);
}
.blog-main-text time{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.blog-main-text time i{	
    font-size: 18px;
    color: #000;
    margin-right: 5px;
}
.blog-main-text{	
    display: flex;
    flex-direction: column;
    align-items: start;
	margin-top: 20px;
}
.blog-main-text h2{	
    font-size: 20px;
    color: #000;
    margin: 20px 0;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.blog-main-text p{	    
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.urun-detay-ozellikler-tab-icerik ul li p{
	margin-bottom: 0;
}

.fuar-box-detail{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.fuar-box-detail span{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}
.fuar-box-detail span i{
	margin-right: 5px;
	font-size: 17px;
}
.fuar-box-detail h2{
	text-align: center;
	margin-bottom: 20px;
}
.iletisim-noktalar-icerik-box .iletisim-link b{
	margin-right: 5px;
}
.swiper-slider-homepage .slick-dots button{
	transition: all 0.4s;
}
.swiper-slider-homepage .slick-dots .slick-active button{
	background: #0075bf;
}
.urun-detay-dokumanlar{
	padding-bottom: 60px;
}

#slideshow {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: #9acd65;
	z-index: 2;
}

.shapeContainer {
  height:100%;
  width:100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shape {
  width: 100%;
  height: 25%;
  background-size: contain;
  background-repeat: no-repeat;
  min-height:344px;
 }
 
.shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  clip-path: polygon(0 0);
  opacity: 0; 
 }



.shape1 {
  background-position: left 0% center; 
  clip-path: polygon(0% 0%, 30% 0%, 20% 100%, 0% 100%);
}

.shape2 {
  background-position: left 30% center;
  clip-path: polygon(30% 0%, 55% 0%, 45% 100%, 20% 100%);
}

.shape3 {
  background-position: left 67% center;
  clip-path: polygon(55% 0%, 80% 0%, 70% 100%, 45% 100%);
}

.shape4 {
  background-position: right -15% center;
  clip-path: polygon(80% 0%, 100% 0%, 100% 100%, 70% 100%);
}

.animate .shape {animation-timing-function: ease-in-out; }
.animate .shape1 {animation: fadeInOut 6s forwards; animation-delay: 0s;}
.animate .shape2 {animation: fadeInOut 6s forwards; animation-delay: 1s;}
.animate .shape3 {animation: fadeInOut 6s forwards; animation-delay: 2s;}
.animate .shape4 {animation: fadeInOut 6s forwards; animation-delay: 3s;}
.animate .slideshow-title {animation: textAnimation 6s forwards;}

@keyframes fadeInOut {
  0% { opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; }
}    
.kvkk .card a{
	color: #0175c0;
}
    

@media screen and (min-width: 1199px){
	.card-pdf .card-icons img{
		max-width: 50%;
	}
	.urun-gruplari-baslik{
		padding-top: 20px;
	}
	.urun-detay-adi {
		width: 75%;
	}
	.urun-detay-faz{
		width: 25%;
	}

	@keyframes textAnimation {
		0% { left: -100%; opacity: 0; }     /* Başlangıç pozisyonu */
		20% { left: 20%; opacity: 1; }      /* 2 sn'de giriş tamamlanır */
		80% { left: 20%; opacity: 1; }      /* 6 sn durur (20% ile 80% arası) */
		100% { left: -100%; opacity: 0; }   /* Son 2 sn'de çıkış */
	}
}
@media screen and (max-width: 1200px){
	.tab_content-teknik-bilgiler{
		margin: 20px 0;
	}
	.kullanim-kitapciklari-ust ul{
		display: none;
	}
	.kullanim-kitapciklari-ust{
		flex-direction: column;
	}
	.kullanim-kitapciklari-ust .mobil-goster{
		margin-bottom: 20px;
		max-width: 100%;
		width: 100%;
	}
	.kullanim-kitapciklari-ust-select select{
		max-width: 100%;
		width: 100%;
		min-width: 100%;
	}
	.kullanim-kitapciklari-ust-select{
		width: 100%;
		justify-content: space-between;
	}
	.kullanim-kitapciklari-icerik-text ul{
		flex-direction: column;
		padding: 10px 0;
	}
	.kullanim-kitapciklari-icerik-text ul li:first-child{
		justify-content: center;
	}
	.kullanim-kitapciklari-icerik-text ul li{
		margin-bottom: 10px;
	}
	.kullanim-kitapciklari-icerik-text ul li:last-child{
		justify-content: center;
		margin-bottom: 0;
	}
	.kullanim-kitapciklari-icerik-text ul li:nth-child(2){
		border: none;
	}
	.teknik-bilgiler-sayfalar{
		border: none;
	}
	.tabs-teknik-bilgiler{
		align-items: center;
		justify-content: center;
	}
	.tabs-teknik-bilgiler li{
		width: 100%;
		align-items: center;
		justify-content: center;
		padding: 10px;
		background: transparent;
		transition: all 0.4s;
	}
	.tabs-teknik-bilgiler li.active{
		background: #9acd66;
	}
	.tabs-teknik-bilgiler li.active h2{
		color: #fff;
		text-shadow: 1px 0 #ffffff;
	}
	.shapeContainer{
		flex-direction: column;
	}
	.shape{
		position: relative;
		clip-path: none;
		background-position: center center;
		background-size: cover;
		min-height: auto;
	}
	@keyframes textAnimation {
		0% { left: -100%; opacity: 0; }     /* Başlangıç pozisyonu */
		20% { left: 5%; opacity: 1; }      /* 2 sn'de giriş tamamlanır */
		80% { left: 5%; opacity: 1; }      /* 6 sn durur (20% ile 80% arası) */
		100% { left: -100%; opacity: 0; }   /* Son 2 sn'de çıkış */
	}
	.surdurulebilirlik-yaklasim-card p{
		margin-bottom: 0;
	}
}


/*-- urunler sayfası filtre için 3 yollu toggle switch --*/ 
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 34px;
  margin:auto;
  font-size: smaller;
}

.toggle-switch .switch_bg {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
}

.toggle-switch input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.toggle-switch label {
  width: 33.33%;
  height: 100%;
  position: relative;
  display: inline-block;
  float: left;
  cursor: pointer;
  z-index: 1;
  line-height:34px;
  text-align:center;
}

.switch_bg:before {
  content: "";
  position: absolute;
  height: 26px;
  width: 52px;
  left: 64px; /* Centered by default */
  bottom: 4px;
  background-color: white;
  border-radius: 34px;
  transition: 0.3s ease-in-out;
}

.toggle-switch #option1:checked ~ .switch_bg:before {
  left: 4px;
}

.toggle-switch #option3:checked ~ .switch_bg:before {
  left: 124px;
}

/*-- --*/

.sayfa-form .form-check-label{
    line-height: 24px;
}
.sayfa-form > div > div{
    margin-bottom: 30px;
}
.sayfa-form  .form-heading{
    font-size: 25px;
}
.sayfa-form .form-label{
    font-size: 13px;
    font-weight: bold;
}


.slider-position-1{
	left: 0;
	top: 0;
	text-align: left;	
    transform: translate(0%, 0%);
}
.slider-position-2{
	left: 50%;
	top: 0;
	text-align: center;	
    transform: translate(-50%, 0%);
}
.slider-position-3{
	left: auto;
	right: 0;
	top: 0;
	text-align: right;	
    transform: translate(0%, 0%);
}
.slider-position-4{
	left: 0;
	top: 50%;
	text-align: left;	
    transform: translate(0%, -100%);
	padding-left: 60px;
}
.slider-position-5{
	left: 50%;
	top: 50%;
	text-align: center;	
    transform: translate(-50%, -100%);
}
.slider-position-6{
	left: auto;
	right: 0;
	top: 50%;
	text-align: right;	
    transform: translate(0%, -100%);
	padding-right: 60px;
}
.slider-position-7{
	left: 0;
	top: auto;
	bottom: 0;
	text-align: left;	
    transform: translate(0%, 0%);
}
.slider-position-8{
	left: 50%;
	top: auto;
	bottom: 0;
	text-align: center;	
    transform: translate(-50%, 0%);
}
.slider-position-9{
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	text-align: right;	
    transform: translate(0%, 0%);
}









































        

@media screen and (min-width: 3000px){
    .container{
        max-width: 100%;
        padding: 5vw;
    }
}