﻿header{
    position: relative;
}
body{
    color:#090a0c;
}
.header_ustBar{
    width:100%;
    height:40px;
}
.header_ustBar > div{
    width:1260px;
    margin:auto;
}
.header_ustBar-menu li{
    float:left;
    margin-right:10px;
}
.header_ustBar-menu li a{
    display:block;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    color:#090a0c;
    padding:0 10px;
}
.header_ust{
    height:40px;
    display:flex;
    justify-content: center;
}
.header_ust > li{
    height:40px;
    display:flex;
}
.header_ust > li > a{
    line-height: 40px;
    padding:0 25px;
    color:#090a0c;
    font-size:15px;
    font-weight: 500;
    display:flex;
    height: 40px;
    align-items:center;
}
.header_ust > li > a > i{
    font-size:21px;
    margin-right:10px;
    color:#4374b8;
}
.header_ust > li:last-child{
    margin-left: 15px;
}
.header_ust > li:last-child a{
    padding:0 15px;
    font-size:17px;
}
.header_ust > li > a:hover, .header_ustBar-menu li:hover{
    background:#4374b8;
}
.header_ust > li > a:hover, .header_ust > li > a:hover i, .header_ustBar-menu li a:hover{
    color:#fff;
}
.header_ustBar-menu{
    float:left;
}
.header_ust{
    float:right;
}
header nav{
    position: absolute;
    top:40px;
    left:0;
    width:100%;
    z-index: 14;
	background-color:rgba(0, 0, 0, 0.3);
}
header nav div{
    width:1260px;
    margin:Auto;
    display:flex;
    height:120px;
    align-items: center;
    justify-content: space-between;
}
header > nav > div > ul > li{
    height:40px;
    position: relative;
    float:left;
}
header > nav > div > ul > li > a{
    line-height: 40px;
    padding:0 20px;
    color:#fff;
    font-weight: bold;
    font-size: 16px;
}


header > nav > div > ul > li:hover{
    background:#4374b8;
}
header > nav > div > ul > li:hover a{
    color:#fff;
}
header > nav > div > ul > li:hover > ul{
    display:block;
}
header > nav > div > ul > li > ul{
    display:none;
    background-color: #4374b8;
    width:250px;
    position: absolute;
    top:40px;
    left:0;
}
header > nav > div > ul > li > ul > li{
    width:100%;
    height:40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
header > nav > div > ul > li > ul > li:hover{
    background:rgba(0,0,0,0.1);
}
header > nav > div > ul > li > ul > li > a{
    color:#fff;
    font-weight: bold;
    font-size:14px;
    display:block;
    line-height: 40px;
    padding:0 20px;
}

#slider .swiper-pagination-bullet-active{
    background:#fff!important;
}
#slider .slider-text{
    height: 100%;
    width:100%;
    display:Flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 90px;
    flex-direction: column;
    text-align: center;
}
#slider .slider-text h1{
    font-size:36px;
    font-weight: bold;
    max-width: 500px;
    color:#fff;
    margin-bottom: 15px;
}
#slider .slider-text p{
    font-size:20px;
    font-weight: 500;
    max-width: 1000px;
    color:#fff;
}


.sayfa-galeri{
    display:flex;
    flex-wrap: wrap;
    width:100%;

}
.sayfa-galeri figure{
    margin-right: 30px;
    width:285px;
    margin-top: 30px;
	border:1px solid #ebebeb
}
.sayfa-galeri figure:nth-child(5n){
    margin-right:0;
}

