html {
  scroll-behavior: smooth;
}

.display-flex {
	display:flex;
}

.profornet-dil,.d-gizle{
	display:none;
}

.section-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}
.justify-space-between{
	justify-content: space-between;
}
.section-sm {
    padding: 30px 0;
}

.d-img {
	display:block;
}

.m-img {
	display:none!important;
}

.section-60, .section-md, .section-lg, .section-xl {
    padding: 60px 0;
}

html [class*='section-'].section-bottom-0 {
    padding-bottom: 0;
}

html [class*='section-'].section-top-0 {
    padding-top: 0;
}

@media (min-width: 992px) {
    html [class*='section-'].section-lg-0 {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .section-sm {
        padding: 40px 0;
    }

    .section-md {
        padding: 70px 0;
    }

    .section-lg {
        padding: 80px 0;
    }

    .section-xl {
        padding: 90px 0;
    }
	
	.img-padding {
		padding:0px 30px;
	}
	
}

@media (min-width: 992px) {
	
	    .section-ss {
        padding: 50px 0;
    }
	
    .section-sm {
        padding: 50px 0;
    }

    .section-md {
        padding: 80px 0;
    }

    .section-lg {
        padding: 90px 0;
    }

    .section-inset-custom-6, .section-xl {
        padding: 100px 0;
    }

    .desktop .section-top-1 {
        padding-top: 0;
    }
}
.bg-sayfa{
	background: #6A6E83;
}



*{
	font-family: 'Poppins', sans-serif;
}

body{
    color:#202426;
	background: #F5F5F5;
	overflow-x: hidden;
}
/*
p{
    font-size:18px;
    line-height: 28px;
    font-weight: 300;
    display:block;
    margin-bottom: 30px;
}
p:last-child, p:last-of-type{
    margin-bottom: 0;
}
*/

.sektor-icerik {
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align:left;
}

.comp {
	border-top-left-radius:15px;
	border-bottom-right-radius:15px;
	transition: transform .2s;
}

.comp:hover {
	transform: scale(1.03);
}

header{
    width:100%;
    position: fixed;
    top:0;
    left:0;
    transition: all ease 0.3s;
    z-index: 99999;
	background: transparent;
}

.header-logo figure{
	width: 215px;
}
header > .px1200{
	display: flex;
	align-items: center;
	justify-content: space-between;
    height: 100%;
}
.lang:hover{
	box-shadow: rgba(30, 22, 54, 0.7) 0 0px 0px 40px inset;
}
.swiper-pagination-bullet{
    background:#fff!important;
}
.anasayfaHakkimizda{
    width:100%;
	overflow: hidden;
}
.anasayfaHakkimizda > div{
    background: rgba(40,201,171,0.3);
    padding:90px 60px;
    width:1260px;
    margin:auto;
    display:flex;
    align-items: center;
}
.anasayfaHakkimizda h2{
    max-width: 50%;
    min-width: 50%;
    font-weight: bold;
    font-size: 36px;
    padding-right: 90px;
}
.anasayfaHakkimizda h2 strong{
    display:block;
    color:#28c9ab;
    font-size:14px;
}
.hbg{
    background:#fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.header-main{
	display: flex;
	align-items: center;
	justify-content: end;
}
.menu-button{
	display: flex;
    flex-direction: column;
    align-items: end;
	cursor: pointer;
	width: 65px;
	margin-left: 60px;
}
.menu-stick{
	transition: all 0.4s;
	height: 4px;
	border-radius: 20px;
	background: #fff;
}
.menu-stick1{
	width: 45px;
}
.menu-stick2{
	width: 35px;
	margin: 5px 0;
}
.menu-stick3{
	width: 35px;
}
.menu-button:hover .menu-stick2{
	width: 45px;
}
.menu-button:hover .menu-stick3{
	width: 55px;
}
.menu-button:hover .menu-stick{
	background: #12B2D4;
}
.menu-button.open .menu-stick3{
    width: 35px;
    transform: rotate(319deg);
    position: absolute;
}
.menu-button.open .menu-stick1{
    width: 35px;
    transform: rotate(45deg);
    position: absolute;
}
.menu-button.open .menu-stick2{
	opacity: 0;
	margin: 0;
}
.header-dil > ul{
	display: flex;
	align-items: center;
}
.header-dil > ul > li > a{
	padding: 5px;
	border-radius: 4px;
	color: #fff;
}
.dil-secili{
	background: #fff;
	color: #12B2D4!important;
}
.header-arama{
	display: flex;
	align-items: center;
	justify-content: end;
	position: relative;
	margin-right: 30px;
}
.header-arama input{
	border: 1px solid #fff;
	border-radius: 9px;
	position: relative;
	height: 40px;
	width: 75px;
	background: transparent;
	transition: all 0.4s;
	padding: 0 40px 0 10px;
	color: #fff;
}
.header-arama input:hover{
	width: 150px;
}
.header-arama input:focus{
	width: 150px;
}
.header-arama button{
	position: absolute;
	right: 2px;
	top:10px;
	background: none;
	color: #fff;
}
.header-arama:after{
	content: "";
	position: absolute;
	right: 30px;
	width: 1px;
	height: 60%;
	top: 20%;
	z-index: 9;
	background: #fff;
}
#slider{overflow:hidden; width:100%; position:relative;}
.swiper-slide picture img{
	width: 100%;
}
.swiper-slide picture{
	position: relative;
	width: 100%;
}

.swiper-slide{
	position: relative;
}
.swiper-slide-caption{
	position: absolute;
}
.swiper-slide{
	color: #fff;
}
.swiper-slide-caption h2{
	font-size: 48px;
	margin-bottom: 15px;
}
.swiper-slide-caption h2 span{
	font-weight: bold;
}
.slider-sol-btn:before{
	content: "";
    background: url(/images/left.png);
    width: 45px;
    height: 45px;
    display: block;
    background-size: cover;
	transition: all 0.4s;
	opacity: 0.5;
}
.slider-sag-btn:before{
	content: "";
    background: url(/images/right.png);
    width: 45px;
    height: 45px;
    display: block;
    background-size: cover;
	transition: all 0.4s;
	opacity: 0.5;
}
.slider-sag-btn:hover:before{
	opacity: 1;
}
.slider-sol-btn:hover:before{
	opacity: 1;
}
.anasayfa-hakkimizda h2{
	color: #fff;
	font-size: 36px;
}
.anasayfa-hakkimizda h2 span{
	display: block;
	color: #12B2D4;
	font-weight: bold;
}
.anasayfa-hakkimizda p{
	color: #fff;
	font-size: 20px!important;
}
.anasayfa-hakkimizda a{
	margin-top: 30px;
}
.sayfa-button1{
	padding: 5px 10px;
	border: 1px solid #12B2D4;
	color: #12B2D4;
	border-radius: 5px;
	font-size: 12px;
	transition: all 0.4s;
	max-width:100px;
	text-align:center;
}
.sayfa-button1:hover{
	background: #12B2D4;
	color: #fff;
}
.sayfa-button2{
	padding: 5px 10px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
	transition: all 0.4s;
}
.sayfa-button2:hover{
	background: #fff;
	color: #12B2D4;
}
.anasayfa-sektorler > .container{
	overflow-x: clip;
    padding: 0;
	position: relative;
}

.anasayfa-sektorler h1 {
	display:none;
}

.anasayfa-sektorler{
	position: relative;
}
.sektorler-box{
	transition: all 0.4s;
}

.anasayfa-sektorler-slider h3 {
	color:#fff!important
}

.anasayfa-sektorler-slider .slick-slide{
	transform: translateY(0);
}
.anasayfa-sektorler-slider .slick-slide:hover{
	transform: translateY(-40px);
}
.anasayfa-sektorler-slider > div{
	overflow: visible!important;
}
.sektorler-box-text > h3{
	margin-bottom: 60px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	transition: all 0.4s;
}
.sektorler-box > figure{
	position: relative;
	overflow: hidden;
}
.sektorler-box > figure::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	z-index: 1;
	pointer-events: none;
}
.sektorler-box-text{
	transition: all 0.4s;
	position: absolute;
	left: 60px;
	line-height:35px;
	bottom:30px;
	z-index: 2;
}
.sektorler-box > figure:hover .sektorler-box-text{
	bottom: 60px;
}
.sektorler-box > figure:hover .sektorler-box-text > h3{
	margin-bottom: 20px;
}
.anasayfa-sektorler-slider img {
	width: 100%;
}

.sektorler-box > figure:hover img {
	filter:none;
}

.sektorler-slider-btn{
	width: 45px;
	height: 45px;
	position: absolute!important;
	top: 45%;
	cursor: pointer;
	margin: 0 20px;
}
.anasayfa-sektorler-prev:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/left2.png);
	background-size: cover;
	width: 45px;
	height: 45px;
	transition: all 0.4s;
}
.anasayfa-sektorler-next:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/right2.png);
	background-size: cover;
	width: 45px;
	height: 45px;
	transition: all 0.4s;
}
.anasayfa-haberler-prev:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/left2.png);
	background-size: cover;
	width: 45px;
	height: 45px;
	transition: all 0.4s;
}
.anasayfa-haberler-next:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/right2.png);
	background-size: cover;
	width: 45px;
	height: 45px;
	transition: all 0.4s;
}


