body{
    padding-top: 80px;
}
header{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100px;
    background-color: #fff;
    z-index: 10;
    -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);
    transition: all ease 0.3s;    
}
.header_ust{
    width:100%;
    height:50px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
}
.header_ust > ul{
    width:1260px;
    margin:auto;
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
}
.header_ust > ul > li{
    height: 49px;
    position: relative;
    float:left;
}
.header_ust-eposta{
    padding:0 30px 0 30px;
	display:flex;
	align-items:center;
}
.header_ust-eposta img{
    width:25px;
    height:25px;
    position: absolute;
    left:30px;
    top:11px;
}
.header_ust-eposta a{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
}
.header_ust-eposta span{
    color:#292a38;
    font-size: 14px;
    line-height: 49px;
}

.header_ust-eposta i {color:#000;font-size:26px;margin-right:10px;}

.header_ust-eposta:hover{
    background:#46688c;
	color:#fff;
}

.header_ust-eposta:hover span {color:#fff;}
.header_ust-eposta:hover i {color:#fff;}


.header_ust-saat{
    padding:0 30px 0 60px;
    border-left: 1px solid #46688c;
    height: 49px;
	color:#fff;
}
.header_ust-saat img{
    width:25px;
    height:25px;
    position: absolute;
    left:30px;
    top:11px;
}
.header_ust-saat ul li{
    float: left;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 49px;
}
.header_ust-saat ul li span{
    font-size: 12px;
    display:block;
}
.header_ust-saat ul li p{
    font-size: 14px;
    display:block;
}
.header_ust-saat ul li:first-child{
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}
.header_ust-saat ul li:first-child:after{
    width:1px;
    height:20px;
    top:15px;
    right:0;
    background-color: #eeeeee;
    content:"";
    position: absolute;
}
.header_ust-sosyal a{
    float:left;
    line-height: 49px;
    width:40px;
    text-align: center;
    font-size: 18px;
	color:#000
}
.header_ust-sosyal a:Hover{
    background-color: #46688c;
	color:#fff!important;
}
.header_alt{
    width:100%;
    height:100px;
}
.header_alt > div{
    width:1260px;
    margin:auto;
    display:flex;
    height:100px;
}
.header_alt figure{
    display:flex;
    align-items: center;
}
.header_alt figure img{
    height:40px;
}
.header_alt nav{
    flex:1;
    display:flex;
    align-items: center;
    justify-content: center;
}
.header_alt > div > nav > ul > li{
    float:left;
    line-height: 100px;
    position: relative;
}
.header_alt > div > nav > ul > li > a{
    font-weight: 500;
    font-size:20px;
    display:block;
    padding:0 20px;
	background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	text-transform:uppercase;
}



.header_alt > div > nav > ul > li > a:hover{
background: -webkit-linear-gradient(left, #17274c 20%, #308bb5 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	transition:all ease 0.3s;
		opacity: 1;
	transition: transform 0.3s;
	transform: scale3d(1,1,1);
	
}






.header_alt > div > nav > ul > li:hover > ul{
    display:block;
}
.header_alt > div > nav > ul > li > ul{
    width:250px;
    position: absolute;
    left:0;
    top:100px;
    display:none;
    background-color: #eeeeee;
}
.header_alt > div > nav > ul > li > ul > li{
    width:100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header_alt > div > nav > ul > li > ul > li > a{
    display:block;
    padding:10px 20px;
    font-size:14px;
    line-height: 18px;
}
.header_alt > div > nav > ul > li > ul > li:last-child{
    border:0;
}
.header_alt > div > nav > ul > li > ul > li:Hover{
    background-color: #00aeef;
}
.header_alt > div > nav > ul > li > ul > li:Hover a{
    color:#fff;
}
.header_alt > div > div{
    display:flex;
    align-items: center;
	margin-left:10px;
}
.header_alt > div > div > i{
    width:30px;
    height:30px;
    border-radius: 50%;
    color:#fff;
    text-align: center;
    line-height: 30px;
    float:left;
    margin-right: 10px;
    font-size:14px;
	background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);


}
.header_alt > div > div > a{
    font-size: 18px;
    font-weight: 500;
	color:#000
}

.header_alt > div > div > a:hover{
background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);

}

.telephone:hover {background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text!important;
    background-clip: text!important;}

.slide{
    background-size:cover;
    background-position:center;
}  
#slide1{
    background-color:rgb(153, 25, 125);
}  
#section4{
background-color:#999; 
}
#fp-nav ul li a span {
background-color: #f00;
}

