@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&subset=latin-ext');

*{
    outline: none;
}

body {
    background: url(/SiteContent/images/background/bg.png);
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    overflow: hidden;
}
.lamba {
    width: 476px;
    height: 765px;
    background: url(/SiteContent/inc/lamba.png);
    position: absolute;
    left: 37%;
    top: -70px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1250;
}
.isik {
    width: 476px;
    height: 765px;
    background: url(/SiteContent/inc/isik.png);
    opacity: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1200;
}
.tiklama{
    pointer-events: none;
}
.ackapa{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px dotted rgba(255,255,255,.3);
    position: relative;
    left: 185px;
    top: 376px;
    z-index: 9999;
    margin-top: 99px;
    padding-top: 0px;
    cursor: pointer;
}
.ok{
	position: absolute;
    top: 120px;
    left: 33px;
}
.ackapa:hover{
	border-color: #fff;
}
.overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.88);
    top: 0;
    left: 0;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 1;
    z-index: 999;
}
.ackapa p{
    color: #fff;
    margin-top: 155px;
    text-align: center;
    font-family: helvetica;
}
.sakla{
	opacity: 0;
    display: none;
}
.goster{
	opacity: 1;
}
.bulu{
    color: #3b99d8;
}
.ucgen{
    position: relative;
    width: 235px;
    height: 191px;
    font-size: 23px;
    text-align: center;
    margin-left: 137px;
    margin-bottom: -29px;
    margin-top: -26px;
}
.ucgen span{
    padding-top: 85px;
    display: block;
    position: absolute;
    text-align: right;
    right: -91px;
    width: 90px;
    cursor: pointer;
}
.ucgen:hover:before{
    background: #f5f5f5;
}
.ucgen:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 77%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 77%);
}
.penta{
  position: relative;
  width: 488px;
  height: 370px;
}
.penta:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-clip-path: polygon(48% 0%, 100% 13%, 100% 100%, 0% 100%, 0% 40%);
  clip-path: polygon(48% 0%, 100% 13%, 100% 100%, 0% 100%, 0% 40%);
}
.pentaic{
  position: relative;
  width: 468px;
  height: 350px;
  display:block;
  margin-top:-358px;
  margin-left:11px;
}
.pentaic:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(48% 0%, 100% 13%, 100% 100%, 0% 100%, 0% 40%);
  clip-path: polygon(48% 0%, 100% 13%, 100% 100%, 0% 100%, 0% 40%);
}
.mavialan-bir{
  position: absolute;
  width: 1920px;
  height: 1443px;
  display:block;
  left: calc(50vw - 960px);
  z-index: -1;
}
.mavialan-bir:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #3b99d8;
  box-shadow: 0 0 10px #333;
  -webkit-clip-path: polygon(85% 0%, 100% 0%, 100% 100%, 0% 86%, 0% 73%);
  clip-path: polygon(85% 0%, 100% 0%, 100% 100%, 0% 86%, 0% 73%);
}
.mavialan-iki{
position: absolute;
pointer-events: none;
    width: 1920px;
    height: 705px;
    display: block;
    margin-top: -470px;
    margin-bottom: -270px;
    z-index: 0;
}
.mavialan-iki:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #3b99d8;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 76%, 0% 21%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 76%, 0% 21%);
}
/*kolon sistemi*/
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
    position: relative;
}

.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}
.row{
    margin: 0 -1%;
}

.col:first-child { margin-left: 0; } 

@media only screen and (max-width: 480px) {
    .col { 
        margin: 1% 0 1% 0%;
    }
}
.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.53%;
}

.span_10_of_12 {
    width: 83.06%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.13%;
}

.span_7_of_12 {
    width: 57.66%; 
}

.span_6_of_12 {
    width: 49.2%; 
}

.span_5_of_12 {
    width: 40.73%; 
}

.span_4_of_12 {
    width: 32.26%; 
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.33%; 
}

.span_1_of_12 {
    width: 6.86%; 
}

