*{
	box-sizing: border-box;
}
body{
	overflow-x:hidden;
}
a, p, input, select, textarea, table, td, th, span, h1, h2 h3, h4, h5, h6, body, button {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto; 
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0,
    "SHRP" 0;
  font-display: swap;
  margin:0;
}
html {
    scroll-behavior: smooth;
}
a:hover {
    text-decoration: none;
}
input, select, button, textarea {
    outline: none;
}
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:5px;}
::-webkit-scrollbar-thumb{background:#155F7A;border-radius:5px;}
::-webkit-scrollbar-thumb:hover{background:#155F7A80;}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 86%;
    margin: auto;
} 
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;  
}
 strong{
 	font-weight: bold;
 } 
h1 {
 font-size: 60px;
 font-weight:400;
 line-height: 110%;
 color:#232323;
}
h1 strong{
 color:#155F7A;	
 font-weight:600;
}
h2 {
 font-size: 45px;
 font-weight: 500;
 line-height: 130%;
 color: #FFFFFF;
 margin: 0;
 margin-bottom: 1rem;
 position:relative;
}
 h2.desen::before{
 	content:"";
 	position:absolute;
 	width: 0;
 	height:2px;
 	left: 0px;
 	bottom: 10px;
 	transition:1s;
 	background: #30728A50;
 }
 h2.desen::after{
 	content:"";
 	position:absolute;
 	width:0;
 	height:2px;
 	left:0;
 	bottom: 10px;
 	transition:1.5s;
 	background: #30728A;
 }
h2.desen.active::before{ 
	width:120px;
}
h2.desen.active::after{ 
	width:80px;
	transition-delay:1s;
}
h2.desen{
	font-size:17px;
	margin-bottom: 0rem;
	padding-left: 130px;
	color: #30728A;
	margin-bottom: 1rem;
}
h3{
	margin-block-start:0;
}
  