.fp-slidesNav ul li a span {
background-color: #fff;
}
.fp-tableCell{
    display:block!important;
}
.desk-slide {display:block;}
.m-slide {display:None}
.t-slide {display:None}
.slide{
    background-size:cover;
    background-position:center;
}  
#slide1{
    background-color:rgb(153, 25, 125);
} 
.swiper-pagination-bullet{
    background:#000!important;
}
#section1{
background: rgb(233,233,233);
background: linear-gradient(90deg, rgba(233,233,233,1) 0%, rgba(217,217,217,1) 50%, rgba(233,233,233,1) 100%);
}
#slider{
    width:1260px;
    margin:auto;
    overflow: hidden;
    padding-top:45px;
	height:540px;
	position:relative;
}
.slider-text{
    display:flex;
    width:100%;
}
.slider-text div{
    width:50%;
    max-width: 50%;
    min-width: 50%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 30px;
}
.slider-text figure{
    padding-left: 120px;
}
.slider-text h1{
    font-size: 60px;
    color:#3a688f;
    font-weight: 500;
    margin-bottom: 30px;
}
.slider-text p{
    font-size:18px;
    color:#000;
    margin-bottom: 30px;
    line-height: 24px;
}
.slider-text a{
    font-size:16px;
    color:#fff;
    line-height: 55px;
    height:55px;
    background:#3a688f;
    width:150px;
    font-weight: 500;
    text-align: center;
}
.slider-text a:hover{
    background:#318cdd;
    color:#fff;
}
#section1 .section-content{
    display: flex;
    flex-direction: column;
    height: 100%;
} 
#section2{
    /*background:url(../images/bg2.png);*/
    background-size: cover;
}
.anasayfaBizkimiz{
    width:100%;
    padding:90px 0px;
    background-image: url(../images/dunyabg.png);
    background-position: center;
    background-size: cover;
}
.anasayfaBizkimiz > div{
    width:845px;
    margin:auto;
	text-align:center;
}
.baslik{
    width:100%;
    display:flex;
}
.baslik > li{
    flex:1;
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding:0 30px;
}
.baslik > li:first-child{
    text-align: right;
    border-right:3px solid #eeeeef;
}
.baslik strong{
    color:#3a688f;
    font-size:14px;
}
.baslik h2,.anasayfaBizkimiz h2{
    font-size:48px;
    font-weight: bold;
	background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;	
}

.baslik h2 {font-size:36px!important}

.baslik p,.anasayfaBizkimiz p{
    color:#273d50;
    margin: 10px 0px;
	font-size:20px;
	line-height:28px;
	text-align:center;
}

