body,
html {
  font-family: 'AirbnbCereal', sans-serif;
  background: #1D1D1B;
  color: #1D1D1B;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  position: relative;
  clear: both;
}

.inner_con {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  padding: 50px 0;
  margin: 0 auto;
}

.hakkimizda_kisa,
.hakkimizda_detay {
  display: block;
  margin: 0 auto;
}

.kisi_item {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 340px;
  height: auto;
  margin: 10px;
  text-align: center;
  vertical-align: top;
  transition: all 0.3s ease;
}

.kisi_item img {
  display: inline-block;
  width: 240px;
  height: 240px;
  margin-bottom: 15px;
  border-radius: 50%;
  border: 5px solid white;
}

.kisi_item h3 {
  width: 100%;
  font-size: 21px;
  line-height: 21px;
}

.kisi_item p {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}

.kisi_cv {
  display: none;
  width: 100%;
  text-align: center;
  max-width: 760px !important;
  border-radius: 22px;
}

.kisi_cv p {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}

.kisi_cv .content p {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.yellow_light_back {
  background: #FAB900 url(/content/media/back-consulting.svg) top center no-repeat;
}

.red_light_back {
  background: #DD4306 url(/content/media/back-learning.svg) top center no-repeat;
  color: white;
}

.dark_light_back {
  background: #413D2E url(/content/media/back-dark.svg) top center no-repeat;
  color: white;
}

.dark_con {
  background: linear-gradient(0deg, rgba(28, 26, 21, 1) 0%, rgba(65, 61, 46, 1) 100%);
}

.light_con {
  background: #F3F3F3;
  color: #413D2E;
}

.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.max_1280 {
  max-width: 1280px;

}

.max_960 {
  max-width: 960px;
}

.max_790 {
  max-width: 790px;
}

.max_660 {
  max-width: 660px;
}

.max_560 {
  max-width: 560px;
}

.max-full {
  max-width: 100%;
}

header {
  position: relative;
  display: block;
  height: 550px;
  margin: 60px auto 0;
  background: #fff;
}

.header_img {
  position: absolute;
  display: block;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  header {
    height: 250px;
  }

  .content {
    padding-left: 0;
  }
}

.content-small {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.content-medium {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.content-large {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

a {
  color: #1D1D1B;
  text-decoration: none;
  outline: 0;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 30px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 auto 30px;
}

h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
}

p {
  font-size: 18px;
  line-height: 21px;
  margin: 10px 0;
}

b,
strong {
  font-weight: 700;
}

hr {
  height: 1px;
  background: #675a65;
  border: none;
}

.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: inherit;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  padding: 8px 20px 10px;
  color: #1D1D1B;
  margin: 10px 0;
  border-radius: 4px;
  user-select: none;
  -webkit-appearance: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-small {
  font-size: 15px;
  padding: 3px 14px;
}

.btn-primary {
  color: #fff;
  background-color: #1D1D1B;
}

.btn-primary:hover {
  color: #1D1D1B;
  background-color: #fff;
  border-color: #1D1D1B;
}

.btn-bordered {
  color: #1D1D1B;
  border: 1px solid #1D1D1B;
}

.btn-bordered:hover {
  color: #fff;
  background-color: #1D1D1B;
}

.btn-secondary {
  color: #fff;
  background-color: #1D1D1B;
}

.btn-secondary:hover {
  color: #1D1D1B;
  background-color: #e3e3e3;
  border-color: #1D1D1B;
}

.btn-dark {
  color: #fff;
  background-color: #1D1D1B;
}

.btn-dark:hover {
  color: #1D1D1B;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #b80000;
}

.btn-danger:hover {
  color: #b80000;
  background-color: #fff;
}

.btn-light {
  color: #1D1D1B;
  background-color: #fff;
  *border-color: #fff;
}

.btn-light:hover {
  color: #fff;
  background-color: #1D1D1B;
}

figure.image img {
  width: 100%;
  height: auto;
}

figure.image figcaption {
  padding: 7px;
  background: #f4f4f4;
  color: #333;
  font-size: 14px;
}

.image-style-align-left {
  width: 50%;
  margin: 0 15px 15px 0;
  float: left;
}

.image-style-align-right {
  width: 50%;
  margin: 0 0 15px 15px;
  float: right;
}

.note-float-left {
  margin: 0 20px 20px 0;
}

.home-image {
  width: 100%;
  max-width: 990px;
  height: auto;
  margin: 0 auto;
}

.home-footer-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.full_banner {
  display: block;
  width: 100%;
  max-width: 990px;
  height: auto;
  margin: 0 auto;
}

.iletisim_con {
  position: relative;
  width: 100%;
  max-width: 760px;
  padding: 30px 20px;
  margin: 0 auto;
}

.iletisim_con a {
  text-decoration: none;
  color: #fff;
}

.content ul {
  list-style: disc;
  margin-bottom: 20px;
}

.content ul li {
  font-size: 16px;
  line-height: 21px;
  margin-left: 20px;
}

.content ol {
  list-style: decimal;
  margin-bottom: 20px;
}

.content ol li {
  font-size: 16px;
  line-height: 18px;
  margin-left: 20px;
  margin-bottom: 15px;
}

.red {
  color: #DD4306;
}

.yellow {
  color: #FAB900;
}

.light {
  color: #DCE0E2;
}

.dark {
  color: #413D2E;
}

.white {
  color: white;
}

@media only screen and (max-width: 1280px) {
  .inner_con {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 480px) {

  .image-style-align-left,
  .image-style-align-right {
    width: 100%;
    margin: 0 0 15px 0;
    float: none;
  }

  h1 {
    font-size: 32px;
    line-height: 32px;
    margin: 10px 0;
  }

  h2 {
    font-size: 28px;
    line-height: 28px;
    margin: 10px 0;
  }

  h3 {
    font-size: 21px;
    line-height: 21px;
    margin: 10px 0;
  }
}