body{
    margin: 0px;
    padding: 0px;
}

.hosgeldiniz{
    width: 100%;
    height: 60px;
    
}
.hosgeldiniz_sol{
    width: 30%;
    height: 100%;
    float: left;
    background-color: rgb(37, 37, 37);
    text-align: center;
    line-height: 60px;
}

.hosgeldiniz_sag{
    width: 70%;
    height: 100%;
    float: left;
    background-color: #592C41;
    
}

.hosgeldiniz_sag table{
  float: right; 
  padding-top: 7px; 
  padding-right: 250px;
}

.banner{
    width: 100%;
    height: 175px;
}

.logo{
    width: 30%;
    height: 100%;
    float: left;
    background-color: #592C41;
    text-align: center;
}
.banner_sag{
    width: 70%;
    height: 100%;
    float: left;
    background-color: white;

}

.banner_sag_ust{
    width: 100%;
    height: 99px;
    float: left;
    clear: both;
    border-bottom: 1px solid;
    border-color: silver;
}

.banner_sag_ust table{
  min-width: 500px; 
  max-height: 99px; 
  padding-top: 20px; 
  padding-left: 190px;
}

.banner_sag_ust table td{
  padding-left: 10px;
}

.banner_sag_alt{
    width: 100%;
    height: 75px;
    float: left;
    clear: both;
}

.yuvarlak{
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 25px;
    border: 1px solid grey;
    background-color: #d8d8d8;
    padding: 10px;
    vertical-align: middle;
}

.yuvarlak img{
  width:30px; 
  height:30px;
}