.videolar-prev:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/left2.png);
	background-size: cover;
	width: 45px;
	height: 45px;
	transition: all 0.4s;
}
.videolar-next:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/right2.png);
	background-size: cover;
	width: 45px;
	height: 45px;
	transition: all 0.4s;
}


.anasayfa-haberler{
	position: relative;
}
.anasayfa-sektorler .slick-disabled:before{
	filter: grayscale(100%);
}
.anasayfa-haberler .sektorler-slider-btn{
	filter: brightness(0) invert(1);
}
.anasayfa-haberler-box-icerik{
	margin: 30px 25px;
}
@media (max-width: 1200px){
	.anasayfa-haberler .slick-slider-dots {
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
	}
	.anasayfa-haberler .slick-slider-dots ul {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.anasayfa-haberler .slick-slider-dots ul li {
		margin: 0 4px;
	}
	.anasayfa-haberler .slick-slider-dots ul li button {
		background: #fff;
		height: 8px;
		width: 35px;
		overflow: hidden;
		color: #fff;
		border: none;
		border-radius: 4px;
		transition: all 0.4s;
	}
	.anasayfa-haberler .slick-slider-dots ul li.slick-active button {
		background: #12B2D4;
		color: #12B2D4;
	}
	

	.kariyer-play .slick-slider-dots {
		position: absolute;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
	}
	.kariyer-play .slick-slider-dots ul {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.kariyer-play .slick-slider-dots ul li {
		margin: 0 4px;
	}
	.kariyer-play .slick-slider-dots ul li button {
		background: #fff;
		height: 8px;
		width: 35px;
		overflow: hidden;
		color: #fff;
		border: none;
		border-radius: 4px;
		transition: all 0.4s;
	}
	.kariyer-play .slick-slider-dots ul li.slick-active button {
		background: #12B2D4;
		color: #12B2D4;
	}	
	
	
	
	
	
	
	
	 
}
@media (min-width: 1200px){
	
	.anasayfa-sektorler-prev{
		left: 1%;
	}
	.anasayfa-sektorler-next{
		right: 1%;
	}
	.anasayfa-haberler-prev{
		left: 1%;
	}
	.anasayfa-haberler-next{
		right: 1%;
	}
	.videolar-prev{
		left: 1%;
	}
	.videolar-next{
		right: 1%;
	}	
	header{
		height: 105px;
	}
	.ic-sayfa-main{
		padding-top: 105px;
	}
	
}
@media (min-width: 1800px){
	
	.anasayfa-haberler-prev{
		left: 5%;
	}
	.anasayfa-haberler-next{
		right: 5%;
	}
	.videolar-prev{
		left: 5%;
	}
	.videolar-next{
		right: 5%;
	}	
	.anasayfa-sektorler-prev{
		left: 5%;
	}
	.anasayfa-sektorler-next{
		right: 5%;
	}
	header{
		height: 135px;
	}
	.ic-sayfa-main{
		padding-top: 135px;
	}
	
}
.slider-anasayfa-main:before{
	position: absolute;
	z-index: 999;
	content: "";
	width: 0;
	height: 0;
	border-left: 140px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 140px solid #6A6E83;
    right: 0;
    bottom: 0px;
}
.anasayfa-medya h2{
	font-size: 46px;
	color: #12B2D4;
	font-weight: bold;
}
.anasayfa-medya p{
	margin: 30px 0 15px 0;
	font-size: 20px;
	color: #6A6E83;
}
.anasayfa-medya > .container{
	position: relative;
}

.anasayfa-haberler-box{
	color: #fff;
	position: relative;
	z-index: 1;
}
.anasayfa-haberler-box:before{
	content:"";
	position: absolute;
	left: -5%;
	top: -5%;
	width: 0%;
	height: 0%;
	background: url(/images/haber-before.png);
	background-size: 100% 100%;
	z-index: -1;
	transition: all 0.4s;
	opacity: 0;
}
.anasayfa-haberler-box:hover:before{
	opacity: 1;
	height: 110%;
	width: 110%;
}
.anasayfa-haberler-box figure{
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.anasayfa-haberler-box figure img{
	width: 100%;
	transition: all 0.4s;
}
.anasayfa-haberler-box:hover figure img{
	transform: scale(1.2);
}
.anasayfa-haberler-box span{
	font-size: 14px;
}
.anasayfa-haberler-box span i{
	margin-right: 5px;
}
.anasayfa-haberler-box p{
	font-size: 16px;
	margin: 10px 0 20px 0;
	padding-right: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-clamp: 3; 
	-webkit-box-orient: vertical;
	height: 80px;
}
.anasayfa-haberler-box a{
	margin-bottom: 15px;
	font-size: 12px!important;
}
.anasayfa-haberler{
	margin-bottom: 150px;
}
.footer-sosyal a{
	color: #fff!important;
	transition: all 0.4s;
	font-size: 18px;
}
.footer-sosyal a:hover{
	color: #12B2D4;
}
.footer-sosyal li{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:15px;
}
.footer-sosyal{
	margin: 60px 0;
}
.footer-link{
	flex-wrap: wrap;
}
.footer-link li{
	width: 25%;
	display: flex;
}
.footer-link li a{
	color: #fff;
	position: relative;
	transition: all 0.4s;
	font-size: 14px;
}
.footer-link li a:hover{
	color: #12B2D4;
}
.footer-link li a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 1px;
	background: #12B2D4;
	transition: all 0.4s;
}
.footer-link li a:hover:before{
	width: 80%;
}
.footer-link li:nth-child(3){
	width: 50%;
}
.footer-link li:nth-child(-n + 3){
	margin-bottom: 25px;
}
.footer-ust{
	background: url(/images/footer-bg.png);
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.footer-ebulten-input{
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.footer-ebulten-input input{
	width: 75%;
	height: 45px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
}
.footer-ebulten-input button{
	width: 20%;
	height: 45px;
	border: 1px solid #12B2D4;
	border-radius: 6px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
}
.footer-ebulten-input button:hover{
	background: #12B2D4;
}


.footer-ebulten-text{
	text-align: left;
	padding-right: 50px;
}
.footer-ebulten-text h2{
	margin: 25px 0 15px 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px!important;
}
.footer-ebulten-text h2 span{
	color: #12B2D4;
	font-weight: 500;
	font-size: 16px;
	display: block;
}
.footer-ebulten-text p{
	color: #fff;
	font-size: 16px;
}
.footer-alt{
	border-top: 1px solid #fff;
	padding: 30px 0;
}
.footer-alt-link{
	display: flex;
}
.footer-alt-link li{
	padding-right: 20px;
	position: relative;
}
.footer-alt-link li:before{
	content: "";
	position: absolute;
	right: 10px;
	top: 15%;
	width: 1px;
	height: 70%;
	background: #fff;
}
.footer-alt-link li:last-child:before{
	content: none;
}
.footer-alt-link li:last-child{
	padding-right: 0;
}
.footer-alt-link li a{
	color: #fff;
	font-size: 12px;
	transition: all 0.4s;
	position: relative;
}
.footer-alt-link li a:hover{
	color: #12B2D4;
}
.footer-alt-link li a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 1px;
	background: #12B2D4;
	transition: all 0.4s;
}
.footer-alt-link li a:hover:before{
	width: 80%;
}
.footer-alt h4{
	font-size: 12px!important;
	color: #fff;
}
.footer-alt h4 span{
	color: #12B2D4;
}
.acilir-menu{
	position: fixed;
    z-index: 9999;
    right: 0;
	top: -100%;
	background: rgba(11,110,131,0.8);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	height: 100vh;
	padding: 11vw 8vw 0 6vw;
	transition: all 0.4s;
	width: 100%;
    backdrop-filter: blur(6px);
}
.menu-acilir-link{
	width: 100%;
}
.acilir-menu.open{
	top: 0;
}
.menu-acilir-link > nav > ul{
	display: flex;
    flex-direction: row;
    align-items: start;
	justify-content: space-between;
	width: 100%;
}


.menu-acilir-link > nav > ul > li > ul > li {
	margin-right:0px;
}

.menu-acilir-link > nav > ul > li > ul > li a {
display:Flex;
align-items:center;
}
.menu-acilir-link > nav > ul > li > ul > li > a i {
	color:#fff;
	font-size:0.7vw;
	margin-right:5px;
}


.menu-acilir-link ul li{
	margin-right: 1vw;
}
.menu-acilir-link ul li:last-child{
	margin-right: 0;
}
.menu-acilir-link > nav > ul > li > a{
	color: #fff;
	font-size: 1.2vw;
	font-weight: 500;
	text-align: right;
	display: flex;
	transition: all 0.4s;
}
.menu-acilir-link > nav > ul > li > ul > li > a{
	color: #fff;
	font-size: 0.9vw;
	font-weight: 500;
	text-align: right;
	display: flex;
	margin:5px 0px;
	transition: all 0.4s;
}
.menu-acilir-link ul li a:hover{
	transform: scale(1.15);
}
.menu-acilir-link > nav > ul > li > ul{
	margin-top: 1.3vw;
}
.menu-kapat i{
	cursor: pointer;
	font-size: 1.5vw;
	color: #fff;
}
.menu-kapat{
	transition: all 0.4s;
}
.menu-kapat:hover{
	transform: rotate(180deg);
}
.menu-acilir-sosyal ul{
	display: flex;
	flex-direction: column;
	align-items: end;
}
.acilir-menu-icerik{
	display: flex;
	height: 100%;
}
.menu-acilir-sosyal{
	padding-bottom: 3vw;
	position: absolute;
	display: flex;
	justify-content: center;
	right: 8vw;
	bottom: 0;
}
.menu-acilir-sosyal:before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 1px;
	height: 3vw;
	background: #fff;
}
.menu-acilir-sosyal ul li{
	margin-bottom: 10px;
	transition: all 0.4s;
}
.menu-acilir-sosyal ul li:hover{
	transform: scale(1.15);
}
.menu-acilir-sosyal ul li a{
	color: #fff;
	transition: all 0.4s;
}
.ic-sayfa-header .header-arama input{
	border-color: #6B6E81;
	color: #6B6E81;
}
.ic-sayfa-header .header-arama button{
	color: #6B6E81;
}
.ic-sayfa-header .header-arama:after{
	background: #6B6E81;
}
.ic-sayfa-header .header-dil > ul > li > a{
	color: #12B2D4;
}
.ic-sayfa-header .dil-secili{
	color: #fff!important;
	background: #6A6E83;
}
.ic-sayfa-header .menu-stick{
	background: #14B2D4;
}
.breadcrumb-item+.breadcrumb-item::before{
	content: "\e937";
	font-family: 'profornet' !important;
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
}
.breadcrumb-item+.breadcrumb-item{
	display: flex;
	align-items: center;
}
.breadcrumb{
	margin: 0;
}
.breadcrumb-sayfa{
	padding: 25px 0;
	background: #12B2D4;
}
.breadcrumb a{
	color: #fff;
	opacity: 0.5;
}
.breadcrumb li{
	color: #fff!important;
}
.sayfa-ust{
	position: relative;
	z-index: 1;
}
.sayfa-ust:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	left: 0;
	top: 0;
	z-index: 0;
}
.sayfa-ust .container{
	position: absolute;
}
.sayfa-ust-text{
	color: #fff;
}
.sayfa-ust-text h2{
	font-size: 18px;
}
.sayfa-ust-text h1{
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.kurumsal-ust-icerik a{
	transition: all 0.4s;
	color: #6A6E83;
	font-size: 18px;
	padding: 30px 60px;
	display: block;
	position: relative;
}
.kurumsal-ust-icerik a:hover{
	background: #12B2D4;
	color: #fff;
}
.kurumsal-ust-icerik a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #f5f5f5;
}
.kurumsal-ust-icerik a:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #f5f5f5;
}
.kurumsal-ust{
	position: relative;
}
.kurumsal-ust:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 1px;
	background: #6B6E81;
}
.kurumsal-secili a{
	background: #12B2D4;
	color: #fff!important;
}
.hakkimizda-text p{
	font-size: 16px;
	color: #6A6E83;
	margin-bottom: 15px;
}