h2 strong{color: #155F7A;display:block;}
h3 {font-size: 35px;line-height:120%;margin-bottom: 2rem;color: #232323;font-weight: 600;}
h4 {font-size: 30px;color: #232323;font-weight: 300;}
h4.desen{
	margin-bottom: 0rem;
	padding-left: 0px;
	color: #1D3666;
	margin-bottom: 1rem;
	transition: .5s;
	font-weight: 600;
	position:relative;
}
h4.desen.active{ 
	padding-left: 80px; 
}
h4.desen::before{
 	content:"";
 	position:absolute;
 	width: 0;
 	height:2px;
 	left: 0px;
 	bottom: 48%;
 	transition:1s;
 	background: #1D3666;
 }
  
h4.desen.active::before{
	width: 50px;
}
 h1.desen{
	margin-bottom: 0rem;
	padding-left: 0px;
	color: #1D3666;
	margin-bottom: 1rem;
	transition: .5s;
	font-weight: 600;
	position:relative;
	font-size:30px;
}
h1.desen.active{ 
	padding-left: 80px; 
}
h1.desen::before{
 	content:"";
 	position:absolute;
 	width: 0;
 	height:2px;
 	left: 0px;
 	bottom: 48%;
 	transition:1s;
 	background: #1D3666;
 }
  
h1.desen.active::before{
	width: 50px;
}
h5 {
	font-size: 27px;
	font-weight: 500;
	color: #232323;
}
h6 {color: #393939;font-size: 25px;font-style: normal;font-weight: 300;line-height: 136%;letter-spacing: 0.125px;position: relative;}
 
p, li, a, td, th {
    list-style-position: outside;
    padding: 0;
    color: #272727;
    font-kerning: none;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
}
p, a, td, th { 
    margin-bottom: 2rem;
}
li{
	margin-bottom:1rem;
}
span{color: #232323;font-kerning: none;font-size: 15px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: 0.16px;}
.row{
	margin:0;
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}
 .points{cursor:pointer;}
 .pt-96{
 	padding-top:72px;
 }
 
 .pb-96{
 	padding-bottom:72px;
 }
 .pt-48{
 	padding-top:36px;
 }
 .pb-48{
 	padding-bottom:36px;
 }
 .padl-5{
 	padding-left:5%;
 }
 .padr-5{
 	padding-right:5%;
 }
 .mt-96{
 	margin-top:72px;
 }
 .mb-96{
 	margin-bottom:72px;
 }
 .mt-48{
 	margin-top:36px;
 }
 .mb-48{
 	margin-bottom:36px;
 }
 .ml-5{
 	margin-left:5%;
 }
 .mr-5{
 	margin-right:5%;
 }
 .w50{
 	width: 47.5%;
 	position:relative;
 }
 .w50:first-child{
 	margin-right:2.5%;
 }
 .w50:last-child{
 	margin-left:2.5%;
 }
 .w50{
 	width: 47.5%;
 	position:relative;
 }
 .w40{
 	width:40%;
 	position:relative;
 }
 .w30{
 	width:30%;
 	position:relative;
 } 
 .w20{
 	width:20%;
 	position:relative;
 }
 .w10{
 	width:10%;
 	position:relative;
 }
 .w60{
 	width:60%;
 	position:relative;
 }
 .w70{
 	width:70%;
 	position:relative;
 }
 .w80{
 	width:80%;
 	position:relative;
 }
 .w90{
 	width:90%;
 	position:relative;
 }
 .w100{
 	width:100%;
 	position:relative;
 }
 .baslik-pb{
  	padding-bottom:48px
 }
 .baslik-mb{
  	margin-bottom:48px
 }
 .p-1{padding:1%;}
 .p-2{padding:2%;} 
 .p-3{padding:3%;}
 .p-4{padding:4%;}
 .p-5{padding:5%;}   
 
a{
	text-decoration:none;
}
 
	.mobile-menu-links ul li .panel-mm-acc ul li a{font-size:17px;}
	.opens .mobile-menu-links ul li{transform:translate(0,0);}
	.opens .mobile-menu-links ul li{opacity:1;}
	.opens .mobile-menu-kapat-logo .mm-kapat::before{-webkit-transform:translateY(-50%) rotate(225deg);-ms-transform:translateY(-50%) rotate(225deg);transform:translateY(-50%) rotate(225deg);-webkit-transition:0.9s cubic-bezier(.767, .01, .18, 1.01);-o-transition:0.9s cubic-bezier(.767, .01, .18, 1.01);transition:0.9s cubic-bezier(.767, .01, .18, 1.01);-webkit-transition-delay:1.2s;-o-transition-delay:1.2s;transition-delay:1.2s;}
	.opens .mobile-menu-kapat-logo .mm-kapat::after{-webkit-transform:translateY(-50%) rotate(135deg);-ms-transform:translateY(-50%) rotate(135deg);transform:translateY(-50%) rotate(135deg);-webkit-transition:0.9s cubic-bezier(.767, .01, .18, 1.01);-o-transition:0.9s cubic-bezier(.767, .01, .18, 1.01);transition:0.9s cubic-bezier(.767, .01, .18, 1.01);-webkit-transition-delay:0.9s;-o-transition-delay:0.9s;transition-delay:0.9s;}

@media (max-width: 1200px){
	.mm-acc{background-color:transparent;cursor:pointer;padding:8px 0 8px 0;width:100%;border:0;text-align:left;outline:0;transition:0.4s;color:#fff;font-weight:400;font-size:25px;}
	.mm-acc:hover{background-color:transparent;}
	.mm-acc:after{content:"\002B";color:#fff;font-weight:300;float:right;margin-left:5px;}
	.panel-mm-acc{padding:0 0;max-height:0;overflow:hidden;transition:max-height 0.2s ease-out;}
	.panel-mm-acc ul li a{font-size:20px;}
	.panel-mm-acc ul li:last-child{border-bottom:0;}
}
@media (max-width: 500px){
	.mm-acc{font-size:20px;}
	.panel-mm-acc ul li a{font-size:20px;}
}
	.mobile-menu-links ul li .panel-mm-acc ul li a{font-size:17px;} 
	.header-mobile .header-mobile-logo img{transition:0.5s;}
	
@media (min-width: 1200px){
	.header-mobile{display:none;}
} 
@media (max-width: 1200px){
	.header-mobile .header-mobile-logo{width:50%;display:flex;align-items:center;justify-content:flex-start;padding-top:10px;}
	.header-mobile .header-mobile-katalog{width: 40%;display:flex;justify-content: end;align-items:center;padding-top: 10px;}
	.header-mobile .header-mobile-katalog a{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size:20px;
        color:#ffffff;
        margin: 0;
        }
		.header-mobile .header-mobile-katalog a img{
			margin-right:15px;
			width: 38px;
			object-fit: contain;
		}
	.header-mobile .header-mobile-logo a{margin:0;}
	.header-mobile .header-mobile-logo img{width: 100%;}
	.header-mobile.navbar-mobile-takip .header-mobile-logo img {
        width: 50%;
    }
	.header-mobile .header-mobile-hamburger{width: 50%;display:flex;align-items: flex-end;justify-content:center;margin-left: 0%;flex-direction:column;transform: translate(0px, 6px);}
	.sidenav{height:100%;width:0;position:fixed;z-index:99999999999;top:0;left:0;background-color: #4abcb8;overflow-x:hidden;transition:0.5s;padding-top:60px;transition-delay:0.5s;}
	.mobile-menu-kapat-logo{border-bottom:2px solid #fff;position:relative;padding-bottom:20px;padding-left:2%;padding-right:2%;}
	.mobile-menu-kapat-logo .mm-logo{width:50%;display:flex;align-items:center;justify-content:flex-start;}
	.mobile-menu-kapat-logo .mm-logo img{
		filter:brightness(0) invert(1)
	}
	.mobile-menu-kapat-logo .mm-kapat{width:50%;position:relative;}
	.mobile-menu-links{margin-top:5%;}
	.mobile-menu-links ul{padding-left:0;margin-bottom:0;}
	.mobile-menu-links ul li{list-style:none;border-bottom: 1px solid #ffffff;margin-bottom:20px;overflow:hidden;opacity:0;transition:1s;}
	.mobile-menu-links ul li a, .mobile-menu-links ul li button{font-size:25px;transition:1s;font-weight: 500;}
}
@media (max-width: 500px){
	.mobile-menu-kapat-logo{padding-bottom:10px;padding-left:0%;padding-right:0%;}
	.mobile-menu-kapat-logo .mm-logo img{width:90%;}
	.mobile-menu-links ul li a, .mobile-menu-links ul li button{font-size:30px;}
	.header-mobile .header-mobile-logo img{width:60%;margin-bottom:10px;margin-top:10px;transition:0.5s;}
}
@media (max-width: 1200px){
	.header-mobile{position:fixed;top:0;left:0;z-index:99999999;transition:0.5s;width:100%;background: #ffffff;padding-top:1%;padding-bottom:1%;}
}
@media (max-width: 900px){
	.mobile-menu-links ul li ai .mobile-menu-links ul li button{font-size:25px;}
}
@media (max-width: 600px){
	.mobile-menu-links ul li a, .mobile-menu-links ul li button{font-size:20px;}
}
.header-mobile-hamburger span:nth-child(2){
	background: #48BDBD;
}
	.mobile-menu-links ul li a, .mobile-menu-links ul li button{color: #ffffff!important;}

	.header-mobile-hamburger span{width:50px;height:5px;background: #1D3666;display:inline-block;margin-bottom:6px;border-radius:10px;}
	.mobile-menu-links ul li:nth-child(1){transition-delay:1s;}
	.mobile-menu-links ul li:nth-child(2){transition-delay:1.1s;}
	.mobile-menu-links ul li:nth-child(3){transition-delay:1.2s;}
	.mobile-menu-links ul li:nth-child(4){transition-delay:1.3s;}
	.mobile-menu-links ul li:nth-child(5){transition-delay:1.4s;}
	.mobile-menu-links ul li:nth-child(6){transition-delay:1.5s;}
	.mobile-menu-links ul li:nth-child(7){transition-delay:1.6s;}
	.mobile-menu-links ul li:nth-child(8){transition-delay:1.7s;}
	.mobile-menu-links ul li:nth-child(9){transition-delay:1.8s;}
	.mobile-menu-links ul li:nth-child(10){transition-delay:1.9s;}
	.mobile-menu-links ul li a, .mobile-menu-links ul li button{display:block;margin-bottom: .5rem;}
	.mobile-menu-kapat-logo .mm-kapat::before,.mobile-menu-kapat-logo .mm-kapat::after{content:'';width:41px;height:4px;background:#fff;position:absolute;top:18px;right:0;-webkit-transform:translateY(-50%) rotate(0deg);-ms-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg);-webkit-transition:0.9s cubic-bezier(.767, .01, .18, 1.01);-o-transition:0.9s cubic-bezier(.767, .01, .18, 1.01);transition:0.9s cubic-bezier(.767, .01, .18, 1.01);}

		.mobile-menu-kapat-logo .mm-kapat::before{
			background: #ffffff;
		}
		.mobile-menu-kapat-logo .mm-kapat::after{
			background: #1D3666;
		}
.mm-acc:after{content:"\002B";color: #ffffff;font-weight:300;float:right;margin-left:5px;}
.mm-acc.active-mm-acc:after{content:"-";color: #ffffff;font-weight:300;float:right;margin-left:5px;}
@media (max-width: 900px){
	.mobile-menu-links ul li a,.mobile-menu-links ul li button{font-size:25px;}
}
 
 	.accordion-mm:after{content:'\002B';color:#fff;font-weight:100;float:right;margin-left:5px;}
	.accordion-mm.active-mm:after{content:'-T';color:#fff;font-weight:500;float:right;margin-left:5px;}

@media (max-width: 1200px){
	.mm-acc{background-color:transparent;cursor:pointer;padding:8px 0 8px 0;width:100%;border:0;text-align:left;outline:0;transition:0.4s;color:#fff;font-weight:400;font-size:25px;}
	.mm-acc:hover{background-color:transparent;}
	
	.panel-mm-acc{padding:0 0;max-height:0;overflow:hidden;transition:max-height 0.2s ease-out;}
	.panel-mm-acc ul li a{font-size:20px;}
	.panel-mm-acc ul li:last-child{border-bottom:0;}
}
@media (max-width: 500px){
	.mm-acc{font-size:20px;}
	.panel-mm-acc ul li a{font-size:20px;}
} 
   
 
.parallaxpart{background-image:url(../img/parallax.webp);min-height:600px;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;height: 800px;display:flex;justify-content:center;align-items:center;padding-top: 5%;padding-bottom: 5%;}
.parallaxpart .absoles{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	object-fit:contain;
}.parallaxpart .absoles2{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	object-fit:contain;
}
.parallaxpart .textdecor h2{text-align:left;color:#fff;font-weight:500;text-shadow:1px 1px 5px #000;width: 50%;}
.parallaxpart .textdecor{
    width: 85%;
}
.parallaxpart .textdecor h5{text-align: left;color:#fff;font-weight:500;text-shadow:1px 1px 5px #000;width: 100%;margin: 2rem auto;}
.parallaxpart .textdecor a{color:#fff;}
.parallaxpart .textdecor .put{text-align:center;width: 40%;margin:auto;position:relative;}
.parallaxpart .textdecor .put input{width: 100%;height:60px;display:flex;justify-content:center;align-items:center;border:0;border-radius:50px;padding-left:20px;background:#002f87;background-color: #ffffff37;border: 1px solid #ffffff40;font-size: 130%;}
.parallaxpart .textdecor .put input::placeholder{color:#fff;}
.parallaxpart .textdecor .put button{background:0 0;border:0;outline:0;position:absolute;color: #fff;background: #323232;width: 50%;height: 100%;top: 0;right: -25px;border-radius: 50px;z-index: 9;cursor: pointer;font-size: 110%;}
.parallaxpart .textdecor .put button img{
	position:absolute;
	right:40px;
	top:23px;
	transition:1s;
}
.parallaxpart .textdecor .put button:hover img{
	right:30px;
}
@media (max-width:1681px){ 
.parallaxpart .textdecor{transform:translate(0,40px);}
}
@media (max-width:1300px){ 
.parallaxpart .textdecor .put{width:40%;}
.parallaxpart .textdecor .put input{height:40px;} 
}
@media (max-width:600px){ 
.parallaxpart .textdecor h5{font-size:20px;width:80%;}
.parallaxpart .textdecor p{margin-top:1rem;}
.parallaxpart .textdecor .put{width:70%;}
.parallaxpart{min-height:200px;height:200px;background-size:cover;background-attachment:local;}
.parallaxpart .textdecor{transform:translate(0,0);}
}
 
.accordion {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0px auto;
}

.accordion ul {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 75px;
  height: 100%;
  transition: all 1500ms ease-in-out;
  background: url(../img/akordionbg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}

.accordion ul li .akord {
  overflow: hidden;
  width: 75px;
  height: 100%;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  cursor: pointer;
}

.accordion ul li.active{
	width: calc(100% - (8 * 75px));
}
.accordion ul li .akord img {
   height:60px;
   width:60px;
   object-fit:contain;
}
.accordion ul li .akord p {
  text-align: right;
  transform: rotate(-90deg);
  width:max-content;
  position:absolute;
  top: 360px;
  z-index: 9;
  width: 450px;
  color: #fff;
}
.accordion ul li .slides{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 75px;
}
.accordion ul li .slides .background{width: 100%;height: 100%;overflow: hidden;}
.accordion ul li .slides .background img{
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 filter: blur(10px);
	 transition: 1s;
	 transition-delay: .1s;
}
.accordion ul li.active .slides .background img{
	 filter: blur(0px);
	 transition-delay: 1.5s;
}
.accordion ul li .slides .background .owl-carousel{
	
height: 100%;
	
width: 100%;
	
position: absolute;
	
top: 0;
	
left: 0;
}
.accordion ul li .slides .background  .owl-carousel .item{
	object-fit: cover;
	height:800px;
	width: 1300px;
}
.accordion ul li .slides .background  .owl-carousel .item img{
 z-index:-1;
	opacity:0;
}
.accordion ul li .slides .background  .owl-carousel .owl-item.active .item img{
	  z-index:9;
	opacity:1;
}
.accordion ul li.active .slides .background  .owl-carousel img{
	 
}
.accordion ul li .slides .texttop{
	 
position: absolute;
	 
top: 0;
	 
left: 0;
	 
width: 100%;
	 
height: 100%;
	 
padding: 150px 100px;
	 
background: #1D366699;
	 
z-index: 99;
}
.accordion ul li .slides .texttop img{
	 filter: brightness(0) invert(1);
	 opacity: 0;
	 transition: .5s;
	 transition-delay: .1s;
	 transform: translate(0px, -50px);
}
.accordion ul li .slides .texttop h2{
	 color: #fff;
	 width: 70%;
	 opacity: 0;
	 transition: .5s;
	 transition-delay: .1s;
	 transform: translate(0px, -50px);
	 min-width: 300px;
	 text-shadow: 1px 1px 10px #00000080;
}
.accordion ul li .slides .texttop h4{
	opacity: 0;
	transition: .5s;
	transition-delay: .1s;
	transform: translate(0px, -50px);
	text-shadow: 1px 1px 10px #00000080;
	}
.accordion ul li .slides .texttop .btn-teksen{
	 transition:
	 	opacity 0.5s ease 0.5s,
        transform 0.5s ease 0.5s;
	 transition-delay: .1s;
	 opacity: 0;
	 transform: translate(0px, -50px);
}


.accordion ul li.active .slides .texttop img{
	 opacity: 1;
	 transition-delay: 1.5s;
	 transform: translate(0px,  0px);
}
.accordion ul li.active .slides .texttop h2{
	 opacity: 1;
	 transition-delay: 2s;
	 transform: translate(0px, 0px);
}
.accordion ul li.active .slides .texttop h4{
	 opacity: 1;
	 transition-delay: 1.8s;
	 transform: translate(0px, 0px);
}
.accordion ul li.active .slides .texttop h4::before{
	  background:#ffffff;
}
.accordion ul li.active .slides .texttop .btn-teksen{
	 transition-delay: 2.5s;
	 opacity: 1;
	 transform: translate(0px, 0px);
}


.btn-teksen{
	 
display: block;
	 
width: max-content;
	 
color: #fff;
	 
position: relative;
	 
background: #1D3666;
	 
padding: 10px 80px 10px 20px;
	 
margin: 0;
	 
margin-top: 2rem;
	 
border-radius: 30px;
	transition:.5s;
	transition-delay: 0s;
}
.btn-teksen img{
	 width: 35px!important;
	 height: 35px!important;
	 object-fit: contain!important;
	 position: absolute!important;
	 right: 20px;
	 top: 8px!important;
	 transition: .5s;
}
.btn-teksen:hover{
	 
background: #48BDBD;
}
.btn-teksen:hover img{
	 right: 10px;
}
.accordion ul li div a {
}

.accordion ul li div a * {
  /* opacity: 1; */
  /* margin: 0 0 0 10px; */
  /* width: 100%; */
  /* position: relative; */
  /* z-index: 5; */
  /* white-space: nowrap; */
  /* -webkit-transform: translateX(-20px); */
  /* transform: translateX(-20px); */
  /* -webkit-transition: all 400ms ease-in-out; */
  /* transition: all 400ms ease-in-out; */
}
.accordion ul li div a h2 {
  font-family: Montserrat, sans-serif;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 240px;
}
.accordion ul li div .title {
  font-family: Montserrat, sans-serif;
  text-overflow: clip;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 210px;
  color:#ffffff;text-shadow: 1px 1px 2px #000;
  left:5%;
  position:absolute;
  opacity:1;
}
.accordion ul li div a p {
  top: 240px;
  font-size: 18px;
  padding-left: 0;
}
  

 @media screen and (max-width: 680px) {
   
  .accordion { height: auto; }
 
  .accordion ul li div a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.akordionslide{
    height: 800px;
    background: #1D3666;
    margin-top: 130px;
} 
.hakkimizda{
    position: relative;
} 
.hakkimizda h6{
    
} 
.hakkimizda .row h6 strong{
	color:#1D3666;
} 
.hakkimizda .row img{
    width: 100%;
}
.hakkimizda .rakamlarrow{border-top: 1px solid #00000040;padding-top: 2rem;margin-top: 2rem;border-bottom: 1px solid #00000040;padding-bottom: 2rem;    justify-content: space-evenly;}
.hakkimizda .rakamlarrow .wrakam{
    width: 20%;
}
.hakkimizda .rakamlarrow .wrakam .odometer{font-family: inherit;line-height: inherit;vertical-align: inherit;position: inherit;display: inherit;}
.odometer-formatting-mark{
	display:none!important;
}
.hakkimizda .rakamlarrow .wrakam span{
    font-size: 80px;
    color: #1D3666;
    line-height: 80%;
    text-align: left;
    letter-spacing: 0;
}
.hakkimizda .rakamlarrow .wrakam p{
    margin: 0;
}
a.absoleurl{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9;
}
.sendikalarimiz{
    background: #F6F8FB;
    position: relative;
}
.sendikalarimiz h4{
	width:max-content;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 4rem;
}
.sendikalarimiz .row{
    justify-content: space-around;
}
.sendikalarimiz .row .sendikacard:hover{
	transform:translate(0px, -20px)
}
.sendikalarimiz .row .sendikacard:hover img{
	 
}
.sendikalarimiz .row .sendikacard{
    width: 21%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 4%;
    padding: 40px 0px;
    transition:.5s;
    box-shadow: 0px 0px 10px #00000010;
}
.sendikalarimiz .row .sendikacard img{
    width: 70%;
	transition:.5s;
}
.haberler{
    position: relative;
}
.haberler h4{
	width:max-content;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 4rem;
}
.haberler ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.haberler ul li{
    background: #F9FAFB;
    border-radius: 30px;
    position: relative;
    padding: 15px 40px 15px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D2D2D2;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    transition: .5s;
}
.haberler ul li.active{
    background: #1D3666;
    color: #ffffff;
}
.haberler ul li img{
    position: absolute;
    left: 20px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.haberler ul li img.active{
    display: none;
}
.haberler ul li img.notactive{}
.haberler ul li.active{}
.haberler ul li.active img.active{
    display: block;
}
.haberler ul li.active img.notactive{
    display: none;
}
.haberler #parentlitab{
    width: 100%;
}
.haberler #parentlitab > div{
    justify-content: space-between;
    width: 100%;
}

.haberler .habercard:hover .images img{
	transform:scale(1.05);
}
.haberler .habercard:hover a.btn-teksen{
	background: #48BDBD;
}
.haberler .habercard{
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 10px #00000030;
    position: relative;
}
.habercard{
    width: 32%;
}
.habercard .images{
    height: 300px;
    overflow: hidden;
}
.habercard .images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:.5s;
}
.habercard .textpart{
    padding: 10px 30px 30px 30px;
    position: relative;
    height: 290px;
}
.habercard .textpart span{
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5rem;
}
.habercard .textpart span img{
    margin-right: 10px;
}
.habercard .textpart h6{
    color: #1D3666;
    font-weight: 400;
}
.habercard .textpart a{
    margin-top: 1rem;
    position: absolute;
    bottom: 30px;
}
.medya{
	background:#F7F7F7;
}
.medya h4{
	width:max-content;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 4rem;
}  



.galeri-owl {
    height: 740px
}

.galeri-owl .owl-item .item {
    height: 600px;
    display: flex;
    align-items: center;
    width: 100%
}

.galeri-owl .owl-item .item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    transition: 1.5s
}

.galeri-owl .owl-item.center .item img {
    height: 600px;
    width: 100%;
    transition: 1.5s
}

.galeri-owl .owl-item .item .images {
    width: 100%
}

.galeri-owl .owl-item .item .text {
    position: absolute;
    left: 0;
    width: calc(100% - 0px);
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 20px;
    transition: 1.5s;
    padding-bottom: 10%;
    background: #1d366690;
}

.galeri-owl .owl-item.center .item .text {
    transition: 1.5s;
    display: flex;
    justify-content: center;
    height: 100%;
    background: #1d366690;
}

.galeri-owl .owl-item .item h4 {
    opacity: 0;
    color: #fff;
    text-align: left;
    margin-left: 0;
    margin-left: 40px;
    font-weight: bold;
    width: 52%;
    margin-bottom: 0;
    transition:.5s;
    transition-delay:1s;
}
.galeri-owl .owl-item.center .item h4 {
    opacity: 1; 
}

.galeri-owl .owl-item.center .item h4 {
    color: #fff
}

.galeri-owl .owl-nav {
    margin: auto;
    text-align: center;
    margin-top: 4rem
}

.galerti h3 {
    text-align: center;
    color: #002456;
    font-style: normal;
    letter-spacing: -.675px
}

.galerti h3 strong {
    display: block
}

.galeri-owl .owl-nav .okimage{width: 70px;height: 70px;border: 1px solid #1D3666;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;margin-right:20px;background: #1D3666;border-color: #1D3666;transition:1s;}
.galeri-owl .owl-nav .okimage img{width:20px;object-fit:contain;}
.galeri-owl .owl-nav .owl-prev .okimage img{margin-left:-5px;}
.galeri-owl .owl-nav .owl-next .okimage img{margin-left:5px;}
.galeri-owl .owl-nav .okimage .normal{display:block;}
.galeri-owl .owl-nav button:hover .okimage{background: #48BDBD;border-color: #48BDBD;transition:1s;}
.galeri-owl .owl-nav button:hover .okimage .normal{filter:brightness(0) invert(1);}
.galeri-owl .owl-nav{margin:auto;text-align:center;margin-top:4rem;display: block!important;}
@media (max-width: 1550px) {
    .galeri-owl .owl-item.center .item img {
        height:500px
    }

    .galeri-owl .owl-item .item {
        height: 500px
    }

    .galeri-owl .owl-item .item img {
        height: 400px
    }

    .galeri-owl .owl-item .item img {
        height: 450px
    }
}

@media (max-width: 1500px) {
    .galeri-owl {
        height:640px
    }

    .galerti h3 {
        color: #002456
    }
}

@media (max-width: 1400px) {
    .galeri-owl .owl-item .item img {
        height:300px
    }

    .galeri-owl .owl-item .item {
        height: 400px
    }

    .galeri-owl .owl-item.center .item img {
        height: 400px
    }

    .galerti h3 {
        line-height: normal
    }

    .galeri-owl {
        height: 520px
    }

    .galeri-owl .owl-item .item img {
        height: 300px
    }

    .galeri-owl .owl-item .item .text {
        height: 300px
    }
}

@media (max-width: 1300px) {
    .pt-48 {
        padding-top:30px
    }

    .pb-48 {
        padding-bottom: 30px
    }
}

@media (max-width: 1200px) {
    .galeri-owl {
        height:480px
    }

    .galeri-owl .owl-nav {
        margin: auto;
        text-align: center;
        margin-top: 2rem
    }
}

@media (max-width: 900px) {
    .galeri-owl .owl-item .item img {
        height:250px
    }

    .galeri-owl .owl-item.center .item img {
        height: 250px
    }

    .galeri-owl .owl-item .item {
        height: 250px
    }

    .galeri-owl .owl-item .item img {
        height: 200px
    }

    .galeri-owl {
        height: 340px
    }

    .galeri-owl .owl-nav {
        margin-top: 1rem
    }
}

@media (max-width: 800px) {
    .galeri-owl .owl-item .item .text {
        height:200px
    }
}

@media (max-width: 600px) {
    .owl-nav .okimage {
        margin-right:0
    }

    .galerti {
        margin-left: 8%;
        margin-right: 8%;
        padding-top: 0
    } 
    .galeri-owl .owl-nav .owl-prev {
        margin-right: 5px
    }

    .galerti.bggrey {
        background: #fff!important
    }
}

.anlasmalikurumlar{ 
}
.anlasmalikurumlar h4{
	width:max-content;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 4rem;
}

.anlasmalikurumlar .row{width: 80%;margin: auto;justify-content: space-between;}
.anlasmalikurumlar .kurumcard{width: 29%;display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 3rem;background: #FAFAFA;border-radius: 20px;box-shadow: 0px 4px 12px #00000030;margin-bottom: 4rem;position: relative;transition:.5s}
.anlasmalikurumlar .kurumcard:hover{
	transform:translate(0, -20px)
}
.anlasmalikurumlar .kurumcard a.absoleurl{

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

z-index: 9;
}
.anlasmalikurumlar .kurumcard img{

width: 100px;

height: 100px;

margin-bottom: 1rem;

object-fit: contain;
}

.anlasmalikurumlar .kurumcard h6{

font-weight: 600;

color: #1D3666;
}
.footer{
	position: relative;
	background: #1D3666;
	background: linear-gradient(80deg, #1d3666 0%, rgba(44, 72, 125, 1) 56%, rgba(83, 193, 193, 1) 100%);
}

.footer .desen{
    position: absolute;
    left: 14%;
    top: 15%;
    width: 21%;
    height: 70%;
}
.footer .desen img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer .container{}
.footer .container .row{
    
}
.footer .container .row .w30{
    border-right: 1px solid #FFFFFF60;
    padding-top: 3%;
    padding-bottom: 3%;
}
.footer .container .row .w30 img{
    width: 60%;
    filter: brightness(0) invert(1);
}
.footer .container .row .w30 h6{
    font-weight: bold;
    color: #48BDBD;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.footer .container .row .w30 a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    font-weight: 200;
    width: 80%;
    margin-bottom: 1rem;
    font-size: 15px;
}
.footer .container .row .w30 a img{
    filter: none;
    width: 25px;
    margin-right: 10px;
    margin-bottom: 0;
    height: 20px;
    object-fit: contain;
}
.footer .container .row .w30 ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 0;
}
.footer .container .row .w30 ul li{
    margin: 0;
}
.footer .container .row .w30 ul li a{
    margin: 0;
}
.footer .container .row .w30 ul li a img{}
.footer .container .row .w70{
    padding-left: 5%;
    padding-top: 3%;
    padding-bottom: 0%;
}
.footer .container .row .w70 .w25{
    width: 25%;
}

.footer .container .row .w70 .w25:nth-child(1){
width:20%;
}
.footer .container .row .w70 .w25:nth-child(2){
    transform:translate(-10%, 0px);
	width:30%;
}
.footer .container .row .w70 .w25 h6{
    font-weight: bold;
    color: #48BDBD;
}
.footer .container .row .w70 .w25 ul{
    padding: 0;
    list-style: none;
}
.footer .container .row .w70 .w25 ul li{
    margin-bottom: .5rem;
}
.footer .container .row .w70 .w25 ul li a{
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin: 0;
    position: relative;
    width: 80%;
}
.footer .container .row .w70 .w25 ul li a::before{
    content:"";
    position:absolute;
    left:0;
    bottom:-5px;
    width:0%;
    height:2px;
    background:#48BDBD;
    transition: .5s;
}
.footer .container .row .w70 .w25 ul li a:hover:before{
	width: 80%;
}
/**/
.teksenbanner {
    overflow: hidden;
    min-height: 390px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 60%;
    }
.teksenbanner .film{
	width:100%;
	height:100%;
	background: linear-gradient(45deg, #0B285F80, transparent);
} 
.teksenbanner img{height:400px;filter:blur(0px);}
.teksenbanner{height: 390px;margin-top: 130px;}
.teksenbanner .izlencetext{
       position: absolute;
       left: 6%;
       bottom: 15%;
       width: 100%;
       transition: .5s;
       transition-delay: .5s;
       transition-timing-function: ease;
       z-index: 9;
}
.teksenbanner .izlencetext ul {
    list-style: none;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    margin-bottom: 0;
}
.teksenbanner .izlencetext ul li {
    margin-right: 10px;
}
.teksenbanner .izlencetext ul li a{
	display:flex;
	justify-content:center;
	align-items:center;
}
.teksenbanner .izlencetext ul li a img{
	display:block;
	width:max-content;height:max-content;
	margin-right:10px
}
.teksenbanner .izlencetext ul li a {
                font-weight: 400;
                letter-spacing: .02em;
                color: #fff;
                font-size: 15px;
                font-weight: 300
            }

            .teksenbanner .izlencetext h2 {
                color: #fff
            }

            

            .teksenbanner .izlencetext h5 {
                color: #fff;
                width: 70%;
                margin-top: 1rem
            }
.teksenbanner h1 {font-size: 55px;font-weight: 700;}
.teksenbanner h6 {color:#323232;font-weight: 700;}
.teksenbanner .desen{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.teksenbanner .desen img{
    display: block;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: 1.5s;
    transition-delay: 2s;
}
.teksenbanner.active .desen{}
.teksenbanner.active .desen img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media (min-width: 1200px){
.teksenbanner img{
	display:none;
}
}
@media (max-width: 1200px){
.teksenbanner img{
	display:block;
}
.teksenbanner .izlencetext { 
        opacity: 1 !important;
    }
    .teksenbanner { 
        margin-top: 100px;
    }
        .teksenbanner img { 
        width: 100%;
    }
}
@media (max-width: 900px){
.teksenbanner img{height:300px;filter:blur(0px);}
.teksenbanner{height:300px;}
}
@media (max-width: 600px){
.teksenbanner .izlencetext{position:absolute;left:5%;bottom:30%;width:90%;}
.teksenbanner .izlencetext ul li{text-align:left;}
.teksenbanner img{object-position:30% 0;}
.teksenbanner .mobileizlencetext{padding:9%;position:relative;z-index:9;}
.teksenbanner .mobileizlencetext ul{list-style:none;padding:0;display:flex;justify-content:flex-start;margin-bottom:0rem;}
.teksenbanner .mobileizlencetext ul li{text-align:left;}
.teksenbanner .mobileizlencetext ul li a{font-weight:400;letter-spacing:0.02em;color:#FFFFFF;font-size:15px;font-weight:300;}
.teksenbanner .mobileizlencetext ul li:last-child a{font-weight:600;}
.teksenbanner .mobileizlencetext ul li a{font-size:10px;}
.teksenbanner .mobileizlencetext h1{font-size:20px;margin-top:1rem;}
}
 @media (max-width: 1682px){
.teksenbanner {
        min-height: 330px; 
    }
}
@media (max-width: 1550px){
.teksenbanner .izlencetext ul{margin-bottom:1rem;}
.teksenbanner{min-height:450px;}
}
 
@media (max-width: 1400px){ 
.teksenbanner{min-height:380px;}
}
@media (max-width: 1300px){
.teksenbanner .izlencetext ul{margin-bottom:1rem;}
.teksenbanner{min-height:380px;}
}
@media (max-width: 1200px){ 
.teksenbanner{min-height:300px;}
.teksenbanner .film{height:300px;}
.teksenbanner .izlencetext{width:80%;}
.teksenbanner .izlencetext ul li a{font-size:10px;}
.teksenbanner{height:300px;}
}
@media (min-width:900px){
.mobil{display:none;}
}
@media (max-width: 900px){
.mobil{display:block;}
.teksenbanner{min-height:300px;}
.teksenbanner .film{height:auto;}
.teksenbanner img{height:300px;}
.teksenbanner{height:300px;}
.teksenbanner .izlencetext ul li a{font-size:13px;}
.teksenbanner .izlencetext ul li{margin-bottom:0;}
}
@media (min-width: 600px){
.teksenbanner .mobileizlencetext{display:none;}
}
@media (max-width: 600px){
.teksenbanner .film{opacity:0;} 

.teksenbanner img{height:auto;}
.teksenbanner{height:auto;background:#072b4d!important;margin-top:2rem;}
.teksenbanner .izlencetext ul li{margin-right:0px;}
.teksenbanner .film{z-index:9;}
.teksenbanner .izlencetext{z-index:99;}
.teksenbanner img{object-position:50%!important;}
.teksenbanner .mobileizlencetext ul li{text-align:left;margin:0;}
.teksenbanner .mobileizlencetext{padding:5% 9%;position:relative;z-index:9;}
.teksenbanner{min-height:auto;}
.teksenbanner .mobileizlencetext ul li{width:max-content;display:inline;}
.teksenbanner .mobileizlencetext ul{display:inline-block;}
}
 
/**/
	.secondnav{}
	.secondnav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    background: #F7F7F7;
    border-radius: 60px;
    padding: 10px;
    width: max-content;
    margin: auto;
    box-shadow: 0px 0px 10px #00000030;
}
	.secondnav ul li{
    margin: 0;
    background: #ECECEC;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50px;
    min-width: 170px;
    overflow: hidden;
}.secondnav.sendikalar ul{
    display: block;
    list-style: none;
    background: #F7F7F7;
    border-radius: 60px;
    padding: 10px;
    width: 100%;
    margin: auto;
    text-align: center;
    box-shadow: 0px 0px 10px #00000030;
}
	
	.secondnav.sendikalar ul li{
    margin: 0;
    background: #ECECEC;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50px;
    min-width: 170px;
    overflow: hidden;
    width: 22.5%;
    display: inline-block;
		transition:.5s;
}
.secondnav ul li:hover{
		background:#1d3666;
	}
.secondnav ul li:hover a{
		color:#ffffff;
	}

	.secondnav ul li.active{
    background: #48BDBD;
}
	.secondnav ul li a{
    font-size: 15px;
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    font-size: 13px;
}
	.secondnav ul li.active a{
    color: #fff;
}
	.rl .w60{
		padding-right:3%
	}
	.desenko{
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    z-index: -1;
}
	.sendikalarimiz .desenko{
     z-index:1;
}
	.sendikalarimiz .desenko img{
     filter: brightness(1) invert(0);
     z-index:1;
     position: relative;
}
	.desenko img{
    width: 100%;
    height: 100%;
} 
	.rl .container .row h6{
	    margin-bottom: 2rem;
	    color: #1D3666;
	} 
	.rl .container .row img{
		width:100%;
		height:100%;
		object-fit:cover;
		max-height: 600px;
		object-fit: contain;
		position: sticky;
		top: 10%;
	}
	.rl.vsms .container .row .w50 img{
		width: 70%;
		height:100%;
		object-fit:contain;
		margin-left: auto;
		display: block;
		margin-right: auto;
	}
 
	.rl h5{
    color: #1D3666;
    margin-bottom: 2rem;
}
	.rl ul{
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
}
	.rl ul li{
		position:relative;
		font-weight: 400;
		list-style: none;
		padding-left: 5%;
	}
	.rl ul li::before{
		content:"";
		position:absolute;
		width: 10px;
		height: 10px;
		background: #48BDBD;
		border-radius: 50%;
		left: 15px;
		top: 10px;
	}
	.mission h4{
		width:max-content;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 4rem;
	}
	.mission{
		background:#F7F7F7
	}
	.mission .row{
    justify-content: space-around;
}
	.mission .row .ikoncards{
    width: 32%;
    margin-bottom: 3rem;
}
	.mission .row .ikoncards img{
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 1rem;
}
	.mission .row .ikoncards h6{
    color: #1A3764;
    font-weight: bold;
}
	.mission .row .ikoncards ul{
		padding:0;
		padding-left:5%;
	}
	.mission .row .ikoncards ul li{
}
.harita{
    text-align: center;
    position: relative;
}
.harita h4{
    text-align: left;
}
.harita svg{
    width: 100%;
    height: 100%;
    margin-top: 4rem;
}
.harita svg path{
    fill: #E0E0E0;
}
.harita svg path.vartem{
    fill: #1D3666;
	cursor:pointer;
}
.harita svg path.vartem:hover{
	fill:#122345
}
.harita #map-tooltip{}
.harita #map-tooltip .tooltip-title{}
.harita #map-tooltip .tooltip-content{}
.map-wrapper {
  position: relative; 
} 
 
  
#city-popup {
  position: absolute;
  width: 240px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,.2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -100%);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 10;
  padding: 20px 10px;
}

#city-popup img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}

#city-popup strong {
  display: block;
  padding: 10px 12px 0;
}

#city-popup p {
  /* padding: 0 12px 12px; */
  font-size: 13px;
  margin: 0;
}

#city-popup h6 {
  display: block; 
  color:#48BDBD;
  font-weight:bold;
  font-size:16px;
}
.ilkelerimiz{
    position:relative;
}
.ilkelerimiz h6{
	color:#1D3666;
	margin-bottom: 2rem;
}

.accordionilekelrimiz { 
	
}

.accordionilekelrimiz .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.accordionilekelrimiz .accordion-header {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  padding: 16px 0;
}

.accordionilekelrimiz .accordion-header img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 10px;
}

.accordionilekelrimiz .accordion-header h4 {
  flex: 1;
  margin: 0;
  color: #48BDBD;
  font-weight: 600;
}

.accordionilekelrimiz .accordion-header .icon {
  font-size: 38px;
  width: 30px;
  text-align: center;
  color: #48BDBD;
}

.accordionilekelrimiz .accordion-content {
  max-height: 0;
  overflow: hidden;
  transform: translateY(-6px);
  transition: .3s;
}

.accordionilekelrimiz .accordion-content p {
  padding: 0;
  margin: 0;
  color: #555;
  margin-bottom: 1rem;
}
 
.accordionilekelrimiz .accordion-item.active .accordion-content {
  max-height: 240px;
  transform: translateY(0);
  transition: 1s;
}

.accordionilekelrimiz .accordion-item.active .icon::before {
  content: "-";
}

.accordionilekelrimiz .accordion-item:not(.active) .icon::before {
  content: "+";
}

.yonetimkurulu{
    position:relative;
}
.yonetimkurulu .container{}
.yonetimkurulu .container h6{
    color: #1D3666;
}
.yonetimkurulu .container .row{
    justify-content: space-between;
}
.yonetimkurulu .container .yonetimcard{
    width: 30%;
    margin-top: 3rem;
    position: relative;
    box-shadow: 0px 0px 10px #00000020;
    height: 480px;
}
.yonetimkurulu .container .yonetimcard .image{
    position: relative;
    width: 100%;
    height: 75%;
    background: #fff;
}
.yonetimkurulu .container .yonetimcard .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.yonetimkurulu .container .yonetimcard .text{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* transform: translate(40px, 40px); */
}
.yonetimkurulu .container .yonetimcard .text span{
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    display: block;
    color: #1D3666;
}
.yonetimkurulu .container .yonetimcard .text p{
    color: #48BDBD;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.sendikalarimizalternative{}
.sendikalarimizalternative  h4{
	width:max-content;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 4rem;
}  
.sendikalarimizalternative .row{}
.sendikalarimizalternative .sendikafllcard{
    width: 25%;
    position: relative;
    overflow: hidden;
    height: 480px;
}
.sendikalarimizalternative .sendikafllcard:hover .text{
	background:#1D366699;
}

.sendikalarimizalternative .sendikafllcard .absoleurl{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sendikalarimizalternative .sendikafllcard .imgbg{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sendikalarimizalternative .sendikafllcard .imgbg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition:.5s;
}
.sendikalarimizalternative .sendikafllcard:hover .imgbg img{
    transform:scale(1.05);
}
.sendikalarimizalternative .sendikafllcard .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	transition:.5s;
}
.sendikalarimizalternative .sendikafllcard .text img{
    width: 200px;
    object-fit: contain;
    margin-bottom: .5rem;
}
.sendikalarimizalternative .sendikafllcard .text p{
    width: 95%;
    color: #fff;
    text-align: center;
    margin-top: .5rem;
    margin-bottom: .5rem;
    transform: translate(0px, 60px);
    opacity: 0;
    transition:.5s;
    transition-delay:.1s;
}
.sendikalarimizalternative .sendikafllcard .text a.btn-teksen{
    margin-top: .5rem;
    font-size: 15px;
	transform: translate(0px, 60px);
    opacity: 0;
    transition: .5s;
    transition-delay: .1s;
}
.sendikalarimizalternative .sendikafllcard:hover .text a.btn-teksen{
	background:#48BDBD;
	transform: translate(0px, 0px);
    opacity: 1;
    transition: .5s;
	    transition-delay: 0.8s;    
}

.sendikalarimizalternative .sendikafllcard:hover .text p{
	
    opacity: 1;
    transform: translate(0px, 0px);
	transition-delay:.5s;
}
.sendikalarimizalternative .sendikafllcard .text a.btn-teksen img{
    top:5px;
}
.galeri .container .row {
    justify-content: space-between;
}
.galeri .galeriimage p{
	position:absolute;
	left: 10%;
	bottom:10%;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 0px #00000080;
	z-index:3;
	
}
.galeri .galeriimage .film{ 
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#00000040;
	z-index:2;
}
.galeri .galeriimage a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
}
.galeri .galeriimage{position:relative;width: 31%;height: 400px;margin-bottom: 3.5%;overflow:hidden;border-radius:10px;cursor:pointer;box-shadow:0px 0px 5px #00000015;background:#ffffff;}
.galeri .galeriimage img{ width:100%;height:100%;transition:.5s;margin:0;object-fit:cover;}
.galeri .galeriimage:hover img{transform:scale(1.05);}
@media (max-width: 1420px){
.galeri .galeriimage{height:240px;}
}
@media (max-width: 1200px){
.galeri .galeriimage{width:32%;}
}
@media (max-width: 800px){
.galeri .galeriimage{height:180px;}
}
@media (max-width: 600px){
.galeri .galeriimage{width:49%;}
}
.haberdetay{}
.haberdetay h1.desen{}
.haberdetay h6{
    font-weight: bold;
    color: #1D3666;
    margin-bottom: 1rem;
}
.haberdetay h5{
    margin-bottom: 1rem;
    color: #1D3666;
    font-weight: bold;
}
.haberdetay h4{
    margin-bottom: 1rem;
    color: #1D3666;
    font-weight: bold;
}
.haberdetay h3{
    margin-bottom: 1rem;
    color: #1D3666;
    font-weight: bold;
}
.haberdetay h2{
    margin-bottom: 1rem;
    color: #1D3666;
    font-weight: bold;
}
.haberdetay p{
    margin-bottom: 1rem;
}
.haberdetay a{
	font-weight:bold;
	text-decoration:underline;
    margin-bottom: 1rem;
    color: #1D3666;
}
.haberdetay img{
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.haberdetay video{
    width: max-content;
    max-height: 600px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.kvkk{}
.kvkk .row{
    justify-content: space-between;
}
.kvkk .row .sertifikacard:hover{
	transform:translate(0 ,-20px);
	background:#1D3666
}
.kvkk .row .sertifikacard{
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3rem;
    position: relative;
	transition:.5s;
}
.kvkk .row .sertifikacard a.absoleurl{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.kvkk .row .sertifikacard a.btn-teksen{
    margin-top: .5rem;
    font-size: 15px;
}
.kvkk .row .sertifikacard:hover a.btn-teksen{
    background:#48BDBD
}

.kvkk .row .sertifikacard:hover{
	transform:translate(0 ,-20px);
	background:#1D3666
}
.kvkk .row .sertifikacard a.btn-teksen img{
    top:4px;
}
.kvkk .row .sertifikacard .eye{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #48BDBD;
    padding: 20px;
    width: 100%;
    flex-direction: column;
    height: 300px;
}

.kvkk .row .sertifikacard:hover .eye img{
	filter:brightness(0) invert(1);
}
.kvkk .row .sertifikacard:hover .eye p{ color:#fff;}
.kvkk .row .sertifikacard .eye img{
    object-fit: contain;
    height: 130px;
    margin-bottom: 2rem;
	transition:.5s;
}
.kvkk .row .sertifikacard .eye p{
    margin: 0;
    font-size: 16px;
    width: 100%;
    text-align: center;
    vertical-align: top;
    height: 60px;
	transition:.5s;
}
.iletisim{}
.iletisim .row{}
.iletisim .row .w50{}
.iletisim .row .w50 h4{}
.iletisim .row .w50 h6{
    font-weight: bold;
    color: #1D3666;
    margin-bottom: 2rem;
}
.iletisim .row .w50 ul{
    list-style: none;
    padding: 0;
    width: 80%;
}
.iletisim .row .w50 ul li{}
.iletisim .row .w50 ul li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.iletisim .row .w50 ul li a img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    object-fit: contain;
}
.iletisimformu{
    background: #F7F7F7;
}
.iletisimformu h4{}
.iletisimformu h6{
    font-weight: 600;
    color: #1D3666;
    width: 60%;
}
.iletisimformu .row{
    justify-content: space-between;
}
.iletisimformu .w30{
    margin-top: 3rem;
}
.iletisimformu .w100{
    margin-top: 3rem;
}
.iletisimformu .w30 .field{
    width: 100%;
}
.iletisimformu .w30 .field input{}
.iletisimformu .w30 .field label{}


.field {
    position: relative;
  }

  .field input {
    width: 100%;
    padding: 16px 12px;
    font-size: 16px;
    border: 1.5px solid #bbb;
    border-radius: 8px;
    background: transparent;
    outline: none;
    transition: border-color 0.3s;
  }
.field label {
  position: absolute;
  left: 12px;
  top: 25px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #888;
  background: #f5f5f5;
  padding: 0 6px;
  pointer-events: none;
  transition: 0.3s ease;
} 
  .field input:focus {
    border-color: #48BDBD;
  } 
  .field input:focus + label,
  .field input:not(:placeholder-shown) + label {
    top: 0;
    font-size: 13px;
    color: #48BDBD;
  }
  .field textarea {
  width: 100%;
  padding: 16px 12px;
  font-size: 16px;
  border: 1.5px solid #bbb;
  border-radius: 8px;
  background: transparent;
  outline: none;
  resize: vertical;
  transition: border-color 0.3s;
} 
.field textarea:focus {
  border-color: #1D3666;
} 
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
  top: 0;
  font-size: 13px;
  color: #1D3666;
}
.field select {
  width: 100%;
  padding: 16px 12px;
  font-size: 16px;
  border: 1.5px solid #bbb;
  border-radius: 8px;
  background: transparent;
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s;
} 
.field select:focus {
  border-color: #1D3666;
} 
.field select:focus + label,
.field select:valid + label {
  top: 0;
  font-size: 13px;
  color: #1D3666;
} 
.select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  pointer-events: none;
  transition: transform 0.3s ease, color 0.3s ease;
} 
.field select:focus ~ .select-arrow {
  transform: translateY(-50%) rotate(180deg);
  color: #1D3666;
}
.iletisimformu .btn-teksen{
	margin-left:auto;
}
.header-desktop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
}
.header-desktop .row.firsttop{
    width: 100%;
}
.header-desktop .row.firsttop .w50{
	background:#1D3666;
	margin: 0;
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
}
.header-desktop .row.firsttop .w50 ul.link{
	display:flex;
	justify-content:flex-end;
	align-items:flex-end;
	height: 100%;
}
.header-desktop .row.firsttop .w50 ul{
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
}
.header-desktop .row.firsttop .w50 ul li{
    margin: 0;
}

.header-desktop .row.firsttop .w50.link ul li{
    margin-left:20px;
}

.header-desktop .row.firsttop .w50 ul.link li{
	margin-left:20px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-desktop .row.firsttop .w50 ul.link li a{
	color:#fff;
	font-size:80%;
}
.header-desktop .row.firsttop .w50 ul li a{
    margin: 0;
    display: block;
}
.header-desktop .row.firsttop .w50 ul li a img{
    width: 25px;
    display: block;
    height: 25px;
    margin: 0;
    filter: brightness(0) invert(1);
    margin-right: 15px;
}
.header-desktop .row.firsttop .w100{}
.header-desktop .row.firsttop .w100 ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto repeat(3, 1fr);
    align-items: center;
    padding-left: 8%;
    padding-right: 8%;
}

.header-desktop .row.firsttop .w100 ul li{
    display: flex;
    justify-content: center;
}

.header-desktop .row.firsttop .w100 ul li.logo{
    grid-column: 4;
}
.header-desktop .row.firsttop .w100 ul li{
    margin: 0;
}
.header-desktop .row.firsttop .w100 ul li a{
    margin: 0;
}
.header-desktop .row.firsttop .w100 ul li a img{} 
.header-desktop .secondrow{
    padding-left: 5%;
    padding-right: 5%;
}
.header-desktop.navbar-takip .row.firsttop{}
.header-desktop.navbar-takip .secondrow{}
.header-desktop .secondrow .w20{}
.header-desktop .secondrow .w20 a{
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.header-desktop .secondrow .w20 a img{
    width: 90%;
    height: 80%;
    object-fit: contain;
}
.header-desktop .secondrow .w80{}
.header-desktop .secondrow .w80 ul{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    height: 100%;
}
.header-desktop .secondrow .w80 ul li{
    margin: 0;
    margin-left: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-desktop .secondrow .w80 ul li a{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
} 
.header-desktop.navbar-takip .secondrow .w20{}
.header-desktop.navbar-takip .secondrow .w20 a{}
.header-desktop.navbar-takip .secondrow .w20 a img{}
.header-desktop.navbar-takip .secondrow .w80{}
.header-desktop.navbar-takip .secondrow .w80 ul{}
.header-desktop.navbar-takip .secondrow .w80 ul li{}
.header-desktop.navbar-takip .secondrow .w80 ul li a{} 
 
 .header-desktop .secondrow .w80 ul li .mega-dropdown{}
 .header-desktop .secondrow .w80 ul li .mega-dropdown .dropdown-inner{
    padding-top: 2%;
    padding-bottom: 2%;
}
 .header-desktop .secondrow .w80 ul li .mega-dropdown .dropdown-inner .w30{
    padding-top: 0%;
    padding-left: 7%;
    padding-right: 0%;
}
 .header-desktop .secondrow .w80 ul li .mega-dropdown .dropdown-inner .w30 h4{
    color:#1D3666;
    margin-bottom:1rem;
    font-weight: 600;
}
 .header-desktop .secondrow .w80 ul li .mega-dropdown .dropdown-inner .w30 p{
    margin: 0;
    font-weight: 200;
}
 .header-desktop .secondrow .w80 ul li .mega-dropdown .dropdown-inner .w20{
    padding-left: 5%;
}
 .header-desktop .secondrow .w80 ul li .mega-dropdown .dropdown-inner .w50{
    width: 45%;
    margin-left: 5%;
}
 .header-desktop .secondrow .w80 ul li .mega-dropdown .dropdown-inner ul{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
 .header-desktop .secondrow .w80 ul li .mega-dropdown .dropdown-inner ul li{
    margin-left: 0;
    height: 50px;
}
 .header-desktop .secondrow .w80 ul li .mega-dropdown .dropdown-inner ul li a{
    height: 30px;
    color: #1D3666;
    font-weight: 400;
    transition: .5s;
}
 .header-desktop .secondrow .w80 ul li .mega-dropdown .dropdown-images{
    margin: 0;
}
 .header-desktop .secondrow .w80 ul li .mega-dropdown .dropdown-images img{
    min-height: 480px;
    border-radius: 20px;
    max-height: 500px;
}
 .header-desktop .secondrow .w80 ul li.sendikalar .mega-dropdown .dropdown-images img{

    object-fit: contain;
 min-height:350px;
	 max-height:350px;
 }
 .menu-row{
    display: flex;
    align-items: center;
    width: 100%;
}
 .mega-dropdown{
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: 
        opacity .3s ease,
        transform .3s ease,
        visibility .3s;
}
 
.dropdown-parent:hover .mega-dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mega-dropdown:hover{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-inner{
    display: flex;
    height: 100%;
}

.dropdown-inner .w50{
    width: 50%;
    padding: 0px 60px;
}
 
.dropdown-links ul{
    list-style: none;
    padding: 0;
}

.dropdown-links li{
    margin-bottom: 20px;
}
.dropdown-parent{
    position: static; 
}
 
.dropdown-links li a{
    position: relative;
    display: inline-block;
}

.dropdown-links li a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #48BDBD;
    transition: width .5s ease;
}
.dropdown-links li a::before{
    content: "";
    position: absolute;
    left: -15px;
    bottom: 11px;
    width: 10px;
    height: 10px;
    background: url(../img/aftercontent.webp);
    transition: width .3s ease;
    background-size: contain;
    background-repeat: no-repeat;
	opacity:0;
}
.dropdown-links li a:hover:before{ 
	opacity:1;
	transform:translate(0px, 0px);
}
.dropdown-links li a:hover{
	opacity:1;
	transform:translate(10px, 0px);
	color: #48BDBD!important;
}

.dropdown-links li:hover a::after,
.dropdown-links li.active a::after{
    width: 100%;
}
 
.dropdown-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.header-desktop .secondrow .w80 ul li.sendikalar .mega-dropdown .dropdown-inner .w20 {
    padding-left: 1%;
}


.dropdown-images img.active{
    display: block;
}

.cta {
    display: flex;
    align-items: center;
    background-color: #25D366;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border: 0;
    padding: .75rem 1rem;
    border-radius: 5rem;
    cursor: pointer;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.cta:hover {
    background-color: #000000;
}

.cta svg,.cta img {
    width: 20px;
    height: 25px;
    margin-right: .5rem;
    fill: #000;
    transition: transform .2s ease;
    object-fit: contain;
}

.cta-fixed-wrap.cta1 {
    bottom: 15%;
}

.cta-fixed-wrap.cta2 {
    bottom: 45%
}

.cta-fixed-wrap a.absolcta {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 9
}

.cta-fixed-wrap.cta4 button img{
    /* filter: brightness(0); */
}
.cta-fixed-wrap.cta4 {
    bottom: 20%;
}
 
.cta-fixed-wrap.cta3 {
    bottom: 25%
}

.cta-fixed-wrap {
    position: fixed;
    right: 0;
    animation-delay: .8s;
    z-index: 999;
    text-align: right;
    float: right;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    border-top-right-radius: 0
}

.cta--fixed {
    transition: transform .2s ease
}

.cta--fixed span {
    display: block;
    transition: transform .2s ease;
    color: #fff;
    margin: 0
}
.cta--fixed:hover span { 
    color: #fff; 
}
.cta--fixed:hover svg  { 
    fill: #fff; 
}

body.scrolled .cta--fixed {
    transform: translateX(calc(100% - 55px + .35rem))
}

body.scrolled .cta--fixed span {
    transform: translateX(100%)
}

body.scrolled .cta--fixed svg {
    position: relative;
    left: -1px;
    margin: 0
}

body.scrolled .cta-fixed-wrap:hover .cta--fixed {
    transform: translateX(0%)
}

body.scrolled .cta-fixed-wrap:hover .cta--fixed span {
    transform: translateX(5%)
}