.anasayfaBizkimiz strong {background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;}
.anasayfaBizkimiz p img {margin:auto;width:200px;margin-top:15px;}
.baslik p:last-child{
    margin:0;
}
.anasayfaBizkimiz_ul{
    display:Flex;
    width:1050px;
    margin:60px auto 0 auto;
}
.anasayfaBizkimiz_ul li{
    flex:1;
    background:#f7f7f7;
    margin-right:30px;
    position: relative;
}
.anasayfaBizkimiz_ul li a{
    display:flex;
    justify-content: center;
    align-items: center;
    height:240px;
    flex-direction: column;
    font-size:18px;
}
.anasayfaBizkimiz_ul li img{
    width:80px;
    height:80px;
    margin-bottom: 30px;
}
.anasayfaBizkimiz_ul li strong{
    color:#3a688f;
}
.anasayfaBizkimiz_ul li:last-child{
    margin: 0;
}
.anasayfaBizkimiz_ul li:hover strong{
    color:#fff;
}
.anasayfaBizkimiz_ul li:hover{
    background:#c42232;
}
.anasayfaBizkimiz_ul li:hover img{
    filter: invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(5);
}
.anasayfaBizkimiz_ul li:after{
    width:300px;
    height:10px;
    background:#f7f7f7;
    opacity:0.6;
    position: absolute;
    left:15px;
    bottom:-10px;
    content:"";
    display:none;
}
.anasayfaBizkimiz_ul li:hover:after{
    background:#c42232;
    display:block;
}
.anasayfaNeyapiyoruz{
    width:100%;
    padding:90px 0;
    background-image: url(../images/servisbg.jpg);
    background-position: center;
    background-size: cover;
}
.anasayfaNeyapiyoruz > div{
    width:1260px;
    margin:auto;
}
.anasayfaNeyapiyoruz h2, .anasayfaNeyapiyoruz .baslik p , .anasayfaNeyapiyoruz .baslik strong{
    color:#fff;
}
.anasayfaNeyapiyoruz .baslik p a{
    background:#40b3e7;
	border-radius:4px;
	padding:4px;
}
.anasayfaNeyapiyoruz .baslik p a:hover{
    background:#2e7da1;
}

.anasayfaNeyapiyoruz_urun{
    width:362px;
    margin:60px auto 0 auto;
    position: relative;
}
.anasayfaNeyapiyoruz_urun > div > div > div{
    display: none;
    position: absolute;
    padding: 30px;
    background: #fff;
    text-align: center;
    right: 60px;
    width: 210px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
	z-index:999;
}
/*.anasayfaNeyapiyoruz_urun > div > div:hover > div{
    display:block;
}*/
.anasayfaNeyapiyoruz_urun > div > div > div:after{
    width:90%;
    height:5px;
    background:#f7f7f7;
    opacity:0.6;
    position: absolute;
    left:5%;
    bottom:-5px;
    content:"";   
}
.anasayfaNeyapiyoruz_urun > div > div > div:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 14px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    content: "";
    right: -14px;
    top: 50%;
    margin-top: -16px;
}
.anasayfaNeyapiyoruz_urun span{
    width:40px;
    height:40px;
    line-height:40px;
    text-align: center;
    color:#fff;
    font-size:16px;
    background:#40b3e7;
    border-radius: 50%;
    display:block;
    cursor: pointer;
}
.anasayfaNeyapiyoruz_urun > div > div{
    position:absolute;
	color:#000
}

.anasayfaNeyapiyoruz_urun p {font-size:20px;font-weight:700}

.urunNokta1{
    top: 76px;
    left: 41px;
}
.urunNokta2{
    top: 209px;
    left: 271px;
}
.urunNokta3{
    top: 10px;
    left: 55px;
}
.urunNokta4{
    top: 20px;
    left: 275px;
}
.urunNokta7{
    top: 4px;
    left: 227px;
}
.urunNokta5{
    top: 310px;
    left: 65px;
}
.urunNokta6{
    top: 335px;
    left: 205px;
}
.anasayfaUrunler{
    width: 100%;
    padding:60px 0;
}
.anasayfaUrunler > div{
    width:1200px;
    margin:auto;
}
.anasayfaUrunler_slider{
    width:100%;
    margin-top: 60px;
    overflow:hidden;
}
.anasayfaUrunler_slider .swiper-slide{
    width:300px;

    border:1px solid #eeeeef;
    text-align:center;
}
.anasayfaUrunler_slider .swiper-slide img{
	width:100%;
}
.anasayfaUrunler_slider .swiper-slide a{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;   
    padding:30px;    
}
.anasayfaUrunler_slider .swiper-slide span{
    color:#454545;
    margin-top: 20px;
	font-size:25px;
	color:#3a688f;
}
.anasayfaUrunler_slider .swiper-slide:Hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.slides-nav img {height:30px;}
.slides-nav img:hover {filter: drop-shadow(2px 4px 6px black);}