.anasayfaTanitim{
    width:100%;
    padding:90px 0;
    background-image: url(../images/abg.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.anasayfaTanitim > div{
    width: 1050px;
    margin:auto;
}
.anasayfaTanitim_baslik{
    display:flex;
    width:100%;
    margin-bottom:60px;
}
.anasayfaTanitim_baslik li{
    flex:1;
    max-width: 630px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.anasayfaTanitim_baslik li:first-child{
    padding-right: 60px;
}
.anasayfaTanitim_baslik strong{
    font-size: 14px;
    color:#4374b8;
    display:block;
}
.anasayfaTanitim h2{
    font-size: 22px;
    font-weight: 500;
    margin:5px 0 15px 0;
    line-height: 30px;
}
.anasayfaTanitim_baslik p{
    font-size: 18px;
    line-height: 24px;
}
.anasayfaTanitim_icerik{
    width:100%;
    display:flex;
    margin-top: 60px;
}
.anasayfaTanitim_icerik li{
    flex:1;
    border-radius: 5px;
    margin-right: 30px;
    background:#f8f8f8;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:30px;
}
.anasayfaTanitim_icerik li:last-child{
    margin:0;
}
.anasayfaTanitim_icerik li img{
    margin-bottom: 30px;
}
.anasayfaTanitim_icerik li strong{
    font-size: 20px;
    display:block;
    margin-bottom: 15px;
}
.anasayfaTanitim_icerik li p{
    font-size:14px;
    display:block;
    margin-bottom: 30px;
}
.anasayfaTanitim_icerik li a{
    width:100px;
    height:30px;
    line-height: 30px;
    display:block;
    border-radius: 15px;
    font-size: 13px;
    color:#fff;
    font-weight: bold;
    background:#4374b8;
    text-align: center;
}
.anasayfaTanitim_icerik li a:hover{
    background:#204d8d;
}
.anasayfaSektorler{
    width:100%;
    padding:90px 0 60px 0;
    background:#f8f8f8;
}
.anasayfaSektorler > div{
    width:1260px;
    margin:auto;
}
.anasayfaSektorler h2{
    font-size: 36px;
    font-weight: bold;
    color:#4374b8;
    line-height: 36px;
}
.anasayfaSektorler ul{
    display:flex;
    width:100%;
    margin-bottom:60px;
}
.anasayfaSektorler ul li{
    flex:1;
    max-width: 630px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.anasayfaSektorler ul li:first-child{
    padding-right: 60px;
}
.anasayfaSektorler > div > div{
    width:100%;
    position: relative;
    overflow:hidden;
    height:380px;
}
.anasayfaSektorler .slider-text{
    width:100%;
    background:#fff;
    height:50px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.anasayfaSektorler .slider-text a{
    font-size: 20px;
    font-weight: 300;
    color:#090a0c;
    width:100%;
    height:50px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.anasayfaSektorler .slider-text a:hover{
    background:#4374b8;
    color:#fff;
}
.anasayfaSektorler .swiper-slide:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
#slider2 .swiper-pagination-bullet-active{
    background:#4374b8!important;
}
.footer_ust{
    width:100%;
    height:140px;
    display:flex;
    justify-content: center;
    align-items: center;
    background:#4374b8;
}
.footer_ust ul{
    max-width: 1260px;
}
.footer_ust ul li{
    float:left;
    margin-right:60px;
    position: relative;
    padding-left: 30px;
}
.footer_ust ul li:last-child{
    margin-right:0;
}
.footer_ust ul li address{
    color:#fff;
    max-width: 310px;
}
.footer_ust ul li i{
    position: absolute;
    left:0;
    top:0;
    color:#fff;
    font-size:22px;
}
.footer_ust ul li a{
    color:#fff;
}
.footer_ust ul li a:Hover{
    text-decoration: underline;
}
.footer_ust ul li:last-child{
    margin:0;
}
.footer_alt{
    background:#3c68a5;
    display:flex;
    justify-content: center;
    align-items: center;
    height:70px;
}
.footer_alt li{
    float:left;
}
.footer_alt li a{
    color:#fff;
    font-weight: bold;
    font-size: 14px;
    display:block;
    padding:0 20px;
    line-height: 70px;
}
.footer_alt li:Hover{
    background:#4374b8;
}
.breadcrumb{
    height:350px;
    background-size: cover!important;
    background-position: top center!important;
    position: relative;
    display:flex;
    align-items: flex-end;
}
.icheader:after{
    display:none!important;
}
.breadcrumb div{
    width:1260px;
    margin:0 auto;
    height:80px;
    background:rgba(67,116,184,0.7);
    padding:0 30px;
}
.icheader:before{
    max-height: 350px;
}
.breadcrumb div h1{
    font-size: 32px;
    float:left;
    line-height: 80px;
    font-weight: bold;
    color:#fff;
}
.breadcrumb div ul{
    float:righT;
}
.breadcrumb div ul li{
    float:left;
    color:#ffF;
    font-size:14px;
    line-height: 80px;
    margin-right:30px;
    position:relative;
}
.breadcrumb div ul li:after{
    content: "\e92d";
    font-family: profornet;
    position: absolute;
    color: #fff;
    right: -20px;
    top: 0;
    font-size: 8px;
}
.breadcrumb div ul li:last-child{
    margin:0;
}
.breadcrumb div ul li:last-child:after{
    display:none;
}
.breadcrumb div ul li a{
    color:#ffF;
    font-size:14px;
    line-height: 80px;
}
.sayfa{
    width: 1260px;
    margin:60px auto;
}
.sayfa p{
    margin-bottom: 20px;
}
.sayfa p:last-child, .sayfa p:last-of-type{
    margin-bottom: 0;
}
.sayfa h2{
    font-size:36px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#4374b8;
}
.sayfa_fotografli{
    width:100%;
    display:flex;
    padding:60px 0;
}
.sayfa_fotografli > div{
    flex:1;
    padding-right:60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sayfa_fotografli > figure{
    flex:1;
}
.sayfa a{
    color:#4374b8;
    font-weight: bold;
}
.sayfa a:hover{
    color:#204d8d;
}
.sayfa_mvp{
    width:100%;
    display:Flex;
    margin-top:30px;
}
.sayfa_mvp li{
    flex:1;
    margin-right:30px;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.sayfa_mvp li:last-child{
    margin:0;
}
.sayfa_mvp li img{
    width: 80px;
    height: 80px;
    bottom: 0;
    transform: translateX(-50%);
    transition: transform 0.35s;
    margin-left: 40px;
}
.sayfa_mvp li strong{
    font-size:30px;
    color:#4374b8;
    margin-bottom: 5px;
}
.sayfa_mvp li:hover img{
    -webkit-transform: translateX(-50%) translateY(-20px) rotate(8deg);
    transform: translateX(-50%) translateY(-20px) rotate(8deg);
}
.sayfa_mvp li figure{
    position: relative;
    padding-bottom: 30px;
    height: 120px;
    width:80px;
}
.sayfa_mvp li figure:Before{
    position: absolute;
    height: 8px;
    width: 66px;
    content: "";
    bottom:15px;
    left: 50%;
    margin-left: -33px;
    background: rgba(0,0,0,0.06);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.makine_liste{
    width:1260px;
    margin:auto;
    padding-bottom: 90px;
}
.makine_liste > ul > li{
    float:left;
    width:615px;
    height:350px;
    position: relative;
    margin-right: 30px;
    margin-top: 80px;
	border:1px solid #ebebeb
}
.makine_liste li:nth-child(2n){
    margin-right: 0;
}
.makine_liste li div{
    position: relative;
    height:60px;
    line-height: 60px;
    background-color: rgba(0,0,0,0.3);
    left:0;
    bottom:0;
    width:100%;
}
.makine_liste li div h2 a{
    font-size: 18px;
    margin:0;
    float:left;
    color:#fff;
    padding:0 30px;
	width:100%;
}
.makine_liste li ul{
    float:right;
}
.makine_liste li ul li{
    float:left;
    line-height: 60px;
}
.makine_liste li ul li i{
    float:left;
    margin-right: 10px;
    font-size: 18px;
    color:#fff;
    line-height: 60px;
}
.makine_liste li ul li a{
    font-size: 13px;
    font-weight: bold;
    color:#fff;
    display:block;
    padding:0 10px;
}
.makine_liste li ul li:hover, .makine_liste li div h2 a:hover{
    background-color: #0065b2;
}
.makine_liste img{
    display:block;
}
.urunDetay{
    width:100%;
}
.urunDetay_ust{
    width:100%;
    background-color: #dfdfdf;
}
.urunDetay_ust > div{
    width:1260px;
    margin:auto;
}
.urunDetay_ust-tabs{
    float:left;
}
.urunDetay_ust-tabs li{
    float:left;
    padding:0 25px;
    cursor:pointer;
    line-height: 60px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.urunDetay_ust-tabs li:hover{
    background-color: #fff;
}
.urunDetay_ust-tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.urunDetay_ust-tabs .secili{
    background: #fff;
}
.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;  
    color:#4374b8;
}
.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:244px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.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:#0065b2;
    display:block;
}
.urunDetay_ust-linkler li i{
    color:#0065b2;
    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;
}
.urunDetay_alt ul{
    width:100%;
}
.urunDetay_alt ul li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.urunDetay_alt ul li:before{
    position: absolute;
    left: -0;
    top: 4px;
    color: #37383c;
    font-size: 9px;
    font-family: 'profornet';
    content: "\e92d";
}
.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;
}
.urundetayBreadcrumb{
    height:500px;
}
.iletisim{width:1260px; margin:60px auto; position:relative; display:flex;}
.iletisim > div{flex:1; margin-right:30px; background:#fafafa; display:flex;}
.iletisim > div:last-child{margin-right:0;}
.iletisim li:last-child{margin-bottom:0;}
.iletisim h2{font-size:24px; color:#204d8d; margin-bottom:20px; font-weight: bold;}
.iletisim__bilgiler i{width:40px; height:40px; font-size:22px; position:absolute; left:0; top:0; text-align:center; line-height:40px; border-radius:3px;}
.iletisim__bilgiler ul{float:left; width:100%; margin-right:30px;}
.iletisim__bilgiler li{width:100%; line-height:40px; margin-bottom:15px; font-size:14px; color:#131518; position:relative; padding-left:50px;}
.iletisim__bilgiler li a{font-size:14px; color:#131518;}
.iletisim__bilgiler li address{line-height:16px; display:block; padding-top:5px; max-width:370px;}
.iletisim__bilgiler li:first-child{padding-left:0;}
.iletisim__form input{border:1px solid #e1e1e1; background:#fff; height:40px; line-height:40px; padding-left:10px; width:100%;}
.iletisim__form textarea{border:1px solid #e1e1e1; background:#fff; height:90px; padding:10px; width:100%;}
.iletisim__form span{font-size:13px; font-weight:bold; display:block; margin-bottom:5px;}
.iletisim__form li{width:100%; margin-bottom:20px;}
.iletisim__form button{width:100px; height:30px; line-height:30px; text-align:center; color:#fff; font-size:14px; font-weight:bold; background:#131518;  border-radius:3px;}
.iletisim__form button:hover{background:#f2af00; }
.iletisim__form .error{font-size:13px; color:red!important;}
.iletisim__form input.error{border:1px solid red!important;}
.iletisim__form textarea.error{border:1px solid red!important;}
.iletisim__bilgiler--harita{float:left; width:585px; height: 400px;}
.iletisim__bilgiler:after{clear:both; display:Table; content:"";}
.iletisim__bilgiler--form h2{font-size:24px; color:#204d8d; margin-bottom:20px; font-weight: bold;}
.iletisim__bilgiler--form{width:585px; float:left;}
.iletisim__bilgiler--form input{
    width:100%;
    height:40px;
    line-height: 40px;
    border:1px solid #ededed;
    padding-left: 10px;
}
.iletisim__bilgiler--form li{
    padding-left: 0;
}
.iletisim__bilgiler--form textarea{
    width:100%;
    height:80px;
    border:1px solid #ededed;
    padding: 10px;
}
.iletisim__bilgiler--form input[type=submit]{
    width:100px;
    height:40px;
    line-height:36px;
    text-align: center;
    border-radius: 20px;
    background: #204d8d;
    font-weight: bold;
    color:#fff;
}
.iletisim__bilgiler--form input[type=submit]:hover{
    background:#090a0c;
    color:#fff;
}
.iletisim__bilgiler > ul, .iletisim__bilgiler--form{
    padding:30px;
    width:50%!important;
    margin:0!important;
}
.iletisim__bilgiler--form{
    background:#ededed;
}
.iletisim_sosyalmedya a{
    float:left;
    width:40px;
    height:40px;
    line-height: 40px;
    display:block;
    text-align: center;
}
.iletisim_sosyalmedya a:hover{
    color:#204d8d;
}


.s-mail {
margin-left:20px;
}























.urunDetay_ust > div:after,
.makine_liste:After{
    clear:both;
    display:Table;
    content:"";
}











