body {
  font-family: Vollkorn, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Vollkorn, serif;
  color: #47474f;
  font-size: 19px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
}

.button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  color: #7ec4bd;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, 0.34);
}

.header {
  height: 300px;
  margin-top: 30px;
  padding: 0px 10px;
  color: #fff;
  text-align: center;
}

.header.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url('../images/lake.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url('../images/lake.jpg');
}

.header.egitim {
  height: 300px;
  margin-top: 0px;
  background-image: url('../images/egitim-tepe-slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.header.ozel-guvenlik {
  height: 300px;
  margin-top: 0px;
  background-image: url('../images/slider_1.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.header.danismanlik {
  margin-top: 0px;
  background-image: url('../images/danısmanlık-slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.header.anasayfa {
  height: auto;
  margin-top: 0px;
}

.header.elektronikguv {
  margin-top: 0px;
  background-image: url('../images/elektr-guv-slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.header.referanslar {
  margin-top: 0px;
  background-image: url('../images/slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.header.iletisi {
  margin-top: 0px;
  background-image: url('../images/iletisim.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.header.hakkimizda {
  margin-top: 0px;
  background-image: url('../images/hakkımızda-slider.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.navbar {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #1d1d1d;
  color: red;
}

.nav-link {
  margin-top: 70px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  border-right: 0px none #fff;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Opensans, sans-serif;
  color: #fcfcfc;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #ccc;
}

.nav-link.w--current {
  color: #fcfcfc;
}

.nav-link.sonnav {
  margin-right: 10px;
}

.nav-link.sonnav.entr {
  font-size: 20px;
}

.nav-link.dividi {
  border-right: 2px solid #f5f5f5;
}

.logo-title {
  margin-top: 13px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.logo-img {
  margin-right: 18px;
  float: left;
}

.brand-block {
  margin-left: 20px;
}

.main-heading {
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, 0.09);
}

.main-subtitle {
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 18px;
  font-style: italic;
}

.about-section {
  padding-bottom: 61px;
  background-color: #fefec9;
  text-align: center;
}

.about-text {
  margin-bottom: 40px;
  color: #47474f;
  font-size: 18px;
  line-height: 25px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  padding-top: 30px;
  padding-bottom: 69px;
  text-align: center;
}

.section.grey {
  background-color: #f5f5f5;
}

.section.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/footer-bg.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/footer-bg.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1d1d1d;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  padding: 30px 34px 29px;
  text-align: center;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, 0.04);
}

.mask {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.contact-text {
  color: #212121;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 33%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: left;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  color: hsla(0, 0%, 100%, 0.4);
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.form-wrapper {
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title {
  margin-bottom: 4px;
}

.nav-menu {
  font-family: 'Open Sans', sans-serif;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.ana_baslk {
  width: 25%;
  height: 800px;
  float: left;
  clear: right;
  border-right: 4px solid hsla(0, 0%, 66.7%, 0.8);
}

.ana_baslik {
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.link-block.sol {
  display: block;
  border-right: 10px solid #fff;
}

.link-block.sol1 {
  border-right: 5px none hsla(0, 0%, 66.7%, 0.8);
}

.link-block.sol2 {
  border-right: 5px none hsla(0, 0%, 66.7%, 0.8);
}

.baslik_metin {
  position: relative;
  top: -38px;
  margin-top: 0px;
  background-color: hsla(0, 0%, 66.7%, 0.8);
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.text-block {
  margin-bottom: 10px;
  float: none;
  font-family: Opensans, sans-serif;
  color: #c2c2c2;
  text-align: left;
  text-decoration: none;
}

.text-block.w--current {
  text-decoration: none;
}

.text-block._111 {
  float: left;
  clear: none;
}

.text-block._111.hom {
  float: none;
  text-align: center;
}

.text-block.basbas {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #c2c2c2;
}

.text-block.basbas._1 {
  text-align: center;
}

.text-block.hom {
  color: #757575;
  font-size: 16px;
  text-align: center;
}

.link-2 {
  float: left;
  text-align: left;
}

.link-block-2 {
  margin-right: 10px;
}

.alt_sayfalar_ana_baslik {
  margin-bottom: 30px;
  font-family: Opensans, sans-serif;
  color: #757575;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: underline;
}

.alt_konular_baslik {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Opensans, sans-serif;
  color: #757575;
  font-size: 20px;
  font-weight: 700;
  text-align: justify;
}

.alt_konular_baslik.elektro {
  font-size: 20px;
  text-align: center;
}

.alt_konular_metin {
  margin-top: 30px;
  font-family: Opensans, sans-serif;
  color: #757575;
  font-size: 16px;
  text-align: justify;
}

.image {
  float: none;
}

.div-block {
  float: none;
}

.div-block-2 {
  width: 40%;
  margin-left: 50px;
  float: left;
}

.div_block3 {
  overflow: visible;
  width: 60%;
  float: none;
  clear: both;
}

.rows {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lnkblck {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

.text-block-2 {
  color: #757575;
  font-size: 25px;
  font-weight: 700;
}

.text-block-2.text_extra {
  margin-top: 20px;
  text-decoration: underline;
}

.div-block-3 {
  margin-bottom: 20px;
}

.hakmetin {
  font-family: Opensans, sans-serif;
  font-size: 16px;
  text-align: justify;
}

.hyaktextlinmk {
  font-family: Opensans, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 700;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
}

.row-2 {
  margin-bottom: 10px;
}

.anasayfabasliklar {
  position: relative;
  top: -46px;
  height: 220px;
  margin-right: -5px;
  margin-left: 4px;
  padding-top: 10px;
  border-top: 4px none #000;
  border-right: 5px none hsla(0, 0%, 66.7%, 0.8);
  border-bottom: 1px none hsla(0, 0%, 66.7%, 0.8);
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
}

.form_label {
  font-family: Opensans, sans-serif;
  color: #757575;
  font-size: 16px;
  text-align: left;
}

.form_metin {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.form_metin.ext {
  height: 150px;
}

.form_buton {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #757575;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  text-align: center;
}

.form-block {
  width: auto;
}

.iletisim_baslik {
  margin-top: 0px;
  font-family: Opensans, sans-serif;
  color: #757575;
  font-size: 20px;
  text-align: center;
}

.success-message-2 {
  font-family: Opensans, sans-serif;
  font-size: 16px;
}

.from-1-tr {
  margin-top: 0px;
  font-family: Opensans, sans-serif;
  color: #757575;
  font-size: 20px;
  text-align: center;
}

.columns {
  margin-top: 10px;
}

.div-block-6 {
  margin-bottom: 50px;
}

.columns-2 {
  margin-bottom: 10px;
}

.columns-3 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0px auto 0px 25px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .nav-link:hover {
    border-bottom-color: transparent;
  }

  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #7ec4bd;
  }

  .nav-menu {
    margin-left: 0px;
    background-color: #1d1d1d;
  }

  .ana_baslk {
    height: 600px;
  }

  .baslik_metin {
    font-size: 17px;
  }

  .icon {
    color: #ccc;
  }

  .anasayfabasliklar {
    height: auto;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .logo-img {
    width: 100px;
  }

  .about-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0px;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }

  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

  .menu-button {
    margin-top: 0px;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0px;
  }

  .screenshot {
    width: 90%;
  }

  .ana_baslk {
    width: 50%;
    height: 700px;
    margin-bottom: 0px;
  }

  .ana_baslk.sagalan {
    height: 700px;
  }

  .ana_baslk.sagdeneme {
    border-right-color: #fff;
  }

  .link-block.sol1 {
    margin-right: 0px;
    border-right-style: none;
  }

  .link-block.sol2 {
    margin-left: 0px;
    border-right-style: none;
  }

  .text-block {
    text-align: center;
  }

  .text-block._111 {
    float: none;
  }

  .text-block.basbas {
    text-align: center;
  }

  .div-block {
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-4 {
    margin-bottom: 10px;
  }

  .anasayfabasliklar {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .header.anasayfa {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .menu-button {
    padding-top: 30px;
  }

  .ana_baslk {
    height: auto;
    border-right-style: none;
  }

  .link-block {
    padding-left: 0px;
  }

  .link-block.sol1 {
    margin-right: 0px;
    border-right: 1px none #000;
  }

  .link-block.sol2 {
    margin-left: 0px;
    border-right-style: none;
  }

  .baslik_metin {
    top: -38px;
    font-size: 14px;
  }

  .baslik_metin.mob1 {
    top: -38px;
  }

  .hakmetin {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-5 {
    margin-bottom: 20px;
  }

  .anasayfabasliklar {
    height: 260px;
    font-size: 12px;
  }

  .from-1-tr {
    margin-top: 0px;
  }
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}