footer{
    width:100%;
    padding:90px 0;
    background-image: url(../images/footerbg.jpg);
    background-position: center;
    background-size: cover;
}
footer > div{
    width:1260px;
    margin:auto;
}
.footer_ust{
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
}
.footer_ust img{
    height:40px;
}
.footer_ust nav li{
    float:left;
    border-radius:22px;
}
.footer_ust nav li a{
    color:#ffF;
    font-size:18px;
    font-weight: bold;
    display:block;
    line-height: 45px;
    padding:0 20px;
}
.footer_ust nav li a:Hover{
	background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);

    border-radius: 22px;
}
footer .header_bilgiler li{
    height:45px;
}
footer .header_bilgiler li img{
    top:0;
}
footer .header_bilgiler li strong, footer .header_bilgiler li a{
    color:#fff;
}
footer .header_bilgiler li a:hover{
    color:#fff;
    text-decoration: underline;
}
.footer_alt{
    margin-top: 120px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between; 
}
.footer_alt ul li{
    float:left;
    font-size:14px;
    color:#fff;
    position: relative;
    margin-right: 40px;
    line-height: 50px;
}
.footer_alt ul li:last-child{
    margin:0;
}
.footer_alt ul li:first-child:after{
    position:absolute;
    content:"|";
    color:#fff;
    font-size:12px;
    right:-20px;
}

.footer_alt ul li:nth-child(2):after{
    position:absolute;
    content:"|";
    color:#fff;
    font-size:12px;
    right:-20px;
}