@media only screen and (max-width: 480px) {
    .span_12_of_12 {
        width: 100%; 
    }
    .span_11_of_12 {
        width: 100%; 
    }
    .span_10_of_12 {
        width: 100%; 
    }
    .span_9_of_12 {
        width: 100%; 
    }
    .span_8_of_12 {
        width: 100%; 
    }
    .span_7_of_12 {
        width: 100%; 
    }
    .span_6_of_12 {
        width: 100%; 
    }
    .span_5_of_12 {
        width: 100%; 
    }
    .span_4_of_12 {
        width: 100%; 
    }
    .span_3_of_12 {
        width: 100%; 
    }
    .span_2_of_12 {
        width: 100%; 
    }
    .span_1_of_12 {
        width: 100%; 
    }
}
/*kolon sistemi sonu*/
.main-slide{
    width: 65vw !important;
    overflow: hidden;
    position: absolute !important;
    top: 80px;
    left: 0;
    z-index: -2 !important;
}
.mottolar{
    margin-top: 70px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
}
.mottolar img{float: left;margin-right: 10px;}
.topicons div{
    float: left;
    margin: 10px;
}
.topicons img{
    margin-bottom: -5px;
    margin-right: 4px;
}
.ssscanvas{
    overflow: hidden;
    height: 400px;
}
.ssscircle{
    margin-top: -400px;
    width: 1200px;
    height: 1200px;
    overflow: hidden;
    border-radius: 50%;
}
.ssscircle .col{
    margin-top: 400px;
}
.ssscircle ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #fff;
}
    .ssscircle ul li:nth-child(odd) {
        background: #4fa3dc;
        height: 66px;
        padding-left: 25px;
    }
.ssscircle ul li:nth-child(even){
    background: #62ade0;
    height: 66px;
}
.ssscircle .left ul{
    text-align: right;
}
.ssscircle ul li{
    padding: 17px;
    font-weight: normal;
}
.ssscircle ul li p{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 17px;
    max-height: 34px;
}
.sss1ucgen{
  position: relative;
  width: calc(100% + 40px);
  height: 400px;
  margin-left: -20px;
  margin-bottom:-20px;
  margin-bottom: -400px;
  display:block;
}
.sss1ucgen:before {
  position: absolute;
  background: #4fa3dc;
  content: '';
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 50% 50%, 0% 25%);
  clip-path: polygon(0% 0%, 50% 50%, 0% 25%);
}
.sss2ucgen{
  position: relative;
  width: calc(100% + 40px);
  height: 400px;
  margin-left: -20px;
  margin-bottom:-20px;
  margin-bottom: -400px;
  display:block;
}
.sss2ucgen:before {
  position: absolute;
  background: #62ade0;
  content: '';
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0% 25%, 50% 50%, 0% 50%);
  clip-path: polygon(0% 25%, 50% 50%, 0% 50%);
}
.sss3ucgen{
  position: relative;
  width: calc(100% + 40px);
  height: 400px;
  margin-left: -20px;
  margin-bottom:-20px;
  margin-bottom: -400px;
  display:block;
}
.sss3ucgen:before {
  position: absolute;
  background: #4fa3dc;
  content: '';
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0% 50%, 50% 50%, 0% 75%);
  clip-path: polygon(0% 50%, 50% 50%, 0% 75%);
}
.sss4ucgen{
  position: relative;
  width: calc(100% + 40px);
  height: 400px;
  margin-left: -20px;
  margin-bottom:-20px;
  margin-bottom: -400px;
  display:block;
}
.sss4ucgen:before {
  position: absolute;
  background: #62ade0;
  content: '';
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0% 75%, 50% 50%, 0% 100%);
  clip-path: polygon(0% 75%, 50% 50%, 0% 100%);
}
.sss5ucgen{
  position: relative;
  width: calc(100% + 40px);
  height: 400px;
  margin-left: -20px;
  margin-bottom:-20px;
  margin-bottom: -400px;
  display:block;
}
.sss5ucgen:before {
  position: absolute;
  background: #4fa3dc;
  content: '';
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(100% 0%, 50% 50%, 100% 25%);
  clip-path: polygon(100% 0%, 50% 50%, 100% 25%);
}
.sss6ucgen{
  position: relative;
  width: calc(100% + 40px);
  height: 400px;
  margin-left: -20px;
  margin-bottom:-20px;
  margin-bottom: -400px;
  display:block;
}
.sss6ucgen:before {
  position: absolute;
  background: #62ade0;
  content: '';
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(100% 25%, 50% 50%,1000% 50%);
  clip-path: polygon(100% 25%, 50% 50%,1000% 50%);
}
.sss7ucgen{
  position: relative;
  width: calc(100% + 40px);
  height: 400px;
  margin-left: -20px;
  margin-bottom:-20px;
  margin-bottom: -400px;
  display:block;
}
.sss7ucgen:before {
  position: absolute;
  background: #4fa3dc;
  content: '';
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(100% 50%, 50% 50%,100% 75%);
  clip-path: polygon(100% 50%, 50% 50%,100% 75%);
}
.sss8ucgen{
  position: relative;
  width: calc(100% + 40px);
  height: 400px;
  margin-left: -20px;
  margin-bottom:-20px;
  margin-bottom: -400px;
  display:block;
}
.sss8ucgen:before {
  position: absolute;
  background: #62ade0;
  content: '';
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(100% 75%, 50% 50%,100% 100%);
  clip-path: polygon(100% 75%, 50% 50%,100% 100%);
}
.sss{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px #222;
    position: relative;
    z-index: 23;
    margin-top: 100px;
    color: #3b99d8;
    font-size: 24px;
    text-align: center;
    padding: 50px;
}
.basvuruformu{
    color: #3b99d8;
    background: #fff;
    box-shadow: 0 0 15px #222;
    padding: 40px;
    padding-bottom: 400px;
}
.basvuruformu .form-value{
    width: 100%;
    margin-bottom: 15px;
}
.basvuruformu .form-value input{
    width: calc(100% - 30px);
    background: #f3f3f3;
    border:0;
    border-bottom: 1px solid #3b99d8;
    border-radius: 0;
    margin-top: 5px;
    padding: 15px;
}
.form-value.yarim{
    width: 48%;
    margin-right: 2%;
    float: left;
}
.form-value.yarimsag{
    width: 50%;
    float: left;
    margin-right: 0;
}
.basvuruformu input[type='submit']{
    background: #3b99d8;
    padding: 15px 0;
    color: #fff;
    width: 100%;
    text-align: center;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: .21s;
    transition: .21s;
    margin-top: -20px;
}

