body{
    padding-top: 150px;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    width:100%;
    height:150px;
    transition: all ease 0.3s;
	background-image:url(/images/bg1.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:15px;
}
.header_ust{
    width:100%;
    height:90px;
    border-bottom: 1px solid #ebebeb;
}
.header_ust > div, .header_alt > div{
    width:1260px;
    margin:auto;
    position: relative;
}
.header_ust > div{
    display:flex;
    padding:0 30px;
}
.header_ust figure, .header_ust-sosyal, .header_ust-sag{
    flex:1;
    height:90px;
}
.header_ust figure img{
    height:70px;
    display:block;
}
.header_ust figure{
    display:flex;
    align-items: center;
	justify-content:center;
}
.header_ust-sosyal{
    display:flex; 
    flex-direction: row;
    align-items: center;  
}
.header_ust-sosyal li a{
    color:#000;
    width:30px;
    height:40px;
    font-size:18px;
    float:left;
    margin-right:10px;    
    text-align: center;
    line-height: 40px;
}
.header_ust-sosyal li a:hover{
    color:#fff;
    background-color: #25337a;
}
.header_ust-sosyal .profornet-youtube{
    margin-top: 5px;
}
.header_ust-sag{
    display:flex; 
    flex-direction: row;
    align-items: center;  
    justify-content: flex-end;    
}
.header_ust-sag--dil{
    float:left;
    width:120px;
    height:30px;
    background-color: #25337a;
    border-radius: 3px;
    margin-left: 60px;
    position: relative;
    z-index: 2;
}
.header_ust-sag--dil:hover{
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;    
}
.header_ust-sag--dil li{
    width:120px;
    height:30px;
    line-height: 30px;
    position: relative;

}
.header_ust-sag--dil li a{
    font-weight: 500;
    font-size:13px;
    color:#fff;
    display:block;
    padding-left: 10px;
    position: relative;
}
.header_ust-sag--dil li ul{
    position: absolute;
    left:0;
    top:30px;
    background-color: #25337a;
    display:none;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;      
}

.header_ust-sag--dil li:hover ul{
    display:block;
}
.header_ust-sag--dil li ul li:hover{
    background-color: #0c662f;
}
.header_ust-sag--dil li ul li:last-child:hover{
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;    
}
.header_ust-sag--dil:after{
    content:"\e903";
    font-family: 'profornet';
    position: absolute;
    right:5px;
    top:10px;
    color:#fff;
    font-size:7px;
}
.header_ust-sag--telefon{
    float:left;
    position: relative;
    padding-left: 40px;
}
.header_ust-sag--telefon i{
    position: absolute;
    left:0;
    top:0;
    height: 34px;
    line-height: 34px;
    font-size: 28px;
    color:#2d3134;
}
.header_ust-sag--telefon span{
    font-size:13px;
    display:block;
}
.header_ust-sag--telefon a{
    display:block;
    font-size:16px;
    color:#2d3134;
}
.header_ust-sag--telefon a:hover{
    color:#25337a;
}
.header_alt{
    width:100%;
    height:60px;
}
.header_alt > div > ul:first-child{
    float:none;
	display:table;
	margin:auto;
}

.header_alt > div > ul > li{
    position: relative;
    line-height: 45px;
    float:left;
}
.header_alt > div > ul > li > a{
    font-size: 18px;
    display:block;
    color:#2d3134;
    font-weight: 500;
    padding: 0 30px;
}
.header_alt > div > ul > li > ul{
    display:none;
    position: absolute;
    width:250px;
    background-color: #25337a;
}
.header_alt > div > ul > li:hover > ul{
    display:block;
}
.header_alt > div > ul > .altMenu:after{
    position: absolute;
    content:"\e902";
    font-family: 'profornet';
    right: 10px;
    top: 0;
    font-size: 9px;    
}
.header_alt > div > ul > .altMenu:hover:after{
    color:#fff;
}
.header_alt > div > ul > li:hover{
    background-color: #25337a;
}
.header_alt > div > ul > li:hover a{
    color:#fff;
}
.header_alt > div > ul > li > ul > li{
    width:100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
}
.header_alt > div > ul > li > ul > li:last-child{
    border:0;
}
.header_alt > div > ul > li > ul > li > a{
    display:block;
    font-size:14px;
    color:#fff;
    padding:10px 30px;
    line-height: normal;
}
.header_alt > div > ul > li > ul > li:hover{
    background-color:#202c6a;
}
.header_alt > div > ul > li > ul > li > ul{
    position: absolute;
    left:250px;
    top:0;
    background-color: #202c6a;
    width:250px;
    display:none;
}
.header_alt > div > ul > li > ul > li:hover > ul{
    display:block;
}
.header_alt > div > ul > li > ul > li > ul > li{
    width:100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;    
}
.header_alt > div > ul > li > ul > li > ul > li:last-child{
    border:0;
}
.header_alt > div > ul > li > ul > li > ul > li > a{
    display:block;
    font-size:14px;
    color:#fff;
    padding:0 30px;
    line-height: 40px;
}
.header_alt > div > ul > li > ul > li > ul > li:hover{
    background-color: rgba(0,0,0,0.1);
}

.etik-a {margin-top:20px!important;width:100%;border-bottom:1px solid #416f78;padding:15px 10px;background-image:url(/images/down.png);background-repeat:no-repeat;background-position:left center;padding-left:40px;display:Block;cursor:pointer;}
.etik-a:hover {border-bottom:1px solid #2f5057;transition:all ease 0.3s;color:#67b9c9;cursor:pointer;}

.profornet-sol:before {color:#fff;font-size:20px;}
.profornet-sag:before {color:#fff;font-size:20px;}

.anasayfaProducts{
    width:100%;
    background-color: #f5f5f5;
    text-align: center;
    padding:60px 0;
	display:inline-block
}
.anasayfaProducts p{
    font-size: 16px;
    font-weight: 400;
	line-height:30px;
	color:#2d3134;
}


.anasayfaProducts ul{
    width:1260px;
    margin:60px auto 0 auto;
}
.anasayfaProducts ul li{
    width:390px;
    float:left;
    margin-right: 30px;
    margin-bottom: 30px;
    height:auto;
	background-color:#fff;
	padding-bottom:30px;
}



.more{
	
    color: #fff!important;
    line-height: 40px;
    height: 40px!important;
    width: 100px!important;
    text-align: center;
    font-size: 14px!important;
    font-weight: bold;
	background: rgb(0,19,120);
	background: linear-gradient(90deg, rgba(0,19,120,1) 50%, rgba(10,38,186,1) 100%);
	display: Block;
	margin:auto;
	border-radius:5px;
	}

.more:hover {background: rgb(0,31,190);
background: linear-gradient(90deg, rgba(0,31,190,1) 50%, rgba(0,41,255,1) 100%);}

.anasayfaProducts > ul > li:Hover{
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
}
.anasayfaProducts ul li:nth-child(4n){
    margin-right: 0;
}
.anasayfaProducts img{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.anasayfaProducts > ul > li > a{
    display:flex;
    background-color: #fff;
    height:80px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding:0 30px;
    font-weight: 500;
    font-size: 28px;
	color:#001378;
	
  
}
.anasayfaProducts > ul > li > a > img {height:120px;margin-bottom:50px;margin-top:50px;}

.anasayfaProducts > ul > li > figure{padding:25px;}


.anasayfaProducts > ul > li > p {
font-size: 16px;
    font-weight: 400;
    color: #2d3134;
    line-height: 23px;
	padding:0px 30px;
	text-align:left;
	margin-top:50px;
	margin-bottom:50px;

}


.anasayfaProducts > ul > li > div{
    width:100%;
    height:100%;
    position: relative;

    background-size: cover;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}
.anasayfaProducts > ul > li > div > strong{
    color:#fff;
    font-size: 22px;
    font-weight: 500!important;
    margin-bottom: 10px;
}
.anasayfaProducts > ul > li > div > p{
    font-size: 16px;
    opacity: 0.7;
    color:#fff;
    display:block;
    margin-bottom: 20px;
}
.anasayfaProducts > ul > li > div > a{
    display:block;
    line-height: 40px;
    color:#fff;
    font-size: 18px;
}
.anasayfaProducts > ul > li > div > a:hover{
    color:#0e54ae;
}
.anasayfaProducts > ul > li > div > a:hover i{
    color:#fff;
    background:#0e54ae;
}
.anasayfaProducts > ul > li > div > a > i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ead443;
    color: #292a38;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    font-size: 18px;    
}


.anasayfaFacility{
    width:100%;
    padding:60px 0;
}
.anasayfaFacility > div{
    width:1260px;
    margin:auto;
    position: relative;
}
.anasayfaFacility > div > div{
    width:830px;
    height:600px;
    padding:60px 180px 60px 60px;
    background: #050d3d;
    display:Flex;
    flex-direction: column;
    justify-content: center;
}
.anasayfaFacility h2{
    font-weight: bold;
    font-size: 36px;
    color:#fff;
}
.anasayfaFacility p{
    font-weight: 300;
    font-size: 18px;
    color:#fff;
    margin: 15px 0;
    line-height: 30px;
}
.anasayfaFacility li{
    float:left;
    height:40px;
    margin-right: 30px;
}
.anasayfaFacility li:nth-child(1) a{
    border:2px solid #fff;
    color:#fff;
    line-height: 40px;
    height:40px;
    width:120px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display:Block;
}
.anasayfaFacility li:nth-child(2) a{
    background:#264089;
    color:#fff;
    line-height: 40px;
    width:120px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display:Block;
    height:40px;
}
.anasayfaFacility li a:hover{
    background:#fff;
    color:#264089;
}
.anasayfaFacility figure{
    position: absolute;
    right:0;
    top:60px;
    height:480px;
    overflow:hidden;
}



.anasayfaHakkimizda{
    width:100%;
    background: #fff;
    background-size: cover;
    display:flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
	padding-bottom:60px;
}

.anasayfaHakkimizda h1{
	font-size:36px;
	font-weight:bold;
	display:block;
	padding:45px 0px;
}

.anasayfaHakkimizda p{
    font-size:18px;
    font-weight: 400;
    color:#2d3134;
    max-width: 980px;
    line-height: 28px;
	margin-bottom:28px;
}
.anasayfaHakkimizda h2{
    color:#25337a;
}
.anasayfaHakkimizda p a{
    font-weight: bold;
    font-size:16px;
    color:#25337a;
    position: relative;
    padding-right: 15px;
}
.anasayfaHakkimizda p a:after{
    position: absolute;
    right:0;
    top:-3px;
    color:#25337a;
    font-size: 9px;
    font-family: 'profornet';
    content:"\e92d";
}
.anasayfaHakkimizda p a:hover{
    text-decoration: underline;
}
.anasayfaHakkimizda ul li{
    float:left;
    position: relative;
    text-align: left;
    margin: 0px 30px;
	text-align:center;
	background-color:#fff;
	padding:15px;
	border-radius:10px;
	width:246px;
}
.anasayfaHakkimizda ul{
    margin-top: 40px;
}
.anasayfaHakkimizda ul li img{
    width:200px;
    left:0;
    top:0;
}

.anasayfaHakkimizda ul li img:hover {
	
	opacity:0.8;
	transition:all ease 0.3s;
}

.anasayfaHakkimizda ul li strong{
    font-size:24px;
    color:#25337a;
    display:block;
	line-height:45px;
}
.anasayfaHakkimizda ul li span{
    font-size:14px;
    color:#2d3134;
    display:block;
}
.anasayfaNeyapiyoruz{
    width:100%;
}
.anasayfaNeyapiyoruz_ust{
    width:100%;
    text-align: center;
    padding-top: 90px;
    background-image: url(../images/neleryaptikbg.jpg);
    background-size: cover;
}
.anasayfaNeyapiyoruz_ust i{
    display:block;
    color:#fff;
    font-size:62px;
    margin-bottom: 10px;
}
.anasayfaNeyapiyoruz_ust h2{
    color:#fff;
}
.anasayfaNeyapiyoruz_ust p{
    color:#fff;
    font-size: 18px;
    max-width: 480px;
    margin:auto;
    font-weight: 300;
}
.anasayfaNeyapiyoruz_ust li{
    float:left;
    width:333px;
    height:150px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:1px solid rgba(0,0,0,0.1);
    margin-left:-1px;
    cursor: pointer;
}

.anasayfaNeyapiyoruz_ust li img {
	
	padding-bottom:10px;
}

.anasayfaNeyapiyoruz_ust ul{
    width:1000px;
    margin:30px auto 0 auto;
}
.anasayfaNeyapiyoruz_ust strong{
    color:#fff;
    font-size:16px;
    font-weight: 500!important;
}
.anasayfaNeyapiyoruz_ust li:hover{
    background:#fff;
    border:1px solid #fff
}

.anasayfaNeyapiyoruz_ust li:hover img {
	
	filter: invert(100%);
}

.anasayfaNeyapiyoruz_ust li:hover i, .anasayfaNeyapiyoruz_ust li:hover strong{
    color:#25337a;
}
.anasayfaNeyapiyoruz_alt{
    width:100%;
    text-align: center;
}
.anasayfaNeyapiyoruz_alt .tab-content{
    display: none;
    width:1000px;
    margin:auto;
    padding:60px 0;
}

.sayfa-galeri {column-gap:0px!important;margin-top:50px;margin-bottom:50px;}
.sayfa-galeri figure {margin-right:10px;margin-bottom:10px;}
.sayfa-galeri figure:hover a img {opacity:0.7;transition:all ease 0.3s;}

.tab-content.secili{
    display: inherit;
}
.anasayfaNeyapiyoruz_alt h3{
    color:#2d3134
}
.anasayfaNeyapiyoruz_alt p{
    font-size: 18px;
    font-weight: 400;
    color: #2d3134;
    line-height: 28px;
    display:block;
    margin-bottom: 30px;    
}
.anasayfaNeyapiyoruz_alt p:last-child{
    margin: 0;
}
.anasayfaNeyapiyoruz_alt ul li{
    float:left;
    margin-right: 50px;
    position: relative;
}
.anasayfaNeyapiyoruz_alt ul li:last-child{
    margin: 0;
}
.anasayfaNeyapiyoruz_alt ul li a{
    font-size:14px;
    font-weight: bold;
    color:#25337a;
}
.anasayfaNeyapiyoruz_alt ul li:after{
    position: absolute;
    right:-15px;
    top:6px;
    color:#25337a;
    font-size: 9px;
    font-family: 'profornet';
    content:"\e92d";    
    transition: all ease 0.1s;
}
.anasayfaNeyapiyoruz_alt ul li:hover:after{
    right:-20px;
    transition: all ease 0.1s;
}
.anasayfaNeyapiyoruz_alt ul{
    display:inline-block;
}
.anasayfaNeyapiyoruz_alt ul li a:hover{
    color:#000;
}
.anasayfaNeyapiyoruz_alt ul li:hover:after{
    color:#000;
}
.anasayfaNasil{
    width:100%;
    padding:60px 0;
    border-top: 1px solid #ebebeb;
    background:#f9f9f9;
}

.anasayfaNasil .swiper-slider{
    overflow:hidden;
}





.anasayfaNasil > div{
    width:1260px;
    margin:auto;
    display:flex;
    flex-direction:column;
    align-items: center;   
    text-align: center; 
}
.anasayfaNasil h2{
    color:#000;
}
.anasayfaNasil p{
    font-size: 18px;
    font-weight: 400;
    color: #2d3134;
    line-height: 28px;
}
.anasayfaNasil p strong{
    color:#25337a;
}

.anasayfaNasil .swiper-wrapper {margin-top:60px;}
.ana-urun {background:#fff;}
.ana-urun:hover h4{
	background:#25337a;
}
.swiper-slide{
    margin-top: 60px;
	background:#fff;
}
.swiper-slide{
    float:left;
    margin-right:30px;
}
.swiper-slide{
    margin:0;
}
.swiper-slide img{
    display:block;
	width:100%;
}
.ana-urun h4{
    color: #25337a;
    font-size:18px;
    line-height: 35px;
	padding:10px;
}


.anasayfaNasil #sliderduyuru{
	width:1260px;
	margin:Auto;
	overflow:hidden;
}


#sliderduyuru .swiper-slide{


	position:relative;
}
#sliderduyuru h3 a{color:#fff; font-size:16px; display:block; margin-bottom:10px;}
#sliderduyuru .swiper-slide time{position:Absolute; bottom:30px; left:30px; font-size:13px; color:#1f9bde;}
#sliderduyuru h3:hover{color:#1f9bde;}


.ana-urun h4 {color:#25337a;font-size:16px;}
.ana-urun:hover h4  {color:#fff;}



.swiper-slide:hover h4{
    color:#fff;
}
.anasayfaArge{
    width:100%;
    height:600px;
    background-image: url(../images/facility.jpg);
    background-position: top center;
	margin-bottom:45px;
}

.anasayfaArge:Before {
    width: 100%;
    height: 600px;
    position: absolute;
    content: "";
    pointer-events: none;
    transition: All ease 0.3s;
    box-shadow: inset 1920px 00px 50px 10px rgb(0 0 0 / 40%);
}


.anasayfaArge > div{
    width:1260px;
    margin:auto;
    height:500px;
    display:flex;
    justify-content:center;
    flex-direction: column;   
	
}

.anasayfaArge > div > div {position:absolute;}

.anasayfaArge img{
    float:left;
    margin-right: 10px;
	margin-top:30px;
	border-radius:5px;
}
.anasayfaArge h2{
    color:#fff;
}
.anasayfaArge p{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;    
    max-width: 570px;
}
.anasayfaArge ul{
    margin-top: 30px;
}
.anasayfaArge ul li{
    float:left;
    margin-right:30px;
}
.anasayfaArge ul li:last-child{
    margin-right:0;
}
.anasayfaArge ul li a{
    font-size: 14px;
    color:#fff;
    font-weight: bold;
    position: relative;
    line-height: 23px;
}
.anasayfaArge ul li:last-of-type a{
    color: #fff;
    padding-right: 10px;
}
.anasayfaArge ul li:last-of-type a:after{
    position: absolute;
    right:-5px;
    top:-3px;
    color:#fff;
    font-size: 9px;
    font-family: 'profornet';
    content:"\e92d";
    transition: all ease 0.1s;      
}
.anasayfaArge ul li a:hover:after{
    right:-10px;
    transition: all ease 0.1s;  
}
.anasayfaArge ul li a:hover{
    color:#ebebeb;
}
.anasayfaArge ul li:last-of-type a:hover, .anasayfaArge ul li:last-of-type a:hover:after{
    color:#fff;
}
.anasayfaDestek{
    width:100%;
    padding:90px 0;
}
.anasayfaDestek > ul{
    width:1260px;
    margin:auto;
    display:flex;
}
.anasayfaDestek > ul > li{
    width:615px;
    background:#f9f9f9;
    float:left;
    padding:30px 30px 30px 90px;
    position: relative;
    margin-right: 30px;
    flex:1;
}
.anasayfaDestek > ul > li > img{
    position: absolute;
    left:30px;
    top:30px;
    widows: 40px;
    height:40px;
}
.anasayfaDestek > ul > li:last-child{
    margin:0;
}
.anasayfaDestek h5{
    color:#2d3134;
    font-size:24px;
    display:block;
    margin-bottom:20px;
}
.anasayfaDestek p{
    font-size: 18px;
    font-weight: 400;
    color: #2d3134;
    line-height: 24px;    
}
.anasayfaDestek > ul > li > ul{
    margin-top: 30px;
}
.anasayfaDestek > ul > li > ul > li{
    float:left;
    margin-right: 40px;
}
.anasayfaDestek > ul > li > ul > li:last-child{
    margin:0;
}
.anasayfaDestek a{
    font-size:14px;
    font-weight: bold;
    color:#25337a;
    position: relative;
}
.anasayfaDestek a:after{
    position: absolute;
    right: -15px;
    top: 4px;
    color: #25337a;
    font-size: 9px;
    font-family: 'profornet';
    content: "\e92d";     
    transition: all ease 0.1s;
}
.anasayfaDestek a:hover{
    color:#000;
}
.anasayfaDestek a:hover:after{
    right:-20px;
    transition: all ease 0.1s;
    color:#000;
}
.anasayfaHaberler{
    width:100%;
    padding:60px 0px;
}

.anasayfaHaberler > p{
 font-size:16px;font-weight:500;line-height:30px;
}

.anasayfaHaberler > div{
    width:1260px;
    margin:auto;
    display:flex;
}
.anasayfaHaberler > div > div{
    width:460px;
	margin-right:30px;
    padding-right: 90px;
	padding-left:45px;
    display:Flex;
    flex-direction: column;
    justify-content: center;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}
.anasayfaHaberler strong{
    font-size: 14px;
    display:Block;
}
.anasayfaHaberler h2{
    font-size: 36px;
    font-weight: bold;
    margin:5px 0 15px 0;
    line-height: 52px;
}
.anasayfaHaberler > div > div > a{
    font-weight: bold;
    color:#090a0c;
    font-size: 18px;
    display:block;
    margin:15px 0;
}
.anasayfaHaberler > div > div > a:Hover{
    color:#001378;
}
.anasayfaHaberler > div > div > div{
    display:flex;
}
.anasayfaHaberler > div > div > div > a{
    color: #090a0c;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-right:30px;
}
.anasayfaHaberler > div > div > div > a:hover{
    color:#25337a;
}
.anasayfaHaberler > div > ul{
    display:flex;
    width:770px;
}
.anasayfaHaberler > div > ul > li{
    flex:1;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); 
    background:#fff;
    margin-right:30px;
}
.anasayfaHaberler > div > ul > li:last-child{
    margin:0;
}
.anasayfaHaberler > div > ul > li > article > div{
    width:100%;
    padding:30px;
    display:flex;
    flex-direction: column;
    position:relative;
}
.anasayfaHaberler time{
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    font-weight: 500;
}
.anasayfaHaberler time i{
    color:#0c662f;
    margin-right:10px;
    font-size:16px;
}
.anasayfaHaberler h4 a{
    font-size: 20px;
    font-weight: bold;
    color:#090a0c;
    margin:20px 0;
    display:block;
    position: relative;
    z-index: 3;
}
.anasayfaHaberler h4 a:hover{
    color:#001378;
}
.anasayfaHaberler > div > ul > li > article > div > a{
    font-weight: bold;
    color: #0c662f;
    font-size: 14px;
    position: relative;
    z-index: 3;
}
.anasayfaHaberler > div > ul > li > article > div > a:Hover{
    color:#001378;
}
.anasayfaHaberler li:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
.anasayfaHaberler > div > ul > li > article > div > figure{
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height:143px;
    overflow:hidden;
    pointer-events: none;
}
.anasayfaHaberler > div > ul > li > article > div > figure:before{
    z-index: 1;
    position: absolute;
    width:100%;
    height:100%;
    background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
    content:"";
    top:0;
    left:0;
}
.anasayfaHaberler > div > ul > li > article > div > figure:after{
    z-index: 1;
    position: absolute;
    width:100%;
    height:100%;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    content:"";
    top:0;
    left:0;
}
.anasayfaHaberler > div > ul > li > article > div > figure > img{
    opacity: 0.5;
    filter: grayscale(100%);
}
footer{
    width:100%;
    background-image: url(../images/footerbg.jpg);
    background-size: cover;
    background-position: top center;
}
.footer_ust{
    width:100%;
    padding:90px 0;
}
.footer_ust > ul{
    display:flex;
    width:1260px;
    margin:auto;
}
.footer_ust > ul > li{
    flex:1;
    position: relative;
    height:30px;
}
.footer_ust > ul > li > a{
    color:#fff;
    font-size: 24px;
    font-weight: 300;
}
.footer_ust > ul > li > a:hover{
    color:#d8d8d8;
}

.footer_ust > ul > li > strong{
    font-size: 16px;
    margin-bottom: 2px;
    color:#fff;
    display:block;
}
.footer_ust-sosyalmedya a{
    float:left;
    width:30px;
    height:30px;
    color:#fff!important;
    font-size:18px;
    margin-right:20px;
    line-height: 30px;
    text-align: center;
}
.footer_ust-sosyalmedya a:hover{
    background:#d8d8d8;
}
.footer_ust-telefon{
    text-align: right;
    padding-right: 60px;
    display:flex;
    justify-content: center;
    flex-direction: column;    
}
.footer_ust-telefon i{
    position: absolute;
    right:15px;
    top:0;
    height:30px;
    line-height: 30px;
    color:#fff;
    font-size:36px;
}
.footer_ust-eposta{
    padding-left: 60px;
    display:flex;
    justify-content: center;
    flex-direction: column;      
}
.footer_ust-eposta i{
    position: absolute;
    left:15px;
    top:0;
    height:30px;
    line-height: 30px;
    color:#fff;
    font-size:36px;
}
.footer_ust-direction{
    text-align: right;
    padding-right: 50px;
	line-height:30px;
}
.footer_ust-direction a{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 150px;
    height: 30px;
}
.footer_ust-direction b{
    width:30px;
    height:30px;
    background:#fff;
    border-radius: 50%;
    position: absolute;
    line-height: 30px;
    text-align: center;
    right:0;
    top:0;
}
.footer_ust-direction b i{
    color:#25337a;
    font-size: 10px;
}
.footer_ust-direction span{
    color:#fff;
    font-weight: bold;
    font-size: 13px;
}
.footer_ust-direction p{
    color:#fff;
    font-weight: bold;
    font-size: 10px;
}
.footer_ust-directionHover{
    background:#d8d8d8!important;
}
.footer_alt{
    width:100%;
    height:90px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.footer_alt ul{
    display:table;
    margin:auto;
}
.footer_alt ul li{
    float:left;
}
.footer_alt ul li:hover{
    background:#fff;
}
.footer_alt ul li:hover a{
    color:#25337a;
}
.footer_alt ul li a{
    display:block;
    font-size:16px;
    font-weight: bold;
    padding:0 30px;
    line-height: 90px;
    color:#fff;
}
.footer_haklar{
    width:100%;
    height:60px;
    background:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
}
.footer_haklar li{
    float:left;
    font-size: 13px;
    color:#2d3134;
	margin:0px 5px;
}
.footer_haklar li:last-child{
    margin:0;
}
.footer_haklar li a{
    font-size: 13px;
    color:#2d3134;
}
.footer_haklar li a:hover{
    color:#25337a;
}
.footer_haklar li p{
    margin:0 10px;
}
.mobil_telefon{
    display:none;
}
.icsayfa{
    background-color:#f9f9f9;
	display:inline-block;
	width:100%;
}
.icsayfa h2{
    font-size: 28px!important;
	color:#000f5c!important;
	font-weight:700!important;
}
.icsayfa h2:first-child, 
.icsayfa h2:first-of-type{
    margin-top: 0px;
}
.icsayfa h2, 
.icsayfa h3, 
.icsayfa h4, 
.icsayfa h5{
    margin-bottom: 0;
    font-weight: 400;
    color:#37383c;
}
.icsayfa p{
    font-size: 16px;
    color:#37383c;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
	margin-top:15px;
}
.icsayfa p:last-child, .icsayfa p:last-of-type{
    margin-bottom: 0;
}
.icsayfa span, .icsayfa strong, .icsayfa b, .icsayfa a, time{
    color:#37383c;
}
.breadcrumb{
    width:100%;
    display:flex;
}
.breadcrumb > div{
    width:50%;
    background: rgb(0 19 120 / 75%);
}
.breadcrumb > figure{
    width:50%;
    height:500px;
}
.breadcrumb > div > div{
    float:right;
    width:630px;
    padding:45px 60px 120px 0;
    position: relative;
    display:flex;
    flex-direction: column;
    height:100%;
    justify-content: center;
}
.breadcrumb h1{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 15px;
	color:#fff!important;
	
}

.breadcrumb h2{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
	margin-top:15px!important;
	color:#fff!important;
}

.breadcrumb img {margin-bottom:15px;}

.breadcrumb p{
    font-size: 20px;
    line-height: 30px;
	color:#fff!important;
}
.breadcrumb > div > div > a{
    color: #fff!important;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #f37231;
    position: relative;  
}



.breadcrumb > div > div > a:Hover{
    background:#333739;
}



.breadcrumb > div > div > ul{
    position: absolute;
    bottom:60px;
    left:0;
}
.breadcrumb > div > div > ul > li{
    float: left;
    padding-right: 40px;
    position: relative;
    font-size: 14px;
}
.breadcrumb > div > div > ul > li:after{
    position: absolute;
    right: 17px;
    content: "\e92d";
    font-size: 10px;
    font-family: 'profornet';
    top: 4px;
}
.breadcrumb > div > div > ul > li > a{
    color:#fff!important;
}

.breadcrumb > div > div > ul > li > mark {color:#fff!important}
.breadcrumb > div > div > ul > li:after {color:#fff!important}
.breadcrumb > div > div > ul > li > a > span {color:#fff!important}

.breadcrumb > div > div > ul > li:last-child:after{
    display:none;
}




.hakk-metin {width:50%;float:left;display:block;}
.hakk-jpg {width:40%;float:right;display:block;padding:0px 20px;margin-bottom:30px;}
.hakk-jpg img {box-shadow:0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important}

.sayfa{
    width:1260px;
    background: #fff;
    position:relative;
    display:flex;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    margin: 60px auto;
}
.sayfa:before{
    position:absolute;
    left:20px;
    top:-10px;
    height:10px;
    width:calc(100% - 40px);
    background:rgba(255, 255, 255, 0.7);
    content: "";
}
.sayfa:after{
    position:absolute;
    left:20px;
    bottom:-10px;
    height:10px;
    width:calc(100% - 40px);
    background:rgba(255, 255, 255, 0.7);
    content: "";
}
.sayfa_sol{
    padding:60px;
	width:100%;
	box-sizing:border-box;
    overflow:hidden;
}
.hakkimizda_text{
	width:60%;
	float:left;
		margin-bottom:30px;
}

.hakkimizda_text ul {margin-left:30px;padding:15px 0px;}

.hakkimizda_text ul li {
	font-size: 16px;
    color: #37383c;
    line-height: 24px;
	list-style:circle;
}

.hakkimizda_hikaye{
    width:100%;
    padding:90px 0;
}
.hakkimizda_hikaye strong{
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}
.hakkimizda_hikaye span{
    font-size: 13px;
    display: block;
}
.hakkimizda_hikaye ul{
    width:100%;
    display:flex;
    position: relative;
    height:140px;
}
.hakkimizda_hikaye ul:before{
    width:100%;
    height:2px;
    content:"";
    position: absolute;
    top:69px;
    background:#2d3134;
    left:0;
}
.hakkimizda_hikaye ul li{
    flex:1;
    height:69px;
    padding-right: 30px;
    position: relative;
}
.hakkimizda_hikaye ul li:before{
    width:10px;
    height:10px;
    content:"";
    position: absolute;
    top:65px;
    border-radius: 50%;
    left:0;
    background:#2d3134;    
}
.hakkimizda_hikaye ul li:nth-child(2n){
    padding-top:90px;
}
.hakkimizda_hikaye ul:after{
    content: "\e903";
    position: absolute;
    top: 63px;
    color: #2d3134;
    right: -6px;
    font-size: 15px;
    font-family: 'profornet';
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.hakkimizda_hikaye ul li:last-child:after{
    width: calc(100% - 17px);
    height: 2px;
    content: "";
    position: absolute;
    top: 67px;
    left: 10px;
    border-bottom: 2px dotted #fff;
}
.vizyonmisyon{
    width:100%;
	margin-top:45px;
    padding:45px 10px;
    background-color: #fff;
    border-top: 1px solid #ebebeb;
	display:inline-flex;
}
.vizyonmisyon ul{
    width:1260px;
    margin:auto;
    display:flex;
}
.vizyonmisyon ul li{
    margin-right: 30px;
    flex:1;
}
.vizyonmisyon ul li:last-child{
    margin:0;
}
.vizyonmisyon h3{
    margin-bottom: 10px;
}
.yazilim{
    width:1260px;
    margin:auto;
    padding-bottom: 90px;
    display:flex;
}
.yazilim div{
    margin-right: 30px;
    flex:1;
}
.yazilim figure{
    flex:1;
}
.yazilim figure img{
    display:block;
}
.soru{
    width:100%;
    padding:90px 0;
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    text-align: center;
}
.soru img{
    display: inline-block;
    margin-right: 10px;
    width:20px;
    height:20px;
}
.soru a{
    font-weight: bold;
    font-size: 16px;
    color: #25337a;
}
.soru h6{
    font-size: 24px;
    color:#37383c;
    margin-bottom: 10px;
}
.soru a:hover{
    color:#000;
}

.iletisim input[type="file"] {
    display: none;
}

.file-upload {
background-color: #416f78;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.file-upload:hover {background-color:#919461;transition:all ease 0.3s}

.iletisim_bilgiler > ul{
    display:flex;
    width:100%;
}
.iletisim_bilgiler > ul > li{
    flex:1;
    margin-right: 30px;
    position: relative;
    background:#fff;
    padding:40px 30px 80px 80px;
    border:1px solid #e6e6e6;
}
.iletisim_bilgiler > ul > li:last-child, .iletisim_bilgiler > ul > li > ul > li:last-child{
    margin:0;
}


.galeri {width:1260px;display:Block;}
.galeri h1 {font-size: 36px;
    margin-bottom: 5px;
    color: #323a41;}

.i-form {width:100%;}
.i-form li a {font-weight:600;}
.i-form li a:hover {text-decoration:underline;}
.i-form li {width:50%;float:left;padding:0px 20px;margin:10px 0px;}
.i-form li input[type=text], textarea{width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;}
.tumgen {width:100%!important;}
.tumgen textarea {height:100px;}


.i-form button {  background-color: #416f78;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;}

.i-form button:hover{background-color:#919461;transition:all ease 0.3s}

.iletisim img{
    position: absolute;
    left:30px;
    top:40px;
    width:35px;
    height:35px;
}
.iletisim h2{
    font-size: 24px;
    font-weight: 500;
}
.iletisim_bilgiler > ul > li > ul{
    width:100%;
}
.iletisim_bilgiler > ul > li > ul > li:first-child{
    width:100%;
    margin-bottom: 20px;
}

.iletisim_bilgiler > ul > li > ul > li{
    margin-bottom: 20px;
	display:inline-block;
	margin-right:30px;
}
.iletisim_bilgiler > ul > li > ul > li:last-child{margin-right:0px;}
.iletisim strong{
    font-size: 14px;
    display:block;
    margin-bottom: 5px;
}
.iletisim_bilgiler > ul > li > ul > li > a{
    color:#37383c;
    font-size: 15px;
}
.iletisim_bilgiler > ul > li > ul > li > address{
    font-size: 14px;
}
.iletisim_bilgiler > ul > li > ul > li > a:hover{
    color:#25337a;
}
.iletisim_bilgiler > ul > li > div{
    width:100%;
    position: absolute;
    left:0;
    bottom:0;
    padding:30px 0 30px 80px;
}
.iletisim_bilgiler > ul > li > div > a{
    font-size: 14px;
    font-weight: bold;
    color:#25337a;
    float:left;
    position: relative;
    margin-right:40px;
}
.iletisim_bilgiler > ul > li > div > a:last-child{
    margin:0;
}
.iletisim_bilgiler > ul > li > div > a:hover{
}
.iletisim{
    width:100%;
}
.iletisim_bilgiler{
    width:1260px;
    margin:auto;
    padding-bottom: 90px;
}
.iletisim_bilgiler > ul > li > div > a:after{
    position: absolute;
    right: -15px;
    top: 4px;
    color: #25337a;
    font-size: 9px;
    font-family: 'profornet';
    content: "\e92d";
    transition: all ease 0.1s;
}
.iletisim_bilgiler > ul > li > div > a:hover:after {
    right: -20px;
    transition: all ease 0.1s;
    color: #000;
}
.iletisim_bilgiler > ul > li > div > a:hover {
    color: #000;
}
.iletisim_ofisler{
    width:100%;
    text-align: center;
    background:#fff;
    padding:90px 0;
    border-top: 1px solid #ebebeb;
}
.iletisim_ofisler > ul{
    width:1260px;
    margin:30px auto 0 auto;
    display:flex;
}
.iletisim_ofisler > ul > li{
    flex:1;
    margin-right: 30px;
    padding:30px;
    border:1px solid #e6e6e6;
}
.iletisim_ofisler > ul > li:last-child{
    margin:0;
}
.iletisim_ofisler h4{
    margin-top: 0;
    font-weight: 500;
    font-size: 24px;
}
.iletisim_ofisler > ul > li > ul{
    width:100%;
}
.iletisim_ofisler > ul > li > ul > li{
    width:100%;
    margin-bottom: 20px;
}
.iletisim_ofisler > ul > li > ul > li:last-child{
    margin:0;
}
.iletisim_ofisler a:hover{
    color:#000;
}
.iletisim_ofisler a{
    display:inline-block;
    margin-right: 30px;
    position: relative;
}
.iletisim_ofisler a:last-child{
    margin:0;
}
.iletisim_ofisler a:nth-of-type(2):before{
    position: absolute;
    left:-20px;
    top:0;
    content:"\/"
}
.urun_liste{
    width:1260px;
    margin:auto;
    padding-bottom: 90px;;
}
.urun_liste > ul > li{
    float:left;
    width:615px;
    height:350px;
    position: relative;
    margin-right: 30px;
    margin-top: 30px;
}
.urun_liste li:nth-child(2n){
    margin-right: 0;
}
.urun_liste li div{
    position: absolute;
    height:60px;
    line-height: 60px;
    background-color: rgba(0,0,0,0.3);
    left:0;
    bottom:0;
    width:100%;
}
.urun_liste li div h2 a{
    font-size: 18px;
    margin:0;
    float:left;
    color:#fff;
    padding:0 30px;
}
.urun_liste li ul{
    float:right;
}
.urun_liste li ul li{
    float:left;
    line-height: 60px;
}
.urun_liste li ul li i{
    float:left;
    margin-right: 10px;
    font-size: 18px;
    color:#fff;
    line-height: 60px;
}
.urun_liste li ul li a{
    font-size: 13px;
    font-weight: bold;
    color:#fff;
    display:block;
    padding:0 10px;
}
.urun_liste li ul li:hover, .urun_liste li div h2 a:hover{
    background-color: #25337a;
}
.urun_liste img{
    display:block;
}
.urunDetay{
    width:100%;
}
.urunDetay_ust{
    width:100%;
}
.urunDetay_ust > div{
    width:1260px;
    margin:auto;
}
.urunDetay_ust-tabs{
    float:left;
}
.urunDetay_ust-tabs li{
    float:left;
    padding:0 20px;
    cursor:pointer;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #37383c;
	margin-right:5px;
}
.urunDetay_ust-tabs li:hover{
    background-color: #f6f6f6;
	color:#000;
}
.urunDetay_ust-tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.urunDetay_ust-tabs .secili{
    background: #001378;
	color:#fff;
}

.urunDetay_ust-tabs .secili:hover {background: #001378!important;color:#fff!important}

.tab-content{
    display: none;

}
.tab-content.secili{
    display: inherit;
}
.urunDetay_alt{
    width:100%;
    padding:60px 0 90px 0;
    margin:auto;
    background-color: #fff;
}
.urunDetay_alt h2{
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 0;
    font-size: 30px;  
}
.urunDetay_alt h3{
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 0;
    font-size: 24px;  
}
.urunDetay_alt p{
    font-size: 17px;
    display:block;
    margin-bottom: 30px;
    line-height: 24px;
}
.urunDetay_alt p:last-child, .urunDetay_alt p:last-of-type{
    margin:0;
}
.urunDetay_alt-galeri img{
    display:block;
}
.urunDetay_alt-galeri{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.urunDetay_alt-galeri figure{
    width:220px;
    margin-right: 10px;
    margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}
.urunDetay_alt-galeri figure:nth-child(5n){
    margin-right:0;
}

.urunDetay_ust-linkler{
    float:right;
}
.urunDetay_ust-linkler li{
    float:left;
    font-weight: 500;
}
.urunDetay_ust-linkler li a{
    line-height: 60px;
    font-size: 14px;
    padding:0 20px;
    color:#25337a;
    display:block;
}
.urunDetay_ust-linkler li i{
    color:#25337a;
    font-size: 14px;
    float: right;
    margin-left: 10px;
    line-height: 60px;
}
.urunDetay_ust-linkler li:hover{
    background-color: #fff;
}
.urunDetay_ust #urunSlider{
    width:1260px;
    margin:0 auto 30px auto;
    overflow:hidden;
    position: relative;
}
.urunDetay img{
    display:block;
}
.urunDetay .tab-content{
    width:1260px;
    margin:auto;
	min-height:400px;
}
.urunDetay_alt ul{
    width:100%;
}
.urunDetay_alt ul li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.tablo table{
    width:100%;
}
.tablo {
    border:1px solid #d9d8d8;
    border-collapse:collapse;
    padding:0px;
    width:100%;
    font-size: 14px;
    text-align: left;
}
.tablo th {
    border:1px solid #d9d8d8;
    padding:0 30px;
    background:#f9f9f9;
    height:40px;
    line-height: 40px;
    border-right: 1px solid #d9d8d8;
}
.tablo td{
    border:1px solid #dcdcdc;
    padding:0 30px;
    height:40px;
    line-height: 40px;
}
.urunDetay_tablo{
    width:100%;
}
.tablo tbody > tr > td:nth-child(1),.tablo tbody > tr > td:nth-child(2){
    background:#f9f9f9;  
    border-bottom: 1px solid #d9d8d8;
}
.servisFormu{
    width:1260px;
    margin:auto;
    padding-bottom: 90px;
}
.servisFormu > div{
    width:615px;
}

.servisFormu h2{
    font-size: 24px;
}
.servisFormu li{
    width:100%;
    margin-top: 20px;
}
.servisFormu strong{
    font-size: 13px;
    display:block;
    margin-bottom: 10px;
}
.servisFormu input{
    width:100%;
    height:50px;
    line-height: 50px;
    padding-left: 20px;
}
.servisFormu textarea{
    width:100%;
    height:100px;
    padding:20px;
}
.servisFormu button{
    width:100px;
    height:50px;
    line-height: 50px;
    text-align: center;
    background:#25337a;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
}
.servisFormu button:hover{
    background:#000;
}
.etkinlikler{
    width:1260px;
    margin:auto;
}
.etkinlikler ul{
    width:100%;
}
.etkinlikler ul li{
    width:100%;
    display:flex;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}
.etkinlikler ul li figure{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.etkinlikler ul li figure img{
    display:block;
}
.etkinlikler ul li div{
    flex:1;
    padding:30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color:#fff;
    border:1px solid #ebebeb;
}
.etkinlikler ul li h2{
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 0;
    font-size: 30px;      
}
.etkinlikler p{
    font-size: 17px;
    display:block;
    margin-bottom: 30px;
    line-height: 24px;
}
.etkinlikler p:last-child, .etkinlikler p:last-of-type{
    margin:0;
}
.etkinlikler strong{
    font-size: 13px;
    margin:20px 0 10px 0;
    display:block;
}
.etkinlikler address, .etkinlikler time{
    font-size:14px;
}
.haberler{
    width:1260px;
    margin:auto;
}
.haberler ul{
    width:100%;
    display:flex;
    flex-wrap: wrap;
}
.haberler ul li{
    width:400px;
    float:left;
    background:#fff;
    border:1px solid #ebebeb;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all ease 0.3s;
}
.haberler ul li:nth-child(3n){
    margin-right: 0;
}
.haberler article{
    padding:30px;
}
.haberler h2{
    font-size: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 81px;
}
.haberler time{
    font-size: 14px;
    font-weight: 500;
    display:block;
    margin-bottom:10px;
    line-height: 18px;
    color:#25337a;
}
.haberler img{
    display: block;
}
.haberler i{
    margin-right: 10px;
    font-size: 18px;
    line-height: 18px;
}
.haberler h2 a:hover{
    color:#25337a;
}
.haberler li:hover{
    transition: all ease 0.3s;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
}
.haberDetay{
    width:1260px;
    margin:auto;
    padding-bottom: 90px;
}

.haberDetay h2,.hakkimizda_text h2 {margin-bottom:20px;}

.haberDetay img{
    display:block;
    width:100%;
}
.haberDetay figure{
    float:left;
    width:244px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.haberDetay figure:nth-child(5n){
    margin-right: 0;
}
.yayinlar{
    width:1260px;
    margin:auto;
    padding-bottom: 90px;
}
.yayinlar ul{
    width:100%;
}
.yayinlar ul li{
    width:400px;
    float:left;
    background:#fff;
    border:1px solid #ebebeb;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all ease 0.3s;
    padding:10px;
}
.yayinlar ul li:nth-child(3n){
    margin-right: 0;
}
.yayinlar ul li h2{
    font-size: 18px;
}
.yayinlar time{
    font-size: 14px;
    font-weight: 500;
    display:block;
    margin-bottom:10px;
    line-height: 18px;
    color:#25337a;
}
.yayinlar img{
    display: block;
}
.yayinlar i{
    margin-right: 10px;
    font-size: 18px;
    line-height: 18px;
}
.yayinlar a{
    display:block;
}
.yayinlar figure{
    position: relative;
    float:left;
    width:100px;
}
.yayinlar div{
    float:left;
    width:275px;
    padding-left: 30px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    height:130px;
}
.yayinlar figure a{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 2;
    transition: all ease 0.3s;
}
.yayinlar figure a:hover{
    background-color: rgba(0, 101, 178, 0.6);
    transition: all ease 0.3s;
}
.yayinlar figure a:hover:before{
    position: absolute;
    font-family: 'profornet';
    font-size: 24px;
    color:#fff;
    content:"\e916";
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yayinlar h2 a:hover{
    color:#25337a;
}
.yayinlar  li:hover{
    transition: all ease 0.3s;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);    
}
.haberDetay .sayfa-galeri{
	margin-top:30px;
}


.home-tech {width:100%;padding:60px 0px;background-color: #f5f5f5;text-align:center}
.home-tech ul {display:flex;width:1260px;margin:auto;}
.home-tech ul li{flex:1;margin-right:30px;margin-top:60px;width:100%;height:100%;}
.home-tech ul li:last-child {margin-right:0px;}
.home-tech ul li div {text-align:left;width:100%;padding:30px;
background: rgb(0,19,120);
background: linear-gradient(0deg, rgba(0,19,120,1) 50%, rgba(0,11,65,0.9) 100%);
	}


.home-tech ul li:last-child div{background: rgb(12,102,47);
background: linear-gradient(0deg, rgba(12,102,47,1) 50%, rgba(7,56,26,0.9) 100%);}


	
	
.home-tech ul li h2 {color:#fff;font-size:26px;margin-bottom:10px;}
.home-tech ul li p {color:#fff;font-size:16px;line-height:22px;}
.home-tech ul li figure {display:flex;}
.home-tech ul li figure img {width:100%;}



.home-tech ul li button {
	float: left;
	width:100px;
	display: block;
	padding: 10px;
	margin-top:20px;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.home-tech ul li button:focus {
	outline: none;
}
.home-tech ul li button > span {
	vertical-align: middle;
}


.button--tech {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button--tech::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #055825;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tech.button--round-s::before {
	border-radius: 2px;
}
.button--tech.button--inverted::before {
	background: #7986CB;
}
.button--tech,
.button--tech::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tech:hover {
	color: #fff;
	border:1px solid #055825;
}
.button--tech.button--inverted:hover {
	color: #37474F;
	border-color: #fff;
}
.button--tech:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.haberBulteni{
    width:390px;
    position: fixed;
    z-index:14;
    background:#fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    transition: all ease 0.3s;
    top:50%;
    margin-top:-150px;
    left:-450px;
    padding:60px;
    border-right: 5px solid #001378;
    border-top: 5px solid #001378;
    border-bottom: 5px solid #001378;
    text-align: center;
}
.haberBulteni h5{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}
.haberBulteni p{
    font-size: 16px;
    display:block;
    margin-bottom: 30px;
    line-height: 24px;
}
.haberBulteni input{
    width:100%;
    height:40px;
    border:1px solid #f2f2f2;
    padding-left: 15px;
}
.haberBulteni_gonder{
    width:100%;
    height:40px;
    background:#001378;
    color:#fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}
.haberBulteni_gonder:hover{
    background:#01105e;
}
.haberBulteni_kapat{
    position: absolute;
    right: -40px;
    top:-5px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #0c662f;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.haberBulteni_kapat:hover{
    background:#094922;
    color:#fff;
}
.haberBulteni_acik{
    left:0!important;
    transition:all ease 0.3s;
}
.haberBulteni .renkliCizgi{
    position: absolute;
    bottom: -5px;
    left: 0;
}
.haberBulteni .renkliCizgi:first-of-type{
    top: -5px;
    bottom:auto;
}
.slider_dalga{
	width: 100%;
    height: 124px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: url(/images/dalga.png);
}

.urunDetay_alt ul li:before {display:none;}
.download {display:flex;}
.download li {text-align:center;flex:1;border:1px solid #ebebeb;padding:20px;margin-right:15px;
-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

.download li:hover {transition:all ease 0.3s;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.download li img {margin-bottom:30px;}
.download li span {font-size:18px;display:block;}


.main-box {min-height:190px;width:555px;float:left;border:1px solid #ebebeb;padding:20px;line-height:50px;margin-right:30px;margin-bottom:30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%)
}
.main-box:nth-child(2n) {margin-right:0px!important}
.main-box:last-child {width:100%;}

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    overflow: hidden;
    transition: 0.5s;
	display: block;
    transition: all .5s;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}
.container {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #000;
    margin: 6px 0;
    transition: .9s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
    background-color: #000;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
    background-color: #000;
}
.mobilmenu--menu > ul > li:first-child > a{
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 0;
}
.mobilmenu--menu > ul > li:first-child > span:after{
	display: none;
}
.mobilmenu--menu > ul > li:first-child > a:after{
	font-family: profornet;
    color: #0c662f;
    font-size: 14px;
    font-style: normal;
	margin-left: 5px;
    content: "\e92d";
    line-height: 50px;
    text-align: center;
	transform: rotate(90deg);
}
.container{
	display: none;
}
.mobilmenu--menu i:before{
	color: #0c662f;
}


.desktop-bg {display:block;}
.mobil-bg {display:none;}










.sayfa-galeri:after,
.yayinlar ul:after,
.haberler ul:after,
.urunDetay_ust > div:after,
.urun_liste ul:after,
.breadcrumb ul:after,
.footer_alt ul:after,
.anasayfaHaberler ul:after,
.anasayfaDestek > ul:after,
.anasayfaArge ul:after,
.anasayfaNasil ul:after,
.anasayfaNeyapiyoruz_alt ul:after,
.anasayfaNeyapiyoruz_ust:after,
.anasayfaHakkimizda ul:after,
.header_alt > div > ul:after,
.header_ust > div:after, 
.header_alt > div:after{
    clear:both;
    display:block;
    content:"";
}