a, p, input, select, textarea, table, td, th, span, h1, h2 h3, h4, h5, h6, body, button {
    font-family: 'Poppins', sans-serif;
    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:#122945;border-radius:5px;}
::-webkit-scrollbar-thumb:hover{background:#f26522;}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 90%;
}
 
 strong{
 	font-weight:700;
 }
h1 {
 font-style: normal;
 font-weight: bold;
 line-height: 122.5%;
 font-size: 60px;
}
 
h2 {
 font-size: 60px;
 font-style: normal;
 font-weight: 400;
}
 
h3 {font-size: 45px;color: #20ACCD;}
h3 strong{
		  color: #146C80;
		  font-weight: 600;
		  font-style: normal;
		  display:block;
		}
h4 {
color: #143156; 
font-size: 35px;
font-style: normal;
font-weight: 500;
line-height: 136%; 
letter-spacing: -0.525px;
}
h4 strong{
    font-weight: 600;
    color: #015AA6;
}
 h4 span{
 	
color: #021D49;
 	
font-weight: 300; 
 }
 
h5 {letter-spacing: 0.15px;color: #20ACCD;font-kerning: none;font-size: 25px;font-style: normal;font-weight: 500;line-height: 150%;}
h6 { 
font-size: 23px;
font-style: normal;
font-weight: 500;
line-height: 136%; 
letter-spacing: 0.125px;
}
p, li, a, td, th {
    list-style-position: outside;
    padding: 0;
    color: #373737;
    font-kerning: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.22px;
}
span{color: #909090;font-kerning: none;font-size: 14px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: 0.16px;}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.geoserbanner .izlencetext h1 {
    font-weight: 600;
}


.row{
	margin:0;
}
 
 .points{cursor:pointer;}
 
 .pt-96{
 	padding-top:96px;
 }
 
 .pb-96{
 	padding-bottom:96px;
 }
 .pt-48{
 	padding-top:48px;
 }
 
 .pb-48{
 	padding-bottom:48px;
 }
 .padl-5{
 	padding-left:5%;
 }
 .padr-5{
 	padding-right:5%;
 }
 .mt-96{
 	margin-top:96px;
 }
 
 .mb-96{
 	margin-bottom:96px;
 }
 .mt-48{
 	margin-top:48px;
 }
 
 .mb-48{
 	margin-bottom:48px;
 }
 .ml-5{
 	margin-left:5%;
 }
 .mr-5{
 	margin-right:5%;
 }
 .w50{
 	width:50%;
 	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%;}
 
@media (max-width: 1200px){
.mobile-menu{position:relative;padding-top: 30px;padding-bottom: 30px;transition:1s;width:100%;z-index:1111;background:#fff;}
.mobile-menu.navbar-mobile-takip {
    position: fixed;
    transition: 1s;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
    left: 0;
}
.mobile-menu .mobile-menu-logo{width:50%;display:flex;align-items:center;justify-content:flex-start;}
.mobile-menu .mobile-menu-logo img{width:100%;}
.mobile-menu .mobile-menu-hamburger{width:50%;display:flex;align-items:center;justify-content:flex-end;}
.mobile-menu .mobile-menu-hamburger img{width:12%;}
.openmobilemenu{height:100%;width:0;position:fixed;z-index:999999;top:0;left:0;background-color:#fff;overflow-x:hidden;transition:0.5s;padding-top: 0px;}
.mobilemenu-kapat-logo{position:relative;border-bottom:1px solid #000;padding-left:2%;padding-right:2%;padding-bottom:10px;}
.mobilemenu-kapat-logo .mobilemenu-logo{width:50%;display:flex;align-items:center;justify-content:flex-start;}
.mobilemenu-kapat-logo .mobilemenu-logo img{width:120%;}
.mobilemenu-kapat-logo .mobilemenu-kapat{width:50%;display:flex;align-items:center;justify-content:flex-end;}
.mobilemenu-kapat-logo .mobilemenu-kapat .closebtn{font-size:50px;color:#000;font-weight:300;}
.openmobilmenulinks{margin-top:10px;}
.openmobilmenulinks ul{padding-left:0;margin-bottom:0;}
.openmobilmenulinks ul li{list-style:none;border-bottom:1px solid #000;margin-bottom:20px;}
.openmobilmenulinks ul li a{color:#000;font-size: 30px;font-weight:400;}
.openmobilmenulinks ul li a.mobilesatissonrasibtn{background:#c02828;border-radius:18px;padding:10px 10px;color:#fff;font-weight:700;display:block;text-align:center;}
.openmobilmenulinks ul li:last-child{border-bottom:none;}
.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 18px;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;}
.openmobilemenuarama{margin-top:10px;}
.openmobilemenuarama input{width:100%;height:60px;padding-left:10px;color:#000;font-weight:700;border-radius:18px;border:3px solid #000;font-size:20px;}
.openmobilemenudiller{margin-top:10px;}
.openmobilemenudiller ul{padding-left:0;margin-bottom:0;}
.openmobilemenudiller ul li{display:inline-block;}
.openmobilemenudiller ul li a{color:#000;font-size:40px;font-weight:700;}
.openmobilemenudiller ul li span{color:#000;font-size:40px;font-weight:700;}
}
@media (max-width: 500px){
.mobilemenu-kapat-logo{padding-left:4%;padding-right:4%;}
.mobilemenu-kapat-logo .mobilemenu-logo img{width:70%;}
.mobilemenu-kapat-logo .mobilemenu-kapat .closebtn{font-size:30px;}
.mm-acc{
    font-size: 20px;
}
.openmobilmenulinks ul li{margin-bottom:10px;}
.openmobilmenulinks ul li a{font-size:30px;}
.openmobilmenulinks ul li a.mobilesatissonrasibtn{font-size:18px;}
.openmobilemenuarama input{height:40px;font-size:14px;}
.openmobilemenudiller ul li a{font-size:20px;}
.openmobilemenudiller ul li a.active{font-size:25px;color:#c02828;}
.openmobilemenudiller ul li span{font-size:20px;}
.mobile-menu .mobile-menu-logo img{width:70%;}
.panel-mm-acc ul li a{font-size:20px;}
}	
.mobile-menu-links ul li .panel-mm-acc ul li a{
	font-size:17px;
}
.main-header.navbar-takip {position: fixed;background: #146c8099;padding-top: 10px;padding-bottom: 20px;transition: 1s;z-index: 999999;width: 100%;border-bottom: 1px solid #146c80;backdrop-filter: brightness(0.5);}

 

/**/
li.dropdown > a:before{}
li.dropdown > a{}
li:hover > a{opacity:1;color: #fff;}
li > .dropcontent{position:absolute;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top;opacity:0;visibility:hidden;visibility:hidden;transition:all 300ms ease;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;border-radius:0px;background-color:#ffffff;box-shadow:0px 0px 10px rgba(0,0,0,0.10);z-index: 99999;left: 0;}
li > .dropcontent > li{position:relative;width:100%;text-align:left;}
li > .dropcontent > li > a{}
li > .dropcontent > li > a:before{position:absolute;left:10px;top:13px;opacity:0;font-weight:700;color:var(--white-color);font-size:var(--font-12);transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;}
li > .dropcontent > li:hover > a::before{opacity:1;}
li > .dropcontent > li:hover > a{}
li.dropdown:hover > .dropcontent{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1);opacity:1;visibility:visible;}
ul li.dropdown .dropdown-btn{position:absolute;right:10px;top:6px;width:30px;height:30px;text-align:center;color:var(--white-color);line-height:28px;border:1px solid var(--white-color-opicity-two);background-size:20px;cursor:pointer;z-index:5;display:none;}




 
/**/
	.main-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
}
	.main-header .container{
    max-width: 90%;
}
	.main-header .container .mitasgroup{
    width: 100%;
    position: relative;
}

	.main-header .container .mitasgroup .logo{
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 115px;
}
	.main-header.navbar-takip .container .mitasgroup .logo{
   object-fit:contain;
   height: 60px;
}
	.main-header .container .mitasgroup .logo img{
    width: 90%;
    transition:0.5s;
}
.main-header.navbar-takip .container .mitasgroup .logo img {
}
.main-header .container .mitasgroup .logo{
	position:relative;
}
.main-header .container .mitasgroup .logo img.beyazlogo{
opacity:1;
}
.main-header .container .mitasgroup .logo img.mavilogo{}
.main-header.navbar-takip .container .mitasgroup .logo img.beyazlogo{
opacity:0;
}
.main-header.navbar-takip .container .mitasgroup .logo img.mavilogo{
opacity:1;
}
.main-header.navbar-takip  .mitasgroup .logo img{
	width: 60%;
	transition:0.5s;
} 

	.main-header .container .mitasgroup .linklerup{
    width: 75%;
    display: block;
}
.main-header.navbar-takip  .one{
	height:0;
	opacity:0;
	transition:0.01s;
}
	.main-header .container .mitasgroup .linklerup .one{
	transition:0.5s;
}
	.main-header .container .mitasgroup .linklerup .one ul{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 25px;
    margin-right: 2%;
}
	.main-header .container .mitasgroup .linklerup .one ul li{}
	.main-header .container .mitasgroup .linklerup .one ul li a{
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.main-header .container .mitasgroup .linklerup .two{
    width: 100%;
}
	.main-header .container .mitasgroup .linklerup .two ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    width: 100%;
    margin-top: 1rem;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown{
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown::after{
		content:"";
		width:2px;
		height:100%;
		position:absolute;
		left: -80px;
		top:0;
		background:#DADADA;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown:last-child:after{

		width:2px;

		
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown a{
    color: #143156;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100px;
}	
		.main-header.navbar-takip  .mitasgroup .linklerup .two ul li.dropdown a{
			height:70px
		}
	.main-header.navbar-takip .container .mitasgroup .linklerup .two ul li a{
     color: #fff;
     font-size: 17px;
}
.main-header .container .mitasgroup .linklerup .two ul li.dropdown a::after{
     content:"";
     background:url(../img/okimages.png);
     background-repeat:no-repeat;
     background-size:contain;
     width: 15px;
     height: 15px;
     position: absolute;
     right: -25px;
     bottom: 20%;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown a img{
    display: block;
    margin-bottom: 1rem;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent{
    min-width: 280px;
    border-bottom-right-radius: 30px;
    left: -100px;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent.testtt{
    left: -80px;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent.testtt2{
    left: -90px;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50{
    padding-top: 5%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 5%;
    width: 100%;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50 ul{
    display: block;
    list-style: none;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50 ul li{position:relative;}
	
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50 ul li::after{
		content:"";
		position:absolute;
		right: 5px;
		top: 10%;
		background: url(../img/okimagesokmenus.png);
		background-repeat:no-repeat;
		background-size:contain;
		width: 15px;
		height: 15px;
		z-index: 9;
	}
 .main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50 ul li.active a{
 	border-bottom: 1px solid #FFB128;
 	font-weight:bold;
 	color: #FFB128;
 }
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50 ul{
    list-style: none;
    padding: 0;
}

	.main-header .container .mitasgroup .linklerup .two ul{
     
}
	.main-header .container .mitasgroup .linklerup .two ul li{
     	position:relative;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dil{
		position:relative;
		margin-left: -40px;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dil::after{
		content:"";
		position:absolute;
		left: -4px;
		top: 5px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		opacity: 0.6;
		background: #001B40;
		z-index: -1;
}
	.main-header .container .mitasgroup .linklerup .two ul li.search::after{
		content:"";
		position:absolute;
		left: -7px;
		top: 5px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		opacity: 0.6;
		background: #001B40;
		z-index: -1;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dil a{
     font-size: 12px;
}
	.main-header .container .mitasgroup .linklerup .two ul li a{
     color: #fff;
     font-size: 17px;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50 ul li{
    border-bottom: 1px solid #ECECEC;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50 ul li a{
    color: #143156;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 20.4px */
    letter-spacing: 0.075px;
    position:relative;
    display: block;
    height: inherit;
    margin-top: 1rem;
    text-align: left;
}
.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50 ul li a::after{
	width: 0;
}
 
.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50 img {
    width: 90%;
    margin-left: 5%;
    height: 160px;
    object-fit: cover;
    margin-bottom: 1rem;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50 h6{
    margin-left: 5%;
    color: #143156;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 27.2px */
    letter-spacing: 0.1px;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50 p{
    margin-left: 5%;
    color: #143156;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 21.76px */
    letter-spacing: 0.08px;
}
	.main-header .container .mitasgroup .linklerup .two ul li.dropdown .dropcontent .w50 span{
    margin-left: 5%;
    display: block;
    color: #8D8D8D;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 136%; /* 16.32px */
    letter-spacing: 0.06px;
    text-transform: capitalize;
}


.sliderfilm{position:absolute;width:100%;height:100%;top:0;background: #02204A;opacity: 0.4;mix-blend-mode: luminosity;}
 
.owl-nav  .slider-ok img{
	width: 25px;
	object-fit:contain;
}
.owl-nav .owl-prev .slider-ok img{
    margin-left: -5px;
}  
.owl-nav .owl-next .slider-ok img{
    margin-left: 5px;
} 
.owl-nav .slider-ok .normal{
    display: block;
} 
.owl-nav .slider-ok .hover{
    display: none;
}
.owl-nav button:hover{}
 
 .owl-nav button:hover .slider-ok .normal{display:none;} 
 .owl-nav button:hover .slider-ok .hover{display:block;} 




.owl-nav .owl-prev{}
.owl-nav .owl-next{}
.footer{
    background: #146C80;
    padding: 5% 5% 2% 5%;
}
.footer .w30{}
.footer .w30 img{}
.footer .w30 h4{
    font-size: 30px;
    color: #fff;
    margin-top: 3rem;
}
.footer .w10{}
.footer .w20{} 
.footer .w30{} 
.footer .w20 .contactblok{
    margin-bottom: 2rem;
}
.footer .w20 .contactblok a{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
} 
.footer .w20 .contactblok a p{
    font-size: 12px;
    display: inline-block;
    width: 80%;
    margin-top: 5px;
}  
.footer h6{
    font-size: 18px;
    color: #fff;
    margin-bottom: 2rem;
}
.footer ul{}
.footer ul li{}
.footer ul li a{}
.footer ul{
    list-style: none;
    padding:0;
}
.footer ul li{
    margin-bottom: 0rem;
}
.footer ul li a{
    color: #fff!important;
    position:relative;
    font-size: 13px;
}
.footer ul li a:hover{
    color: #fff;
}
.footer ul li a::after{
    content:"";
	position:absolute;
	left:0;
	bottom:-5px;
	width:0%;
	background:#fff;
	height:2px;
	transition:0.5s;
}
.footer ul li a:hover:after{
	width:100%;
	transition:0.5s;
}
.footer  ul li a img{}
.footer  ul.social{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer  ul.social li{
    margin-right: 2rem;
}
.footer ul.social li a{}
.footer ul.social li a img{}

.footer .w40{
    padding-top: 5%;
    padding-left: 7%;
}
.footer p{
    width: 45%;
    color: #fff;
}
.footer p a{
    color: #0080C4;
}




#video-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 3px solid var(--brown);
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	max-width: 100%;
}

#play-button {
	position: absolute;
	border: 3px solid var(--brown);
	border-radius: 100px;
	width: 120px;
	height: 120px;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
	background-color: var(--cream);
	opacity: 1;
	cursor: none;
	width: 150px;
	height: 150px;
	background: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	transition: all .3s ease-in-out;
	border: 2px solid #0089CF;
	display: flex;
	justify-content: center;
	align-items: center;
}

 

.play-icon {
	font-size: 20px;
	color: var(--brown);
	display: block;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 50px solid #fff;
	position: relative;
	margin: 18px auto;
	margin-left: 55px;
}





.modal {
  text-align: left;
}
.modal .modal-dialog{
  width: 100%;
  padding-top: 10%;
}
.modal-content {
  border: none;
  border-radius: 2px;
  box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
  background: #002456;
  border-radius: 20px;
  min-height: 25vh;
	transform:translate(0, 150px);
	transition:0.5s;
}
.modal.show .modal-content {
  	transform:translate(0, 0px);
	transition:0.5s;
}
.modal-header{
  border-bottom: 0;
  padding-top: 15px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 0px;
  flex-direction: row-reverse;
}
.modal-header button{
	color:#fff;font-weight:100;opacity:1;font-size:45px;
}
.modal-title {
  font-size: 34px;
  display: none;
}
.modal-body{
  border-bottom: 0;
  padding-top: 5px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 10px;
  text-align: center;
  padding-bottom: 10%;
}
.modal-body p{
  color: #ffffff;
  margin-bottom: 3rem;
}
.modal-body a{
  color: #ffffff;
  text-decoration:underline;
}
.modal-body a img{
	margin-right:15px;
}
.modal-footer {
  border-top:0;
  padding-top: 0px;
  padding-right:26px;
  padding-bottom:26px;
  padding-left:26px;
}



.iletisimformu h4{color:#0014AD;font-weight:500;}
.iletisimformu h4 strong{color:#191828;font-weight:800;margin-bottom:1rem;display:block;padding-bottom:1rem;border-bottom:1px solid #000;width:20%;}
.iletisimformu p{margin-bottom:2rem;}
.iletisimformu .row .w50{padding:0;}
.iletisimformu .row .w100 input{width:95%;}
.iletisimformu .row input{width:90%;height:50px;outline:none;border: 1px solid #20ACCD;margin-bottom:2rem;padding-left:15px;}
.iletisimformu .row label{display:block;}
.iletisimformu .row textarea{width:100%;outline:none;border: 1px solid #20ACCD;height: 81%;padding:15px;}
.iletisimformu .row textarea:focus,.iletisimformu .row input:focus{border-color:#0014AD;border-width:2px;}
.iletisimformu .mitasbtn{
    width: 60%;
    margin-left: auto;
}
.iletisimformu .mitasbtn a{
    margin-right: 6%;
}
@media (max-width: 1200px){
.iletisimformu .row input{width:90%;height:35px;}
}
@media (max-width: 900px){
.iletisimformu .row textarea{width:100%;height:76%;}
}
@media (max-width: 600px){
.iletisimformu .row{width:100%;}
.iletisimformu .row input{width:100%;height:35px;margin-bottom:1rem;}
.iletisimformu .row .w100 input{width:100%;}
.iletisimformu .row .w40{width:100%;}
}

.header-linkler ul{padding-left:0;margin-bottom:0;}
.header-linkler ul li{display:inline-block;margin:0px 0px 0px 40px;position:relative;}
@media (max-width: 1650px){
.header-linkler ul li{margin:0px 0px 0px 30px;}
}
@media (max-width: 1500px){
.header-linkler ul li{margin:0px 0px 0px 20px;}
}
@media (max-width: 1300px){
.header-linkler ul li{margin:0px 0px 0px 15px;}
}
.headerdildrop{position:relative;display:inline-block;}
.headerdildrop-content a{color: #243845!important;transition:0.5s;cursor:pointer;}
.headerdildrop-content{position:absolute;min-width:100%;padding:12px 16px;z-index:1;width: 680px;left: -100%;border-radius:10px;visibility: hidden;transform: translate(0px, -40px);transition: 1s;}
.headerdildrop:hover .headerdildrop-content{display:block;}
.headerdildrop .headerdildrop-content .row{padding: 1%;margin:0;box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);background-color: #fff;position: relative;border-radius: 10px;}
.headerdildrop .headerdildrop-content .row .left{width:30%;position:relative;}
.headerdildrop .headerdildrop-content .row .center{position:relative;}
.headerdildrop .headerdildrop-content .row .left:after{content:"";position:absolute;right:0;top:0;width:.1%;height:100%;background:#0003;}
.headerdildrop .headerdildrop-content .row .center:after{content:"";position:absolute;right:0;top:0;width:.1%;height:100%;background:#0003;}
.headerdildrop .headerdildrop-content .row .left .kategori{width:85%;margin-left:5%;padding-bottom:5%;padding-top:5%;position:relative;}
.headerdildrop .headerdildrop-content .row .left .kategori:after{content:"";position:absolute;right:0;bottom:0;width:100%;height:1px;background:#0003;}
.headerdildrop .headerdildrop-content .row .left .kategori p{color:#000;margin:0;}
.headerdildrop .headerdildrop-content .row .left .kategori p strong a{color:#0F172A;font-weight:700;}
.headerdildrop .headerdildrop-content .row .center .kategori p strong a{color:#0F172A;font-weight:700;}
.headerdildrop .headerdildrop-content .row .left .kategori p strong a:hover{color:#1D4ED8;}
.headerdildrop .headerdildrop-content .row .center .kategori p strong a:hover{color:#1D4ED8;}
.headerdildrop .headerdildrop-content .row .left .kategori ul li{font-size:13px;margin:0;}
.headerdildrop .headerdildrop-content .row .center{width:30%;margin-left:auto;margin-right:auto;}
.headerdildrop .headerdildrop-content .row .center .kategori{margin-left:5%;width:85%;padding-bottom:5%;padding-top:5%;position:relative;}
.headerdildrop .headerdildrop-content .row .center .kategori:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#0003;}
.headerdildrop .headerdildrop-content .row .center .kategori p{margin:0;}
.headerdildrop .headerdildrop-content .row .center .kategori p strong a{color:#000;}
.headerdildrop .headerdildrop-content .row .center .kategori ul li{font-size:13px;margin:0;}
.headerdildrop .headerdildrop-content .row .right{width:30%;margin-left:auto;margin-right:auto;}
.headerdildrop .headerdildrop-content .row .right #parent-urun-tab img{width:100%;height:30vh;object-fit:cover;margin-bottom:1rem;}
.headerdildrop .headerdildrop-content .row .right #parent-urun-tab p{text-align:center;margin-bottom:2rem;}

.headerdildrop-content.drop2 {
    left: -40%;
}
.headerdildrop-content.drop3 {
    left: -60%;
}
.headerdildrop-content.drop4 {
    left: -200%;
}
.headerdildrop-content.drop5 {
    left: -800%;
}
.headerdildrop .headerdildrop-content.drop5 .row::after{
	
    left: 90%;
}
@media (max-width:1380px){
.headerdildrop-content{width:1050px;}
}
.headerdildrop .headerdildrop-content .row::after{
	content:"";
	position:absolute;
	left:15%;
	top:-5px;
	background:#f9f9f9;
	width:20px;
	height:20px;
	transform:rotate(45deg)
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content{
    z-index: -1;
    transition: 0.3s;
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content ul{
    margin: 0;
    display: block;
    padding-left: 10%;
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content h5{
	
color: #353535;
	
padding-left: 10%;
	
margin-bottom: 10%;
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content ul li{
    margin: 0;
    display: block;
    margin-bottom: 1rem;
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content ul li a{
    color: #575757;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    width: 100%;
    display: block;
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content ul li a::after{
   content:"";
	width:0;
	height:1px;
	background:#20ACCD;
	position:absolute;
	left:0;
	bottom:-10px;
	transition:1s;
	
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content ul li.active a::after{
 
	width:90%;
	height:1px; 
	
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content ul li.active{}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content ul li.active a{
	color: #20ACCD!important;
	font-weight:700;
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content ul li a img{
	position:absolute;
	right:20px;
	top: 5px;
	opacity:0;
	transform: translate(-20px , 0);
	transition:1s;
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content ul li.active a img{
	 
	opacity:1;
	transform:translate(0 , 0);
	transition:1s;
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content .text{
    width: 60%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 3%;
    opacity: 0;
    transition: 0.5s;
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content .text p{position:relative;padding-top: 5%;padding-bottom: 5%;font-size: 15px;font-weight: 600;line-height: 21px;color: #20ACCD;}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content .text p::after{
	content:"";
	background:url(../img/afterpmenu.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:32px;
	height:26px;
	position:absolute;
	left:0;
	top: -20px;
} 
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop-content .linkler{
    width: 40%;
    border-right: 1px solid #00000030;
    padding-top: 3%;
    padding-bottom: 3%;
    opacity: 0;
    transition: 0.5s; 
}
.headerdildrop:hover .headerdildrop-content{display:block;visibility:visible;transform:translate(0,0)}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop:hover .headerdildrop-content .linkler, 
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop:hover .headerdildrop-content .text{	
	opacity:1;
    transition-delay:0.1s; 
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop .headerdildrop-content .text img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 0;
}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop .headerdildrop-content .text p{}
.main-header .container .mitasgroup .linklerup .two ul li .headerdildrop .headerdildrop-content .text span{
	font-size:10px;
	line-height: 15px;
	color:#191919;
	display: block;
	font-weight: 500;
}



.header-mobile .header-mobile-logo img{transition:0.5s;}


.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 (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;}
.header-mobile .header-mobile-logo img {
    width: 50%;
}
.header-mobile .header-mobile-hamburger{width:20%;display:flex;align-items:center;justify-content:center;margin-left:30%;flex-direction:column;}
.sidenav{height:100%;width:0;position:fixed;z-index:99999999999;top:0;left:0;background-color:#022137;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-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 #fff;margin-bottom: 20px;overflow:hidden;opacity:0;transition:1s;translate(0px, 80px);}
.mobile-menu-links ul li a{font-size:25px;color:#fff;transition:1s;}
.mobile-menu-arama{margin-top:5%;}
.mobile-menu-arama input{width:100%;background:transparent;border:2px solid #fff;border-radius:8px;height:50px;padding-left:20px;font-size:30px;color:#fff;}
.mobile-menu-arama input::placeholder{color:#fff;}
.accordion-mm{background-color:transparent;color:#fff;cursor:pointer;padding:0px;width:100%;border:none;text-align:left;outline:none;font-size:50px;transition:1s;transform:translate(0px, 80px);}
.accordion-mm:hover{background-color:transparent;}
.accordion-mm:after{content:'\002B';color:#fff;font-weight:100;float:right;margin-left:5px;}
.panel-mm{padding:0 18px;background-color:transparent;max-height:0;overflow:hidden;transition:max-height 0.2s ease-out;}
}
@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%;}
.accordion-mm{font-size:30px;padding:4px 0px 4px 0px;}
.mobile-menu-links ul li a{font-size:30px;}
.mobile-menu-arama input{height:40px;padding-left:15px;font-size:16px;}
.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:9999;transition:0.5s;width:100%;background:#022137;padding-top:1%;padding-bottom:1%;}
}
@media (max-width: 900px){
.accordion-mm{font-size:25px;}
.mobile-menu-links ul li a{font-size:25px;}
}
@media (max-width: 600px){
.accordion-mm{font-size:20px;}
.mobile-menu-links ul li a{font-size:20px;}
} 
.header-mobile-hamburger span{width:50px;height:5px;background:#fff;display:inline-block;margin-bottom:6px;border-radius:10px;}
.mobile-menu-kapat-logo .mm-logo img{}


.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 a{display:block;}
.mobile-menu-kapat-logo .mm-kapat::before,.mobile-menu-kapat-logo .mm-kapat::after{content:'';width:41px;height:2px;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);}
 
@media (max-width: 900px){
.mobile-menu-links ul li a{font-size:25px;}
} 
@media (max-width: 600px){
.mobile-menu-links ul li a{font-size:20px;}
.mobile-menu-links ul li .panel-mm a{font-size:16px;}
}
.loader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    height: 100vh;
    transition:1s;
    height: 0;
}
.loader .video{
    width: 100%;
    margin: auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000; 
    transition: 1s;
}
.loader .video video{
    width: 40%;
    transition:1s;

	}
.loader.load{ 
	top:-20%;
}

.loader.load .video video{ 
    height: 0; 
}

.loader.load .video{ 
    height: 0; 
}

.loader .video video{
    width: 30%;
    transition:1s;
}
.loader.load{ 
	top:-20%;
}

.loader.load .video video{ 
    height: 0; 
}

.loader.load .video{ 
    height: 0; 
}
.overflowhid{
	/* overflow: hidden; */
}


.geoserbtn{
    overflow: hidden;
}
.geoserbtn a{
    border: 2px solid #20ACCD;
    color: #fff;
    font-size: 15px;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
 .geoserbtn a span{
    position: absolute;
    background: #20ACCD;
    height: 100%;
    width: 100%;
    transition: 1s;
    z-index: -1;
}
 .geoserbtn a span:nth-child(1){
    left: 0;
    top: 100%;
}
 .geoserbtn a span:nth-child(2){
    left: 0;
    top: 150%;
    transition: 0.7s;
}
 .geoserbtn a span:nth-child(3){
    right: 0;
    top: -50%;
}
 .geoserbtn a span:nth-child(4){
    right: 0;
    top: 150%;
    transition: 0.7s;
}
 .geoserbtn a:hover span{}
 .geoserbtn a:hover span:nth-child(1){top: 0;}
 .geoserbtn a:hover span:nth-child(2){
    top: 50%;
    transition: 0.7s;
}
 .geoserbtn a:hover span:nth-child(3){
    top: 0;
}
 .geoserbtn a:hover span:nth-child(4){
    top: 50%;
    transition: 0.7s;
}
.geoserbtn a::before{
	content:"";
	width:15%;
	position:absolute;
	left:0;
	top:48%;
	background:#20ACCD;
	height: 2px;
	transition:1s;
	z-index:-1;
}
.geoserbtn a::after{
	content:"";
	width:15%;
	position:absolute;
	right:0;
	top:48%;
	background:#20ACCD;
	height: 2px;
	transition:1s;
	z-index:-1;
}
 
 
 
 
 /**/

.geoserbtn2{
    overflow: hidden;
}
.geoserbtn2{
    border: 2px solid #20ACCD;
    color: #fff;
    font-size: 15px;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
 .geoserbtn2 span{
    position: absolute;
    background: #20ACCD;
    height: 100%;
    width: 100%;
    transition: 1s;
    z-index: -1;
}
 .geoserbtn2 span:nth-child(1){
    left: 0;
    top: 100%;
}
 .geoserbtn2 span:nth-child(2){
    left: 0;
    top: 150%;
    transition: 0.7s;
}
 .geoserbtn2 span:nth-child(3){
    right: 0;
    top: -50%;
}
 .geoserbtn2 span:nth-child(4){
    right: 0;
    top: 150%;
    transition: 0.7s;
}
 .geoserbtn2:hover span{}
 .geoserbtn2:hover span:nth-child(1){top: 0;}
 .geoserbtn2:hover span:nth-child(2){
    top: 50%;
    transition: 0.7s;
}
 .geoserbtn2:hover span:nth-child(3){
    top: 0;
}
 .geoserbtn2:hover span:nth-child(4){
    top: 50%;
    transition: 0.7s;
}
.geoserbtn2::before{
	content:"";
	width:15%;
	position:absolute;
	left:0;
	top:48%;
	background:#20ACCD;
	height: 2px;
	transition:1s;
	z-index:-1;
}
.geoserbtn2::after{
	content:"";
	width:15%;
	position:absolute;
	right:0;
	top:48%;
	background:#20ACCD;
	height: 2px;
	transition:1s;
	z-index:-1;
}
 
 

	
	/**/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

.geoserslider{
    height: 100vh;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.geoserslider .main-owl {
   	transform: translate(0px, 0%) scale(1);
    
    border-radius: 0;
    overflow: hidden;
	transition: 2s;
}
.geoserslider .main-owl .owl-item .item{
}
.geoserslider .main-owl .owl-item .item .bgimages{
    height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: 0.1s;
    transform: scale(1.3);
    transition: 25s;
}

.geoserslider .main-owl .owl-item .item .bgimages img{
	height:100vh;
	object-fit:cover;
	transform: translate(0px, 0px);
}
.geoserslider .main-owl .owl-item .item .bgimages .sliderfilm{}
.geoserslider .main-owl .owl-item .item .textis{
    position: absolute;
    top: 30%;
    left: 5%;
    width: 60%;
}
.geoserslider .main-owl .owl-item .item .textis .first h1{
    color: #fff;
    transform: translate(0px, 150%);
    transition: 2s;
    opacity: 0;
} 
.geoserslider .main-owl .owl-item .item .textis .two h1{
    color: #fff;
    transform: translate(0px, 150%);
    transition: 2s;
    opacity: 0;
    transition-delay: 0.2s;
} 
.geoserslider .main-owl .owl-item .item .textis .overflowhid:nth-child(2){
    margin-bottom:2rem;
}
.geoserslider .main-owl .owl-item .item .textis .overflowhid:nth-child(4){
   min-height:120px;
   display:flex;
   justify-content:flex-start;
   align-items:center;
   margin-top: 1rem;
}
.geoserslider .main-owl .owl-item .item .textis h6{
    width: 60%;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 170%;
    transform: translate(0px, 150%);
    transition: 2s;
    opacity: 0;
}
.geoserslider .main-owl .owl-item .item .textis .geoserbtn{
    transform: translate(0px, 150%);
    transition: 2s;
    opacity: 0;
}
.geoserslider .main-owl .owl-item .item .textis .geoserbtn a{}
/*Aktif*/
.geoserslider .main-owl .owl-item.active .item .bgimages img{
	
}
.owl-nav .owl-prev {
    margin-right: 40px;
}
.geoserslider .main-owl .owl-item.active .item .bgimages{
    
    transform: scale(1);
    transition: 25s;
    
    transition-timing-function: 2s cubic-bezier(.17,.67,.83,.67);
}
.geoserslider .main-owl .owl-item.active .item .bgimages .sliderfilm{}
.geoserslider .main-owl .owl-item.active .item .textis{}
.geoserslider .main-owl .owl-item.active .item .textis h1{
    transform: translate(0px, 0%);
	
}
.geoserslider .main-owl .owl-item.active .item .textis .first h1{
    transform: translate(0px, 0%);
    opacity: 1;
    transition-delay: 0.2s;
}
.geoserslider .main-owl .owl-item.active .item .textis .two h1{
    transform: translate(0px, 0%);
	opacity: 1;
}
.geoserslider .main-owl .owl-item.active .item .textis h6{
    transform: translate(0px, 0%);
    opacity: 1;
}
.geoserslider .main-owl .owl-item.active .item .textis .geoserbtn{
    transform: translate(0px, 0%);
	opacity: 1;
}
.geoserslider .main-owl .owl-item.active .item .textis .geoserbtn a{}
/*DOT*/

.geoserslider .main-owl .owl-item.active .item .bgimages img{
    transform: translate(0px, 0px);
}
.geoserslider .main-owl .owl-dots{
    display: block;
    position: absolute;
    left: 5%;
    bottom: 10%;
}
.geoserslider .main-owl .owl-dots .owl-dot{}

.geoserslider .main-owl .owl-dots .owl-dot span{
	width:15px;
	height:15px;
	background: #FFFFFF70;
	border: none;
	position: relative;
	margin-right:20px;
}
.geoserslider .main-owl .owl-dots .owl-dot.active{}

.geoserslider .main-owl .owl-dots .owl-dot.active span{
    background: #20ACCD;
}
.geoserslider .main-owl .owl-dots .owl-dot.active span:hover{
    background: #20ACCD;
}
.geoserslider .main-owl .owl-dots .owl-dot span::after{
	content:"";
	position:absolute;
	left:-50%;top:-50%;
	width:30px;
	height:30px;
	border:1px solid #20ACCD;
	border-radius:50%;
	transform:scale(0);
	transition:1s;
}

.geoserslider .main-owl .owl-dots .owl-dot.active span::after{
    transform:scale(1);
}
.geoserslider .main-owl .owl-dots .owl-dot.active span, .geoserslider .main-owl .owl-dots .owl-dot:hover span{
	background:#20ACCD;
}
	.geoserabout{
	    background: #F5F5F5;
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: right;
	}
	.geoserabout .row{}
	.geoserabout .row {}
	.geoserabout .row  h3{ 
	    width: max-content;
	    margin-bottom: 2rem;
	}
	.geoserabout .row  h4{
	    color: #001129;
	    font-weight: 600;
	     /* 40.2px */
	    letter-spacing: -0.45px;
	    margin-bottom: 2rem;
	}
	.geoserabout .row  h4 strong{
		color: #20ACCD; 
	font-weight: 700; 
	}
	.geoserabout .row p{
		 width:90%;
	}
	.geoserabout .row  .row{
    margin-top: 3rem;
}
	.row  .row .w30{
	    display: flex;
	    justify-content: flex-start;
	    align-items: flex-start;
	    flex-direction: column;
	}
	.row  .row .w30 span{color: #20ACCD;font-size: 35px;font-weight: 600;line-height: 61.323px;border-bottom: 1px solid #3B3B3B;display: block;width: 55%;margin-bottom: 1rem;}
	.geoserabout .row .w50 .row .w30 p{
	}
	.geoserabout .row .w50 .row .w30 p strong{ 
	    
	}
	.geoserabout .row img{
	    border-radius: 0%;
	    width: 100%;
	    max-height: 80vh;
	    object-fit: cover;
	}
	.geoserabout .row .w60 img{ 
	    width: 90%; 
	}
 .geoserabout .geoserbtn{
	 margin-top: 5rem;
	}
.geoserabout .geoserbtn a{
	color:#20ACCD;
	transition:1s;
}
.geoserabout .geoserbtn a:hover{
	color:#FFFFFF;
}

.clicktab{
    height: 90vh;
    overflow: hidden;
    position:relative;
}
.clicktab .listte{
    position: absolute;
    bottom: 10%;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transform: translate(0px, 0px);
}
.clicktab .listte .list-tab{
    width: 12%;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}
.clicktab .listte .list-tab .w10{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clicktab .listte .list-tab .w40{
    display: flex;
    justify-content: center;
    align-items: center;
}
.clicktab .listte .list-tab .w40 img{
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
    filter: brightness(0) invert(1);
} 
.clicktab .listte .list-tab .w50{
    display: flex;
    justify-content: center;
    align-items: center;
}
.clicktab .listte .list-tab .w50 h5{
    color: #fff;
    font-weight: 300;
    height: 70px;
    display: flex;
    align-items: center;
}
.clicktab #parentlistetab{}
.clicktab #parentlistetab .animgel{
	position:absolute;
	left:0;
	top:0;width:100%;
	height:100%;
}
.clicktab #parentlistetab .images{}
.clicktab #parentlistetab .animgel .images img, .clicktab #parentlistetab .animgel .images video{
    height: 90vh;
    width: 100%;
    object-fit: cover;
    transform:scale(1.2);
}
.clicktab #parentlistetab .animgel.active .images img, .clicktab #parentlistetab .animgel.active .images video{
     
	transform:scale(1);
}
.clicktab #parentlistetab .images .films {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #05222950;
}
.clicktab .listte .list-tab.active .w10{
    color: #20ACCD; 
} 
.clicktab .listte .list-tab.active{
    border-bottom: 2px solid #20ACCD;
} 

.clicktab .listte .list-tab.active .w40 img{ 
    filter: inherit;
} 
.clicktab .listte .list-tab.active .w50 h5{
    color: #20ACCD; 
}

.clicktab #parentlistetab .animgel{
	opacity:0;
	transition: 4s;
}
.clicktab #parentlistetab .animgel .text-so{
    position: absolute;
    top: 20%;
    width: 100%;
    height: auto;
}
.clicktab #parentlistetab .animgel .text-so h4{
    color: #fff;
    font-weight: 300;
	width:80%;
	opacity:0;
	transition:1s;
	transition-delay:0.1s;
}
.clicktab #parentlistetab .animgel .text-so h4 strong{
	font-weight:600;
	color:#fff;
}

.clicktab #parentlistetab .animgel .text-so ul{
	list-style:none;
	margin-top:1rem
}
.clicktab #parentlistetab .animgel .text-so p{
	color:#fff;
	opacity:0;
	transition:1s;
	transition-delay:0.1s;
}
.clicktab #parentlistetab .animgel .text-so li{
	color:#fff;
	opacity:0;
	transition:1s;
	transition-delay:0.1s;
	position:relative;
}
.clicktab #parentlistetab .animgel .text-so li::after{
	content:"";
	width:9px;
	height:9px;
	position:absolute;
	background:#20accd;
	border-radius:50%;
	left:-20px;
	top:10px;
}
.clicktab #parentlistetab .animgel .text-so h3{
	color: #fff;
	font-weight:300;
	margin-bottom:3rem;
	opacity:0;
	transition:1s;
	transition-delay:0.1s;
}
.clicktab #parentlistetab .animgel .text-so h3 img {
    filter: brightness(0) invert(1);
    margin-right: 20px;
    object-fit: contain;
    width: 80px;
}

.clicktab #parentlistetab .animgel.active{
    opacity: 1;
    transition: 2s;
}
.clicktab #parentlistetab .animgel.active .text-so{}
.clicktab #parentlistetab .animgel.active .text-so h4{
	
	opacity:1;
	transition:1s;
	transition-delay:1s;
}
.clicktab #parentlistetab .animgel.active .text-so h4 strong{}
.clicktab #parentlistetab .animgel.active .text-so p{
	
	opacity:1;
	transition:1s;
	transition-delay:1.6s;
}
.clicktab #parentlistetab .animgel.active .text-so li{
	
	opacity:1;
	transition:1s;
	transition-delay:1.8s;
}
.clicktab #parentlistetab .animgel.active .text-so h3{
	
	opacity:1;
	transition:1s;
	transition-delay:1.3s;
}
.clicktab #parentlistetab .animgel.active .text-so h3 img{}
.sayilarlageo{
    background: #222626;
}
.sayilarlageo h5{
    text-align: center;
    color: #fff;
}
.sayilarlageo h3{
    text-align: center;
    color: #fff;
}
.sayilarlageo h3 strong{
    color: #fff;
}
.sayilarlageo img{
    width: 100%;
}
.geoparallax::after{
	content:"";
	width:100%;
	height:100%;
	background:#22262674;
	position:absolute;
	left:0;
	top:0;
}

.geoparallax{background-image:url(../img/geosp.jpg);min-height: 600px;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size: cover;position:relative;}
.geoparallax h1{color:#fff;position:absolute;top:25%;font-size:55px;width:60%;text-align: center;margin: auto;left: 20%;z-index: 9;font-weight:500}
.geoparallax h1 strong{color:#3BCC2B;}
.geoparallax .geoserbtn{
	position:absolute;
	left:43%;
	top:55%;
}

.geoparallax .geoserbtn a{
	 border-color:#fff;
}
.geoparallax .geoserbtn a::before, .geoparallax .geoserbtn a::after{
	 background:#fff;
}

 @media (max-width: 1681px){ 
.geoparallax h1{font-size:46px;width:65%;}
}
@media (max-width: 1550px){
.geoparallax{min-height:450px;}
}
@media (max-width: 1500px){ 
.geoparallax h1{font-size:45px;width:75%;}
} 
@media (max-width: 1200px){ 
.geoparallax h1{font-size:35px;width:75%;}
}
@media (max-width: 800px){ 
.geoparallax h1{font-size:25px;width:75%;}
.geoparallax{min-height:250px;}
}
@media (max-width: 600px){ 
.geoparallax h1{font-size:20px;width:85%;}
}
 
.urunlerimiz{
    background: #222626;
}
.urunlerimiz .row{}
.urunlerimiz .row .w50{}
.urunlerimiz .row .w50:last-child{
	margin-bottom:5rem
}
.urunlerimiz .row .w50 h5{
    margin-bottom: 1rem;
}
.urunlerimiz .row .w50 h3{
    color: #fff;
}
.urunlerimiz .row .w50 p{
    color: #fff;
	margin-bottom:2rem;
}
.urunlerimiz .owl-urunler{}
.urunlerimiz .owl-urunler .owl-item .item{}
.urunlerimiz .owl-urunler .owl-nav{
	display:block!important;
	
}.urunlerimiz .owl-urunler .owl-nav .owl-prev{
	position:absolute;
	left:-40px;
	top:45%;
	
}.urunlerimiz .owl-urunler .owl-nav .owl-next{
	position:absolute;
	right:-40px;
	top:45%;
}
.urunlerimiz .owl-urunler .owl-item .item .linka{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index: 9;
	height:100%;
}
.urunlerimiz .owl-urunler .owl-item .item .uruncard{
    position: relative;
    cursor: pointer;
}
.urunlerimiz .owl-urunler .owl-item.active .item{}	
.urunlerimiz .owl-urunler .owl-item .item .bgs{
    height: 550px;
    overflow: hidden;
}
.urunlerimiz .owl-urunler .owl-item.active .item .bgs{}	
.urunlerimiz .owl-urunler .owl-item .item .bgs img{
    width: 103%;
    height: 103%;
    object-fit: cover;
    transition:ease-in-out 5s;
}
.urunlerimiz .owl-urunler .owl-item.active .item .bgs img{}		
.urunlerimiz .owl-urunler .owl-item .item .bgs .film{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #052E3835;
	transition:ease-in-out 1s;
}
.urunlerimiz .owl-urunler .owl-item.active .item .bgs .film{
	
}			
.urunlerimiz .owl-urunler .owl-item .item .texttop{
    position: absolute;
    bottom: -15%;
    left: 0;
    padding: 10%;
	transition:ease-in-out 1s;
}
.urunlerimiz .owl-urunler .owl-item.active .item .texttop{}			
.urunlerimiz .owl-urunler .owl-item .item .texttop h5{
    color: #fff;
    margin-bottom: 2rem;
}
.urunlerimiz .owl-urunler .owl-item.active .item .texttop h5{}			
.urunlerimiz .owl-urunler .owl-item .item .texttop p{
    color: #fff;
    margin-bottom: 2rem;
}
.urunlerimiz .owl-urunler .owl-item.active .item .texttop p{}				
.urunlerimiz .owl-urunler .owl-item .item .texttop .geoserbtn2{
    opacity: 0;
	transition:0.5s;
}
.urunlerimiz .owl-urunler .owl-item.active .item .texttop .geoserbtn2{}			
.urunlerimiz .owl-urunler .owl-item .item .texttop .geoserbtn2 a{}
.urunlerimiz .owl-urunler .owl-item.active .item .texttop .geoserbtn2 a{}				
.urunlerimiz .owl-urunler .owl-item .item .texttop .geoserbtn2 a span{}				
.urunlerimiz .owl-urunler .owl-item .item .texttop .geoserbtn2 a::after{}			
.urunlerimiz .owl-urunler .owl-item .item .texttop .geoserbtn2 a::before{}


.urunlerimiz .owl-urunler .owl-item .item .uruncard:hover .bgs img{
   transform:scale(1.1); 
}
.urunlerimiz .owl-urunler .owl-item .item .uruncard:hover .bgs .film{
    background:#20ACCD66;
}

.urunlerimiz .owl-urunler .owl-item .item .uruncard:hover .texttop{
  
    bottom: -0%; 
}
.urunlerimiz .owl-urunler .owl-item .item .uruncard:hover .texttop .geoserbtn2{
  opacity:1; 
	transition-delay:0.5s;
}


.urunlerimiz .owl-urunler .owl-item .item .uruncard:hover .geoserbtn2 span:nth-child(1){top: 0;transition-delay: 0.5s;}

.geoserbanner img{width:100%;
height:100%;
object-fit:cover;
	transform:translate(0px, 0px) scale(1.1);
}

.geoserbanner{overflow:hidden;background-image:url(https://mitasendustri.webatolyeniz.com/themes/mitas/assets/img/mainslider.jpg);min-height: 480px;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:100% 100%;position:relative;height:480px}
.geoserbanner .film{position:absolute;top:0;left:0;width:100%;height:100%;background:#02204A;opacity:0.4;mix-blend-mode:luminosity;backdrop-filter:blur(30px);transition:1s;}
.geoserbanner .izlencetext{position:absolute;left: 6%;bottom:25%;width:50%;transition:0.5s;transition-delay:0.5s;transition-timing-function:ease;}
.geoserbanner .izlencetext ul{list-style:none;padding:0;display:flex;justify-content:flex-start;margin-bottom: 1rem;}
.geoserbanner .izlencetext p{color:#fff;}
.geoserbanner .izlencetext ul li{margin-right:10px;}
.geoserbanner .izlencetext ul li:first-child{opacity:0.5}
.geoserbanner .izlencetext ul li a{font-weight:400;letter-spacing:0.02em;color:#FFFFFF;font-size:15px;font-weight:300;}
.geoserbanner .izlencetext ul li:last-child a{font-weight:600;}
.geoserbanner .izlencetext h5{color:#fff;width:70%;margin-top:1rem;}
@media (max-width: 1200px){
.geoserbanner{height:400px;}
.geoserbanner .izlencetext{transition:0.5s;transition-delay:0.5s;opacity:1!important;transition-timing-function:ease;}
}
@media (max-width: 900px){
.geoserbanner{height:300px;}
}
@media (max-width: 600px){
.geoserbanner .izlencetext{position:absolute;left:5%;bottom:30%;width:90%;}
.geoserbanner .izlencetext ul li{text-align:left;}
}
@media (min-width:2000px){
.geoserbanner{min-height:1250px;}
}
@media (max-width: 1550px){
.geoserbanner{min-height:800px;}
.geoserbanner .izlencetext ul{margin-bottom:1rem;}
}
@media (max-width: 1300px){
.geoserbanner .izlencetext ul{margin-bottom:1rem;}
}
@media (max-width: 1200px){
.geoserbanner{min-height:400px;}
.geoserbanner .film{height:400px;}
.geoserbanner .izlencetext{width:80%;}
}
@media (max-width: 900px){
.geoserbanner .izlencetext ul li a{font-size:10px;}
.geoserbanner .izlencetext h5{color:#fff;width:90%;margin-top:1rem;}
.geoserbanner{min-height:300px;}
.geoserbanner .film{height:500px;}
.geoserbanner{height:500px;min-height:500px;}
}
@media (max-width: 600px){
.geoserbanner .izlencetext {
        width: 70%;
    }
}
 .izlences{
 	position:relative;
 }
 .izlences .tabli{
    width: 20%;
    margin: auto;
    margin-left: 0.5%;
    margin-right: 0.5%;
    position: relative;
    height: 70px;
} 
 .izlences .tabli a{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #093E4B;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .izlences .tabli.active a{
	 background:#20ACCD;
 }
 .izlences .tabli.active a{}

 .izlences .tabli.active::after{
	 content:"";
	 width:15%;
	 left:0;
	 top:45%;
	 background:#fff;
	 height: 2px;
	 position: absolute;
	}
 .izlences .tabli.active::before{
	 content:"";
	 width:15%;
	 right:0;
	 top:45%;
	 background:#fff;
	 height: 2px;
	 z-index:9;
	 position: absolute;
	}
.hakkimizda{padding-left: 6%;padding-right: 6%;}
.hakkimizda.first .w40{padding-left: 0;}
.hakkimizda.first .w60{padding-right: 2.5%;}
.hakkimizda.two .w40{padding-right: 0;}
.hakkimizda.two .w60{padding-left: 5%;}
.hakkimizda h3{
    margin-bottom: 3rem;
}
.hakkimizda h5{
    margin-bottom: 1rem;
}
.hakkimizda p{
    margin-bottom: 2rem;
}
.hakkimizda img{
    width: 100%;
}
.unitleftright{background-image:url(../img/vizbg.jpg);min-height: 650px;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size: cover;position:relative;display: flex;justify-content: center;align-items: center;}

.unitleftright .w50{position:relative;}
.unitleftright .w50 img{position:absolute;right: 15%;top:-50px;filter: brightness(0) invert(1);}
.unitleftright .w50 h5{font-weight:600;margin-bottom:2rem;color: #fff;}
.unitleftright .w50 p{width:100%;text-align:justify;margin-bottom:1rem;color: #fff;width: 85%;}
@media (max-width: 900px){
.unitleftright .w50{margin-bottom:2rem;}
.unitleftright .w50 p{width:100%;text-align:justify;margin-bottom:1rem;}
}
@media (max-width: 600px){
.unitleftright .w50 h5{margin-bottom:1rem;}
.unitleftright .w50{margin-bottom:0rem;}
}
.unitleftright.iceride .w50{position:relative;margin-bottom:4rem;}
.unitleftright.iceride .w50::before{content:"";position:absolute;left:20px;top:70px;color:#0014AD;font-size:25px;font-weight:500;}
.unitleftright.iceride .w50::after{content:"";position:absolute;left:0;top:75px;width: 0px;height:50px;background:#0014AD;}
@media (max-width: 1200px){
.unitleftright .w50 img{position:absolute;right:10%;top:-25px;width:15%;}
.unitleftright.iceride .w50::before{left:10px;top:70px;}
}
@media (max-width: 900px){
.unitleftright .w50 img{top:-25px;width:9%;}
.unitleftright.iceride .w50::before{left:10px;top:50px;font-size:20px;}
.unitleftright.iceride .w50::after{top:57px;}
.unitleftright.iceride .w50::before{left:7px;top:50px;font-size:16px;}
}
.ref{padding-left:5%;padding-right:5%;}
.ref .row .widthlogo{position:relative;width:calc(100% / 7);margin-bottom:2rem;display:flex;justify-content:center;align-items:center;}
.ref .row .widthlogo img{width:100%;max-width:200px;max-height: 200px;object-fit:contain;}
@media (max-width: 600px){ 
.ref .row .widthlogo{width:calc(100% / 2);}
} 
.kvkk .politikawidth{
    width: 70%;
}
.kvkk .politikawidth .width30{width:30%;margin-bottom:2rem;margin-right:3%;text-align:center;}
.kvkk .politikawidth .width30:hover .download{border-radius:15px;/* border:1px solid #0089CF; *//* background:#0089CF; */animation:bounce 3s infinite;}
.kvkk .politikawidth .width30 p{color: #01265A;text-align:center;font-weight:500;letter-spacing:-0.375px;position:relative;margin:auto;margin-bottom:2rem;padding-bottom:1rem;width:auto;display:inline-flex;height:70px;justify-content:flex-end;align-items:flex-end;}
.kvkk .politikawidth .width30 p::after{content:"";position:absolute;left:0;bottom:0;background:grey;height:1px;width:100%;}
.kvkk .politikawidth .width30 .download{display:flex;justify-content:center;align-items:center;position:relative;height:330px;border-radius:15px;border: 1px solid #093E4B;transition:1s;}
.kvkk .politikawidth .width30 .download img{position:absolute;}
.kvkk .politikawidth .width30 .download img.normal{transition:1s;}
.kvkk .politikawidth .width30:hover .download img.hover{animation:mymove 1s infinite;}
.kvkk .politikawidth .width30:hover .download img.normal{display:none;}
@media (max-width: 1500px){
.kvkk .politikawidth .width30 .download{height:250px;}
.kvkk .politikawidth .width30 .download img{width:40%;}
.kvkk .politikawidth .width30 .download img.hover{width:20%;}
}
@media (max-width: 1400px){
.kvkk .politikawidth .width30 p{color:#01265A;text-align:center;font-weight:500;letter-spacing:-0.375px;position:relative;margin:auto;margin-bottom:1rem;padding-bottom:0rem;width:auto;display:inline-flex;height:60px;justify-content:center;align-items:center;}
.kvkk .politikawidth .width30{margin-bottom:0rem;}
}
@media (max-width: 1300px){
.kvkk .politikawidth .width30{width:24%;margin-bottom:2rem;margin-right:1%;}
}
@media (max-width: 1200px){
.kvkk .politikawidth .width30 .download{height:170px;}
}
@media (max-width: 900px){
.kvkk .politikawidth .width30{width:24%;margin-bottom:0rem;margin-right:1%;}
.kvkk .politikawidth .width30 .download{height:90px;}
.kvkk .politikawidth .width30 .download img.hover{width:13%;}
.kvkk .politikawidth .width30 .download img{width:20%;}
.kvkk .politikawidth .width30:hover .download img.hover{animation:mymove 3s infinite;}
}
@media (max-width: 800px){
.kvkk .politikawidth .width30{width:32%;margin-bottom:0rem;margin-right:1%;}
}
@media (max-width: 600px){
.kvkk .politikawidth .width30{width:49%;}
}

.kvkk .politikawidth .width30:hover .download img.hover{
	
	animation: mymove 1s infinite;
}

@keyframes mymove{
	0%{
		transform:translate(0, 0);
	}
	50%{
		 
		transform:translate(0, 20px); 
	}
	100%{
		transform:translate(0, 0);
		}
}
.kvkk .politikawidth .width30:hover .download img.normal{
	display:none;
}

.hakkimizda.centered{
	position:relative;
}
.hakkimizda.centered h3{
    margin-bottom: 3rem;
    text-align:center;
}
.hakkimizda.centered h5{
	width:50%;
    text-align:center;
    margin:auto;
    margin-bottom: 1rem;
}

.hakkimizda.centered p{
    margin:auto;
    margin-bottom: 3rem; 
    width:80%;
}
.urunrows{}
.urunrows .row{}
.urunrows .row .firstcards{
    width: calc(100% / 3.3);
    overflow: hidden;
    position: relative;
    margin-left: 1.1%;
    margin-right: 1.1%;
    margin-bottom: 2.5rem;
}
.urunrows .row .firstcards a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor:pointer;
    z-index: 9;
}
.urunrows .row .firstcards .bgsimages{
    height: 450px;
    overflow: hidden;
}
.urunrows .row .firstcards .bgsimages img{
    width: 100%;
    object-fit: cover;
    height: 450px;
    transition: 1s;
}
.urunrows .row .firstcards .bgsimages .film{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #052E38;
    opacity: 0.35;
    transition: 1s;
}
.urunrows .row .firstcards .textsola{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 15%;
    padding-right: 15%;
    transform: translate(0px, 30%);
    transition: 1s;
    /* z-index: 99; */
}
.urunrows .row .firstcards .textsola h5{
    margin-bottom: 2rem;
    color:#fff;
}
.urunrows .row .firstcards .textsola p{
    color: #fff;
    margin-bottom: 2rem;
}
.urunrows .row .firstcards .textsola .geoserbtn2{
    opacity: 0;
    transition: 1s;
    transition-delay: 0.01s;
    z-index: 999;
} 
.urunrows .row .firstcards .textsola .geoserbtn2 span{transition-delay: 0.1s;}
 
 
.urunrows .row .firstcards:hover .textsola{ 
    transform: translate(0px, 0%);
    transition: 1s;
}
.urunrows .row .firstcards:hover .bgsimages .film{ 
    background: #20ACCD;
    opacity: 0.35;
}

.urunrows .row .firstcards:hover .bgsimages img{
    transform:scale(1.05)
}

.urunrows .row .firstcards:hover .textsola .geoserbtn2{
    opacity: 1;
    transition: 1s;
    transition-delay: 0.3s;
} 
.urunrows .row .firstcards:hover .textsola .geoserbtn2 span{
    top: 0;
    transition-delay: 0.5s;
} 
.izlences.urunler{
	position:relative;
}
 .izlences.urunler .tabli{
    width: 15%;
    margin: auto;
    margin-left: 0.5%;
    margin-right: 0.5%;
    position: relative;
    height: 70px;
} 

 .izlences.urunler .tabli a{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0; 
	 padding-left:15%;
	 padding-right:15%;
}
.absolscroll{
	position:absolute;
	right: 0%;
	top:0;
	width: 20%;
} 
.absolscroll img{
	width:100%;
}
.hakkimizda.two .ikonlist{
	width: 40%;
	display:flex;
	justify-content:center;
	align-items:center;
	border-bottom: 1px solid #093E4B;
	padding-bottom: 2%;
}
.hakkimizda.two .ikonlist .w20{}
.hakkimizda.two .ikonlist .w20 img{
    max-width: 64px;
    max-height:64px;
    object-fit:contain;
}
.hakkimizda.two .ikonlist .w80{padding-left: 10%;}
.hakkimizda.two .ikonlist .w80 p{
    margin: 0;
    color: #20ACCD;
} 

.hakkimizda.two .ikonlist:nth-child(1){
	margin-right:10%;
}
.hakkimizda.two .ikonlist:nth-child(2){
	
}
.hakkimizda.two.urunler .w60{}
.hakkimizda.two.urunler .w60 h3{
	color:#146C80;
	margin:0;
}
.hakkimizda.two.urunler .w60 h3 strong{
	color:#20ACCD;
}
.detaybilgiler{}
.detaybilgiler .row{}
.detaybilgiler .row ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
}
.detaybilgiler .row ul li{
    width: 100%;
    border: 1px solid #093E4B;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0;
    font-weight: bold;
    color: #093E4B;
    transition: 0.5s;
}
.detaybilgiler .row ul li img{
    margin-right: 30px;
}
.detaybilgiler #parentlitab{}
.detaybilgiler #parentlitab .divs{}

.detaybilgiler .row ul li:nth-child(3){
	
    border-right: 1px solid #093E4B;
}

.detaybilgiler .row ul li.active{
    width: 100%;
    border: 1px solid #20ACCD;
    background:#20ACCD;
    color:#fff;
    transition: 0.5s;
}
.detaybilgiler .row ul li.active img{
    filter:brightness(0) invert(1);
}  
.detaybilgiler .divs{}
.detaybilgiler .divs1 ul{
    /* padding: 0; */
    padding-top: 4%;
} 
.detaybilgiler .divs1 ul li{
    list-style: none;
    margin-bottom: 2rem;
    display: inline-flex;
    width: 45%;
    margin-right: 4%;
    align-items: center;
    border-bottom: 1px solid #373737;
    padding-bottom: 2rem;
    font-weight: 500;
}
.detaybilgiler .divs1 ul li img{
    margin-right: 20px;
}
.detaybilgiler .divs2 ul{} 
.detaybilgiler .divs2 ul li{
	margin-bottom:1rem;
}
.detaybilgiler .divs2 ul li img{}
.detaybilgiler .divs3 {}
.detaybilgiler .divs3 table{}

.projegalerisi{}
.projegalerisi h3{
	margin-bottom: 4rem;
	color: #146C80;
	font-weight: 600;
} 
.projegalerisi .projeowl{}
.projegalerisi .projeowl .item{}
.projegalerisi .projeowl .item a{}
.projegalerisi .projeowl .item img{
    width: 100%;
    max-height: 530px;
    height: 530px;
    object-fit: cover;
} 
.projegalerisi .projeowl .owl-nav{
	display:block!important;
}
.projegalerisi .projeowl .owl-nav .owl-prev{
	position:absolute;
	left: -3%;
	top:45%;
}
.projegalerisi .projeowl .owl-nav .owl-next{
	position:absolute;
	right: -3%;
	top:45%;
}
.tesisimizone{}
.tesisimizone .row{}
.tesisimizone .row .w50{
    margin: auto;
}
.tesisimizone .row .w50 img{
	width: 90%;
	height: 75vh;
	display:block;
}   
.tesisimizone .row .w50 h5{
    margin-bottom: 1rem;
}
.tesisimizone .row .w50 h3{
    margin-bottom: 2rem;
}
.tesisimizone .row .w50 h3 strong{}
.tesisimizone .row .w50 p{
    margin-bottom: 1rem;
    width: 90%;
}
.tesisimizone .row .w50 p strong{font-weight:600}
.tesisimizone .row .w50 ul{
    list-style: none;
    padding: 20px;
}
.tesisimizone .row .w50 ul li{
	position:relative;
	margin-bottom: 1rem;
}
.tesisimizone .row .w50 ul li::after{
	content:"";
	position:absolute;
	width: 8px;
	height: 8px;
	background: #20ACCD;
	border-radius: 50%;
	left: -20px;
	top: 10px;
}
.geoserabout .geoserbtn {
    margin-top: 3rem;
}
 .row .list{
	margin:auto;
	text-align:center;
    margin-top: 3rem;
}
 .list .tabs{
    width: 30%;
}
.list .tabs img {
    max-width: 60px;
    height: 60px !important;
    display: block !important;
    margin: auto;
    text-align: center;
    margin-bottom: 1rem;
    object-fit: contain;
}
 .list .tabs span{
    width: 90%;
    display: block;
    color: #001129;
    margin:auto;
    font-weight:600
}
.tesisimizone .row .w50 .film{
	position:absolute;
	left:0;
	top:0;
	width:90%;
	height:100%;
	background:#093E4B74;
}

.tesisimizone .row .w50 .playvideo{
	position:absolute;
	left:38%;
	top:45%;
	width:120px;
	height:120px;
	background:#20ACCD;
	border-radius:50%;
}
.tesisimizone .row .w50 .playvideo span{
}
.tesisimizone .row .w50 .playvideo span::after{
	content:"";
	position:absolute;
	
}
.tesisimizone .row .w50 .playvideo span::before{
	content:"";
	position:absolute;
	display: block;
	width: 50px;
	height: 70px;
	background: #fff;
	left: 36%;
	top: 19%;
	clip-path: polygon(0 0, 0% 100%, 100% 51%);
	}
.slidegal{
	
}
.slidegal .owltesis{
	
}
.slidegal .owltesis .item{
	
position: relative;
} 
.slidegal .owltesis .item .text{
    position: absolute;
    top: 0%;
    left: 5%;
    width: 90%;
    height: 100%;
    background: #00000060;
} 
.slidegal .owltesis .item .text h3{
    color: #fff;
    width: 35%;
    margin-top: 5%;
    margin-left: 5%;
} 
.slidegal .owltesis .item img{
    max-height: 80vh;
    object-fit: cover;
    width: 90%;
    margin: auto;
} 

.slidegal .owl-nav{
	display:block!important;
}
.slidegal .owl-nav .owl-prev{
	position:absolute;
	left: 2%;
	top:45%;
}
.slidegal .owl-nav .owl-next{
	position:absolute;
	right: 2%;
	top:45%;
}
.bggr{
    background: #222626;
    position: relative;
}
.bggr .row{}
.bggr .row .ikonlarsa{
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    text-align: center;
    margin-bottom: 3rem;
}
.hakkimizda.two .ikonlist .w80 p strong{
    font-weight:500;
} 
.bggr .row .ikonlarsa img{
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 1rem;
}
.bggr .row .ikonlarsa h5{
    border-bottom: 1px solid #20ACCD;
    width: 80%;
    margin: auto;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.bggr .row .ikonlarsa p{
    width: 80%;
    margin: auto;
    color: #fff; 
}
.sektorrow{}
.sektorrow .row{
    width: 80%;
    margin: auto;
}
.sektorrow .row .sectorcard{
    width: 30%;
    position: relative;
    margin-right: 3%;
    margin-bottom: 3%;
} 
.sektorrow .row .sectorcard .bgs{
    height: 356px;
    overflow: hidden;
    position: relative;
}
.sektorrow .row .sectorcard .bgs img{
    width: 100%;
    height: 356px;
    object-fit: cover;
    transition: 1s;
}
.sektorrow .row .sectorcard .bgs .film{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00112950;
}
.sektorrow .row .sectorcard .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sektorrow .row .sectorcard .text img{
    margin-bottom: 1rem;
    transform: translate(0px, 50px);
    transition: 1s;
    filter: brightness(0) invert(1);
    max-width: 64px;
}
.sektorrow .row .sectorcard .text h5{
    color: #fff;
    margin-bottom: 2rem;
    transform: translate(0px, 50px);
    transition: 1s;
}
.sektorrow .row .sectorcard .text img.link{
	opacity:0;
	transition: 1s;
} 
.sektorrow .row .sectorcard:hover{
	
}
.sektorrow .row .sectorcard:hover .bgs img{
    transform: scale(1.05);
}
.sektorrow .row .sectorcard:hover .bgs .film{}
.sektorrow .row .sectorcard:hover .text{
	background:#20ACCD20;
}
.sektorrow .row .sectorcard:hover .text img{
    transform: translate(0px, 0px);
}
.sektorrow .row .sectorcard:hover .text img.link{
    opacity: 1;
}
.sektorrow .row .sectorcard:hover .text h5{
    transform: translate(0px, 0px);
}

.galeri-owl{height: 740px;}
.galeri-owl .owl-item{}
.galeri-owl .owl-item .item{
	height: 600px;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	width: 100%;
}
.galeri-owl .owl-item .item img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    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.center .item .images{}
.galeri-owl .owl-item .item .text{
    position: absolute;
    left: 0px;
    width: calc(100% - 0px);
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1.5s;
    background: #00215069;
}
.galeri-owl .owl-item.center .item .text{
    transition: 1.5s;
    display: flex;
    justify-content: center;
    height: 100%;
}
.galeri-owl .owl-item .item h4{
    opacity: 1;
    color: #fff;
    text-align: center; 
}
.galeri-owl .owl-item.center .item h4{
    color: #FFF;
} 

.galeri-owl .owl-nav{margin: auto;text-align: center;margin-top: 4rem;display:block!important;}
.sectordetail{}
.sectordetail .videos{}
.sectordetail .videos video{
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
}
.sectordetail img{
    margin-top: 1rem;
}
.sectordetail h4{
    color: #146C80;
    margin-bottom: 0rem;
    margin-top: 2rem;
}
 
.sectordetail strong{
	font-weight:600;
}
 
.sectordetail .w50 p{
    margin-bottom: 1rem;
    width: 90%;
}
.sectordetail p strong{font-weight:600}
.sectordetail ul{
    list-style: none;
    padding: 20px;
}
.sectordetail ul li{
	position:relative;
	margin-bottom: 1rem;
}
.sectordetail ul li::after{
	content:"";
	position:absolute;
	width: 8px;
	height: 8px; 
	background: #20ACCD;
	border-radius: 50%;
	left: -20px;
	top: 10px;
}

.bggr.surdur{
    background: #FBFBFB;
    position: relative;
}
.bggr.surdur h3{
	margin-bottom: 5rem;
}
.bggr.surdur .row{}
.bggr.surdur .row .ikonlarsa{
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    text-align: center;
    margin-bottom: 3rem;
}
.bggr.surdur .row .ikonlarsa img{
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 1rem;
}
.bggr.surdur .row .ikonlarsa h5{
    border-bottom: 1px solid #20ACCD;
    width: 80%;
    margin: auto;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.bggr.surdur .row .ikonlarsa p{
    width: 80%;
    margin: auto;
    color: #373737;
}
.surdurs{
	position:relative;
	overflow:hidden;
}
.surdurs .w50{}
.surdurs .w50 img{
	width:100%;
}
.surdurs .w50 img:first-child{
	position:absolute;
	width:80%;
	margin:auto;
	left:10%;
}

.surdurs .w50 img:last-child{
	 margin-top:-2rem;
	 position: relative;
	 transform: scale(0.7);
}
.surdurs .w50 h3{
    margin-bottom: 2rem;
}
.surdurs .w50 h3 strong{} 
.surdurs .w50 h5{
    border-top: 1px solid #373737;
    padding-top: 2rem;
}
.surdurs .w50 h5:first-child{
    border-top: 0px solid #000;
padding-top: 2rem;
	padding-left:0;     
}

.surdurs .w50 h5:first-child:before{
    background:none;
}
.surdurs .w50 h5{
    border-top: 1px solid #373737;
    padding-top: 2rem;
	padding-left:30px;
	position:relative;
}
.surdurs .w50 h5::before{
	content:"";
	background-image:url("../img/surdur-right.png");
	width:20px;
	height:20px;
	position:absolute;
	left:0;bottom:10px;
	
}
.surdurs .w50 p{
    margin-bottom: 2rem;
}
 
.twoparallax{background-image:url(../img/surdur-parallax.jpg);min-height: 600px;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size: cover;position:relative;}
.twoparallax h4{color:#fff;position:absolute;top:25%;text-align: left;margin: auto;left: 5%;width: 60%;font-weight: 400;line-height: 150%;}
.twoparallax h4 strong{color:#3BCC2B;}
 
@media (max-width: 1550px){
.twoparallax{min-height:450px;}
}
@media (max-width: 800px){  
.twoparallax{min-height:250px;} 
}
.belgeler{}
.belgeler h5{}
.belgeler h3{
    margin-bottom: 5rem;
}
.belgeler .row{}
.belgeler .row .belgelerwidth{
    width: 25%;
	margin-bottom:5rem;
}
.belgeler .row .belgelerwidth a{
     
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction:column;
}
.belgeler .row .belgelerwidth p{
    width: 75%;
    text-align: center;
    color: #01265A;
    font-weight: 500;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #A1A1A1;
}
.belgeler .row .belgelerwidth img{
    width: 68%;
    /*box-shadow: -5px 4px 10px #00000030;*/    
    height: 400px;
    object-fit: contain;
    filter:blur(2px);
} 
.iletisim{}
.iletisim h5{}
.iletisim h3{}
.iletisim .row.harita{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.iletisim .row.harita h4{
    width: 100%;
    color: #093E4B;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ACACAC;
}
.iletisim .row.harita .w40.row{
    align-items: start;
    justify-content: center;
    display: flex;
}
.iletisim .row.harita .w40.row a{
    font-size: inherit;
    font-weight: inherit;
}
.iletisim .row.harita .w60 iframe{
    min-height: 60vh;
}
.iletisim .row.harita .w40 .w30{
    color: #20ACCD;
    font-weight: 500;
    margin-bottom: 4rem;
}
.iletisim .row.harita .w40 .w70{
    color: #373737;
    font-weight: 500;
    padding-right:10%;
}
.iletisimformu{}
.iletisimformu h3{
    margin-bottom: 2rem;
}
.iletisimformu h3 strong{}
.iletisimformu .row{}
.iletisimformu .row .w30{
    margin-right: 3%;
}
.iletisimformu .row .w30:last-child{
	align-items: flex-start;
	justify-content:flex-end;
	display: flex;
	flex-direction: column;
	padding-bottom: 2%;
	margin-right: 0;
	margin-left: 4%;
}
.iletisimformu .row .w30 label{}
.iletisimformu .row .w30 input{}
.iletisimformu .row .w30 textarea{}
.iletisimformu .row .w30 .dosyabtn{
    margin-bottom: 2rem;
}
.iletisimformu .row .w30 .dosyabtn input{
    visibility: hidden;
    display: none;
}
.iletisimformu .row .w30 .dosyabtn .geoserbtn2{
    color: #20ACCD;
}
.iletisimformu .row .w30 .dosyabtn .geoserbtn2:hover{
    color: #FFFFFF;
}
.iletisimformu .row .w30 .dosyabtn .geoserbtn2 span{}
.iletisimformu .row .w30 .gonderbtn{}
.iletisimformu .row .w30 .gonderbtn a{
	
}

.iletisimformu .row .w30 .gonderbtn a{
    color: #20ACCD;
}
.iletisimformu .row .w30 .gonderbtn a:hover{
    color: #FFFFFF;
}
.iletisimformu .row .w30 .gonderbtn a span{} 
.iletisimformu .row .w30 .full-width{}
.iletisimformu .row .w30 .full-width input{
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}
.iletisimformu .row .w30 .full-width label{
    display: inline;
    font-size: 15px;
    margin: 0;
}
#backtotop{transition:0.5s;display:none;position:fixed;bottom:20px;right:30px;z-index:99;font-size:18px;border:none;outline:none;background:transparent;cursor:pointer;border:1px solid #20accd;border-radius:50%;width:60px;background:#20accd;height:60px;}
#backtotop:hover{background:#143156;border:1px solid #143156;transition:0.5s;transform:scale(1.1);}
#backtotop:hover svg{transition:0.5s;}
#backtotop:hover svg path{fill:#fff;transition:0.5s;}
@media (max-width: 900px){
#backtotop{display:none!important;}
}

#customers { 
  width: 100%;
  border-collapse: collapse;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}


#customers tr:first-child td {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #19A8CA;
  color: white;
  z-index:999;
  text-align: center;
} 
#customers tr:first-child td strong{
   display:block;
} 
.socialfoot{
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem!important;
    border-bottom: 1px solid #fff;
}
.socialfoot li{
    margin-left: 20px;
}
.socialfoot li a{}
.socialfoot li a img{}
p.copyright{
	
font-size: 90%;
}
.row.documentlist{
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
}
.row.documentlist ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.row.documentlist ul li{
    margin-right: 30px;
}
.row.documentlist ul li a{}
 
.load{
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, 0%);
    transition: 2s;
}
.load .imagesss{
    width: 20%;
}
.load .imagesss img{width: 100%;}
.coves2{}
.coves2 .coves{
    overflow: hidden;
    height: 80vh;
}
.coves2 .coves img{
    transform: scale(1.5);
    object-fit: cover;
    object-position: center;
    height:auto!important;
    max-height: inherit;
}


body {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.projegalerisi .projeowl{}
.projegalerisi .projeowl .item{
	position:relative;
}
.projegalerisi .projeowl .item::after{
	content:"";
	position:absolute;
	width: 50%;
	height: 100%;
	top: 55%;
	left: 25%;
	background-image:url(../img/filigrans.png);
	background-repeat:no-repeat;
	background-size:contain;
	z-index: 9;
}

.fancybox-content::after{
	content:"";
	position:absolute;
	width: 50%;
	height: 100%;
	top: 55%;
	left: 25%;
	background-image:url(../img/filigrans.png);
	background-repeat:no-repeat;
	background-size:contain;
	z-index: 9;
}
