@import url("https://fonts.googleapis.com/css2?family=Duru+Sans&display=swap");
section {
  display: block;
  margin-top: 80px; }
  section .sub-page-header {
    display: block;
    width: 100%;
    padding: 40px 10%;
    background-image: url("/assets/images/sub-header-about.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top; }
    section .sub-page-header .head {
      display: block;
      font-family: "Duru Sans", sans-serif;
      font-size: 40px;
      color: #fff;
      font-weight: 800; }
    section .sub-page-header .text {
      display: block;
      font-family: "Duru Sans", sans-serif;
      font-size: 14px;
      padding: 5px 0;
      color: #fff;
      letter-spacing: 1.5px; }
  section .google-map {
    display: block;
    height: 400px; }

.kariyer {
  display: block;
  padding: 0px 15%; }
  .kariyer .head {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    font-size: 30px;
    color: #1e1e1e;
    font-weight: 600; }
  .kariyer .text {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #1e1e1e;
    line-height: 22px; }

#contact h5 {
  font-weight: 700;
  margin-bottom: 20px; }

#contact .subpage-content {
  display: flex;
  flex-direction: column; }

#contact .contact-info {
  display: flex;
  margin-top: 100px;
  width: 100%; }

#contact .contact-form {
  flex: 1;
  margin-right: 50px; }
  #contact .contact-form .open-position {
    display: block;
    font-size: 0; }
    #contact .contact-form .open-position a {
      opacity: 0.2;
      display: inline-block;
      padding: 60px 0;
      text-align: center;
      width: 48%;
      margin: 1%;
      border: 2px solid #333333;
      font-size: 22px;
      color: #222;
      font-weight: 700;
      border-radius: 8px;
      cursor: unset; }
      #contact .contact-form .open-position a.active {
        opacity: 1;
        cursor: pointer; }
        #contact .contact-form .open-position a.active:hover {
          border: 2px solid #5e7ea8;
          background-color: #5e7ea8;
          color: #fff; }

#contact .contact-card {
  display: flex;
  max-width: 250px; }
  #contact .contact-card ul {
    flex: 1; }
    #contact .contact-card ul:first-child {
      margin-right: 10px; }
    #contact .contact-card ul li {
      line-height: 22px;
      margin-bottom: 2px;
      display: flex;
      align-items: center;
      font-size: 14px;
      padding: 12px 0;
      border-radius: 3px; }
      #contact .contact-card ul li i {
        margin-right: 10px; }

.map {
  width: 100%; }

.map-navigation {
  display: none;
  padding: 15px 0;
  text-align: center;
  background-color: #5e7ea8;
  color: #fff; }
  @media (max-width: 1024px) {
    .map-navigation {
      display: block; } }

@media (max-width: 1024px) {
  #contact .contact-info {
    flex-direction: column; }
  #contact .contact-card {
    max-width: 100%; }
  #contact .contact-form {
    margin: 0 0 50px 0; } }