.basvuruformu input[type='submit']:hover{
    color: #3b99d8;
    background: #eee;
}
.basvuruformu h3{
    font-size: 23px;
    border-bottom: 1px solid #3b99d8;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.basvurusection{
    margin-top: 210px;
}
.kartpostal{
    position: relative;
}
.kartpostal img{
    box-shadow: 0 0 15px #222;
    float: right;
    margin-top: -110px;
}
.kartpostal img.teller{
    box-shadow: 0 0 0;
    position: absolute;
    bottom: -190px;
    left: -19px;
}
.ref-slide{
    border-top: 1px solid #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}
.refo{
    position: relative;
    margin-top: -310px;
}
.refo h3{
    background: #3b99d8;
    font-size: 29px;
    text-align: center;
    color: #fff;
}
.footer{
    margin-top: 180px;
    text-align: center;
}
.foot-logo{
    text-align: center;
    margin-bottom: 20px;
}
.footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer ul li a{
    text-decoration: none;
    color: #333;
    font-weight: normal;
    padding: 5px;
    border-top:1px solid #eee;
    display: block;
}
.logincapcha{
    width: 100%;
    display: inline-block;
    height: 80px;
    position: relative;
}
@media (max-width: 600px){
.mavialan-bir{
width:1200px;
left:0;
}
.mavialan-iki{
width:1200px;
}
.teller{display:none;}
}
.mottolar a{
    color:#fff;
    text-decoration:none;
}
.sss a {
    color: #3b99d8;
    text-decoration: none;
}
.ref-slide .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 75%;
    display:block !important;
}
    .ref-slide .owl-nav .owl-prev {
        float: left;
        position: absolute;
        left: -90px;
    }
    .ref-slide .owl-nav .owl-next {
        float: right;
        position: absolute;
        right: -90px;
    }
    .ref-slide .owl-nav [class*=owl-] {
        background: none !important;
        color: #fff !important;
        font-size: 55px !important;
    }
.PageTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #312783;
    color:#fff;
    border-radius:100%;
    display:none;
    cursor:pointer;
}
    .PageTop i {
        position: relative;
        font-size: 30px;
        left: 11px;
        top: 7px;
    }
.mottolar a{
    position:relative;
    top:23px;
}
@media(max-width:980px) {
    .ref-slide .owl-nav {
        display: none !important;
    }
}