html,body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
}
* {
  outline: none !important;
}
h1, h2, h3, h4, h5, h6, p, ul {
  padding: 0;
  margin: 0;
}
header, section, footer {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.anadiv {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
header.ustkisim {
  height: 120px;
  z-index: 100;
}
header.ustkisim .mobilmenuicn {
    position: absolute;
    top: 65px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    display: none;
    cursor: pointer;
}
header.ustkisim .logo {
  width: 130px;
  max-height: 130px;
  float: left;
  margin-top: 25px;
}
header.ustkisim nav {
  width: 100%;
  height: 120px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
header.ustkisim nav::before {
  width: calc(100% * 2);
  left: 100%;
  background-color: rgba(255,255,255,0.5);
  content: " ";
  position: absolute;
  bottom: -1px;
  height: 1px;
}
header.ustkisim nav ul {
  list-style: none;
  width: auto;
  float: left;

  margin-top: 55px;
}
header.ustkisim nav ul.menu {
  margin-left: -15px;
}
header.ustkisim nav ul.sosyal {
  float: right;
}
header.ustkisim nav ul li {
  float: left;
  position: relative;
  display: inline-block;
}
header.ustkisim nav ul li a {
  font-size: 14px;
  text-decoration: none !important;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  font-weight: 300;
  border-radius: 5px;
  transition: all ease 0.2s;
}
header.ustkisim nav ul li:hover a {
  color: rgba(255,255,255,0.6);
  background-color: #235691;
}
header.ustkisim nav ul li ul {
  position: absolute;
  top: 22px;
  left: 0px;
  width: 180px;
  display: none;
  margin-left: 0px;
  margin-top: 0px;
}
header.ustkisim nav ul li:hover ul {
  display: block;
}
header.ustkisim nav ul li ul li {
  display: block;
  width: 100%;
  float: left;
}
header.ustkisim nav ul li ul li a {
  width: 100%;
  color: #000 !important;
  float: left;
  border-radius: 0px;
  border-bottom: 1px solid #000;
  background-color: #fff !important;
}
header.ustkisim nav ul li ul li:hover a {
  width: 100%;

  float: left;
  border-radius: 0px;
  border-bottom: 1px solid #000;
  color: rgba(255,255,255,0.6) !important;
  background-color: #235691 !important;
}
header.ustkisim nav ul li ul li:nth-last-child(1) a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header.ustkisim nav ul.sosyal li a {
  padding-left: 10px;
  padding-right: 10px;
}
section.slider_alan {
  height: 100vh;
  background-color: #000;
  z-index: 4;
  margin-top: -120px;
  overflow: hidden;
}
section.slider_alan .container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.slider_alan .kaydir {
  width: 60px;
  height: auto;
  position: absolute;
  bottom: 90px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
section.slider_alan .kaydir span {
  font-size: 13px;
  font-weight: lighter;
}
section.slider_alan .kaydir i {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  border:1px solid #fff;
  margin-top: 5px;
  transition: all ease 0.3s;
}
section.slider_alan .kaydir:hover i {
  background-color: #fff;
  color: #302c2b;
}
section.slider_alan .container .sltxt {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
}
section.slider_alan .container .sltxt h1 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 110px;
    font-weight: bold;
}
section.slider_alan .container .sltxt h2 {
  font-weight: lighter;
  font-size: 15px;
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: 8px;
}
section.slider_alan img.bg {
  position: absolute;
  opacity: 0.6;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

section.haberler {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.haberler.blog {
  background-color: #F6F6F6;
}
section.haberler.blog .owl-dots {
  width: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  align-items: center;
}
section.haberler.blog .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  border: 2px solid #000;
}
section.haberler.blog .owl-dots .owl-dot.active {
  background-color: #000;
}
section.haberler.blog .owl-prev {
  height: 60px;
  width: 50px;
  color: #11749E;
  font-size: 100px;
  position: absolute;
  top: -150px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  left: -65px;
}
section.haberler.blog .owl-next {
  height: 60px;
  width: 50px;
  color: #11749E;
  font-size: 100px;
  position: absolute;
  top: -150px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  right: -65px;
}

section.haberler .basalan {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  height: 170px;
}
section.haberler .basalan img {
  width: 170px;
  position: absolute;
  height: 170px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
section.haberler .haberler_baslik {
  width: 100%;
  float: left;
  text-align: center;
  color: #000;
  font-size: 35px;
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8;
}
section.haberler .tumhbr {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;

}
section.haberler .tumhbr a {
  padding: 5px 20px;
  border-radius: 20px;
  border:1px solid #000000;
  color: #000000;
    transition: all ease 0.3s;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
}
section.haberler .tumhbr a:hover {
  color: #fff;
  background-color: #000;
}
section.haberler .haber_tek {
  width: 100%;
  margin-bottom: 30px;
  float: left;
  position: relative;
}

section.haberler.blog .haber_tek {
  padding: 15px;
  border: 1px solid #12739F;
  border-bottom-right-radius: 100px;
}
section.haberler .haber_tek img {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  opacity: 1;
  transition: all ease 0.3s;
  height:200px;
}
section.haberler .haber_tek:hover img {
  opacity: 0.7;
}
section.haberler .haber_tek h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;

    margin-bottom: 10px;
  color: #11749e;
  width: 100%;
  float: left;
  height: 35px;
}
section.haberler .haber_tek .habertxt {
  width: 100%;
  font-size: 13px;
  color: #222;
  float: left;
  margin-bottom: 20px;
  min-height:80px;
}
section.haberler .haber_tek a.link {
  border-radius: 20px;
  color: #fff;
  text-decoration: none !important;
  background-color: #11749e;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 400;
  border:1px solid #11749e;
  transition: all ease 0.3s;
}
section.haberler .haber_tek:hover a {
  color: #11749e;
  background-color: #fff;
}
footer.altkisim {
  background-color: #222222;
  color: #fff;
  font-size: 13px;
  padding-top: 25px;
  padding-bottom: 25px;
}
footer.altkisim .altlnk {
  float: right;
  color: #fff;
  text-decoration: none !important;
}
footer.altkisim .altlnk:hover {
  color: rgba(255, 255, 255, 0.5);
}
section.yerlesim_plan {
  height: 300px;
  background-image: url(../files/site/yerlesim_plan.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.yerlesim_plan a {
  color: #fff;
  padding: 10px 50px;
  border-radius: 35px;
  border: 1px solid #fff;
  font-size: 18px;
    transition: all ease 0.3s;
  text-decoration: none !important;

}
section.yerlesim_plan a:hover {
  background-color: #fff;
  color: #2b2b2b;
}
section.banner_s {
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  margin-top: -120px;
}
section.banner_s.banner404 {
  height: 100vh;
}
section.banner_s h1 {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  position: absolute;
  bottom: 80px;
}
section.banner_s.banner404 h1 {
  font-size: 150px;
  height: 150px;
  bottom: 0px;
  top: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
section.banner_s.banner404 h1 span {
  font-size: 15px;
  letter-spacing: 10px;
  font-weight: 300;
}
section.hizli_erisim {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../files/site/hizli_erisim_bg.jpg);
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
}
section.hizli_erisim h1 {
  width: 100%;
  float: left;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
}
section.hizli_erisim .hetxt {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 22px;
  margin-bottom: 50px;
  position: relative;
  font-size: 15px;
}
section.hizli_erisim .hetxt::before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: 2px;
  background-color: #fff;
}
section.hizli_erisim .hetek {
    width: 100%;
    float: left;
    transition: all ease 0.3s;
    transform: scale(1);
    cursor: pointer;
}
section.hizli_erisim .hetek:hover {
  transform: scale(1.1);

}
section.hizli_erisim .hetek .res {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
      transition: all ease 0.3s;
}
section.hizli_erisim .hetek:hover .res {
transform: rotate(4deg);
}
section.hizli_erisim .hetek h3 {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight:400;
  margin-top: 25px;
}
section.hizli_erisim .hetek .res img {
  height: 90px;
  width: auto;
}
section.firmalar {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
section.firmalar .firmarow {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  float: left;
}
section.firmalar .firmarow .firmacol {
  width: calc(100% / 5);
  float: left;
  padding: 15px;
}
section.firmalar .firmarow .firmacol .firmatek {
  width: 100%;
  float: left;
  border: 1px solid #b3b2ae;
  background-color: #ededed;

  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
  transition: all ease 0.2s;
}
section.firmalar .firmarow .firmacol .firmatek:hover {
  border-color: #8e8d8a;
  box-shadow: 0px 7px 7px rgba(0,0,0,0.1);
}
section.firmalar .firmarow .firmacol .firmatek .firma_gorsel {
  width: 100%;
  padding-top: calc(100% - 30px);
  float: left;
  position: relative;
}
section.firmalar .firmarow .firmacol .firmatek .firma_gorsel img {
  position: absolute;
  max-width: 50%;
  max-height: 50%;
  width: auto;
  height: auto;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
    filter: grayscale(100%);
  transition: all ease 0.2s;

}
section.firmalar .firmarow .firmacol .firmatek:hover .firma_gorsel img {
  transform: scale(1.3);
  filter: grayscale(0%);
}
section.firmalar .firmarow .firmacol .firmatek .firma_ismi {
  width:100%;
  float: left;
  border-top: 1px solid #b3b2ae;
    color: #444;
  padding: 14px;
  text-align: center;
    transition: all ease 0.2s;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
  font-size: 11px;
  font-weight: 500;
}
section.firmalar .firmarow .firmacol .firmatek:hover .firma_ismi {
  border-color: #8e8d8a;
}
section.bize_ulasin {
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url(../files/site/bize_ulasin_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
section.bize_ulasin h1 {
  width: 100%;
  float: left;
  position: relative;
  font-size: 225px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.18);
}
section.bize_ulasin h1 div {
  font-size: 40px;
  color: #fff;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.7);
  position: absolute;
  top: 0px;
  bottom: 0px;
    font-family: 'Montserrat', sans-serif;
  width: 100%;
  text-align: center;
}
section.bize_ulasin .form-control {
  border-radius: 0px !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  margin-bottom: 30px;
  color: #fff;
  font-size: 15px;
  min-height: 45px !important;
}
section.bize_ulasin .form-control::placeholder {
  color: #fff;
}
section.bize_ulasin textarea.form-control {
  height: 120px !important;
  resize: none;
}
section.bize_ulasin .gonderbtn {
  background-color: #11749e;
  color: #fff;
  padding: 7px 25px;
  border:none;
  font-weight: bold;
}
section.bize_ulasin .gonderbtn:hover {
  background-color: #fff;
  color: #11749e;
}
section.bize_ulasin .ortala{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.firma_detay {
  padding-top: 90px;
  padding-bottom: 90px;
}
section.firma_harita #harita_alani {
  height: 500px;
}
section.firma_detay .logofirmadetay {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
section.firma_detay .firma_bilgi_tek {
  width: 100%;
  float: left;
  color: #868686;
  font-size: 17px;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
section.firma_detay .firma_bilgi_tek .bilgitxt {
  float: left;
  width: calc(100% - 30px);
}
section.firma_detay .firma_bilgi_tek .ikon {
  float: left;
  color: #11749e;
  font-size: 20px;
  margin-right: 10px;
}
section.firma_detay .firma_bilgi_sm {
  width: 100%;
}
section.firma_detay .firma_bilgi_sm a.smbtn {
  color: #11749e;
  float: left;
  margin-right: 5px;
  font-size: 20px;
  text-decoration: none !important;
  width: 25px;
  height: 25px;
  display: flex;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
}
section.firma_detay .firma_bilgi_sm a.smbtn:hover {
  color: #0c4d68;
}
section.firma_detay .firma_bilgi_sm a.pdfbtn {
  float: right;
  width: auto;
  color: #11749e;
  text-align: right;
  font-size: 10px;
}
section.firma_detay .firma_bilgi_sm a.pdfbtn:hover {
  color: #0c4d68;
}
section.firma_detay .firma_bilgi_sm a.pdfbtn i {
  font-size: 29px;
  float: right;
  margin-left: 5px;
}
section.firma_detay .firma_bilgi_sm a.pdfbtn div {
  float: right;
  font-weight: bold;
}
section.firma_detay .baslik1 {
  width: 100%;
  float: left;
  font-size: 29px;
  color: #4c4c4c;
  font-weight: 600;
}
section.firma_detay .baslik2 {
  width: 100%;
  font-size: 20px;
  float: left;
  font-weight: 600;
  color: #868686;
  margin-bottom: 20px;
  position: relative;
}
section.firma_detay .baslik2::before {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0px;
  height: 2px;
  background-color: #11749e;
  width: 75%;
}
section.firma_detay .firma_aciklama_txts {
  width: 100%;
  float: left;
  color: #111;
  margin-bottom: 50px;
  margin-top: 50px;
}
section.firma_detay .ana_gorsel {
  width: 100%;
  float: left;
  padding-top: 50%;
  background-color: #b3b2ae;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
section.firma_detay .ana_gorsel .kapakimgg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
}
section.firma_detay .alt_gorsel_row {
  width: calc(100% + 10px);
  margin-left: -5px;
  float: left;
}
section.firma_detay .alt_gorsel_row .alt_gorsel_tek {
  width: calc(100% / 5 - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  position: relative;
  height: 90px;
  background-color: #b3b2ae;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
section.firma_detay .alt_gorsel_row .alt_gorsel_tek .altimgg {
  width: 100%;
  height: auto;
  float: left;
}
section.firma_detay .alt_gorsel_row .alt_gorsel_tek:hover .altimgg {
  opacity: 0.7;

}
section.haber_detay {
  padding-top: 70px;
  padding-bottom: 70px;
}
section.haber_detay .habericeriktxt {
  width: 100%;
  float: left;
  font-size: 15px;
  margin-top: 50px;
  margin-bottom:70px;
}
section.haber_detay .onceki_sonraki {
  width: 100%;
  float: left;
}
section.haber_detay .onceki_sonraki:hover {
  opacity: 0.8;
}
section.haber_detay .onceki_sonraki img {
  float: left;
  margin-right: 10px;
}
section.haber_detay .onceki_sonraki .txt {
  float: left;
  font-size: 14px;
  margin-top: 12px;
  color: #222222;
}
section.haber_detay .onceki_sonraki.sonraki img {
  float: right;
  margin-left: 10px;
}
section.haber_detay .onceki_sonraki.sonraki .txt {
  float: right;
}
section.haber_detay .paylasbtns {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
   padding: 0px;
   margin-top: 15px;
}
section.haber_detay .paylasbtns li a {
  font-size: 20px;
  float: left;
  color: #11749e;
  margin-left: 5px;
  margin-right: 5px;
}
section.haber_detay .paylasbtns li a:hover {
  color: #0a4159;

}
section.haber_detay .paylastxt {
  width: 100%;
  float: left;
  text-align: center;
  color: #11749e;
  font-size: 12px;
  margin-top: 10px;
}
section.haber_detay .gorsels_alan {
  width: 100%;
  float: left;
  padding-left: 80px;
  padding-right: 80px;

}
section.haber_detay .ana_gorsel {
  width: calc(100% - 175px);
  float: left;
  position: relative;
  background-color: #b3b2ae;
  height: 400px;
  overflow: hidden;
}
section.haber_detay .ana_gorsel.anagorsel100 {
  width: 100%;
}
section.haber_detay .ana_gorsel img {
  width: 100%;
  float: left;
}
section.haber_detay .alt_gorsels {
  width: 175px;
  padding-left: 10px;
  float: left;
}
section.haber_detay .alt_gorsels img {
  width: 100%;
  float: left;
}
section.haber_detay .alt_gorsels .alt_gorsel_tek {
  width: 100%;
  float: left;
  height: 92.5px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  background-color: #b3b2ae;
}
section.iletisim_sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.iletisim_sec .iletisim_mail {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-content: center;
}
section.iletisim_sec .iletisim_mail .iflex {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
section.iletisim_sec .iletisim_mail .icn {
  float: left;
  margin-right: 25px;
}
section.iletisim_sec .iletisim_mail h4 {
  font-size: 14px;
  color: #575756;
  float:left;
  margin-top: 8px;
}
section.iletisim_sec .iletisim_mail h5 {
  font-size:29px;
  color: #575756;
  float: left;
}
section.iletisim_sec .iletisim_mail .txt {
  max-width: 305px;
  float: left;
  padding-top: 13px;
}
section.iletisim_sec .iletisim_tek {
  margin-top: 40px;
}
section.iletisim_sec .iletisim_tek h1 {
  color: #255491;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
section.iletisim_sec .iletisim_tek h1 i {
  font-size: 40px;
}
section.iletisim_sec .iletisim_tek ul {
  width: 100%;
  float: left;
  list-style: none;
}
section.iletisim_sec .iletisim_tek ul li {
  width: 100%;
  float: left;
}
section.iletisim_sec .iletisim_tek ul li .icn {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}

section.iletisim_sec .iletisim_tek .ikonileri {
  float: left;
  margin-top: 20px;
}
section.mevzuatsec {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.mevzuatsec .mevzuatbaslik {
  width: 100%;
  float: left;
  color: #4c4c4c;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
section.mevzuatsec .mevzuatmenu {
  width: 100%;
  float: left;
  list-style: none;
  margin-bottom: 10px;
}
section.mevzuatsec .mevzuatmenu li {
  width: 100%;
  float: left;

}
section.mevzuatsec .mevzuatmenu li a {
  width: auto;
  float: left;
  color: #868686;
  text-decoration: none !important;
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
section.mevzuatsec .mevzuatmenu li a::before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 260px;
  height: 2px;
  background-color: #235691;
}
section.mevzuatsec .mevzuatmenu li:nth-child(1) a {
  margin-top: 8px;
  padding-top: 8px;
}
section.mevzuatsec .mevzuatmenu li:nth-child(1) a::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 260px;
  height: 2px;
  background-color: #235691;

}
section.mevzuatsec .mevzuatmenu li a:hover {
  color: #235691;
}
section.siteiciarama {
  margin-top: -27.5px;
  z-index: 5;
}
section.siteiciarama .container {
  padding-left: 125px;
  padding-right: 125px;
}
section.siteiciarama .site_arama {
  width: 100%;
  height: 55px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 15px;
}
section.siteiciarama .site_arama input  {
  width: calc(100% - 90px - 90px);
  float: left;
  color: #000;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 1px solid #000;
  padding-left: 0px;
  font-size: 13px;
  height: 24px;
}
section.siteiciarama .site_arama input::placeholder  {
  color: #000;

}
section.siteiciarama .site_arama button  {
  width: 75px;
  height: 24px;
  border: 1px solid #000;
  margin-left: 10px;
  border-radius: 15px;
  font-size: 13px;
}
section.siteiciarama .site_arama button:hover  {
  background-color: #000;
  color: #fff;
}
section.siteiciarama .site_arama select  {
  width: 75px;
  height: 24px;
  border: 1px solid #000;
  margin-left: 10px;
  border-radius: 15px;
  font-size: 13px;
  text-align: center;
}
section.firmalar .firma_ara {
  width: 100%;
  max-width: 300px;
  height: 25px;
  border: 1px solid #23201a;
  color: #23201a;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-image: url(../files/site/ara_icn.png);
  background-position: calc(100% - 10px) center;
}
section.firmalar .firma_ara::placeholder {
  color: #23201a;
}
section.firmalar .dispflx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  float: left;

}
section.hakkimizda_sc0 {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.hakkimizda_sc0 .baslik0 {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #4c4c4c;
  font-weight: 600;
}
section.hakkimizda_sc0 .baslik01 {
  width: 100%;
  color: #868686;
  font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
  float: left;
}
section.hakkimizda_sc0 .baslik01::before {
  content: " ";
  bottom: 0px;
  width: 100%;
  max-width: 490px;
  height: 1px;
  background-color: #000000;
  bottom: 0px;
  left: 0px;
  position: absolute;
}
section.hakkimizda_sc0 .hktxt0 {
  width: 100%;
  float: left;
  position: relative;
  color: #000;
  font-size: 14px;
}
section.kadro_sec {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;

}
section.kadro_sec .kadro_row {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
section.kadro_sec .kadro_row .kadrotek {
  width: 200px;
  display: inline-block;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
section.kadro_sec .kadro_row .kadrotek .kadro_res {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  background-color: #000;
  position: relative;
}
section.kadro_sec .kadro_row .kadrotek .kadro_res img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
section.kadro_sec .kadro_row .kadrotek .kadro_res::before {
  content: " ";
  width: 100%;
  float: left;
  padding-top: 100%;
}
section.kadro_sec .kadro_row .kadrotek .isim {
  width: 100%;
  float: left;
  font-size: 18px;
  text-align: center;
  color: #000;
  font-weight: 600;
}
section.kadro_sec .kadro_row .kadrotek .unvan {
  width: 100%;
  float: left;
  font-size: 17px;
  text-align: center;
  color: #000;
  font-weight: 400;
}
section.arama_sec {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
section.arama_sec .arama_tek {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
section.arama_sec .arama_tek a {
  float: left;
  color: #235691;
  font-size: 24px;
  text-decoration: none;
}
section.arama_sec .arama_tek a:hover {
  color: #000;
}
.flex100w {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* XS */
@media (max-width: 767px) {
    section.haberler .haber_tek img {
        height:auto;
        max-height:300px;
    }
    section.haberler .haber_tek .habertxt {
        min-height:auto;
    }
  section.siteiciarama .site_arama {
    display: none;
  }
  section.kadro_sec .kadro_row {
    display: block;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
    section.kadro_sec .kadro_row .kadrotek {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

  section.mevzuatsec .mevzuatmenu li:nth-child(1) a::after {
    width: 100%;
  }

  section.mevzuatsec .mevzuatmenu li a::before {
    width: 100%;
  }
  section.iletisim_sec .iletisim_mail h5 {
    font-size: 20px;
  }
  section.iletisim_sec .iletisim_mail h4 {
    font-size: 13px;
  }
  header.ustkisim .mobilmenuicn {
      display: block;
  }
  header.ustkisim nav {
    position: relative;
    height: 10px;
    width: 100%;
    float: left;
  }
  header.ustkisim nav::before {
    width: 100%;
    left: 0px;
  }
  header.ustkisim nav ul.menu {
    width: 100%;
    float: left;
    position: absolute;
    margin-left: 0px;
    display: none;
    margin-top: 10px;
  }
  header.ustkisim nav ul.menu li {
    width: 100%;
    float: left;
  }
  header.ustkisim nav ul.menu li a {
    color: #222;
    background-color: #fff;
    width: 100%;
    float: left;
    font-weight: 500;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.3) !important;
  }
    header.ustkisim nav ul.menu li:nth-last-child(1) a {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
  header.ustkisim nav ul li ul {
    width: 100%;
    float: left;
    position: relative;
    top: auto;
    left: auto;
  }
  header.ustkisim nav ul li ul li a {
    background-color: #235691 !important;
    color: #fff !important;
    border-radius: 0px !important;
  }
  header.ustkisim nav ul.sosyal {
    position: absolute;
top: -132px;
right: -8px;
margin-top: 0px;
  }
  section.firmalar .firmarow .firmacol {
    width: calc(100% / 2);
    padding: 5px;
  }
  section.firmalar .firmarow {
    padding: 5px;
  }
  section.bize_ulasin h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  section.bize_ulasin h1 div {
    font-size: 30px;
  }
  section.bize_ulasin {
    padding-top: 50px;
padding-bottom: 70px;
  }
  section.firma_detay {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  section.firma_detay .logofirmadetay {
    max-width: 200px;
  }
  section.firma_detay .alt_gorsel_row .alt_gorsel_tek {
    width: calc(100% / 3 - 10px);
    height: 75px;
  }
  section.firma_detay .firma_aciklama_txts {
    margin-top: 35px;
    font-size: 14px;
  }
  section.firma_detay .baslik1 {
    margin-top: 40px;
    font-size: 24px;
  }
  section.firma_detay .baslik2 {
    font-size: 15px;
  }
  section.haber_detay .paylastxt {
    margin-bottom: 10px;
  }
  section.haber_detay .gorsels_alan {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.haber_detay .ana_gorsel {
    width: 100%;
    height: 150px;
    margin-bottom: 2px;
  }
  section.haber_detay .alt_gorsels {
    width: 100%;
    padding-left: 0px;
  }
  section.haber_detay .alt_gorsels .alt_gorsel_tek {
    width: calc(100% / 3 - 4px);
    margin: 2px;
    height: 75px;
  }
  section.haber_detay .habericeriktxt {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  section.haber_detay {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.banner_s {
    background-attachment: inherit;
    background-size: cover;
  }
  section.slider_alan .container .sltxt h1 {
    font-size: 30px;
  }
  section.slider_alan .container .sltxt h2 {
    font-size: 13px;
  }
  section.slider_alan img.bg {
    width: auto;
    height: 100%;
  }
  section.hizli_erisim h1 {
    font-size: 35px;
  }
  section.hizli_erisim .hetxt {
    font-size: 13px;
  }
  section.hizli_erisim .hetek {
    margin-bottom: 30px;
  }
  section.hizli_erisim .hetek .res img {
    height: 60px;
  }
  section.hizli_erisim .hetek h3 {
    font-size: 14px;
  }
}

/* SM */
@media (min-width: 768px) and (max-width: 970px) {
  header.ustkisim .mobilmenuicn {
      display: block;
  }
  header.ustkisim nav {
    position: relative;
    height: 130px;
    width: 100%;
    float: left;
  }
  header.ustkisim nav::before {
    width: 100%;
    left: 0px;
  }
  header.ustkisim nav ul.menu {
    width: 100%;
    float: left;
    position: absolute;
    margin-left: 0px;
    display: none;
    margin-top: 130px;
  }
  header.ustkisim nav ul.menu li {
    width: 100%;
    float: left;
  }
  header.ustkisim nav ul.menu li a {
    color: #222;
    background-color: #fff;
    width: 100%;
    float: left;
    font-weight: 500;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.3) !important;
  }
    header.ustkisim nav ul.menu li:nth-last-child(1) a {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
  header.ustkisim nav ul li ul {
    width: 100%;
    float: left;
    position: relative;
    top: auto;
    left: auto;
  }
  header.ustkisim nav ul li ul li a {
    background-color: #235691 !important;
    color: #fff !important;
    border-radius: 0px !important;
  }
  header.ustkisim nav ul.sosyal {
    display: none;
  }
  section.firmalar .firmarow .firmacol {
    width: calc(100% / 2);
    padding: 5px;
  }
  section.firmalar .firmarow {
    padding: 5px;
  }
  section.bize_ulasin h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  section.bize_ulasin h1 div {
    font-size: 30px;
  }
  section.bize_ulasin {
    padding-top: 50px;
padding-bottom: 70px;
  }
  section.firma_detay {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  section.firma_detay .logofirmadetay {
    max-width: 200px;
  }
  section.firma_detay .alt_gorsel_row .alt_gorsel_tek {
    width: calc(100% / 2 - 10px);
    height: 75px;
  }
  section.firma_detay .firma_aciklama_txts {
    margin-top: 35px;
    font-size: 14px;
  }
  section.firma_detay .baslik1 {
    margin-top: 40px;
    font-size: 24px;
  }
  section.firma_detay .baslik2 {
    font-size: 15px;
  }
  section.haber_detay .paylastxt {
    margin-bottom: 10px;
  }
  section.haber_detay .gorsels_alan {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.haber_detay .ana_gorsel {
    width: 100%;
    height: 150px;
    margin-bottom: 2px;
  }
  section.haber_detay .alt_gorsels {
    width: 100%;
    padding-left: 0px;
  }
  section.haber_detay .alt_gorsels .alt_gorsel_tek {
    width: calc(100% / 2 - 4px);
    margin: 2px;
    height: 75px;
  }
  section.haber_detay .habericeriktxt {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  section.haber_detay {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.banner_s {
    background-attachment: inherit;
    background-size: cover;
  }
  section.slider_alan .container .sltxt h1 {
    font-size: 30px;
  }
  section.slider_alan .container .sltxt h2 {
    font-size: 13px;
  }
  section.slider_alan img.bg {
    width: auto;
    height: 100%;
  }
  section.hizli_erisim h1 {
    font-size: 35px;
  }
  section.hizli_erisim .hetxt {
    font-size: 13px;
  }
  section.hizli_erisim .hetek {
    margin-bottom: 30px;
  }
  section.hizli_erisim .hetek .res img {
    height: 60px;
  }
  section.hizli_erisim .hetek h3 {
    font-size: 14px;
  }
}
section.ehizmetsec {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.ehizmetsec .ehizmetbaslik {
  width: 100%;
  float: left;
  color: #4c4c4c;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
section.ehizmetsec .ehizmetmenu {
  width: 100%;
  float: left;
  list-style: none;
  margin-bottom: 10px;
}
section.ehizmetsec .ehizmetmenu li {
  width: 100%;
  float: left;

}
section.ehizmetsec .ehizmetmenu li a {
  width: auto;
  float: left;
  color: #868686;
  text-decoration: none !important;
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
section.ehizmetsec .ehizmetmenu li a::before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 260px;
  height: 2px;
  background-color: #235691;
}
section.ehizmetsec .ehizmetmenu li:nth-child(1) a {
  margin-top: 8px;
  padding-top: 8px;
}
section.ehizmetsec .ehizmetmenu li:nth-child(1) a::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 260px;
  height: 2px;
  background-color: #235691;

}
section.ehizmetsec .ehizmetmenu li a:hover {
  color: #235691;
}
section.ehizmetsec .ehizmetmenu li:nth-child(1) a::after {
  width: 100%;
}

section.ehizmetsec .ehizmetmenu li a::before {
  width: 100%;
}

/* MD */
@media (min-width: 970px) and (max-width: 1170px) {
  header.ustkisim nav ul.menu { 
    display: block !important;
  }
}

/* LG */
@media (min-width: 1171px) {
  header.ustkisim nav ul.menu { 
    display: block !important;
  }
}