.footer_alt ul li a {color:#fff;}
.footer_alt ul li a:hover {text-decoration:underline;}

.footer_alt div{
    text-align:center;
	margin-left:-212px;
}
.footer_alt span{
    display:block;
    color:#fff;
}
.footer_alt div a{
    font-size:30px;
    color:#fff;
}
.footer_alt img{
    height:40px;
}
.breadcrumb{
    width:100%;
    height:250px;
    padding-bottom: 30px;
    background-size: cover;
    background-position:center;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.breadcrumb h1{
    font-size:60px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#fff;
}
.breadcrumb li{
    float:left;
    margin-right: 40px;
    position: relative;
    font-size:13px;
    color:#fff;
}
.breadcrumb li a{
    color:#fff;
}
.breadcrumb li:last-child{
    margin:0;
}
.breadcrumb li:after{
    position: absolute;
    right: -23px;
    top: 4px;
    content: "\e92d";
    font-family: 'profornet';
    color: #fff;
    font-size: 7px;
}
.breadcrumb li:last-child:After{
    display:none;
}

.breadcrumb li a:hover{
    text-decoration:underline;
}
.sayfa{
    width:100%;
}
.sayfa h2{
    font-size:48px;
    font-weight: bold;
    background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 10px;
    margin-top:40px;
	display:inline-block;
}
.sayfa h2:first-child, .sayfa h2:first-of-type{
    margin-top: 0;
}
.sayfa p{
    font-size:18px;
    color:#273d50;
    line-height: 30px;
    margin-bottom: 15px;
}
.sayfa p:last-child, .sayfa p:last-of-type{
    margin-bottom: 0;
}

.sayfa h2 strong{
    color: #3a688f;
    font-size: 14px;
    display:block;
}
.hakkimizda_hikaye{
    width:100%;
    padding-bottom:90px;
}
.hakkimizda_hikaye strong{
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}
.hakkimizda_hikaye span{
    font-size: 13px;
    display: block;
}
.hakkimizda_hikaye ul{
    width:1260px;
    margin:auto;
    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;
    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 li:nth-child(5) strong{
    margin-top:-32px
}
.hakkimizda_hikaye ul li:nth-child(7) strong{
    margin-top:-45px
}
.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;
}
.hakkimizda{
    width:1260px;
    margin:auto;
    padding:45px 0;
}

.hakkimizda ul {margin-left:30px;}
.hakkimizda ul li {line-height:30px;font-size:18px;list-style:circle;}

.hakkimizda a {color:#000;font-weight:bold;}
.hakkimizda a:hover {text-decoration:underline;transition:All ease 0.3s;}

.hakkimizda_hikaye{
    width:100%;
    background-color: #f7f7f7;
    padding:45px 0 120px 0;
}
.hakkimizda_hikaye h2{

    margin:0 auto 20px 40px;
	display:inline-block;
}
.iletisim{
    background-image: url(../images/worldbg.png);
    background-position: top center;
    width:1260px;
    margin:auto;
    position: relative;
    padding:30px 0 90px 0;
}
.iletisim_bilgiler{
    display:flex;
}
.iletisim_bilgiler li{
    flex:1;
    margin-right:30px;
    padding:30px;
    height:200px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	border: 10px solid;
	  border-image-slice: 1;
  border-width: 3px;
 border-image-source: linear-gradient(to left, #2f509e, #40b3e7);
}
.iletisim_bilgiler li:last-child{
    margin:0;
}
.iletisim_bilgiler li i{
    font-size:36px;
    margin-bottom: 10px;
background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.iletisim_bilgiler li a{
    font-size:16px;
    height:35px;
    color:#2d3134;
}
.iletisim_bilgiler li address{
    font-size:14px;
    height:35px;
}
.iletisim_bilgiler li strong{
    margin-bottom: 10px;
    font-size:18px;
    color:#2d3134;
}
.iletisim_bilgiler li p{
    font-size:14px;
    height:35px;
}
.iletisim_bilgiler li a:hover{
    color:#c42232;
    text-decoration:underline;
}
.iletisim_bilgiler li:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.iletisim_form li input[type=text], .iletisim li select{
    width:100%;
    height:50px;
    border:1px solid #dadddf;
    padding-left: 15px;
    background-color:#fff;
}
.iletisim_form li textarea{
    width:100%;
    height:100px;
    border:1px solid #dadddf;
    padding: 15px;
    background-color:#fff;
}
.iletisim_form div{
    flex:1;
}
.iletisim_form li a{
    font-weight: bold;
background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-left: 5px;
}
.iletisim_form button{
    display:inline-block;
    margin-left: 20px;
    height: 40px;
    background:#3a688f;
    color: #fff;
    font-size: 14px;
    position: relative;
    border-radius: 20px;
    padding: 0 40px;
}
.iletisim_form button:Hover{
background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
transition:all ease 0.3s;
}
.iletisim_info{
    display:flex;
}
.iletisim_form{
    width:600px;
    margin:auto;
    padding-top:90px;
    text-align:center;
}
.iletisim_form h2{
    font-size:48px;
    font-weight: bold;
background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 10px;
}
.iletisim_form p{
    font-size:18px;
    color:#273d50;
    line-height: 30px;
    margin-bottom: 30px;
}
.iletisim_form h2 strong{
    color: #3a688f;
    font-size: 14px;
    display:block;
}
.iletisim_form li{
    margin-bottom: 30px;
}
.urunListe h2{
    font-size:48px;
    font-weight: bold;
background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 10px;   
}
.urunListe h2 strong{
    color: #3a688f;
    font-size: 14px;
    display:block; 
}
.urunListe p{
    font-size: 18px;
    color: #273d50;
    line-height: 30px;
}
.urunListe > div{
    width:1260px;
    margin:auto;
}
.urunListe{
    width:100%;
    padding:90px 0;
    background:#f7f7f7;
	
	
}
.urunListe li{
    width: 40%;
    text-align: center;
    float:left;
	margin:0px 15px;
	    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.urunListe ul{
    margin-top: 60px;
    margin-bottom: 30px;
	display:flex;
	justify-content:center;
}
.urunListe li:nth-child(4n){
    margin-right:0;
}
.urunListe li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.urunListe li span{
background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 20px;
	font-size:20px;
	text-transform:uppercase;
}
.urunListe li:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.urunListe li:hover span{
    color:#000;
}
.paginasyon a{
    color:#2d3134;
}
.paginasyon a:hover{
    background-color: #c42232;
}
.urunDetay{
    width:100%;
    padding:90px 0;
}
.urunDetay > div{
    width:1260px;
    margin:auto;
    display:flex;
}
.urunDetay > div > figure{
    flex:1;
    padding:30px;
    background-color: #fff;
    max-width:630px;
    border:1px solid #dfdfdf;
    position:relative;
}
.urunDetay > div > div{
    flex:1;
    padding:60px;
    background-color: #f7f7f7;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}
.urunDetay_bilgiler h2{
background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold;
    font-size:30px;
    margin-bottom: 10px;
}
.urunDetay_bilgiler h3{
    color:#2d3134;
    font-size:24px;
    margin-bottom:30px;
    
}
.urunDetay_bilgiler p{
    font-size: 16px;
    color: #273d50;
    line-height: 24px;
    margin-top: 30px;
}

.urunDetay_bilgiler ul {margin-left:30px;}

.urunDetay_bilgiler li{
    font-size: 16px;
    color: #273d50;
    line-height: 24px;
	list-style-type: circle;
}

.urunDetay_bilgiler h4{
    color:#c42232;
    font-weight: bold;
    font-size:24px;
    margin:30px 0;
}
.urunDetay_bilgiler-liste{
    width:100%;
}
.urunDetay_bilgiler-liste > li{
    width:100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    font-size:14px;
}
.urunDetay_bilgiler-liste > li:last-child{
    border:0;
    margin:0;
}
.urunDetay_bilgiler-liste > li > ul{
    width:100%;
    display:Flex;
}
.urunDetay_bilgiler-liste > li > ul > li:first-child{
    font-weight: bold;
    width:200px;
}
.urunDetay_bilgiler-liste > li > ul > li:last-child{
    flex:1;
}
.urunDetay_bilgiler-pdf{
    background-color: #c42232;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    font-size: 14px;
    font-weight: bold;
}
.urunDetay_bilgiler-pdf i{
    float:left;
    line-height: 40px;
    margin-right: 10px;
    font-size: 18px;
    color:#fff;
}
.urunDetay_bilgiler-pdf:hover{
    background-color: #3a688f;
}
.urunDetay > div > figure > ul{
    display:Flex;
    flex-wrap: wrap;
    position: absolute;
    left:30px;
    bottom:30px;
}
.urunDetay > div > figure > ul > li{
    margin-right:10px;
    margin-top:10px;
    width:170px;
    cursor:pointer;
}
.urunDetay > div > figure > ul > li:nth-child(3n){
    margin-right:0;
}


.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: rgb(233,233,233);
background: linear-gradient(90deg, rgba(233,233,233,1) 0%, rgba(207,207,207,1) 50%, rgba(233,233,233,1) 100%);
    display:Flex;
    flex-direction: column;
    justify-content: center;
}
.anasayfaFacility h2{
    font-weight: bold;
    font-size: 48px;
background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.anasayfaFacility p{
    font-weight: 500;
    font-size: 18px;
    color:#3a688f;
    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;
	-webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
}

.ayn{
    width:100%;
    padding:60px 0;
background: rgb(196,34,50);
background: linear-gradient(90deg, rgba(196,34,50,1) 0%, rgba(140,21,33,1) 50%, rgba(196,34,50,1) 100%);	
}

.ayn > div{
    width:1260px;
    margin:auto;
    position: relative;
}

.ayn > div > strong {color:#fff;}
.ayn > div > h2 {color:#fff;font-size:32px;font-weight:700;margin:5px 0px;}
.ayn > div > p {color:#fff}

.ana-urun {
    text-align: Center;
    display: flex;
    justify-content: center;
	width:100%;
	
	}
.ana-urun ul{display:flex;margin-top:60px;width:980px;}
.ana-urun ul li{margin:0px 30px;-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);}
.ana-urun ul li span {background: -webkit-linear-gradient(left, #2f509e 20%, #40b3e7 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;line-height:40px;margin-top:25px;font-size:24px;}
.ana-urun ul li a {
	    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.ana-urun ul li:hover {-webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1)}
	
	.product-detail {margin-top:20px;}
	.product-detail p {margin-top:10px!important}
	
	
	
.urunListe ul:after,
.urunListe:after,
.sayfa:after{
    clear:both;
    display:block;
    content:"";
}