.hakkimizda-text b{
	font-size: 16px;

}



.hakkimizda-text ul {
	margin-left:30px;
}

.hakkimizda-text ul li{
	font-size: 14px;
	color: #6A6E83;
	list-style:circle;
	display:list-item;
	margin-bottom: 15px;
}

.hakkimizda-text p span{
	color: #12B2D4;
	font-weight: bold;
}
.hakkimizda-vizyon figure h2{
	color: #12B2D4;
	font-size: 36px;
	font-weight: bold;
	margin-right: 35px;
}
.hakkimizda-vizyon figure{
	margin-bottom: 30px;
}
.hakkimizda-vizyon > div > div > div:nth-child(2n){
	margin-top: 60px;
}
.hakkimizda-vizyon > div > div > div:nth-child(2n) figure{
	flex-direction: row-reverse;
}
.hakkimizda-vizyon > div > div > div:nth-child(2n) figure h2{
	margin-right: 0;
	margin-left: 35px;
}
.hakkimizda-vizyon > div > div > div:nth-child(2n) p{
	text-align: right;
}
.hakkimizda-vizyon > div > div > div{
	position: relative;
}
.hakkimizda-vizyon > div > div > div:before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #6B6E81;
}
.hakkimizda-vizyon > div > div > div:nth-child(2n):before{
	left: auto;
	right: 50%;
}
.hakkimizda-vizyon{
	overflow: hidden;
}
.tarih-slider span{
	transition: all 0.4s;
	position: relative;
	font-size: 18px;
	color: #6A6E83;
	position: relative;
	display: flex;
	align-items: center;
    transform: rotate(-90deg);
	padding: 0 30px;
}
.tarih-slider i{
	width: 7px;
	height: 100%;
	border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tarih-slider i:before{
	position: absolute;
	width: 7px;
	height: 0;
	content: "";
	top: -5%;
	border-radius: 25px;
	transition: all 0.4s;
	background: #6A6E83;
	right: 53%;
}
.tarih-slider i:after{
	position: absolute;
	width: 2px;
	height: 110%;
	content: "";
	top: -5%;
	transition: all 0.4s;
	/*background: #ebebeb;*/
	z-index: -1;
	right: 45%;
}
.tarih-slider .slick-center i:before{
	border-radius: 15px;
	height: 90%;
	top: 5%;
	background: #12B2D4;
}
.tarih-slider .slick-center span{
	color: #12B2D4;
}
.tarih-slider-btn{
	position: absolute!important;
	cursor: pointer;
	background: transparent;
	left: -13px;
}
.tarih-slider-prev{
	top: 33%;
}
.tarih-slider-next{
	bottom: 33%;
}
.tarih-slider-main .slick-disabled{
	color: red;
}
.tarih-slider-main{
	position: relative;
}
.tarih-slider-box{
	display: flex!important;
	height: 70px!important;
	align-items: center;
	justify-content: end;
	cursor: pointer;
	position: relative;
	padding-right: 10px;
}
.tarih-text-icerik p{
	font-size: 22px;
	color: #6A6E83;
}

.tarih-text-icerik ul {
	position:relative;
	padding-left:20px;
}

.tarih-text-icerik ul li {
	text-align:left;
	font-size: 14px;
	color: #6A6E83;
	margin-bottom:10px;
	display:flex;
	align-items:flex-start;
}


.tarih-text-icerik ul li:before {
    position:Relative;
    margin-right: 5px;
    vertical-align: middle;
    content: "\e937";
    font-family: "profornet";
    font-weight: 500;
    border: none;
    font-size: 14px;
	left:0;
	top:3px;
}

.tarih-text-icerik img {
	margin-top:15px;
}

.tarih-text-icerik span{
	font-size: 30px;
	color: #12B2D4;
	margin-bottom: 20px;
	font-weight: bold;
	display: block;
}
.tarihce-baslik{
	position: relative;
}
.tarihce-baslik h2{
	font-size: 36px;
	font-weight: bold;
	color: #12B2D4;
    position: absolute;
    top: 150px;
}
.hakkimizda-mkc{
	background: url(/images/h4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height:400px;
	max-height:400px;
	position: relative;
}
.hakkimizda-mkc h2{
	color: #fff;
	font-size: 22px;
}
.hakkimizda-mkc h3{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin: 15px 0;
}
.sayfa-baslik h3{
	font-size: 18px;
	color: #12B2D4;
	margin-bottom: 15px;
}
.sayfa-baslik h2 span{
	display: block;
	color: #6A6E83;
}
.sayfa-baslik h2{
	font-size: 32px;
	color: #12B2D4;
	font-weight: bold;
}
.sayfa-baslik{
	margin-bottom: 30px;
	position: relative;
}
.sayfa-baslik:before{
	width: 55%;
	height: 2px;
	background: #6B6E81;
	content: "";
	position: absolute;
	right: 0;
}
.sayfa-text > div{
	padding-right: 25px;
}
.sayfa-text > div:last-child{
	padding-right: 0;
}

.tab_container ul{
	margin-left:30px;
}

.tab_container ul li {
	list-style:circle;
	display:list-item;
	margin-bottom:15px;
	font-size:14px;
	color:#6A6E83
}

.kariyer-icerik .tab-container ul li {
	color:#fff!important;
}


.sayfa-text p{
	font-size: 16px;
	margin-bottom: 10px;
	color: #6A6E83;
}

.sayfa-text em{
	font-size: 12px;
	margin-top: 10px;
	color: #6A6E83;
	display:block;
	line-height:16px;
}
@media screen and (min-width: 600px) {
	.tarih-text-main > div > div > div {
		display:flex!important;
		align-items: start;
	}
}
	.tarih-text-icerik {
		align-items:start;
		display:flex!important;
		flex-direction:column;
		text-align:Center;
	}



.sayfa-text p b{
	font-weight: bold;
}
.sayfa-text p a{
	color: #12B2D4;
}
.sayfa-text p span{
	font-weight: bold;
	color: #12B2D4;
}
.sayfa-text p a:hover{
	text-decoration: underline;
}
.hakkimizda-neden{
	background: #12B2D4;
}
.hakkimizda-neden h2{
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	padding: 0 140px;
}

.text-align-center {
	text-align:center;
}

.hakkimizda-neden .d-flex{
	margin-top: 60px;
	padding: 0 120px 0 60px;
}
.hakkimizda-neden h3{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.hakkimizda-neden p{
	color: #fff;
	font-size: 16px;
}
.hakkimizda-neden img{
	display: block;
	margin-right: 55px;
}
.hakkimizda-neden > div > div > div:nth-child(2n){
	border-right: 1px solid #fff;
}
.hakkimizda-sirketler ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border-radius: 20px;
	background: #01b0cd;
	width: 100%;
}
.hakkimizda-sirketler ul li{
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	padding-right: 20px;
}
.hakkimizda-sirketler ul li:last-child{
	padding-right: 0;
}
.hakkimizda-sirketler{
	padding: 5px;
	border-radius: 22px;
	width: 100%;
	background:#fff;
}
.hakkimizda-map picture img{
	width: 100%;
}
.hakkimizda-map{
	position: relative;
	display: flex;
	justify-content: center;
}
.hakkimizda-map > div{
	position: absolute;
	bottom: 30px;
}
.yonetim-kurulu-box figure{
	background: url(/images/yonetim-kurulu-bg.png);
	background-size: 100% auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
}
.yonetim-kurulu-box figure img{
	width: 80%;
}
.yonetim-kurulu-text{
	background: #12B2D4;
	position: relative;
	padding: 20px;
}
.yonetim-kurulu-text:before{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #f5f5f5;
    right: 0;
    bottom: 0px;
}
.yonetim-kurulu-text h2{
	font-size: 18px!important;
	font-weight: bold;
	color: #fff;  
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.yonetim-kurulu-text h3{
	font-size: 12px!important;
	color: #fff;  
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sayfa-text-reverse > div:nth-child(2n){
	margin-top: 60px;
}
.sayfa-text-reverse > div:nth-child(2n) .sayfa-baslik{
	justify-content: end;
	text-align: right;
}
.sayfa-text-reverse > div:nth-child(2n) .sayfa-baslik > div{
	align-items: end!important;
}
.sayfa-text-reverse > div:nth-child(2n) .sayfa-baslik:before{
	right: auto;
	left: 0;
}
.sosyal-sorumluluk-main{
	overflow: hidden;
}
.sosyal-sorumluluk-list > div:nth-child(2n){
	margin: 60px 0;
	background: #6A6E83;
	position: relative;
	flex-direction: row-reverse;
}
.sosyal-sorumluluk-list > div:nth-child(2n):before{
	content: "";
	position: absolute;
	width: 100%;
	left: -100%;
	top: 0;
	height: 100%;
	background: #6A6E83;
}
.sosyal-sorumluluk-list > div:nth-child(2n):after{
	content: "";
	position: absolute;
	width: 100%;
	right: -100%;
	top: 0;
	height: 100%;
	background: #6A6E83;
}
.sosyal-sorumluluk-list figure{
	width: 100%;
	position: relative;
}
.sosyal-sorumluluk-list figure img{
	width: 100%;
}
.sosyal-sorumluluk-list figure:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: url(/images/img-mask.png);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.sosyal-sorumluluk-list figure:after{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 35px solid #f5f5f5;
    right: 0;
    bottom: 0px;
}
.sosyal-sorumluluk-list > div:nth-child(2n) figure:after{	
    border-left: 35px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 35px solid #6A6E83;
}
.sosyal-sorumluluk-list > div > div:last-child{
	padding: 0 0 0 60px;
}
.sosyal-sorumluluk-list > div:nth-child(2n) > div:last-child{
	padding: 0 60px 0 0;
}
.sosyal-sorumluluk-list h2{
	color: #12B2D4;
	font-size: 22px;
	font-weight: bold;
}
.sosyal-sorumluluk-list p{
	font-size: 16px;
	color: #6A6E83;
	margin: 20px 0;
}
.sosyal-sorumluluk-list a{
	padding: 5px 10px;
    border: 1px solid #6A6E83;
    color: #6A6E83;
    border-radius: 5px;
    font-size: 12px;
	font-weight: bold;
    transition: all 0.4s;
}
.sosyal-sorumluluk-list a:hover{
	background: #6A6E83;
	color: #fff;
}
.sosyal-sorumluluk-list > div:nth-child(2n) h2{
	color: #fff;
}
.sosyal-sorumluluk-list > div:nth-child(2n) p{
	color: #fff;
}
.sosyal-sorumluluk-list > div:nth-child(2n) a{
	color: #fff;
	border-color: #fff;
}
.sosyal-sorumluluk-list > div:nth-child(2n) a:hover{
	color: #6A6E83;
	background: #fff;
}
.sosyal-sorumluluk-link{
	width: 100%;
	padding: 30px;
	background: url(/images/sosyal-sorumluluk-bg.png);
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: start;
	flex-direction: column;
}
.sosyal-sorumluluk-link-ust{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	width: 100%;
}
.sosyal-sorumluluk-link-ust h3{
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
.sosyal-sorumluluk-link-alt{
	color: #fff;
	font-size: 22px;
}
.sosyal-sorumluluk-link-alt a{
	color: #fff;
	font-size: 18px;
	position: relative;
}
.sosyal-sorumluluk-link-alt p{
	color: #fff;
	font-size: 22px;
}
.sosyal-sorumluluk-link-alt a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 1px;
	transition: all 0.4s;
	background: #fff;
}
.sosyal-sorumluluk-link-alt a:hover:before{
	width: 90%;
}
.sosyal-sorumluluk-ic-ust{
	padding-bottom: 0px;
}
.sosyal-sorumluluk-ic-img{
	width: 100%;
}
.sosyal-sorumluluk-ic-img figure{
	width: 80%;
	position: relative;
}
.sosyal-sorumluluk-ic-img figure:before{
	content: "";
	position: absolute;
	width:40px;
	height: 100%;
	background: url(/images/sosyal-sorumluluk-ic-before.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	top: 0;
	right: 0;
}
.sosyal-sorumluluk-ic-img figure img{
	width: 100%;
}
.tab_content-politikalar {
	display: none;
}
.tab_drawer_heading { display: none; }
@media screen and (max-width: 480px) {
	.tabs-politikalar {
		display: none;
	}
}
.tab_container{
	width: 100%;
}
#tab4-politikalar > div:nth-child(3){
	margin-top: 60px;
}
.politikalar-tab-menu{
	margin-top: 60px;
}
.politikalar-tab-menu ul{
	width: 100%;
	display: flex;
	align-items: center;
}
.politikalar-tab-menu ul li{
	width: auto;
	flex: 1;
	margin-right: 15px;
	cursor: pointer;
	position: relative;
}
.politikalar-tab-menu ul li:last-child{
	margin-right: 0;
}
.politikalar-tab-menu ul li h3{
	padding: 20px 15px 30px 20px;
	color: #6A6E83;
	font-size: 18px!important;
	position: relative;
	transition: all 0.4s;
}
.politikalar-tab-menu ul li h3:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	height: 1px;
	background: #6A6E83;
	z-index: -1;
	left: 0;
	transition: all .3s ease;
}
.politikalar-tab-menu ul li:hover h3:before{
	width: 75%;
}
.politikalar-tab-menu ul li.active h3:before{
	width: 75%;
}
.politikalar-tab-menu ul li:before{
	content: " ";
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	inset: 0 0 0 0;
	background: url(/images/politikalar-tab-bg.png);
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform .3s ease;
	transform: scaleX(0);
	transform-origin: bottom right;
}
.politikalar-tab-menu ul li:hover:before{
	transform: scaleX(1);
	transform-origin: bottom left;
}
.politikalar-tab-menu ul li:hover h3{
	color: #fff;
}
.politikalar-tab-menu .active:before{
	transform: scaleX(1);
}
.politikalar-tab-menu .active h3{
	color: #fff;
}
.sirketler-ust h2{
	font-size: 50px;
	color: #6A6E83;
}
.sirketler-ust h2 span{
	display: block;
	font-weight: bold;
	color: #12B2D4;
}
.sirketler-ust p{
	color: #6A6E83;
	font-size: 22px;
}
.sirketler-img-slider > div{
	padding-right: 80px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.sirketler-img-slider .slick-slide figure{
	transform: translateY(-40px);
}
.sirketler-img-slider .slick-slide:nth-child(odd) figure {
	transform: translateY(40px);
}
.sirketler-img-slider-main{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
}
.sirketler-img-slider-main div{
	height: 100%;
}
.sirketler-img-slider-main figure{
	width: 100%;
	background-size: cover!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	height: 100%;
}
.sirketler-img-slider-main figure img{
	height: 100%;
	opacity: 0;
}
.sirketler-ust-slider-main{
	position: relative;
	overflow-x: hidden;
}
.sirketler-img-slider .slick-slide{
	opacity: 0.5;
	transition: all 0.4s;
}
.sirketler-img-slider .slick-active{
	opacity: 1;
}
.sirketler-baslik-slider-box h2{
	font-size: 55px;
	font-weight: bold;
	color: #12B2D4;
	margin-bottom: 20px;
}
.sirketler-baslik-slider-box p{
	font-size: 22px;
	color: #6A6E83;
}
.sirketler-slider-btn {
	transition: all 0.4s;
	padding: 20px 35px;
	background: #12B2D4;
	height: 66px;
}
.sirketler-slider-buttons .slick-disabled{
	background: #6A6E83;
}
.sirketler-logo-slider-box ul{
	display: flex;
	align-items: center;
}
.sirketler-logo-slider-box ul li{
	margin-right: 30px;
}
.sirketler-logo-slider-box ul li:last-child{
	margin-right: 0;
}
.sirketler-baslik-slider-box > div > div{
	width: 75%;
}
.sirketler-baslik-slider-box{
	position: relative;
}
.sirketler-slider-buttons{
    z-index: 99;
    position: relative;
	margin-top: 15px;
}
.sirketler-img-slider{
	position: relative;
	z-index: 99;
}
.sirketler-logo-slider-main{
	padding: 50px 0;
	position: relative;
	background: #D9D9D9;
}
.sirketler-logo-slider-main:before{
	content: "";
	position: absolute;
	left: -1000px;
	top: 0;
	width: 1000px;
	height: 100%;
	background: #D9D9D9;
	z-index: -1;
}
.sirketler-logo-slider-main:after{
	content: "";
	position: absolute;
	right: -1000px;
	top: 0;
	width: 1000px;
	height: 100%;
	background: #D9D9D9;
	z-index: -1;
}
.sirketler-ust{
	padding-bottom: 0;
}
.sirketler-text-icerik-alt{
	background: linear-gradient(90deg, rgba(18,178,212,1) 0%, rgba(9,89,106,1) 100%);
	padding: 25px 0;
	margin-top: 45px;
	margin-bottom: 45px;
}
.sirketler-text-icerik-alt h3{
	color: #fff;
	font-weight: bold;
	font-size: 50px;
}

.s-icon {
	max-width:60px!important;
}

.sirketler-text-icerik-alt span{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.sirketler-text-icerik-alt img{
	margin-right: 5px;
	max-width:144px;
}
.sirketler-text-icerik-alt > div > div > div > div{
	border-right: 1px solid #fff;
}
.sirketler-text-icerik-alt > div > div > div > div:last-child{
	border-right: none;
}
.sirketler-text-icerik .sayfa-text{
	justify-content: space-between;
}
/*
.sirketler-text-main > div:nth-child(2n) .sayfa-text{
	flex-direction: row-reverse;
}
.sirketler-text-main > div:nth-child(2n) .sayfa-text > div:last-child{
	padding-right: 25px;
}
.sirketler-text-main > div:nth-child(2n) .sayfa-text > div:first-child{
	padding-right: 0;
}
.sirketler-text-main > div:nth-child(2n) .sayfa-baslik{
	justify-content: end;
	text-align: right;
}
.sirketler-text-main > div:nth-child(2n) .sayfa-baslik > div{
	align-items: end!important;
}
.sirketler-text-main > div:nth-child(2n) .sayfa-baslik:before{
	right: auto;
	left: 0;
}

*/

.sirketler-text-main {
	position:relative;
}

.sirketler-text-main > div:last-child .sirketler-text-icerik-alt{
	margin-bottom: 0;
}
.vakif-ust h2{
	font-size: 32px;
	color: #6A6E83;
	font-weight: bold;
	text-align: center;
}
.vakif-ust h3{
	font-size: 24px;
	color: #6A6E83;
	font-weight: bold;
	text-align: center;
	margin: 30px 0; 
}
.vakif-ust h3 span, .vakif-ust h2 span{
	color: #12B2D4;
}
.vakif-ust p{
	color: #6A6E83;
	text-align: center;
	font-size: 20px;
	margin-bottom: 60px;
}
.vakif-alt-img figure{
	position: relative;
	width: 100%;
}
.vakif-alt-img figure img{
	width: 100%;
}
.vakif-alt-img figure:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background: url(/images/kurucumuz-bg.png);
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.vakif-tab-list-icerik h3{
	transition: all 0.4s;
	color: #6A6E83;
	font-size: 16px!important;
	padding: 30px 60px;
	display: block;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.vakif-tab-list-icerik h3:hover{
	background: #12B2D4;
	color: #fff;
}
.vakif-tab-list-icerik h3:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #f5f5f5;
}
.vakif-tab-list-icerik h3:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #f5f5f5;
}
.vakif-tab-list{
	position: relative;
}
.vakif-tab-list:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 1px;
	background: #6B6E81;
}
.vakif-tab-list:after{
	position: absolute;
	content: "";
	left: 0;
	top: -10px;
	width: 100%;
	height: 10px;
	background: #12B2D4;
}
.vakif-tab-list-icerik .active h3{
	background: #12B2D4;
	color: #fff!important;
}
.sosyal-sorumluluk-link-alt .sayfa-button2:before{
	content: none;
}
.haberler-ust-icerik{
	width: 100%;
	display: flex;
	height: 40px;
}
.haberler-ust-icerik li{
	flex: 1;
	margin-right: 5px;
	position: relative;
}
.haberler-ust-icerik li:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 1px;
	background: #707070;
}
.haberler-ust-icerik li:last-child{
	margin-right: 0;
}
.haberler-ust-icerik select{
	width: 100%;
	background-color: transparent;
	border: none;
	font-size: 22px;
	color: #6A6E83;
}
.haber-arama{
	display: flex;
	align-items: center;
	justify-content: end;
	position: relative;
}
.haber-arama input{
	border: 1px solid #6A6E83;
	border-radius: 9px;
	position: relative;
	height: 40px;
	width: 75px;
	background: transparent;
	transition: all 0.4s;
	padding: 0 40px 0 10px;
	color: #6A6E83;
}
.haber-arama input:hover{
	width: 100%;
}
.haber-arama input:focus{
	width: 100%;
}
.haber-arama button{
	position: absolute;
	right: 2px;
	background: none;
	color: #6A6E83;
}
.haber-arama:after{
	content: "";
	position: absolute;
	right: 30px;
	width: 1px;
	height: 60%;
	top: 20%;
	z-index: 9;
	background: #6A6E83;
}
.haberler-box figure{
	width: 100%;
	margin-bottom: 20px
}
.haberler-box figure img{
	width: 100%;
}
.haberler-box span{
	font-size: 12px;
	color: #6A6E83;
	margin-bottom: 10px;
}
.haberler-box span i{
	margin-right: 5px;
}
.haberler-box p{
	font-size: 18px;
    margin: 10px 0 20px 0;
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
	min-height:50px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
	color: #6A6E83;
}
.haberler-box  > a:last-child{
	padding: 5px 10px;
    border: 1px solid #6A6E83;
    color: #6A6E83;
    border-radius: 5px;
    font-size: 20px;
    transition: all 0.4s;
    font-size: 16px;
}
.haberler-box > a:last-child:hover{
	color: #fff;
	background: #6A6E83;
}


.basin-box {
	width:100%;
	justify-content:flex-start;
	flex-wrap:wrap;
	border-bottom:1px solid #ebebeb;
	padding:10px 0px;
}

.basin-box:last-child {
	border:none;
}

.basin-box span {
	width:10%;
}

.basin-box p {
	width:85%;
}

.basin-box p a {
	color:#000;
}

.basin-box p a:hover {
	text-decoration:underline;
}

.basin-box a {
	width:5%;
	text-align:Center;
}

.basin-box  > a:last-child{
	padding: 5px 10px;
    border: 1px solid #6A6E83;
    color: #6A6E83;
    border-radius: 5px;
    font-size: 20px;
    transition: all 0.4s;
    font-size: 16px;
}
.basin-box > a:last-child:hover{
	color: #fff;
	background: #6A6E83;
}











.haberler-main > div{
	padding-right: 20px;
	margin-bottom: 20px;
}
.haber-sayfa i{
	font-size: 22px;
	color: #6A6E83;
}
.haber-sayfa ul{
	margin: 0 30px;  
}
.haber-sayfa span{
	font-size: 22px;
	color: #6A6E83;  
}
.haber-sayfa-secili span{
	color: #12B2D4;
	font-size: 40px;
}
.haber-sayfa ul li{
	margin-right: 5px;
}
.haber-sayfa ul li:last-child{
	margin-right: 0;
}
.haber-sayfa{
	margin-top: 60px;
}
.haberler-detay-baslik h2{
	font-size: 20px!important;
	color: #12B2D4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.haberler-text h3{
	font-size: 16px!important;
	color: #6A6E83;
	font-weight: bold;
	margin-bottom: 20px;
}
.haberler-detay-baslik span{
	font-size: 14px;
	color: #6A6E83;
	padding:10px 0px;
	text-align: center;
}
.haberler-detay-baslik span i{
	font-size: 16px;
	color: #6A6E83;
	margin-right: 5px;
}
.haberler-buyuk-gorsel{
	width: 55%;
	position: relative;
}
.haberler-buyuk-gorsel:before{
	content: "";
	position: absolute;
	right: -10px;
	bottom: 0;
	width: 80px;
	height: 100%;
	background: url(/images/haberler-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 9;
}
.haberler-kucuk-gorsel{
	width: 45%;
	padding-right: 15%;
	padding-left: 5%;
	position: relative;
}
.haberler-kucuk-gorsel:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(0deg, rgba(106,110,131,1) 0%, rgba(106,110,131,0) 100%);
	z-index: 8;
}
.haberler-kucuk-gorsel .slick-slide figure {
	margin-bottom: 20px;
}
.haberler-buyuk-gorsel div{
	height: 100%;
}
.haber-buyuk-gorsel-box figure{
	height: 100%;
	background-position: center center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.haberler-slider-btn{
	position: absolute;
    left: 35%;
    bottom: 10%;
    z-index: 9;
	cursor: pointer;
}
.haberler-text p{
	
	line-height:25px;
	margin-bottom:25px;
	color: #6A6E83;
}
.haberler-text{
	padding-bottom: 0;
}
.sayfa-button3{
	padding: 5px 10px;
	border: 1px solid #12B2D4;
	color: #12B2D4;
	border-radius: 5px;
	font-size: 12px;
	transition: all 0.4s;
}
.sayfa-button3:hover{
	background: #12B2D4;
	color: #fff;
}
.haberler-basin-main span{
	font-size: 14px;
	color: #6A6E83;
}
.haberler-basin-main i{
	margin-right: 5px;
}
.haberler-basin-main h2{
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #12B2D4;
}
.haberler-basin-main p{
	font-size: 22px;
	font-weight: bold;
	color: #6A6E83;
}
.haberler-basin-main > div{
	padding-bottom: 20px;
	border-bottom: 2px solid #6A6E83;
	margin-bottom: 40px;
}
.haberler-basin-main > div:last-child{
	margin-bottom: 0;
}
.haberler-ust{
	padding-bottom: 0;
}
.iletisim-main > div{
	padding: 30px 60px;
	height: 100%;
	position: relative;
}
.iletisim-main > div:first-child{
	padding-left: 0;
	padding-bottom: 60px;
}
.iletisim-main > div:last-child{
	padding-left: 120px;
}
.iletisim-bilgiler h2{
	font-size: 20px!important;
	font-weight: bold;
	color: #12B2D4;
}
.iletisim-bilgiler h4{
	font-size: 16px!important;
	font-weight: bold;
	color: #12B2D4;
	margin-bottom: 10px;
}
.iletisim-bilgiler i{
	font-size: 22px;
	color: #12B2D4;
	margin-right: 5px;
}
.iletisim-bilgiler a{
	font-size: 14px;
	color: #6A6E83;
	max-width: 100%;
	display: block;
	transition: all 0.4s;
}
.iletisim-bilgiler a:hover{
	color: #12B2D4;
}
.iletisim-bilgiler > div{
	margin-top: 40px;
}
.iletisim-form:before{
	content: "";
	position: absolute;
	right: -1000px;
	top: 0;
	width: 1000px;
	height: 100%;
	background: #6A6E83;
}
.iletisim-form h3{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}
.iletisim-form p{
	color: #fff;
	font-size: 20px;
}
.iletisim-form-main{
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.iletisim-form-icerik{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #E8E8E8;
	padding: 50px 70px;
	filter: drop-shadow(10px 10px 10px #00000040);
	z-index: 99;
}
.iletisim-form-icerik ul{
	width: 100%;
}
.iletisim-form-icerik ul li{
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}
.iletisim-form-icerik ul li:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 1px;
	background: #6A6E83;
}
.iletisim-form-icerik select, .iletisim-form-icerik input, .iletisim-form-icerik textarea{
	width: 100%;
	background-color: transparent;
	border: none;
	color: #6A6E83;
	padding: 5px 10px 5px 25px;
	resize: none;
}
.iletisim-form-icerik button{
	padding: 10px 15px;
	border: 1px solid #12B2D4;
	color: #12B2D4;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	transition: all 0.4s;
	background: transparent;
}
.iletisim-form-icerik button:hover{
	background: #12B2D4;
	color: #fff;
}
.iletisim-form-icerik textarea{
	height: 100px;
}
.iletisim-form-icerik textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	position:absolute;
	bottom: 10px;
	left: 25px;
}
.iletisim{
	border-bottom: 15px solid #12B2D4;
}
.iletisim-harita{
	height: 400px;
}
.haberler-detay-baslik figure{
	margin-top: 50px;
}

.haberler-detay-baslik figure a:hover{
	opacity:0.7;
	transition:all 0.3s;
	cursor:pointer;
}

.kariyer{
	height: 100%;
	width: 100%;
	background-image: url(/images/kariyer-bg.png);
	background-position: left top;
	background-size: contain;
	position: relative;
	background-color: linear-gradient(180deg, rgba(49,56,137,1) 0%, rgba(226,168,35,1) 33%, rgba(142,171,55,1) 66%, rgba(254,111,17,1) 100%);
	z-index: 1;
}
.kariyer:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(49,56,137,1) 0%, rgba(49,56,137,1) 25%, rgba(226,168,35,1) 50%, rgba(142,171,55,1) 75%, rgba(254,111,17,1) 100%);
	opacity: 0.8;
	z-index: -1;
}

.kariyer-slider {
	position:relative;
}

.kariyer-slider a {
	position:Absolute;
	z-index:9999;
	width:100%;
	height:100%;
}

.mask1{
	-webkit-mask-image: url(/images/kariyer-img-mask1.png);
	mask-image: url((/images/kariyer-img-mask1.png);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
}
.mask2{
	-webkit-mask-image: url(/images/kariyer-img-mask2.png);
	mask-image: url((/images/kariyer-img-mask2.png);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
}
.mask3{
	-webkit-mask-image: url(/images/kariyer-img-mask4.png);
	mask-image: url((/images/kariyer-img-mask4.png);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
}
.kariyer-box{
	position: relative;
}

.kariyer-box img {
	filter: brightness(0.6);
}

.kariyer-box-icerik{
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.kariyer-box-icerik h4{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	max-width: 250px;
}
.kariyer-box-icerik h3{
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}
.kariyer-box-icerik a{
	margin-top: 20px;
	padding: 7px 30px;
	font-weight: bold;
}
.kariyer-ust-baslik h3{
	font-size: 18px;
	color: #fff;
}
.kariyer-ust-baslik h2{
	font-size: 55px;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
}
.kariyer-ust-baslik h2 span{
	display: block;
}
.kariyer-ust-baslik h4{
	color: #fff;
	font-size: 55px;
}
.kariyer-ust-baslik{
	margin-bottom: 60px;
}
.kariyer-calisan{
	padding: 8px 0;
	background: rgba(255,255,255,0.15);
}
.kariyer-calisan ul li{
	padding: 10px 55px;
	border-right: 1px solid #fff;
}
.kariyer-calisan ul li:last-child{
	border-right: none
}
.kariyer-calisan ul li img{
	margin-right: 5px;
	max-height:60px;
}
.kariyer-calisan h3{
	color: #fff;
	font-weight: bold;
	font-size: 50px;
}
.kariyer-calisan span{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.kariyer-icerik-img div{
	position: relative;
}
.kariyer-icerik-img figure img{
	width: 100%;
}
.kariyer-icerik-img div:before{
	position: absolute;
	content: "";
	left: -15px;
	top: 0;
	width: calc(100% + 15px);
	height: 100%;
	background-image: url(/images/kariyer-img-mask2.png);
	background-size: cover!important;
	background-position: left bottom;
	z-index: -1;
	filter: brightness(0) invert(1);
	opacity: 0.5;
}
.kariyer-icerik{
	position: relative;
}
.kariyer-icerik-img{
	position: absolute;
	right: 0;
	top: 40px;
	padding: 0;
}
.kariyer-icerik-text{
	padding-right: 120px;
	min-height:560px;
}
.kariyer-icerik-text h2{
	color: #fff;
	font-size: 36px;
	margin-bottom: 30px;
}
.kariyer-icerik-text h2 span{
	display: block;
	font-weight: bold;
}
.kariyer-icerik-text p{
	color: #fff;
	font-size: 16px;
}


.kariyer-icerik-text ul {
	margin-bottom:15px;
}

.kariyer-icerik-text li{
	color: #fff!important;
	font-size: 14px;
}

.kariyer-icerik-img div:after{
	content: "";
	position: absolute;
	width: calc(100% + 110px);
	height: 1px;
	left: -110px;
	top: 0;
	background: #fff;
	opacity: 0.5;
}
.kariyer-icerik-ust > div{
	padding-bottom: 10%;
}
.kariyer-icerik-ust > div:nth-child(2n) .row{
	flex-direction: row-reverse;
}
.kariyer-icerik-ust > div:nth-child(2n) .kariyer-icerik-img{
	right: auto;
	left: 0;
}
.kariyer-icerik-ust > div:nth-child(2n) .kariyer-icerik-img div:before{
	background-image: url(/images/kariyer-img-mask3.png);
	left: auto;
	right: -15px;
}
.kariyer-icerik-ust > div:nth-child(2n) .mask2{
	-webkit-mask-image: url(/images/kariyer-img-mask3.png);
	mask-image: url((/images/kariyer-img-mask3.png);
}
.kariyer-icerik-ust > div:nth-child(2n) .kariyer-icerik-text{
	align-items: flex-end!important;
	padding-right: 0;
	padding-left: 120px;
}
.kariyer-icerik-ust > div:nth-child(2n) .kariyer-icerik-text h2{
	text-align: right;
}
.kariyer-icerik-ust > div:nth-child(2n) .kariyer-icerik-text p{
	text-align: right;
}
.kariyer-icerik-ust > div:nth-child(2n) .kariyer-icerik-img div:after{
	left: auto;
	right: -110px;
}
.kariyer-icerik-ust > div:last-child{
	padding-bottom: 0;
}
.kariyer-play-box{
	position: relative;
	padding:10px;
}
.kariyer-play-box figure{
	width: 100%;
}
.kariyer-play-box figure img{
	width: 100%;
	filter: brightness(0.5);
}
.kariyer-play-icerik{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 40px;
}
.kariyer-play-icerik h2{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
}
.kariyer-play-icerik h3{
	color: #fff;
	font-size: 22px;
}

.kariyer-play-icerik h4 {
	color:#fff;
	margin-bottom:15px;
}

.kariyer-play-icerik p{
	color: #fff;
	font-size: 18px;	
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-clamp: 3; 
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: 85px;
}
.kariyer-play-box a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.kariyer-play{
	position: relative;
	margin-top: 90px;
	padding-bottom: 90px;
}
.kariyer-play:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 75.5%;
	background: rgba(255,255,255,0.15);
	left: 0;
	top: 0;
	backdrop-filter: blur(20px);
}
.kariyer-alt-sosyal{
	text-align: center;
}
.kariyer-alt-sosyal h2{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}
.kariyer-alt-sosyal h3{
	color: #fff;
	font-size: 22px;
	width: 60%;
	margin: 40px 0;
}
.kariyer-alt-sosyal p{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.kariyer-alt-sosyal a{
	color: #fff;
	font-size: 22px;
	transition: all 0.4s;
}
.kariyer-alt-sosyal a:hover{
	color: #12B2D4;
}
.kariyer-alt-sosyal ul{
	margin-top: 20px;
}
.kariyer-alt-sosyal ul li{
	margin-right: 5px;
}
.kariyer-alt-sosyal ul li:last-child{
	margin-right: 0;
}
.kariyer-alt-sosyal{
	padding-top: 0;
}
.kariyer-detay-text p{
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}
.kariyer-detay-ust a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	width: 90%;
	height: 100%;
	padding: 30px;
	background: transparent;
	transition: all 0.4s;
}
.kariyer-detay-ust a img{
	margin-right: 5px;
}
.kariyer-detay-ust > div > div > div{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kariyer-detay-ust > div > div > div:before{
	position: absolute;
	content: "";
	width: 98%;
	left: 1%;
	bottom: 0;
	height: 1px;
	background: rgba(255,255,255,0.5);
}
.kariyer-detay-ust a:hover{
	background: #fff;
	color: #292F7B;
}
.kariyer-detay-ust a:hover img{
	filter: brightness(0) saturate(100%) invert(16%) sepia(26%) saturate(5418%) hue-rotate(223deg) brightness(89%) contrast(91%);
}
.kariyer-sayfa-secili{
	background: #fff!important;
	color: #292F7B!important;	
}
.kariyer-sayfa-secili img{
	filter: brightness(0) saturate(100%) invert(16%) sepia(26%) saturate(5418%) hue-rotate(223deg) brightness(89%) contrast(91%);
}
.kariyer-detay-ust{
	padding-bottom: 0;
}
.kariyer-tab-main{
	padding: 40px 0;
	background: rgba(255,255,255,0.15);
}
.tabs-kariyer-detay{
	display: flex;
	width: 100%;
}
.tabs-kariyer-detay li{
	flex: 1;
	margin-right: 15px;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background: transparent;
	transition: all 0.4s;
	cursor: pointer;
}
.tabs-kariyer-detay li:last-child{
	margin-right: 0;
}
.tabs-kariyer-detay img{
	margin-right: 5px;
}
.tabs-kariyer-detay span{
	font-size: 13px; white-space: nowrap;
	color: #fff;
	transition: all 0.4s;
}
.tabs-kariyer-detay h2{
	font-size: 18px!important;
	color: #fff;
	font-weight: bold;
	transition: all 0.4s;
}
.tabs-kariyer-detay .active{
	background: #fff;
}
.tabs-kariyer-detay .active span{
	color: #E1BB66;
}
.tabs-kariyer-detay .active h2{
	color: #E1BB66;
}
.tabs-kariyer-detay .active img{
	filter: brightness(0) saturate(100%) invert(79%) sepia(15%) saturate(1201%) hue-rotate(2deg) brightness(94%) contrast(90%);
}
.tabs-kariyer-detay li:hover{
	background: #fff;
}
.tabs-kariyer-detay li:hover span{
	color: #E1BB66;
}
.tabs-kariyer-detay li:hover h2{
	color: #E1BB66;
}
.tabs-kariyer-detay li:hover img{
	filter: brightness(0) saturate(100%) invert(79%) sepia(15%) saturate(1201%) hue-rotate(2deg) brightness(94%) contrast(90%);
}
.kariyer-detay-video-slider > div{
	padding-right: 80px;
}
.kariyer-detay-video-main{
	position: relative;
}
.kariyer-detay-video-slider-main{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-right: 0;
}
.kariyer-detay-video-slider-main div{
	height: 100%;
}
.kariyer-detay-video-slider-main figure{
	height: 100%;
}
.kariyer-detay-video-main{
	height: 55vh;
}
.kariyer-detay-video-main .kariyer-play-icerik{
	bottom: 0;
	padding: 20px 40px 20% 40px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: start;
	height: auto!important;
}
.kariyer-detay-video-slider .slick-slide{
	transition: all 0.4s;
	opacity: 0.5;
	margin-left: 15px;
}
.kariyer-detay-video-slider .slick-active{
	opacity: 1!important;
}
.kariyer-insta-slider-box figure{
	width: 100%;
	position: relative;
}


.social-icon {
	width:35px!important;
	position:absolute;
	z-index:99;
	top:20px;
	right:20px;
}


.kariyer-insta-slider-box figure img{
	width: 100%;
}
.kariyer-insta-slider-box{
	margin: 0 20px;
	text-align:center;
}

.kariyer-insta-slider-box p {
	margin:10px 0px;
}

.kariyer-insta-slider-box p a{
	color:#fff;
	font-size:18px!important;
	line-height:22px;
	margin:10px 0px;
}


.kariyer-insta-slider-box:hover p a{
	text-decoration:underline;
	transition: all 0.3s;
}


.kariyer-insta-slider-box:nth-child(2) p a{
	color:#000;
}

.kariyer-insta-slider-box figure img{
	transition: all 0.4s;
	transform: scale(1);
	border-radius:10px;
}
.kariyer-insta-slider .slick-center figure img{
	border-radius:10px;

}

.kariyer-insta-main > div > div{
	position: relative;
}
.kariyer-insta-slider-main{
	position: absolute;
	top: 20%;
}
.kariyer-insta-phone figure{
	display: flex;
	justify-content: center;
	align-items: center;
}
.kariyer-insta-main{
	padding: 0;
}

@media (min-width: 1200px) {
	.kariyer-insta-phone img{
		width: 80%;
	}
}
@media (min-width: 1500px) {
	.kariyer-insta-phone img{
		width: 85%;
	}
}
@media (min-width: 1800px) {
	.kariyer-insta-phone img{
		width: 90%;
	}
}
.hakkimizda-sirketler-slider-main{
	display: none!important;
}


@media (min-width: 1200px) {
	p{
		font-size: 14px!important;
		margin-bottom:15px;
		line-height:22px;
	}
	h1{
		font-size: 48px
	}
	h2{
		font-size: 32px!important
	}
	h3{
		font-size: 20px!important
	}
	h4{
		font-size: 18px!important;
	}
	h5{
		font-size: 16px!important
	}
	h6{
		font-size: 14px!important
	}
	
	.w50 {
		width:50%;
	}
	
	.mh-auto {
		min-height:auto!important
	}
}
.anasayfa-sektorler{
	padding-bottom: 0;
}
.sirketler-text-icerik-alt img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(335deg) brightness(104%) contrast(104%);
}
.kariyer .slider-anasayfa-main:before{
	content: none;
}
.breadcrumb-icerik{
	position: relative;
}
.breadcrumb-kariyer-img{
	position: absolute;
	right: 0;
	top: 0;
}
.breadcrumb-kariyer-img img{
	height: 30px;
}

.sirketler-mobil li img{
	display: none;
}
.sirketler-mobil li span{
	display: none;
}
.sirketler-mobil li{
	position: relative;
}
.sirketler-mobil li a{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 9;
}

	.sektorbutton {
		position:fixed;
		bottom:30px;
		width:100%;
		text-align:center;
		max-width:1260px;
		z-index:9999;
	}
	
	.sektorbutton a {
		
		background:#ebebeb;
		padding:10px;
		font-size:18px;
		border-radius:10px;
	}
	
	.sektorbutton a:hover {
		opacity:0.6;
		transition:All 0.3s;
	}

	

.akordiyon > li{
	background: #fff;
    margin-bottom: 10px;
	box-shadow: 0px 28px 66px -21px rgb(0 0 0 / 75%);
}
.akordiyonBaslik{
	background: none;
    font-weight: 600;
    color: #383E42;
    display: block;
    margin-bottom: 0px;
    position: relative;
	width: 100%;
	font-size: 13px; white-space: nowrap;
	line-height: 20px;
	padding: 20px 50px 20px 20px;
	display: flex;
    align-items: center;
}
.akordiyonBaslik:after{
	position: absolute;
    font-size: 18px;
    color: #12B2D4;
    content: "\e902";
    font-family: "profornet";
    right: 30px;
}
.akordiyonIcerik{
    overflow: hidden;
    display: none;
	transition: none!important;
	padding: 20px;
}

.akordiyonIcerik ul {
	margin-left:15px;
	max-width:95%;
}

.akordiyonIcerik ul li {
	margin-bottom:15px;
	list-style:Circle;
	display:list-item;
}

.mobil-goster{
	display: none;
}

.detay-hakkimizda h2{
	color: #000;
	font-size: 42px;
}
.detay-hakkimizda h2 span{
	display: block;
	color: #12B2D4;
	font-weight: bold;
}
.detay-hakkimizda p{
	color: #000;
	font-size: 22px!important;
}
.detay-hakkimizda a{
	margin-top: 30px;
}
.akordiyonIcerik > div > p{
	margin-bottom: 10px;
}
.akordiyonIcerik > div > p > a{
	color: #000;
	font-weight: bold;
}

.dijital-button {
	min-height:200px;
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
}
.kariyer-icerik-slider-main{
	width: 100%;
}
.kariyer-icerik-slider-box-main > div{
	width: 100%;
}
.kariyer-icerik-slider-img{
	position: relative;
}
.kariyer-icerik-slider-img:before{
	position: absolute;
	content: "";
	left: -15px;
	top: 0;
	width: calc(100% + 15px);
	height: 100%;
	background-image: url(/images/kariyer-img-mask2.png);
	background-size: cover!important;
	background-position: left bottom;
	z-index: -1;
	filter: brightness(0) invert(1);
	opacity: 0.5;
}
.kariyer-icerik-slider-img:after{
	content: "";
	position: absolute;
	width: calc(100% + 110px);
	height: 1px;
	left: -110px;
	top: 0;
	background: #fff;
	opacity: 0.5;
}
.kariyer-icerik-slider-img figure{
	display: flex;
	justify-content: end;
}
.kariyer-icerik-slider-box{
	margin-left: 60px;
}
.kariyer-icerik-slider-img figure img{
	width: 99%;
}
.kariyer-icerik-slider-box-main{
	display: flex;
}
.kariyer-icerik-slider-main{
	margin-top: 60px;
	position: relative;
}
.kariyer-detay-slider-dots{
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: -13%;
	padding-left: 60px;
}
.kariyer-detay-slider-dots > div:first-child{
	margin-right: 15px;
}
.slider-btn-kariyer{
	cursor: pointer;
	background: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
@media (max-width: 1200px) {
	.mobil-gizle{
		display: none;
	}
	.mobil-goster{
		display: block;
	}
	.sirketler-mobil li h3{
		display: none;
	}
	.sirketler-mobil li img{
		display: block;
		position: relative;
	}
	.sirketler-mobil li span{
		display: block;
		position: relative;
		font-size: 12px;
		color: #000;
		transition: all 0.4s;
		margin-top: 5px;
	}
	.sirketler-mobil .active span{
		color: #fff;
	}
	.sirketler-mobil .active img{
		filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(335deg) brightness(104%) contrast(104%);
	}
	.sirketler-mobil li{
		width: auto;
		flex: 1;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 0!important;
		padding: 5px 0;
	}
	.sosyal-sorumluluk-link-alt p{
		font-size: 13px; white-space: nowrap;
	}
	.sosyal-sorumluluk-link-ust h3{
		font-size: 18px;
	}
}
.kariyer-play > h2{	
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 20px 0;
    font-size: 24px;
}



@media (min-width: 1200px) {
	
	.fixed-header.nav-up{
		top: 0!important;
	}
	.tarih-slider .slick-track{
		overflow-y: scroll;
		overflow-x: hidden;
		height: 350px!important;
		transform: translate3d(0px, -140px, 0px)!important;
	}


	.tarih-slider .slick-track {
	  --sb-track-color: #dedede;
	  --sb-thumb-color: #12b2d4;
	  --sb-size: 14px;
	}

	.tarih-slider .slick-track::-webkit-scrollbar {
	  width: var(--sb-size)
	}

	.tarih-slider .slick-track::-webkit-scrollbar-track {
	  background: var(--sb-track-color);
	  border-radius: 3px;
	}

	.tarih-slider .slick-track::-webkit-scrollbar-thumb {
	  background: var(--sb-thumb-color);
	  border-radius: 3px;
	  
	}


}

.kariyer-galeri a{
	margin-right: 15px;
    margin-bottom: 15px;
    width: 18%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
	transition: all 0.4s;
}
.kariyer-galeri a:hover{
	box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 8px;
	transform: scale(1.01);
}
.kariyer-galeri a img{
	border-radius: 5px; 
}


.icin-arama {
	margin:30px 0px;
	font-size:20px;
}

.bulunamadi {
	font-size:30px;
	min-height:400px;
}

.arama-sonuc {

	border-bottom:3px solid #ebebeb;
}

.arama-sonuc .arama-baslik {
	font-size:22px;
		margin:20px 0px;
}

.arama-icerik {
	margin-bottom:20px;
	font-size:14px;
}

/* Masaüstü Menü Revizesi V2 */
.desktop-menu {
	display: none;
}
@media (min-width: 1200px) {
	.desktop-menu {
		display: block;
		margin-right: 30px;
	}
	.desktop-menu > nav > ul {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.desktop-menu > nav > ul > li {
		position: relative;
		margin-right: 5px;
		padding: 8px 0;
	}
	.desktop-menu > nav > ul > li > a {
		color: #fff;
		font-size: 14px; white-space: nowrap;
		font-weight: 500;
		padding: 5px 6px;
		display: block;
		text-transform: uppercase;
		transition: all 0.3s ease;
		border-radius: 6px;
	}
	/* Ok isareti (Dropdown indicator) */
	.desktop-menu > nav > ul > li:has(ul) > a::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-left: 8px;
		margin-top: -2px;
		border-top: 5px solid currentColor;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		transition: transform 0.3s ease;
	}
	.desktop-menu > nav > ul > li:hover:has(ul) > a::after {
		transform: rotate(180deg);
	}
	/* Hover efekti iyilestirmesi */
	.desktop-menu > nav > ul > li:hover > a {
		color: #fff;
		background-color: rgba(18, 178, 212, 0.2);
		box-shadow: inset 0 -3px 0 #12B2D4;
	}
	
	/* Alt menu iyilestirmesi */
	.desktop-menu > nav > ul > li > ul {
		display: block;
		position: absolute;
		top: 110%;
		left: 0;
		background: #fff;
		min-width: 200px;
		width: max-content;
		box-shadow: 0 10px 30px rgba(0,0,0,0.15);
		padding: 8px 0;
		border-radius: 8px;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: all 0.3s ease;
		border-top: 4px solid #12B2D4;
	}
	.desktop-menu > nav > ul > li:hover > ul {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		top: 100%;
	}
	.desktop-menu > nav > ul > li > ul > li {
		padding: 0;
		margin: 0;
	}
	.desktop-menu > nav > ul > li > ul > li > a > i.profornet-sag {
		display: none !important;
	}
	.desktop-menu > nav > ul > li > ul > li > a {
		color: #4a4a4a;
		padding: 10px 15px;
		margin: 2px 10px;
		display: block;
		font-size: 14px;
		font-weight: 500;
		transition: all 0.2s ease;
		border-radius: 5px;
		white-space: nowrap;
	}
	.desktop-menu > nav > ul > li > ul > li:hover > a {
		background: #f0f8fb;
		color: #12B2D4;
	}
	
	.menu-button {
		display: none!important;
	}
	
	.acilir-menu {
		display: none!important;
	}
}

@media (min-width: 1400px) {
	.desktop-menu > nav > ul > li {
		margin-right: 15px;
		padding: 12px 0;
	}
	.desktop-menu > nav > ul > li > a {
		font-size: 15px;
		padding: 6px 10px;
	}
}
@media (min-width: 1600px) {
	.desktop-menu > nav > ul > li {
		margin-right: 20px;
		padding: 15px 0;
	}
	.desktop-menu > nav > ul > li > a {
		font-size: 16px;
		padding: 8px 12px;
	}
}

@media (min-width: 1200px) {
	.header-logo figure {
		width: 185px !important;
	}
}
@media (min-width: 1600px) {
	.header-logo figure {
		width: 200px !important;
	}
}

/* Yeni Modern Yatay Footer Tasarimi */
.footer-ust {
	padding: 40px 0 !important;
}
.footer-ust figure {
	margin: 0 !important;
}
.footer-ust .footer-sosyal {
	margin: 0 !important;
}
.footer-ust .footer-link {
	margin: 0 !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
}
.footer-ust .footer-link li {
	width: auto !important;
	margin: 5px 15px !important;
}

