.menu li:nth-child(1){
  background: #29bd91;
}.menu li:nth-child(2){
  background: #9C52EE;
}
.menu li:nth-child(3){
  background: #6B6BE7;
}
.menu li:nth-child(4){
  background: #EB5357;
}
.menu li:nth-child(5){
  background: #E7A03B;
}
.menu li:nth-child(6){
    background: rgb(56,157,178);
}


.lang {position:Absolute;z-index:9999;display:flex;top:10px;right:10px;}
.lang ul{display:flex;flex:1;}
.lang ul li {display:flex;flex:1:flex-direction:column;height:25px;margin-right:5px;}
.lang ul li img {height:100%;border-radius:5px;}
.lang ul li img:hover {opacity:0.7;transition:all ease 0.3s;}
.giris{
    width:100%;
    height:100%;
    position: absolute;
    background:url(../images/girisbg.jpg);
    background-size: cover;
    background-position: center;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.giris > figure > img{
    width:300px;
}
.giris h1{
    font-size:36px;
    font-weight: 900;
    margin:30px 0;
    color:#fff;
    text-align: center;
}
.girisForm{
    width:600px;
    background:url(../images/formbg.png);
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.girisForm_renkler{
    width:100%;
    display:flex;
    height:20px;
}
.girisForm_renkler > li{
    flex:1;
}
.girisForm_renkler > li:nth-child(1){
    background: rgb(136,65,213);
    background: linear-gradient(90deg, rgba(136,65,213,1) 0%, rgba(167,90,251,1) 100%);
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.girisForm_renkler > li:nth-child(2){
    background: rgb(103,103,226);
    background: linear-gradient(90deg, rgba(103,103,226,1) 0%, rgba(127,126,253,1) 100%);
}
.girisForm_renkler > li:nth-child(3){
    background: rgb(234,83,87);
    background: linear-gradient(90deg, rgba(234,83,87,1) 0%, rgba(255,110,114,1) 100%);
}
.girisForm_renkler > li:nth-child(4){
    background: rgb(234,85,86);
    background: linear-gradient(90deg, rgba(234,85,86,1) 0%, rgba(238,120,79,1) 100%);
}
.girisForm_renkler > li:nth-child(5){
    background: rgb(227,155,31);
    background: linear-gradient(90deg, rgba(227,155,31,1) 0%, rgba(233,170,80,1) 100%);
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.girisForm_form{
    width:100%;
    padding:30px;
}
.girisForm_form > figure > img{
    margin:auto;
    width:200px;
}
.girisForm_form > figure{
    margin-bottom: 20px;
}
.girisForm_form h3{
    color: #f15c60;
    text-align: center;
}
.girisForm_form li{
    width:100%;
    position: relative;
    padding-right:80px;
    background:#e5e5e5;
    border-radius: 5px;
    margin-top: 10px;
    line-height: 40px;
}
.girisForm_form > ul > li > figure{
    position: absolute;
    right:0;
    top:0;
    height:40px;
    background:#d2d2d2;
    pointer-events: none;
    display:flex;
    justify-content: center;
    align-items: center;
    width:80px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.girisForm_form > ul > li > figure > img{
    width:30px;
}
.girisForm_form > ul > li > input{
    width:100%;
    height:40px;
    border:0;
    background:none;
    padding-left: 20px;
    border:1px solid #e5e5e5;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.girisForm_form > ul > li:hover input{
    border:1px solid #a055f3;
    
    background:#efe0ff;
}
.girisForm_form > ul > li:hover input::placeholder{
    color:#692aac;
}
.girisForm_form > ul > li > input::placeholder{
    font-weight: 500;
}
.girisForm_form > ul > li:hover figure{
    background: #a055f3;
    
}
.girisForm_form > ul > li:hover img{
    filter:invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(5);
    
}
.girisForm_form > ul > li:last-child{
    background:none;
    padding:0;
}
.girisForm_form > ul > li > button{
    width:120px;
    height:40px;
    background:#10a3c3;
    color:#fff;
    font-size:14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin: 30px auto 0 auto;
    display:block;
    
}
.girisForm_form > ul > li > button:hover{
    background:#a055f3;
    
}
header{
    width:100%;
    height:calc(100vh - 110px);
    position: relative;
    background-size:cover!important;
    background-position: center!important;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom:100px;
    padding-top: 130px;
}
.kurucumuzbg{
    background:url(../images/kurucumuzbg.jpg);
}
header nav{
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
    height:140px;
}
header nav ul{
    display:flex;
}
/*
header nav ul li{
    flex:1;
    background: rgb(56,157,178);
    background: linear-gradient(90deg, rgba(56,157,178,1) 0%, rgba(63,175,200,1) 100%);
    height:140px;
    
}
*/


header nav ul li{
    flex:1;
    background: rgb(129,129,129); 
    background: linear-gradient(90deg, rgba(129,129,129,1) 0%, rgba(153,153,153,1) 100%);
    height:140px;
    
}
header nav .secili{
	    background: rgb(129,129,129)!important; 
    background: linear-gradient(90deg, rgba(129,129,129,1) 0%, rgba(153,153,153,1) 100%)!important;
}

















header nav ul li a{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:140px;
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    padding:0 10px;
	text-align:center;
}
header nav ul li img{
    margin-bottom: 10px;
	height:40px;
}
header > figure{
    position: absolute;
    top:60px;
    height:70px;
    z-index: 99;
}
header > figure  img{
    width:300px;
}
header h1{
    font-size:48px;
    font-weight: 900;
    color:#fff;
    text-align: center;
}
footer{
    width:100%;
    display:flex;
    height: 130px;
}
.footer_logo{
    flex:2;
    background:#dfdfdf;
    display:Flex;
    justify-content: center;
    align-items: center;

}
.footer_logo img{
    max-width: 200px;
}
.footer_linkedin{
    flex:3;
    background:#45bdd7;
}
header .slider-text p{
	font-size:24px;
	max-width:900px;
}
.footer_linkedin > div{
    display:Flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-left: 100px;
    padding-right: 30px;
    height:100%;
}
.footer_linkedin span{
    color: #fff;
    opacity: 0.7;
    font-size: 30px;
    font-weight: 900;
    left: -20px;
    position: absolute;
    transform: rotate(-90deg);
    top:70px;
}
.footer_banner{
    overflow: hidden;
    max-width: 375px;
    min-width: 375px;
    background:#45bdd7;
justify-content: flex-end;
    align-items: center;
    display: flex;
    padding-right: 30px;
}
.footer_banner span{
	color:#fff;
	font-size:26px;
}
.footer_banner img{
    width:100%;
}
.footer_sosyalmedya{
    flex:2;
    display:Flex;
}
.footer_linkedin i{
    font-size:36px;
    color:#fff;
    margin-bottom: 15px;
}
.footer_linkedin p{
    font-size:14px;
    color:#fff;
    margin-bottom: 15px;
}
.footer_linkedin a{
    font-size:13px;
    color:#fff;
    border:1px solid #fff;
    border-radius: 5px;
    width:120px;
    text-align: center;
    height:30px;
    line-height: 30px;
}
.footer_linkedin a:hover{
    
    background:#fff;
    color:#45bdd7;
}
.footer_sosyalmedya > li{
    flex:1;
    height:100%;
    
}
.footer_sosyalmedya > li > a{
    font-size:36px;
    color:#7ebfce;
    background:#399db3;
    display:flex;
    justify-content: center;
    align-items: center;
    height:100%;
}

.footer_sosyalmedya > li:hover a{
    
    background:#45bdd7;
    color:#fff;
}
main{
    background:#ebebeb;
}
.kurucumuz_text{
    width:1260px;
    margin:auto;
    padding-top: 90px;
}
.kurucumuz_text h2{
    font-weight: 900;
    color:#333333;
    font-size:36px;
}
.kurucumuz_text strong{
    color:#3dbdd9;
    font-size:30px;
    display:block;
    margin-bottom: 30px;
}
.kurucumuz_text p{
    color:#4a4f55;
    font-size:20px;
    display:block;
    margin-bottom: 30px;
    line-height: 30px;
}
.kurucumuz_kurucu{
    width:100%;
    background:url(../images/kurucubg.jpg);
    background-position: center;
    background-size: cover; 
    padding:30px 0;
}
.kurucumuz_kurucu > div{
    width:1260px;
    margin:Auto;
}
.kurucumuz_kurucu h3{
    font-size:36px;
    color:#11b1d4;
    margin-bottom: 10px;
    font-weight: 600;
}
.kurucumuz_kurucu strong{
    font-size: 30px;
    color:#4a4f55;
    display:block;
    margin-bottom: 30px;
}
.kurucumuz_kurucu a{
    background: rgb(56,157,178);
    height:40px;
    line-height: 40px;
    display:block;
    width:260px;
    font-size:16px;
    color:#fff;
    text-align: center;
    border-radius: 10px;
    
}
.kurucumuz_kurucu a:hover{
    
    background:#a055f3;
}
/*
header .secili{
    background: rgb(129,129,129); 
    background: linear-gradient(90deg, rgba(129,129,129,1) 0%, rgba(153,153,153,1) 100%);
}*/
.sunumlarbg{
    background:url(../images/sunumlarbg.jpg)
}
.sunumlar{
    width:100%;
    background:url(../images/bg1.png);
    background-position: center;
    background-size: cover;
    padding:30px 0;
}
.sunumlar > ul{
    display:flex;
    flex-wrap: wrap;
    width:1260px;
    margin:auto;
}
.sunumlar > ul > li{
    width:228px;
    margin-right:30px;
    margin-bottom:30px;
    background:#fff;
    border-radius: 5px;
    padding:10px 10px 30px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.sunumlar > ul > li:nth-child(5n){
    margin-right:0;
}
.sunumlar > ul > li > figure{
    width:100%;
}
.sunumlar > ul > li > figure > img{
    width:100%;
    overflow:hidden;
}
.sunumlar > ul > li > div{
    width:100%;
    padding-top: 30px;
    text-align: center;
}
.sunumlar h3{
    color:#0c5094;
    font-size:16px;
    font-weight: bold;
	min-height:38px;
    margin-bottom: 15px;
}
.sunumlar p{
    color:#333333;
    font-size:16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.sunumlar > ul > li > div > a{
 /*   color:#333333;
    font-size:16px;
    width:150px;
    text-align: center;
    font-weight: 500;
    border:1px solid #11b1d4;
    border-radius: 5px;
    display:block;
    height:40px;
    line-height: 40px;
    margin:auto;
    padding: 5px;
	*/
	
    color: #333333;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #11b1d4;
    border-radius: 5px;
    display: inline-block;
    margin: auto;
    padding: 5px;
    margin-bottom: 5px;
	
}
.sunumlar > ul > li > div > a:hover{
    background: rgb(56,157,178);
    background: linear-gradient(90deg, rgba(56,157,178,1) 0%, rgba(63,175,200,1) 100%);
    color:#fff;
}
.sunumlar > ul > li:hover{
    background:url(../images/sbg.png);
    background-size: cover;
}
header > p{
    max-width: 50%;
    color:#fff;
    font-size:16px;
    line-height: 20px;
    text-align: center;
    margin-top: 25px;
}
.katalog img{
	height:300px;
}
.videolar{
    width:100%;
    padding:30px 0;
    position: relative;
    text-align: center;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.videolar h2{
    font-size:36px;
    font-weight: 900;
    color:#333;
    border-bottom: 3px solid #11b1d4;
    margin-bottom: 30px;
}
.videolar p{
    font-size:18px;
    font-weight: 500;
    color:#333;
    max-width: 1170px;
    text-align: center;
    margin:0 auto 30px auto;
}

.videolar:after{
    width:100%;
    height:40%;
    position: absolute;
    left:0;
    bottom:0;
    background:#fff;
    content:"";
    z-index: 0;
}
.videolar div{
    max-width:1170px;
    position: relative;
    z-index: 2;
    overflow:hidden;
}
.videolarbg{
    background:url(../images/videolarbg.jpg);
}
.basinbg{
    background:url(../images/basinbg.jpg);
}

.basindabiz > ul{
    display:flex;
    flex-wrap: wrap;
    width:1260px;
    margin:auto;
}
.basindabiz > ul > li{
    width:292px;
    margin-right:30px;
    margin-bottom:30px;
    background:#fff;
    border-radius: 5px;
    padding:30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.basindabiz > ul > li:nth-child(4n){
    margin-right:0;
}
.basindabiz > ul > li > figure{
    width:100%;
    max-height:300px;
    overflow:hidden;
}
.basindabiz > ul > li:hover img{
    opacity:0.7;
}
.basindabiz > ul > li > figure > img{
    height:300px;
    margin:auto;
}
.basindabiz > ul > li > div{
    width:100%;
    padding-top: 30px;
    text-align: center;
}
.basindabiz h3{
    color:#0c5094;
    font-size:18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.basindabiz p{
    color:#333333;
    font-size:16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.basindabiz > ul > li > div > a{
    color:#333333;
    font-size:16px;
    width:150px;
    text-align: center;
    font-weight: 500;
    border:1px solid #11b1d4;
    border-radius: 5px;
    display:block;
    height:40px;
    line-height: 40px;
    margin:auto;
}
.basindabiz > ul > li > div > a:hover{
    background: rgb(56,157,178);
    background: linear-gradient(90deg, rgba(56,157,178,1) 0%, rgba(63,175,200,1) 100%);
    color:#fff;
}
.basindabiz > ul > li:hover{
    background:url(../images/sbg.png);
    background-size: cover;
}
.basindabiz{
    width:100%;
    background:url(../images/bg2.png);
    background-position: center;
    background-size: cover;
    padding:30px 0;
}
.katalog{
    width:100%;
    padding:30px 0;
    background:url(../images/bg3.png);
    background-position: center;
    background-size: cover;
}
.tanitimbg{
    background:url(../images/tanitimbg.jpg);
}
.katalog > div{
    width:620px;
    margin:auto;
    display:flex;
}
.katalog h2{
    color:#0c5094;
    font-weight: 600;
    font-size:36px;
}
.katalog p{
    color:#333;
    font-weight:500;
    font-size:18px;
    display:block;
    margin:10px 0 30px 0;
}
.katalog a{
    color: #333333;
    font-size: 16px;
    width: 150px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #11b1d4;
    border-radius: 5px;
    display: block;
    height: 40px;
    line-height: 40px;
}
.katalog a:Hover{
    background: rgb(56,157,178);
    background: linear-gradient(90deg, rgba(56,157,178,1) 0%, rgba(63,175,200,1) 100%);
    color: #fff;
}
.katalog > div > figure{
    display:Flex;
    justify-content: flex-end;
}
.katalog > div > div{
    display:Flex;
    justify-content:center;
    flex-direction: column;
	padding-right:60px;
}
.bizeulasinbg{
    background:url(../images/bizeulasinbg.jpg);
}
.bizeulasin1 > ul{
    width:1260px;
    margin:auto;
    display:flex;
    flex-wrap: wrap;
}
.bizeulasin1{
    width:100%;
    padding-top:60px;
}
.bizeulasin1 > ul > li{
    width:160px;
    margin-right:60px;
    margin-bottom: 60px;
}
.bizeulasin1 > ul > li:nth-child(6n){
    margin-right: 0;
}
.bizeulasin1 > ul > li > figure{
    width:90px;
    border-radius: 50%;
    padding:5px;
    border:2px solid #ff6f73;
    margin:Auto;
}
.bizeulasin1 > ul > li > figure > img{
    width:80px;
    border-radius: 50%;
}
.bizeulasin1 > ul > li:nth-child(3n) figure{
    border:2px solid #692aac;
}
.bizeulasin1 > ul > li:nth-child(4n) figure{
    border:2px solid #e9ad56;
}
.bizeulasin1 > ul > li > div{
    padding-top:10px;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bizeulasin1 h3{
    font-size:18px;
    font-weight: bold;
    color:#333;
}
.bizeulasin1 a{
    font-size:14px;
    color:#333;
    display:block;
    margin:7px 0;
}
.bizeulasin1 a:hover{
    color:#692aac;
}
.bizeulasin1 strong{
    font-size:14px;
    color:#333;

}
.bizeulasin2{
    width:100%;
}
.bizeulasin2 > ul{
    width:100%;
    display:flex;
    flex-wrap: wrap;
}
.bizeulasin2 > ul  >li{
    width:calc(50% - 15px);
    margin-top: 30px;
    margin-right:30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bizeulasin2 > ul > li:nth-child(2n){
    margin-right: 0;
    align-items: flex-start;
}
.bizeulasin2 > ul > li div{
    width:600px;
    float:right;
    display:flex;
    align-items: center;
}
.bizeulasin2 > ul > li span{
    width:100%;
    height:50px;
    background:#aaaaaa;
    line-height: 50px;
}
.bizeulasin2 > ul > li span b{
    font-weight: 500;
    font-size:14px;
    width:600px;
    float:right;
    line-height: 50px;
    color:#fff;
}
.bizeulasin2 > ul > li:nth-child(odd) div{
    display:flex;
    justify-content: flex-start;
    padding:30px 30px 30px 0;
}
.bizeulasin2 > ul > li > div > figure{
    margin-left: 30px;
    width:125px;
    min-width:125px;
}
.bizeulasin2 > ul > li > div > figure > img{
    border-radius: 50%;
    width:100%;
}
.bizeulasin2 > ul > li > div > ul{
    width:430px;
}
.bizeulasin2 > ul > li:nth-child(1){
    background: rgb(136,65,213);
    background: linear-gradient(90deg, rgba(136,65,213,1) 0%, rgba(167,90,251,1) 100%);
}
.bizeulasin2 > ul > li:nth-child(2){
    background: rgb(227,155,31);
    background: linear-gradient(90deg, rgba(227,155,31,1) 0%, rgba(233,170,80,1) 100%);
}
.bizeulasin2 > ul > li:nth-child(3){
    background: rgb(103,103,226);
    background: linear-gradient(90deg, rgba(103,103,226,1) 0%, rgba(127,126,253,1) 100%);
}
.bizeulasin2 > ul > li:nth-child(4){
    background: rgb(234,83,87);
    background: linear-gradient(90deg, rgba(234,83,87,1) 0%, rgba(255,110,114,1) 100%);
}
.bizeulasin2 h3{
    color:#fff;
    font-size: 30px;
    font-weight: 500;
}
.bizeulasin2 strong{
    color:#fff;
    font-size: 16px;
    font-weight: 500!important;
    display:block;
    margin:10px 0;
}
.bizeulasin2 a{
    color:#fff;
    font-size: 14px;
}
.bizeulasin2 a:hover{
    text-decoration: underline;
}
.bizeulasin2 > ul > li:nth-child(even) div{
    display:flex;
    justify-content: flex-start;
    padding:30px 0 30px 30px;
    flex-direction: row-reverse
}
.bizeulasin2 > ul > li:nth-child(even) figure{
    margin-left: 0;
    margin-right: 30px;
}
.bizeulasin2 > ul > li:nth-child(even) b{
    padding-left: 190px;
    float: left;
}
.bizeulasin3{
    width:100%;
}
.bizeulasin3 > ul{
    width:100%;
}
.bizeulasin3 > ul > li{
    width:100%;
    padding:30px 0;
}
.bizeulasin3 > ul > li > div{
    width:900px;
    margin:auto;
    display:flex;
}
.bizeulasin3 > ul > li > div > figure{
    width:300px;
}
.bizeulasin3 > ul > li > div > figure > img{
    width:100%;
}
.bizeulasin3 > ul > li > div > div{
    width:600px;
    padding-left: 60px;
}
.bizeulasin3  h3{
    font-size: 36px;
    font-weight: 500;
    color:#333;
}
.bizeulasin3  strong{
    font-size:24px;
    font-weight: 500;
    color:#944ce3;
    display:block;
    margin:5px 0;
}
.bizeulasin3  p{
    font-size:16px;
    font-weight: 500;
    color:#333;
    display: block;
    margin-bottom: 20px;
}
.bizeulasin3 > ul > li > div > div > ul{
    width:100%;
}
.bizeulasin3 > ul > li > div > div > ul > li{
    width:100%;
    margin-top:10px;
}
.bizeulasin3 input{
    width:100%;
    height:40px;
    border-radius: 5px;
    background:#dcdcdc;
    padding-left: 10px;
    border:1px solid #dcdcdc;
    transition: all ease 0.3s;
}
.bizeulasin3 input:Hover{
    border: 1px solid #a055f3;
    transition: all ease 0.3s;
    background: #efe0ff;
}
.bizeulasin3 textarea:Hover{
    border: 1px solid #a055f3;
    transition: all ease 0.3s;
    background: #efe0ff;
}
.bizeulasin3 textarea{
    width:100%;
    height:120px;
    border-radius: 5px;
    background:#dcdcdc;
    padding: 10px;
    border:0;
}
.bizeulasin3 button{
    width:140px;
    text-align: center;
    height:40px;
    line-height: 40px;
    border-radius: 5px;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    background:#944ce3;
    display:block;
}
.bizeulasin3 button:hover{
    background:#ff6f73;
}
.bizeulasin3 > ul > li:nth-child(2n){
    background:#f8f8f8;
}
.bizeulasin3 > ul > li:nth-child(2n) > div{
    flex-direction: row-reverse;
}
.bizeulasin3 > ul > li:nth-child(2n) > div > div{
    padding-left: 0;
    padding-right: 60px;
}
.videolar video{
    width: 580px;
    max-width: 100%;
    display: block;
    height: 327px;
}
.logolar{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
	background: linear-gradient(90deg, rgba(129,129,129,1) 0%, rgba(153,153,153,1) 100%);
}
.logolar li{
    width:16.6%;
    height:200px;
    background: rgb(129,129,129);
    background: linear-gradient(90deg, rgba(129,129,129,1) 0%, rgba(153,153,153,1) 100%);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	position:relative;
}
.logolar li a{
    width:100%;
    height:200px;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:30px;
}


.logolar li:hover{
    background: rgb(56,157,178);
    background: linear-gradient(90deg, rgba(56,157,178,1) 0%, rgba(63,175,200,1) 100%);
}
.logolar li.secili{
    background: rgb(56,157,178);
    background: linear-gradient(90deg, rgba(56,157,178,1) 0%, rgba(63,175,200,1) 100%);
}

.bizeulasin4 .bizeulasin2 > ul > li{
    position:relative;
}
.bizeulasin4 .bizeulasin2 > ul > li > div > figure{
    position:absolute;
    right:0;
    top:0;
    width: 205px;
    min-width: 205px;
    height:100%;
}
.bizeulasin4 .bizeulasin2 > ul > li > div > figure > img{
    border-radius: 0;
}
.bizeulasin4 .bizeulasin2 > ul > li:nth-child(odd) div{
padding: 30px 30px 30px 0
}

.bizeulasin4 .bizeulasin2 > ul > li:nth-child(2n) figure{
    right:auto;
    left:0;
    top:0;   
}
.bizeulasin4 .bizeulasin2 > ul > li:nth-child(odd) figure img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.bizeulasin4 .bizeulasin2 > ul > li:nth-child(even) figure img{
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.bizeulasin4 .bizeulasin2 > ul > li:nth-child(even) div{
    padding: 30px 0 30px 235px;
}
.bizeulasin4 .bizeulasin2 > ul > li:nth-child(even) b {
    padding-left: 235px;
}
.bizeulasin5{
    width:100%;
    padding-bottom: 90px;
}
.bizeulasin5 > ul{
    width:100%;
    display:flex;
    flex-wrap: wrap;
}
.bizeulasin5 > ul  >li{
    width:calc(50% - 15px);
    margin-top: 30px;
    background: rgb(129,129,129);
    background: linear-gradient(90deg, rgba(129,129,129,1) 0%, rgba(153,153,153,1) 100%);
    margin-right:30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bizeulasin5 > ul > li:nth-child(2n){
    margin-right: 0;
    align-items: flex-start;
}
.bizeulasin5 > ul > li div{
    width:600px;
    float:right;
    display:flex;
    align-items: center;
}
.bizeulasin5 > ul > li span{
    width:100%;
    height:50px;
    background: rgb(234,83,87);
    background: linear-gradient(90deg, rgba(234,83,87,1) 0%, rgba(255,110,114,1) 100%);
    line-height: 50px;
}
.bizeulasin5 > ul > li span b{
    font-weight: 500;
    font-size:14px;
    width:600px;
    float:right;
    line-height: 50px;
    color:#fff;
}
.bizeulasin5 > ul > li:nth-child(odd) div{
    display:flex;
    justify-content: flex-start;
    padding:30px 30px 30px 0;
}
.bizeulasin5 > ul > li > div > figure{
    margin-left: 30px;
    width:125px;
    min-width:125px;
}
.bizeulasin5 > ul > li > div > figure > img{
    border-radius: 50%;
    width:100%;
}
.bizeulasin5 > ul > li > div > ul{
    width:430px;
}
.bizeulasin5 h3{
    color:#fff;
    font-size: 30px;
    font-weight: 500;
}
.bizeulasin5 strong{
    color:#fff;
    font-size: 16px;
    font-weight: 500!important;
    display:block;
    margin:10px 0;
}
.bizeulasin5 a{
    color:#fff;
    font-size: 14px;
}
.bizeulasin5 a:hover{
    text-decoration: underline;
}
.bizeulasin5 > ul > li:nth-child(even) div{
    display:flex;
    justify-content: flex-start;
    padding:30px 0 30px 30px;
    flex-direction: row-reverse
}
.bizeulasin5 > ul > li:nth-child(even) figure{
    margin-left: 0;
    margin-right: 30px;
}
.bizeulasin5 > ul > li:nth-child(even) b{
    padding-left: 190px;
    float: left;
}

.indexbg{
    background:url(../images/indexbg.png);
    background-position: bottom center;
}
.gorselArsiv{
    background:url(../images/bg4.png);
    background-position: center;   
    background-size: cover;
    padding:30px 0;
    width:100%;
    display:Flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gorselArsiv h2{
    font-size:22px;
    font-weight: 900;
    color: #333;
    border-bottom: 3px solid #11b1d4;
    margin-bottom:30px;
}
.gorselArsiv ul{
    width:1260px;
    margin:Auto;
    display:Flex;
}
.gorselArsiv ul li{
    flex:1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;  
    padding:20px;
}
.gorselArsiv ul li:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    background:#fff;
    border-radius: 5px;
}
.gorselArsiv ul li.secili{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    background:#fff;
    border-radius: 5px;
}

.gorselArsiv ul li img{
    margin:0 auto 30px auto;
	height:60px;
}
.gorselArsiv ul li:last-child{
    margin:0;
}
.gorselArsiv h3{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
	min-height:45px;
}
.gorselArsiv p{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom:20px;
    display:block;
	min-height:75px;
}
.gorselArsiv a{
    color: #333333;
    font-size: 14px;
    width: 150px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #11b1d4;
    border-radius: 5px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: auto;
}
.gorselArsiv a:hover{
    background:#11b1d4;
    color:#fff;
}
.anasayfaBasindabiz{
    width:100%;
    padding:30px 0;
    background:url(../images/bg3.png);
    background-position: center;   
    display:flex;
    background-size: cover;
}
.anasayfaBasindabiz > div{
    flex:1;
    width:50%;
    position: relative;
}
.anasayfaBasindabiz_text h2{
    font-size:36px;
    font-weight: 900;
    color: #333;
    margin-bottom: 10px;
    display:inline-block;
}
.anasayfaBasindabiz_text{
    display:Flex;
    align-items: center;
    justify-content: flex-end;
}
.anasayfaBasindabiz_text > div{
    width:630px;
    float:right;
    padding-right: 60px;
}
.anasayfaBasindabiz_text p{
    font-size: 20px;
    font-weight:500;
    color: #333;
    margin-bottom:30px;
    display:inline-block;
}
.anasayfaBasindabiz_haberler{
    width:630px;
    float:lefT;
    overflow: hidden;

}
.anasayfaBasindabiz_haberler > div{
    width:630px;
    float:lefT;

}
.headervideo{
	width:100%;
	height:100%;
	position:absolute;
    top:0;
    background: #090427;
}
.anasayfaBasindabiz_text > div > a{
    color: #333333;
    font-size: 16px;
    width: 300px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #11b1d4;
    border-radius: 5px;
    display: block;
    height: 40px;
    line-height: 40px;
}
.anasayfaBasindabiz_text > div > a:hover{
    background:#11b1d4;
    color:#fff;
}
.anasayfaBasindabiz_haberler .swiper-slide div{
    position: relative;

}
.anasayfaBasindabiz_haberler .swiper-slide{
    opacity:0.5;
    padding:20px;
    background:#fff;
    border-radius: 5px;
    border:1px solid #dfdfdf;
}
header .slider-text{
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: flex-end;
	flex-direction:column;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    text-align: center;
    width: 100%;
    padding-bottom: 100px;
}
header .slider-text p{
	font-size:24px;
	max-width:900px;
	margin-top:15px;
}
.anasayfaBasindabiz_haberler h4{
    font-weight: bold;
    font-size:20px;
    margin-bottom: 10px;
    color:#0c5094;
    margin-top: 30px;
}
.anasayfaBasindabiz_haberler a{
    font-weight: bold;
    font-size:14px;
    color:#0c5094;
    text-decoration: underline;
}
.anasayfaBasindabiz_haberler a:hover{
    color:#a055f3;
}

.anasayfaBasindabiz_haberler .swiper-slide-active, .anasayfaBasindabiz_haberler .swiper-slide-next{
    opacity:1!important;
}
.swiper-button-prev, .swiper-button-next{
    background:#10a3c3!important;
}
.swiper-button-prev:Hover, .swiper-button-next:Hover{
    background:#692aac!important;
}
.coskunozakademi{
    width:100%;
    padding:30px 0;
    background:url(../images/bg1.png);
    background-position:top center;   
    display:flex;
    flex-direction: column;
}
.coskunozakademi > .orta{
    width:1000px;
    margin:auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.coskunozakademi h2{
    font-size:36px;
    font-weight: 900;
    color: #333;
    border-bottom: 3px solid #11b1d4;
    margin-bottom:30px;
}
.coskunozakademi p{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom:30px;
}
.section {
    width: 545PX;
    height:260px;
    margin: 0 auto;
    position: relative;
  }
  
  .section li {
    width: 480px;
    height: 260px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    padding:10px;
    border-radius: 10px;
    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);
  }
  .section li img{
      border-radius: 10px;
      width:100%;
  }
  .section li p {
    color: white;
    font-weight: bold;
    font-size: 5em;
    text-align: center;
    margin-top: 1.175em;
  }
  
  .section .items {
    position: absolute;
  }
  
  .main-pos {
    margin-left: 2em !important;
    z-index: 3000;
  }
  
  .left-pos {
    opacity: .3;
    margin-left: -17em !important;
    z-index: 1000;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
  }
  
  .back-pos {
    margin-left: 2em !important;
    opacity: .05;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
  }
  
  .right-pos {
    opacity: .3;
    margin-left:  21em !important;
    z-index: 1000;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
  }
  
  .section  span {
    position: relative;
    margin: 0 auto;
    left: 17em;
    top: 20em;
  }
  .section li h3{
      padding-top: 10px;
      font-size:15px;
      font-weight: bold;
      color:#333;
      text-align: center;
      height:60px;
      width:100%;
      display:flex;
      justify-content: center;
      align-items: center;
  }
  #prev{
    width: 0;
    height: 0;
    border:40px solid transparent;
    border-bottom-color:#3dbdd9;
    position: relative;
    top: -50px;
    z-index: 10000;
	top: -267px;
    left: -523px;
    cursor: pointer;
  }
  #prev:before{
    content: '';
    position: absolute;
    left: -40px;
    top:40px;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top-color:#3dbdd9;
    z-index: 10000;
  }
#prev i{
    position: absolute;
    top: 28px;
    z-index: 11111;
    left: -15px;
    color: #fff;
    font-size: 24px;
}
#next{
    width: 0;
    height: 0;
    border:40px solid transparent;
    border-bottom-color:#3dbdd9;
    position: relative;
    top: -50px;
    z-index: 10000;
    top: -345px;
    right: -445px;
    cursor: pointer;
  }
  #next:before{
    content: '';
    position: absolute;
    left: -40px;
    top:40px;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top-color:#3dbdd9;
    z-index: 10000;
  }
#next i{
    position: absolute;
    top: 28px;
    z-index: 11111;
    right:-15px;
    color: #fff;
    font-size: 24px;
}
#next:hover, #prev:hover{
    border-bottom-color:#692aac;
}
#next:hover:before, #prev:hover:before{
    border-top-color:#692aac;
}
.amasayfaKurucu h2{
    font-weight: 900;
    font-size:36px;
    color:#333;
}
.amasayfaKurucu strong{
    color:#399db3!important;
}
.amasayfaKurucu p{
    font-size: 18px;
    color:#333;
    max-width: 500px;
    display:block;
    margin-bottom: 30px;
}
.amasayfaKurucu{
    background: url(../images/kurucubg2.png);
    background-position: center;
    background-size: cover;
}
.amasayfaKurucu a{
    color: #333333;
    font-size: 16px;
    width: 150px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #11b1d4;
    border-radius: 5px;
    display: block;
    height: 40px;
    line-height: 40px;
    background:none;
}
.amasayfaKurucu a:hover{
    background:#11b1d4;
    color:#fff;
}
.videobg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
}
header #slider{
    width:100%;
    height:calc(100vh - 250px);
    overflow:hidden;
    position: absolute;
    top:0;
    left:0;
}
header .swiper-slide{
    width:100%!important;
    background-size: cover!important;
    background-position: center!important;
}
.swiper-pagination-bullet{
    width:15px!important;
    height:15px!important;
    background:#fff!important;
}
.swiper-pagination{
    bottom:15px!important;
}
.swiper-pagination-bullet-active{
    background:#fff!important;
}
.headervideo:after{
	background: rgb(4,4,40);
	background: linear-gradient(90deg, rgba(4,4,40,1) 0%, rgba(8,24,61,0.3) 100%);
	position:Absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:"";
	pointer-events: none;
	z-index:2;
}
.vindir{
	    position: absolute;
    z-index: 222;
    height: 40px;
    background: #fff;
    width: 140px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    border-radius: 5px;
    bottom: 120px;
    left: 50%;
    margin-left: -70px;
}
.vindir:hover{
	background:#3ba4bb;
	color:#fff;
}
.logolarbg{
    background:url(../images/logolarbg.jpg);
}
.logoArsiv{
    width:100%;
    padding:30px 0;
    background:url(../images/bg1.png);
    background-size: cover;
    background-position: top center;
    text-align: center;
}
.logoArsiv > h2{
    font-size: 36px;
    font-weight: 900;
    color: #333;
    border-bottom: 3px solid #11b1d4;
    margin-bottom: 30px;
    display:inline-block;
    
}
.logoArsiv > ul{
    width:1170px;
    margin:auto;
    display:flex;
    flex-wrap: wrap;
}
.logoArsiv > ul > li{
    width:270px;
    margin-right:30px;
    margin-bottom:30px;
    background:#fff;
    border-radius: 5px;
}
.logoArsiv > ul > li:nth-child(4n){
    margin-right:0;
}
.logoArsiv > ul > li > figure{
    width:100%;
    height:200px;
    background:#e5e5e5;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:15px;
}
.logoArsiv > ul > li > figure > img{
    width:100%;
}
.logoArsiv > ul > li > h3{
    color: #0c5094;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    padding: 0 10px;
    min-height:38px;
}
.logoArsiv > ul > li > p{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.logoArsiv > ul > li > div{
    width:100%;
    padding:20px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}
.logoArsiv > ul > li > div > a{
    color: #333333;
    font-size: 16px;
    text-align: center;
    padding:0 15px;
    font-weight: 500;
    border: 1px solid #11b1d4;
    border-radius: 5px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin:0 5px;
}
.logoArsiv > ul > li > div > a:hover{
    background:#11b1d4;
    color:#fff;
}
.gorselArsiv_detay img{
    filter: grayscale(100%);
}
.gorselArsiv_detay .secili img{
    filter:none;
}
.gorselArsiv_detay .secili{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    background: #fff;
}
.imajArsiv{
    width:100%;
    padding:30px 0;
    background:url(../images/bg1.png);
    background-size: cover;
    background-position: top center;
    text-align: center;
}
.imajArsiv > h2{
    font-size: 36px;
    font-weight: 900;
    color: #333;
    border-bottom: 3px solid #11b1d4;
    margin-bottom: 30px;
    display:inline-block;
    
}
.imajArsiv > ul{
    width:1170px;
    margin:auto;
    display:flex;
    flex-wrap: wrap;
}
.imajArsiv > ul > li{
    width:270px;
    margin-right:30px;
    margin-bottom:30px;
    background:#fff;
    border-radius: 5px;
    position: relative;
}
.imajArsiv > ul > li:nth-child(4n){
    margin-right:0;
}
.imajArsiv > ul > li > figure{
    width:100%;
    height:180px;
	overflow:hidden;
    position: relative;
}
.imajArsiv > ul > li > figure > img{
	width:100%;
	min-height: 180px;
}
.imajArsiv > ul > li > a{
    position: absolute;
    bottom:30px;
    border:1px solid #fff;
    height:40px;
    line-height: 40px;
    color:#fff;
    border-radius: 5px;
    width:140px;
    left:50%;
    margin-left: -70px;
    text-align: center;
    font-weight: 500;
    z-index: 2;
}
.imajArsiv > ul > li > a:hover{
    background:#11b1d4;
    color:#fff;
    border:1px solid #11b1d4;
}
.imajArsiv > ul > li > figure:after{
    height: 100%;
    position: absolute;
    -webkit-box-shadow: inset 0px -62px 32px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px -62px 32px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px -75px 50px 0px rgba(0,0,0,0.7);
    bottom: 0;
    pointer-events: none;
    content: "";
    z-index: 2;
    width: 100%;
    left: 0;
}
.videobg, .vindir{
    display:none;
}
.videolar_dil{
    height:40px;
    margin:10px auto 30px auto;
}
.videolar_dil li{
    float:left;
    height:40px;
    margin-right:10px;
}
.videolar_dil li a{
    display:block;
    color: #333333;
    font-size: 16px;
    width: 40px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #11b1d4;
    border-radius: 5px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: auto;
}
.videolar_dil li a:hover{
    background:#11b1d4;
    color:#fff;
}
.anasayfaBasindabiz_haberler .swiper-slide figure{
    height:300px!important;
    overflow:hidden;
}

header .slider-text span a{
	display:inline-block;
	background:#fff;
	color:#000;
	border-radius:5px;
	height:40px;
	line-height:40px;
	padding:0 30px;
	text-transform:uppercase;
	font-size:16px;
	margin-top:15px;
}
header .slider-text span a:Hover{
	color:#fff;
	background:#10a3c3;
}

.yakinda{
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    background: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    color: #8a8a8a;
    opacity: 0.9;
}
.yakindaimg{
	opacity:0.3;
}

.logolar li p{
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.videolist ul{
	display:Flex;
	flex-wrap:wrap;
}
.videolist ul li{
	width:570px;
	margin-right:30px;
	margin-bottom:30px;
}
.videolist ul li:Nth-child(2n){
	margin-right:0;
}
.videolist ul li{
	border:1px solid #dfdfdf;
	padding:30px;
	background: #fafafa;
}
.videoAlt{
	width:100%;
	position:relative;
	padding-right:100px;
	text-align:left;
	padding:20px 100px 0 0;
}
.videoAlt a{
	position:Absolute;
	right:0;
	top:20px;
	color:#6B6BE7;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.videoAlt a:hover, .videoAlt a:hover i{
	color:#29bd91;
}
.videoAlt a i{
	color:#6B6BE7;
}
.videoAlt h3{
	font-weight:500;
	font-size:18px;
}
.mb30{
	margin-bottom:30px;
}



.logolar i{
	position:absolute;
	left:30px;
	top:30px;
	color:#fff;
	font-size:42px;
}
.p0 p{
	padding:0!important;
}
.logolar img{
	max-width:160px;
}
.tanitimkataloglari_a{
	margin-top:20px!important;
}




.girisbilgiText{background:none!important; font-size:14px; color:#6f6f6f;text-align: center;    padding: 0!important;}

















.videolist {width:100%;}



.sayfa-galeri {width:100%;padding:30px}
.sayfa-galeri figure {width:20%;float:left;padding:10px;}

#jquery-script-menu{position:absolute;height:90px;width:100%;top:0;left:0;border-top:5px solid #316594;background:#fff;-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.16);-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.16);box-shadow:0 2px 3px 0 rgba(0,0,0,.16);z-index:999999;padding:10px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.jquery-script-center{max-width:960px;margin:0 auto}.jquery-script-center ul{width:212px;float:left;line-height:45px;margin:0;padding:0;list-style:none}.jquery-script-center a{text-decoration:none}.jquery-script-ads{max-width:728px;height:90px;float:right}.jquery-script-clear{clear:both;height:0}#carbonads{display:block;overflow:hidden;max-width:728px;position:relative;font-size:22px;box-sizing:content-box}#carbonads>span{display:block}#carbonads a{color:#4078c0;text-decoration:none}#carbonads a:hover{color:#3664a3}.carbon-wrap{display:flex;align-items:center}.carbon-img{display:block;margin:0;line-height:1}.carbon-img img{display:block;height:90px;width:auto}.carbon-text{display:block;padding:0 1em;line-height:1.35;text-align:left}.carbon-poweredby{display:block;position:absolute;bottom:0;right:0;padding:6px 10px;text-align:center;text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-size:8px;border-top-left-radius:4px;line-height:1;color:#aaa!important}@media only screen and (min-width:320px) and (max-width:759px){.carbon-text{font-size:14px}}@media only screen and (max-width:1023px){.jquery-script-ads{display:none}}

.fu_popover_content_default {
    text-align: center;
}
.fu_popover_content_default a{
    color:#000;
    font-size :18px;
    margin:0 10px;
}
