﻿/* font */
/* font */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearence: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.clearfix {
  clear: both;
  min-height: 0px;
  display: block;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.fln {
  float: none;
}
.tableAbs {
  display: table;
  position: absolute;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.ovisible {
  overflow: visible;
}
.ohidden {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.no-padding {
  padding: 0;
}
*:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'gothamblack';
  src: url("../fonts/gothamblack.eot");
  src: url("../fonts/gothamblack.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamblack.woff") format("woff"), url("../fonts/gothamblack.ttf") format("truetype"), url("../fonts/gothamblack.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambold';
  src: url("../fonts/gothambold.eot");
  src: url("../fonts/gothambold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambold.woff") format("woff"), url("../fonts/gothambold.ttf") format("truetype"), url("../fonts/gothambold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambook';
  src: url("../fonts/gothambook.eot");
  src: url("../fonts/gothambook.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambook.woff") format("woff"), url("../fonts/gothambook.ttf") format("truetype"), url("../fonts/gothambook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothammedium';
  src: url("../fonts/gothammedium.eot");
  src: url("../fonts/gothammedium.eot?#iefix") format("embedded-opentype"), url("../fonts/gothammedium.woff") format("woff"), url("../fonts/gothammedium.ttf") format("truetype"), url("../fonts/gothammedium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'korinnastdheavy';
  src: url("../fonts/korinnastdheavy.eot");
  src: url("../fonts/korinnastdheavy.eot?#iefix") format("embedded-opentype"), url("../fonts/korinnastdheavy.woff") format("woff"), url("../fonts/korinnastdheavy.ttf") format("truetype"), url("../fonts/korinnastdheavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.aboutArea {
  position: relative;
}
.aboutArea:before {
  content: '';
  background-image: url('../images/icon-yellow.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 53px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.aboutArea .aboutLeft {
  position: relative;
  width: 80%;
  padding-top: 150px;
  padding-bottom: 250px;
}
.aboutArea .aboutLeft:after {
  content: '';
  width: 100%;
  height: 98px;
  background-image: url('../images/about-Top.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
}
.aboutArea .aboutLeft h2 {
  background-color: #25b7d0;
  position: relative;
  box-shadow: inset 0px 0px 5px 1px #198492;
  font-family: 'gothambold';
  font-size: 22px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 20px;
}
.aboutArea .aboutLeft .ortaokul {
  background-color: #e0e0e0;
  padding: 50px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.aboutArea .aboutLeft .ortaokul a {
  background-color: #e22084;
  color: #ffffff;
  font-family: 'gothambold';
  font-size: 20px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  border-radius: 100%;
  display: block;
  text-align: center;
  padding: 50px 30px;
  position: relative;
  box-shadow: -2px 32px 30px -20px rgba(0, 0, 0, 0.75);
  transition: 0.3s;
}
.aboutArea .aboutLeft .ortaokul a:hover {
  background-color: #9fc400;
  transition: 0.3s;
}
.aboutArea .aboutLeft .ortaokul a:after {
  content: '';
  width: 31px;
  height: 31px;
  background-image: url('../images/arrow-up.png');
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  bottom: 0px;
}
.aboutArea .aboutLeft .lise {
  background-color: #e0e0e0;
  padding: 50px;
  display: flex;
  justify-content: center;
}
.aboutArea .aboutLeft .lise a {
  background-color: #9fc400;
  color: #ffffff;
  font-family: 'gothambold';
  font-size: 20px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  border-radius: 100%;
  display: block;
  text-align: center;
  padding: 50px 30px;
  position: relative;
  box-shadow: -2px 32px 30px -20px rgba(0, 0, 0, 0.75);
  transition: 0.3s;
}
.aboutArea .aboutLeft .lise a:hover {
  background-color: #e22084;
  transition: 0.3s;
}
.aboutArea .aboutLeft .lise a:after {
  content: '';
  width: 31px;
  height: 31px;
  background-image: url('../images/arrow-up.png');
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  bottom: 0px;
}
.aboutArea .aboutRight {
  position: relative;
  padding-top: 80px;
  margin-top: 65px;
}
.aboutArea .aboutRight:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 38px;
  background-image: url('../images/duyuru-before.png');
  background-repeat: no-repeat;
  top: 0px;
}
.aboutArea .aboutRight p {
  font-family: 'gothambook';
  font-size: 20px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 25px;
  color: #808087;
}
.aboutArea .aboutRight p b {
  font-family: gothambold;
  margin: 50px 0px;
  display: block;
}
@media (max-width: 1199px) {
  .aboutArea:before {
    background: none;
  }
  .aboutArea .aboutLeft {
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .aboutArea .aboutLeft:after {
    background: none;
    width: auto;
  }
  .aboutArea .aboutLeft .ortaokul {
    width: 48%;
    float: left;
  }
  .aboutArea .aboutLeft .lise {
    width: 48%;
    float: right;
  }
}
@media (max-width: 576px) {
  .aboutArea:before {
    background: none;
  }
  .aboutArea .aboutLeft {
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .aboutArea .aboutLeft:after {
    background: none;
    width: auto;
  }
  .aboutArea .aboutLeft .ortaokul {
    width: 100%;
  }
  .aboutArea .aboutLeft .lise {
    width: 100%;
  }
}