.yuvarlak:hover{
    border: 1px solid #592C41;
    background-color: #592C41;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
ul {
    list-style-type: none;
    margin: 0;
    padding-top: 10px;
    padding-left: 180px;
    overflow: hidden;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 26px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size: large;
  }
  
  li a:hover {
    color: #592C41;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }

  .resim{
    width: 100%;
    height: 750px;
    clear: both;
    visibility: visible;
  }
  .ortakisim{
    width: 100%;
    min-height: 2850px;
    background-color: #e0d6e9;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .sticky + .resim {
    padding-top: 175px;
  }

  .sticky + .iletisim_ust{
    padding-top: 175px;
  }

/* banner height + hizmet_sayfa padding_top */
  .sticky + .hizmet_sayfa{
    padding-top: 225px;
  }

  .hizmelerimiz_baslik{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    clear: both;
  }


  .hizmetler_alani{
    width: 1290px;
    height: 2700px;
    margin: auto;
    padding: 0px;

  }

  .hizmet{
    width: 370px;
    min-height: 800px;
    padding: 15px;
    margin: 15px;
    float: left;
    background-color: white;
    display: inline;

  }

  .hizmet img{
    width: 370px;
  }

  .hakkimizda{
    width: 100%;
    height: 600px;
    background-color: white;
    padding-top: 100px;

  }

  .hakkimizda_sol{
    width: 50%;
    height: 500px;
    text-align: right;
    float: left;
  }

  .hakkimizda_sol img{
    width: 600px;
    padding: 20px;
  }

  .hakkimizda_sag{
    width: 50%;
    height: 500px;
    text-align: left;
    float: left;
  }

  .hakkimizda_sag table{
    width: 600px; 
    padding-top: 50px;
  }

  .footer{
    width: 100%;
    height: 600px;
    background-color: #181818;
    color: white;
  }

  .footer_sol{
    width: 35%;
    border-right: 1px solid silver;
    height: 550px;
    float: left;
    text-align: center;
  }

  .footer_sag{
    width: 60%;
    height: 550px;
    float: left;
    text-align: left;
  }

  .footer_sag table{
    float: left; 
    width: 350px; 
    height: 450px; 
    padding-top: 100px; 
    padding-left: 100px;
  }

  .footer_sag table tr th{
    color: white;
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-variation-settings:wdth 100;
    font-size: large; 
    font-size: 26px; 
    text-decoration: underline solid 1px white; 
    height: 50px;

  }

  .footer_sag table tr td{
    color: silver;
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-variation-settings:wdth 100;
    font-size: large; 
    font-size: 20px;

  }

  .footer_alt{
    width: 100%;
    height: 49px;
    border-top: 1px solid silver;
    clear: both;
  }

  .footer_alt table{
    float: right; 
    padding-top: 2px; 
    padding-right: 250px;
  }

  .footer_sag a {
    color: silver;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-variation-settings:
    "wdth" 100;
    font-size: large;
  }
  
  .footer_sag a:hover {
    color: #592C41;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }

  .whatsapp{
    position: fixed;
    z-index: 9999;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: 20px;

  }

  .telefon{
    position: fixed;
    z-index: 9998;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-bottom: 100px;
    margin-left: 20px;

  }

  .hizmet_sayfa{

    width: 100%;
    height: 1000px;
    background-color: white;
    padding-top: 50px;
  }

  .hizmet_sayfa_sol{
    width: 50%;
    height: 700px;
    text-align: right;
    float: left;
    padding-top: 100px;
  }

  .hizmet_sayfa_sol img{
    width: 600px;
    padding: 20px;
  }

  .hizmet_sayfa_sag{
    width: 50%;
    min-height: 700px;
    text-align: left;
    float: left;
  }

  .hizmet_sayfa_sag table{
    width: 600px; 
    padding-top: 20px;
  }

  .hizmet_sayfa_sag table th{
    font-family: "Open Sans", sans-serif;
    color: black; 
    font-size: 40px; 
    font-weight: bold; 
    padding: 10px;
  }

  .hizmet_sayfa_sag table td{
    font-family: "Open Sans", sans-serif;
    color: black; 
    font-size: 22px; 
    padding: 10px;
  }

  .iletisim_ust{
    width: 100%;
    height: 400px;
    background-color: #181818;
  }

  .iletisim_ust_sol{
    width: 30%;
    height: auto;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    color: white;
    text-align: center;
    padding-top: 150px;
    float: left;
  }

  .iletisim_ust_sag{
    width: 70%;
    height: 100%;
    float: left;
  }

  .iletisim_ust_sag_kutu{
    width: 400px;
    height: 200px;
    float: left;
    background-color: #c9c3ce;
    margin-left: 20px;
    margin-top: 100px;
    border: 2px solid white;
  }

  .iletisim_ust_sag_kutu table{
    padding: 10px;
  }

  .iletisim_ust_sag_kutu table td{
    width: 380px; 
    min-height: 40px; 
    font-family: "Open Sans", sans-serif; 
    font-size: 18px; 
    font-weight: normal; 
    text-align: center;
  }

  .iletisim_ust_sag_kutu table td img{
    height:70px;
  }

  .iletisim_ust_sag_kutu table th{
    width: 380px; 
    height: 40px; 
    font-family: "Quicksand", sans-serif; 
    color: #592C41; 
    font-size: 30px; 
    font-weight: bolder; 
    text-align: center;
  }

  .iletisim_ust_sag_kutu:hover{
    background-color: #e7e6e6;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }



  @media screen and (max-width: 1300px) and (min-width: 500px) { 
  
    body{
      margin: 0px;
      padding: 0px;
  }
  
  .hosgeldiniz{
      width: 100%;
      height: 50px;
      
  }
  .hosgeldiniz_sol{
      width: 30%;
      height: 100%;
      float: left;
      background-color: rgb(37, 37, 37);
      text-align: center;
      line-height: 50px;
  }
  .hosgeldiniz_sag{
      width: 70%;
      height: 100%;
      float: left;
      background-color: #592C41;
      
  }
  
  .hosgeldiniz_sag table{
    float: right; 
    padding-top: 7px; 
    padding-right: 30px;
  }
  
  .banner{
      width: 100%;
      height: 175px;
  }
  
  .logo{
      width: 25%;
      height: 100%;
      float: left;
      background-color: #592C41;
      text-align: center;
  }
  .banner_sag{
      width: 75%;
      height: 100%;
      float: left;
      background-color: white;
  
  }
  
  .banner_sag_ust{
      width: 100%;
      height: 99px;
      float: left;
      clear: both;
      border-bottom: 1px solid;
      border-color: silver;
  }

  .banner_sag_ust table{
    min-width: 500px; 
    max-height: 99px; 
    padding-top: 20px; 
    padding-left: 5px;
  }
  .banner_sag_ust table td{
    padding: 0px;
  }
  
  .banner_sag_alt{
      width: 100%;
      height: 75px;
      float: left;
      clear: both;
  }
  
  .yuvarlak{
      width: 20px;
      height: 20px;
      float: left;
      border-radius: 25px;
      border: 1px solid grey;
      background-color: #d8d8d8;
      padding: 10px;
      vertical-align: middle;
  }

  .yuvarlak img{
    width:20px; 
    height:20px;
  }
  
  .yuvarlak:hover{
      border: 1px solid #592C41;
      background-color: #592C41;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
  }
  ul {
      list-style-type: none;
      margin: 0;
      padding-top: 10px;
      padding-left: 10px;
      overflow: hidden;
    }
    
    li {
      float: left;
    }
    
    li a {
      display: block;
      color: black;
      text-align: center;
      padding: 14px 14px;
      text-decoration: none;
      font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
      font-size: large;
    }
    
    li a:hover {
      color: #592C41;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
    }
  
    .resim{
      width: 0px;
      height: 0px;
      clear: both;
      display: none;
    }

    .resim img{
      width: 0px;
    }

    .ortakisim{
      width: 100%;
      min-height: 2850px;
      background-color: #e0d6e9;
      margin: 0px;
    }
  
    .sticky {
      position: fixed;
      top: 0;
      width: 100%;
    }

    .sticky + .ortakisim{
      padding-top: 175px;
    }
  
    .sticky + .iletisim_ust{
      padding-top: 175px;
    }
    
  /* banner height + hizmet_sayfa padding_top */
    .sticky + .hizmet_sayfa{
      padding-top: 195px;
    }

    .hizmelerimiz_baslik{
      width: 100%;
      height: auto;
      text-align: center;
      padding-top: 50px;
      padding-bottom: 20px;
      font-family: "Quicksand", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 50px;
      clear: both;
    }
  
  
    .hizmetler_alani{
      width: auto;
      min-height: 2500px;
      padding: 0px;
      margin: auto;
    }
  
    .hizmet{
      width: 370px;
      min-height: 800px;
      padding: 15px;
      float: left;
      background-color: white;
      display: inline;
      margin: auto;
    }

    .hizmet img{
      width: 370px;
    }
  
    .hakkimizda{
      width: 100%;
      max-height: 500px;
      background-color: white;
      padding-top: 50px;
      clear: both;
    }
  
    .hakkimizda_sol{
      width: 40%;
      height: 400px;
      text-align: right;
      float: left;
    }

    .hakkimizda_sol img{
      width: 300px;
      padding-top: 100px;
    }
  
    .hakkimizda_sag{
      width: 60%;
      height: 400px;
      text-align: left;
      float: left;
    }

    
    .hakkimizda_sag table{
      width: 100%; 
      padding-top: 0px;
    }
  
    .footer{
      width: 100%;
      height: 600px;
      background-color: #181818;
      color: white;
    }
  
    .footer_sol{
      width: 0px;
      border-right: 1px solid silver;
      height: 0px;
      float: left;
      text-align: center;
      display: none;
    }
  
    .footer_sag{
      width: 100%;
      height: 550px;
      float: left;
      text-align: left;
    }

    .footer_sag table{
      float: left; 
      width: 350px; 
      height: 450px; 
      padding-top: 100px; 
      padding-left: 100px;
    }

    .footer_sag table tr th{
      color: white;
      font-family: Open Sans, sans-serif;
      font-weight: 500;
      font-variation-settings:wdth 100;
      font-size: large; 
      font-size: 26px; 
      text-decoration: underline solid 1px white; 
      height: 50px;
  
    }
  
    .footer_sag table tr td{
      color: silver;
      font-family: Open Sans, sans-serif;
      font-weight: 500;
      font-variation-settings:wdth 100;
      font-size: large; 
      font-size: 20px;
  
    }
  
    .footer_alt{
      width: 100%;
      height: 49px;
      border-top: 1px solid silver;
      clear: both;
    }

    .footer_alt table{
      float: right; 
      padding-top: 2px; 
      padding-right: 50px;
    }
  
    .footer_sag a {
      color: silver;
      text-decoration: none;
      font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-variation-settings:
      "wdth" 100;
      font-size: large;
    }
    
    .footer_sag a:hover {
      color: #592C41;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
    }
  
    .whatsapp{
      position: fixed;
      z-index: 9999;
      left: 0px;
      bottom: 0px;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      margin: 20px;
  
    }
  
    .telefon{
      position: fixed;
      z-index: 9998;
      left: 0px;
      bottom: 0px;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      margin-bottom: 100px;
      margin-left: 20px;
  
    }
  
    .hizmet_sayfa{
      width: 100%;
      height: 1300px;
      background-color: white;
      padding-top: 20px;
    }
  
    .hizmet_sayfa_sol{
      width: 100%;
      height: auto;
      text-align: center;
      padding-top: 0px;
      margin: auto;
      clear: both;
    }
  
    .hizmet_sayfa_sol img{
      width: 450px;
      margin: auto;
    }
  
    .hizmet_sayfa_sag{
      width: 100%;
      min-height: 500px;
      text-align: center;
      margin: auto;
      
    }
  
    .hizmet_sayfa_sag table{
      width: 90%; 
      height: auto;
      padding-top: 10px;
      margin: auto;
    }
  
    .hizmet_sayfa_sag table th{
      font-family: "Open Sans", sans-serif;
      color: black; 
      font-size: 40px; 
      font-weight: bold; 
      padding: 0px;
    }
  
    .hizmet_sayfa_sag table td{
      font-family: "Open Sans", sans-serif;
      color: black; 
      font-size: 22px; 
      padding: 0px;
    }
  
    
  .iletisim_ust{
    width: 100%;
    height: 550px;
    background-color: #181818;
  }

  .iletisim_ust_sol{
    width: 30%;
    height: auto;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    color: white;
    text-align: center;
    vertical-align: middle;
    float: left;
    line-height: 200px;
  }

  .iletisim_ust_sag{
    width: 70%;
    height: 100%;
    float: right;
  }

  .iletisim_ust_sag_kutu{
    width: 400px;
    height: 150px;
    float: right;
    background-color: #c9c3ce;
    margin-right: 20px;
    margin-top: 20px;
    border: 2px solid white;
  }

  .iletisim_ust_sag_kutu table{
    padding: 10px;
  }

  .iletisim_ust_sag_kutu table td{
    width: 380px; 
    min-height: 40px; 
    font-family: "Open Sans", sans-serif; 
    font-size: 18px; 
    font-weight: normal; 
    text-align: center;
  }

  .iletisim_ust_sag_kutu table td img{
    height:30px;
  }

  .iletisim_ust_sag_kutu table th{
    width: 380px; 
    height: 40px; 
    font-family: "Quicksand", sans-serif; 
    color: #592C41; 
    font-size: 25px; 
    font-weight: bolder; 
    text-align: center;
  }

  .iletisim_ust_sag_kutu:hover{
    background-color: #e7e6e6;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }

  }
  @media screen and (max-width: 500px) and (min-width: 420px) { 
  
    body{
      margin: 0px;
      padding: 0px;
  }
  
  .hosgeldiniz{
      width: 100%;
      height: 40px;
      padding: 0px;
  }
  .hosgeldiniz_sol{
      width: 100%;
      height: 100%;
      float: left;
      background-color: rgb(37, 37, 37);
      text-align: center;
      font-size: 20px;
      line-height: 40px;
  }

  .hosgeldiniz_sag{
      width: 0px;
      height: 0px;
      float: left;
      background-color: #592C41;
      display: none;
  }
  
  .hosgeldiniz_sag table{
    float: right; 
    padding-top: 0px; 
    padding-right: 0px;
    display: none;
  }
  
  .banner{
      width: 100%;
      height: 130px;
  }
  
  .logo{
      width: 0px;
      height: 0px;
      float: left;
      background-color: #592C41;
      text-align: center;
      display: none;
  }
  .banner_sag{
      width: 100%;
      height: 100%;
      float: left;
      background-color: white;
  
  }
  
  .banner_sag_ust{
      width: 100%;
      height: 80px;
      float: left;
      clear: both;
      border-bottom: 1px solid;
      border-color: silver;
  }

  .banner_sag_ust table{
    min-width: 400px; 
    max-height: 99px; 
    padding-top: 10px; 
    padding-left: 0px;
  }
  .banner_sag_ust table td{
    padding: 0px;
    font-size: 10px;
  }
  
  .banner_sag_alt{
      width: 100%;
      height: 30px;
      float: left;
      clear: both;
  }
  
  .yuvarlak{
      width: 20px;
      height: 20px;
      float: left;
      border-radius: 25px;
      border: 1px solid grey;
      background-color: #d8d8d8;
      padding: 10px;
      vertical-align: middle;
  }

  .yuvarlak img{
    width:20px; 
    height:20px;
  }
  
  .yuvarlak:hover{
      border: 1px solid #592C41;
      background-color: #592C41;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
  }
  ul {
      list-style-type: none;
      margin: 0;
      padding-top: 5px;
      padding-left: 5px;
      overflow: hidden;
    }
    
    li {
      float: left;
    }
    
    li a {
      display: block;
      color: black;
      text-align: center;
      padding: 7px 6px;
      text-decoration: none;
      font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
      font-size: medium;
      background-color: #e0d6e9;
    }
    
    li a:hover {
      color: #592C41;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
    }
  
    .resim{
      width: 0px;
      height: 0px;
      clear: both;
      display: none;
    }

    .resim img{
      width: 0px;
    }

    .ortakisim{
      width: 100%;
      min-height: 2550px;
      background-color: #e0d6e9;
      margin: 0px;
    }
  
    .sticky {
      position: fixed;
      top: 0;
      width: 100%;
    }
    .sticky + .ortakisim{
      padding-top: 130px;
    }
  
    .sticky + .iletisim_ust{
      padding-top: 130px;
    }
  
  /* banner height + hizmet_sayfa padding_top */
    .sticky + .hizmet_sayfa{
      padding-top: 140px;
    }

    .hizmelerimiz_baslik{
      width: 100%;
      height: auto;
      text-align: center;
      padding-top: 30px;
      padding-bottom: 20px;
      font-family: "Quicksand", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 40px;
      clear: both;
    }
  
  
    .hizmetler_alani{
      width: auto;
      min-height: 2400px;
      padding: 0px;
      margin: auto;
    }
  
    .hizmet{
      width: 370px;
      min-height: 800px;
      padding: 15px;
      float: left;
      background-color: white;
      display: inline;
      margin: auto;
    }

    .hizmet img{
      width: 370px;
    }
  
    .hakkimizda{
      width: 100%;
      max-height: 500px;
      background-color: white;
      padding-top: 50px;
      clear: both;
    }
  
    .hakkimizda_sol{
      width: 0px;
      height: 0px;
      text-align: right;
      float: left;
      display: none;
    }

    .hakkimizda_sol img{
      width: 0px;
      padding-top: 0px;
      display: none;

    }
  
    .hakkimizda_sag{
      width: 100%;
      height: auto;
      text-align: left;
      float: left;
      padding-bottom: 100px;
      clear: both;
      background-color: white;
    }

    
    .hakkimizda_sag table{
      width: 100%; 
      padding: 0px;
      margin: auto;
    }
  
    .footer{
      width: 100%;
      height: 600px;
      background-color: #181818;
      color: white;
    }
  
    .footer_sol{
      width: 0px;
      border-right: 1px solid silver;
      height: 0px;
      float: left;
      text-align: center;
      display: none;
    }
  
    .footer_sag{
      width: 100%;
      height: 400px;
      float: left;
      text-align: left;
    }

    .footer_sag table{
      float: left; 
      width: 50%; 
      height: 300px; 
      padding-top: 40px; 
      padding-left: 10px;
    }

    .footer_sag table tr th{
      color: white;
      font-family: Open Sans, sans-serif;
      font-weight: 500;
      font-variation-settings:wdth 100;
      font-size: large; 
      font-size: 24px; 
      text-decoration: underline solid 1px white; 
      height: 50px;
  
    }
  
    .footer_sag table tr td{
      color: silver;
      font-family: Open Sans, sans-serif;
      font-weight: 500;
      font-variation-settings:wdth 100;
      font-size: large; 
      font-size: 15px;
  
    }
  
    .footer_alt{
      width: 100%;
      height: 49px;
      border-top: 1px solid silver;
      clear: both;
    }

    .footer_alt table{
      float: right; 
      padding-top: 2px; 
      padding-right: 50px;
    }
  
    .footer_sag a {
      color: silver;
      text-decoration: none;
      font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-variation-settings:
      "wdth" 100;
      font-size: medium;
    }
    
    .footer_sag a:hover {
      color: #592C41;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
    }
  
    .whatsapp{
      position: fixed;
      z-index: 9999;
      left: 0px;
      bottom: 0px;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      margin: 20px;
  
    }
  
    .telefon{
      position: fixed;
      z-index: 9998;
      left: 0px;
      bottom: 0px;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      margin-bottom: 100px;
      margin-left: 20px;
  
    }
  
    
    .hizmet_sayfa{
      width: 100%;
      height: 1500px;
      background-color: white;
      padding-top: 10px;
    }
  
    .hizmet_sayfa_sol{
      width: 100%;
      height: auto;
      text-align: center;
      padding-top: 0px;
      margin: auto;
      clear: both;
    }
  
    .hizmet_sayfa_sol img{
      width: 400px;
      margin: auto;
    }
  
    .hizmet_sayfa_sag{
      width: 100%;
      min-height: 500px;
      text-align: center;
      margin: auto;
      
    }
  
    .hizmet_sayfa_sag table{
      width: 90%; 
      height: auto;
      padding-top: 10px;
      margin: auto;
    }
  
    .hizmet_sayfa_sag table th{
      font-family: "Open Sans", sans-serif;
      color: black; 
      font-size: 40px; 
      font-weight: bold; 
      padding: 0px;
    }
  
    .hizmet_sayfa_sag table td{
      font-family: "Open Sans", sans-serif;
      color: black; 
      font-size: 22px; 
      padding: 0px;
    }



  
    .iletisim_ust{
      width: 100%;
      height: 600px;
      background-color: #181818;
    }
  
    .iletisim_ust_sol{
      width: 100%;
      height: auto;
      font-family: "Quicksand", sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 30px;
      color: white;
      text-align: center;
      vertical-align: middle;
      float: left;
      clear: both;
      padding-top: 20px;
    }
  
    .iletisim_ust_sag{
      width: 100%;
      height: 100%;
      float: right;
    }
  
    .iletisim_ust_sag_kutu{
      width: 400px;
      height: 150px;
      float: right;
      background-color: #c9c3ce;
      margin-right: 10px;
      margin-top: 20px;
      border: 2px solid white;
    }
  
    .iletisim_ust_sag_kutu table{
      padding: 10px;
    }
  
    .iletisim_ust_sag_kutu table td{
      width: 380px; 
      min-height: 40px; 
      font-family: "Open Sans", sans-serif; 
      font-size: 18px; 
      font-weight: normal; 
      text-align: center;
    }
  
    .iletisim_ust_sag_kutu table td img{
      height:30px;
    }
  
    .iletisim_ust_sag_kutu table th{
      width: 380px; 
      height: 40px; 
      font-family: "Quicksand", sans-serif; 
      color: #592C41; 
      font-size: 25px; 
      font-weight: bolder; 
      text-align: center;
    }
  
    .iletisim_ust_sag_kutu:hover{
      background-color: #e7e6e6;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
    }




  }

  @media screen and (max-width: 420px) and (min-width: 395px) { 
  
    body{
      margin: 0px;
      padding: 0px;
  }
  
  .hosgeldiniz{
      width: 100%;
      height: 40px;
      padding: 0px;
  }
  .hosgeldiniz_sol{
      width: 100%;
      height: 100%;
      float: left;
      background-color: rgb(37, 37, 37);
      text-align: center;
      font-size: 20px;
      line-height: 40px;
  }

  .hosgeldiniz_sag{
      width: 0px;
      height: 0px;
      float: left;
      background-color: #592C41;
      display: none;
  }
  
  .hosgeldiniz_sag table{
    float: right; 
    padding-top: 0px; 
    padding-right: 0px;
    display: none;
  }
  
  .banner{
      width: 100%;
      height: 130px;
  }
  
  .logo{
      width: 0px;
      height: 0px;
      float: left;
      background-color: #592C41;
      text-align: center;
      display: none;
  }
  .banner_sag{
      width: 100%;
      height: 100%;
      float: left;
      background-color: white;
  
  }
  
  .banner_sag_ust{
      width: 100%;
      height: 80px;
      float: left;
      clear: both;
      border-bottom: 1px solid;
      border-color: silver;
  }

  .banner_sag_ust table{
    min-width: 400px; 
    max-height: 99px; 
    padding-top: 10px; 
    padding-left: 0px;
  }
  .banner_sag_ust table td{
    padding: 0px;
    font-size: 10px;
  }
  
  .banner_sag_alt{
      width: 100%;
      height: 30px;
      float: left;
      clear: both;
  }
  
  .yuvarlak{
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 25px;
    border: 1px solid grey;
    background-color: #d8d8d8;
    padding: 10px;
    vertical-align: middle;
}

.yuvarlak img{
  width:20px; 
  height:20px;
}
  
  .yuvarlak:hover{
      border: 1px solid #592C41;
      background-color: #592C41;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
  }
  ul {
      list-style-type: none;
      margin: 0;
      padding-top: 5px;
      padding-left: 5px;
      overflow: hidden;
    }
    
    li {
      float: left;
    }
    
    li a {
      display: block;
      color: black;
      text-align: center;
      padding: 7px 5px;
      text-decoration: none;
      font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
      font-size: medium;
      background-color: #e0d6e9;
    }
    
    li a:hover {
      color: #592C41;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
    }
  
    .resim{
      width: 0px;
      height: 0px;
      clear: both;
      display: none;
    }

    .resim img{
      width: 0px;
    }

    .ortakisim{
      width: 100%;
      min-height: 2850px;
      background-color: #e0d6e9;
      margin: 0px;
    }
  
    .sticky {
      position: fixed;
      top: 0;
      width: 100%;
    }
    .sticky + .ortakisim{
      padding-top: 130px;
    }
  
    .sticky + .iletisim_ust{
      padding-top: 130px;
    }
  
  /* banner height + hizmet_sayfa padding_top */
    .sticky + .hizmet_sayfa{
      padding-top: 140px;
    }
    .hizmelerimiz_baslik{
      width: 100%;
      height: auto;
      text-align: center;
      padding-top: 30px;
      padding-bottom: 20px;
      font-family: "Quicksand", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 30px;
      clear: both;
    }
  
  
    .hizmetler_alani{
      width: auto;
      min-height: 2500px;
      padding: 0px;
      margin: auto;
    }
  
    .hizmet{
      width: 370px;
      min-height: 800px;
      padding: 15px;
      float: left;
      background-color: white;
      display: inline;
      margin: auto;
    }

    .hizmet img{
      width: 370px;
    }
  
    .hakkimizda{
      width: 100%;
      max-height: 500px;
      background-color: white;
      padding-top: 50px;
      clear: both;
    }
  
    .hakkimizda_sol{
      width: 0px;
      height: 0px;
      text-align: right;
      float: left;
      display: none;
    }

    .hakkimizda_sol img{
      width: 0px;
      padding-top: 0px;
      display: none;

    }
  
    .hakkimizda_sag{
      width: 100%;
      height: auto;
      text-align: left;
      float: left;
      padding-bottom: 100px;
      clear: both;
      background-color: white;
    }

    
    .hakkimizda_sag table{
      width: 100%; 
      padding: 0px;
      margin: auto;
    }
  
    .footer{
      width: 100%;
      height: 560px;
      background-color: #181818;
      color: white;
    }
  
    .footer_sol{
      width: 0px;
      border-right: 1px solid silver;
      height: 0px;
      float: left;
      text-align: center;
      display: none;
    }
  
    .footer_sag{
      width: 100%;
      height: 400px;
      float: left;
      text-align: left;
    }

    .footer_sag table{
      float: left; 
      width: 50%; 
      height: 300px; 
      padding-top: 20px; 
      padding-left: 0px;
    }

    .footer_sag table tr th{
      color: white;
      font-family: Open Sans, sans-serif;
      font-weight: 500;
      font-variation-settings:wdth 100;
      font-size: large; 
      font-size: 20px; 
      text-decoration: underline solid 1px white; 
      height: 50px;
  
    }
  
    .footer_sag table tr td{
      color: silver;
      font-family: Open Sans, sans-serif;
      font-weight: 500;
      font-variation-settings:wdth 100;
      font-size: large; 
      font-size: 15px;
  
    }

    .footer_alt{
      width: 100%;
      height: 49px;
      border-top: 1px solid silver;
    }

    .footer_alt table{
      float: right; 
      padding-top: 2px; 
      padding-right: 20px;
    }
  
    .footer_sag a {
      color: silver;
      text-decoration: none;
      font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-variation-settings:
      "wdth" 100;
      font-size: medium;
    }
    
    .footer_sag a:hover {
      color: #592C41;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
    }
  
    .whatsapp{
      position: fixed;
      z-index: 9999;
      left: 0px;
      bottom: 0px;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      margin: 20px;
  
    }
  
    .telefon{
      position: fixed;
      z-index: 9998;
      left: 0px;
      bottom: 0px;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      margin-bottom: 100px;
      margin-left: 20px;
  
    }
  
    
    
    .hizmet_sayfa{
      width: 100%;
      height: 1500px;
      background-color: white;
      padding-top: 10px;
      padding-left: 0px;
      padding-right: 0px;
      margin: 0px;
    }
  
    .hizmet_sayfa_sol{
      width: 100%;
      height: auto;
      text-align: center;
      padding-top: 0px;
      padding-left: 0px;
      margin: 0px;
      clear: both;
    }
  
    .hizmet_sayfa_sol img{
      width: 390px;
      margin: auto;
      padding-left: 5px;
    }
  
    .hizmet_sayfa_sag{
      width: 100%;
      min-height: 500px;
      text-align: center;
      margin: auto;
      
    }
  
    .hizmet_sayfa_sag table{
      width: 90%; 
      height: auto;
      padding-top: 10px;
      margin: auto;
    }
  
    .hizmet_sayfa_sag table th{
      font-family: "Open Sans", sans-serif;
      color: black; 
      font-size: 40px; 
      font-weight: bold; 
      padding: 0px;
    }
  
    .hizmet_sayfa_sag table td{
      font-family: "Open Sans", sans-serif;
      color: black; 
      font-size: 22px; 
      padding: 0px;
    }
  
    .iletisim_ust{
      width: 100%;
      height: 620px;
      background-color: #181818;
    }
  
    .iletisim_ust_sol{
      width: 100%;
      height: auto;
      font-family: "Quicksand", sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 30px;
      color: white;
      text-align: center;
      vertical-align: middle;
      float: left;
      clear: both;
      padding-top: 20px;
    }
  
    .iletisim_ust_sag{
      width: 100%;
      height: 100%;
      float: right;
    }
  
    .iletisim_ust_sag_kutu{
      width: 400px;
      height: 150px;
      float: right;
      background-color: #c9c3ce;
      margin-right: 5px;
      margin-top: 20px;
      border: 2px solid white;
    }
  
    .iletisim_ust_sag_kutu table{
      padding: 10px;
    }
  
    .iletisim_ust_sag_kutu table td{
      width: 380px; 
      min-height: 40px; 
      font-family: "Open Sans", sans-serif; 
      font-size: 18px; 
      font-weight: normal; 
      text-align: center;
    }
  
    .iletisim_ust_sag_kutu table td img{
      height:30px;
    }
  
    .iletisim_ust_sag_kutu table th{
      width: 380px; 
      height: 40px; 
      font-family: "Quicksand", sans-serif; 
      color: #592C41; 
      font-size: 25px; 
      font-weight: bolder; 
      text-align: center;
    }
  
    .iletisim_ust_sag_kutu:hover{
      background-color: #e7e6e6;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
    }




  }

  @media screen and (max-width: 395px) and (min-width: 300px) { 
  
    body{
      margin: 0px;
      padding: 0px;
  }
  
  .hosgeldiniz{
      width: 100%;
      height: 40px;
      padding: 0px;
  }
  .hosgeldiniz_sol{
      width: 100%;
      height: 100%;
      float: left;
      background-color: rgb(37, 37, 37);
      text-align: center;
      font-size: 20px;
      line-height: 40px;
  }

  .hosgeldiniz_sag{
      width: 0px;
      height: 0px;
      float: left;
      background-color: #592C41;
      display: none;
  }
  
  .hosgeldiniz_sag table{
    float: right; 
    padding-top: 0px; 
    padding-right: 0px;
    display: none;
  }
  
  .banner{
      width: 100%;
      height: 130px;
  }
  
  .logo{
      width: 0px;
      height: 0px;
      float: left;
      background-color: #592C41;
      text-align: center;
      display: none;
  }
  .banner_sag{
      width: 100%;
      height: 100%;
      float: left;
      background-color: white;
  
  }
  
  .banner_sag_ust{
      width: 100%;
      height: 80px;
      float: left;
      clear: both;
      border-bottom: 1px solid;
      border-color: silver;
  }

  .banner_sag_ust table{
    min-width: 300px; 
    max-height: 99px; 
    padding-top: 10px; 
    padding-left: 0px;
  }
  .banner_sag_ust table td{
    padding: 0px;
    font-size: 9px;
  }
  
  .banner_sag_alt{
      width: 100%;
      height: 30px;
      float: left;
      clear: both;
  }
  
  .yuvarlak{
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 25px;
    border: 1px solid grey;
    background-color: #d8d8d8;
    padding: 5px;
    vertical-align: middle;
}

.yuvarlak img{
  width:20px; 
  height:20px;
}
  
  .yuvarlak:hover{
      border: 1px solid #592C41;
      background-color: #592C41;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
  }
  ul {
      list-style-type: none;
      margin: 0;
      padding-top: 5px;
      padding-left: 5px;
      overflow: hidden;
    }
    
    li {
      float: left;
    }
    
    li a {
      display: block;
      color: black;
      text-align: center;
      padding: 8px 6px;
      text-decoration: underline;
      font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
      font-size: small;
      background-color: #e0d6e9;
    }
    
    li a:hover {
      color: #592C41;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
    }
  
    .resim{
      width: 0px;
      height: 0px;
      clear: both;
      display: none;
    }

    .resim img{
      width: 0px;
    }

    .ortakisim{
      width: 100%;
      min-height: 2850px;
      background-color: #e0d6e9;
      margin: 0px;
    }
  
    .sticky {
      position: fixed;
      top: 0;
      width: 100%;
    }
    .sticky + .ortakisim{
      padding-top: 130px;
    }
  
    .sticky + .iletisim_ust{
      padding-top: 120px;
    }
  
  /* banner height + hizmet_sayfa padding_top */
    .sticky + .hizmet_sayfa{
      padding-top: 150px;
    }
    .hizmelerimiz_baslik{
      width: 100%;
      height: auto;
      text-align: center;
      padding-top: 30px;
      padding-bottom: 20px;
      font-family: "Quicksand", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 30px;
      clear: both;
    }
  
  
    .hizmetler_alani{
      width: auto;
      min-height: 2500px;
      padding: 0px;
      margin: auto;
    }
  
    .hizmet{
      width: 350px;
      min-height: 800px;
      padding: 5px;
      float: left;
      background-color: white;
      display: inline;
      margin: auto;
    }

    .hizmet img{
      width: 340px;
    }
  
    .hakkimizda{
      width: 100%;
      max-height: 500px;
      background-color: white;
      padding-top: 50px;
      clear: both;
    }
  
    .hakkimizda_sol{
      width: 0px;
      height: 0px;
      text-align: right;
      float: left;
      display: none;
    }

    .hakkimizda_sol img{
      width: 0px;
      padding-top: 0px;
      display: none;

    }
  
    .hakkimizda_sag{
      width: 100%;
      height: auto;
      text-align: left;
      float: left;
      padding-bottom: 100px;
      clear: both;
      background-color: white;
    }

    
    .hakkimizda_sag table{
      width: 100%; 
      padding: 0px;
      margin: auto;
    }
  
    .footer{
      width: 100%;
      height: 560px;
      background-color: #181818;
      color: white;
    }
  
    .footer_sol{
      width: 0px;
      border-right: 0px solid silver;
      height: 0px;
      float: left;
      text-align: center;
      display: none;
    }
  
    .footer_sag{
      width: 100%;
      height: 340px;
      float: left;
      text-align: left;
    }

    .footer_sag table{
      float: left; 
      width: 50%; 
      height: 320px; 
      padding-top: 10px; 
      padding-bottom: 10px;
      padding-left: 0px;
    }

    .footer_sag table tr th{
      color: white;
      font-family: Open Sans, sans-serif;
      font-weight: 500;
      font-variation-settings:wdth 100;
      font-size: large; 
      font-size: 20px; 
      text-decoration: underline solid 1px white; 
      height: 50px;
  
    }
  
    .footer_sag table tr td{
      color: silver;
      font-family: Open Sans, sans-serif;
      font-weight: 500;
      font-variation-settings:wdth 100;
      font-size: large; 
      font-size: 15px;
  
    }
  
    .footer_alt{
      width: 100%;
      height: 49px;
      border-top: 1px solid silver;
    }

    .footer_alt table{
      float: right; 
      padding-top: 2px; 
      padding-right: 10px;
    }
  
    .footer_sag a {
      color: silver;
      text-decoration: none;
      font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-variation-settings:
      "wdth" 100;
      font-size: medium;
    }
    
    .footer_sag a:hover {
      color: #592C41;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
    }
  
    .whatsapp{
      position: fixed;
      z-index: 9999;
      left: 0px;
      bottom: 0px;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      margin: 20px;
  
    }
  
    .telefon{
      position: fixed;
      z-index: 9998;
      left: 0px;
      bottom: 0px;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      margin-bottom: 100px;
      margin-left: 20px;
  
    }
  
   
    
    .hizmet_sayfa{
      width: 100%;
      height: 1500px;
      background-color: white;
      padding-top: 10px;
      padding-left: 0px;
      padding-right: 0px;
      margin: 0px;
    }
  
    .hizmet_sayfa_sol{
      width: 100%;
      height: auto;
      text-align: center;
      padding-top: 0px;
      padding-left: 0px;
      margin: 0px;
      clear: both;
    }
  
    .hizmet_sayfa_sol img{
      width: 300px;
      margin: auto;
      padding-left: 5px;
    }
  
    .hizmet_sayfa_sag{
      width: 100%;
      min-height: 500px;
      text-align: center;
      margin: auto;
      
    }
  
    .hizmet_sayfa_sag table{
      width: 90%; 
      height: auto;
      padding-top: 10px;
      margin: auto;
    }
  
    .hizmet_sayfa_sag table th{
      font-family: "Open Sans", sans-serif;
      color: black; 
      font-size: 40px; 
      font-weight: bold; 
      padding: 0px;
    }
  
    .hizmet_sayfa_sag table td{
      font-family: "Open Sans", sans-serif;
      color: black; 
      font-size: 22px; 
      padding: 0px;
    }
  
    .iletisim_ust{
      width: 100%;
      height: 620px;
      background-color: #181818;
    }
  
    .iletisim_ust_sol{
      width: 100%;
      height: auto;
      font-family: "Quicksand", sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 30px;
      color: white;
      text-align: center;
      vertical-align: middle;
      float: left;
      clear: both;
      padding-top: 20px;
    }
  
    .iletisim_ust_sag{
      width: 100%;
      height: 100%;
      float: right;
    }
  
    .iletisim_ust_sag_kutu{
      width: 320px;
      height: 150px;
      float: right;
      background-color: #c9c3ce;
      margin-right: 15px;
      margin-top: 20px;
      border: 2px solid white;
    }
  
    .iletisim_ust_sag_kutu table{
      padding: 10px;
    }
  
    .iletisim_ust_sag_kutu table td{
      width: 380px; 
      min-height: 40px; 
      font-family: "Open Sans", sans-serif; 
      font-size: 18px; 
      font-weight: normal; 
      text-align: center;
    }
  
    .iletisim_ust_sag_kutu table td img{
      height:30px;
    }
  
    .iletisim_ust_sag_kutu table th{
      width: 380px; 
      height: 40px; 
      font-family: "Quicksand", sans-serif; 
      color: #592C41; 
      font-size: 25px; 
      font-weight: bolder; 
      text-align: center;
    }
  
    .iletisim_ust_sag_kutu:hover{
      background-color: #e7e6e6;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      -o-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease;
    }
  }