@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Prompt&family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("//fonts.googleapis.com/css?family=Open+Sans%3A400%2C400%2C400%2C400%2C500%2C400%2C400&#038;ver=6.7.1");
@import url("/public/css/boots/bootstrap.min.css");
@import url("/public/icons/bootstrap-icons.css");
@import url("/public/css/menu/normalize.min.css");
@import url("/public/css/menu/defaults.css");
@import url("/public/css/menu/nav-core.min.css");
@import url("/public/css/menu/nav-layout.css");
@import url("/public/css/manset/carousel.css");
@import url("/public/css/default/lightgallery.css");
@import url("/public/css/default/swiper-bundle.min.css");
@import url("/public/css/default/owl.carousel.min.css");
@import url("/public/css/default/owl.theme.default.min.css");
@import url("/public/css/default/jquery.dataTables.min.css");
@font-face {
  font-family: "DINProBold";
  src: url("/public/fonts/DINProBold.ttf");
  font-family: "DINProMedium";
  src: url("/public/fonts/DINProMedium.ttf");
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.87rem;
  font-family: "Roboto", sans-serif;
  color: #222;
  background: url(/public/images/default/top_back.png) repeat;
}
body ::-moz-selection {
  /* Code for Firefox */
  color: rgb(255, 255, 255);
  background: rgb(19, 184, 208);
}
body ::selection {
  color: rgb(255, 255, 255);
  background: rgb(19, 184, 208);
}

header {
  height: 158px;
}

a {
  text-decoration: none;
  word-wrap: break-word;
}

textarea:focus {
  border-color: rgba(143, 171, 197, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: 0 none;
}

input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus {
  border-color: rgba(143, 171, 197, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: 0 none;
}

.uneditable-input:focus {
  border-color: rgba(143, 171, 197, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: 0 none;
}

.nav-lock-scroll {
  overflow: unset !important;
}

.h3, h3 {
  font-size: 1.5rem;
  font-weight: 300;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
  line-height: unset;
}

h5 {
  font-size: 0.97rem;
  font-weight: 400;
  color: #000000;
}

h6 {
  font-size: 0.95rem;
  font-weight: 400;
  color: #333;
}

.modal-body {
  width: 100%;
  margin: auto;
}
.modal-body img {
  width: auto;
  max-width: 100% !important;
}

.modal-title {
  margin: auto;
  font-weight: 500;
  font-size: 1.4rem;
}

.mw-100 {
  width: 50% !important;
}

.reading-guide-line {
  width: 70vw !important;
  min-width: 200px !important;
  position: absolute !important;
  height: 8px;
  z-index: 2147483647;
  background-color: #000;
  border-radius: 3px;
  transform: translate(-50%);
  border: 1px solid #ff0;
  pointer-events: none;
  display: none;
  zoom: 1 !important;
}

.reading-guide .reading-guide-line {
  display: block !important;
}

.reading-focus-overlay-top,
.reading-focus-overlay-bottom {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999999999;
  display: none;
}

.reading-focus-overlay-top {
  top: 0;
  border-bottom: 5px solid navy;
}

.reading-focus-overlay-bottom {
  bottom: 0;
  border-top: 5px solid crimson;
}

.reading-mask .reading-focus-overlay-top,
.reading-mask .reading-focus-overlay-bottom {
  display: block;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

@font-face {
  font-family: "OpenDyslexic";
  src: url("/public/fonts/OpenDyslexic-Regular.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("/public/fonts/OpenDyslexic-Bold.otf");
  font-weight: 500;
  font-style: bold;
  font-display: swap;
}
.accessibility-toggle-button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 60px;
  right: 8px;
  color: #00a5ce;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0;
  z-index: 50;
  transition: all 0.2s;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0.125rem 0.25rem !important;
}
.accessibility-toggle-button svg {
  width: 55px;
}
.accessibility-toggle-button:hover {
  transform: scale(1.1);
}
.accessibility-toggle-button:hover svg {
  width: 60px;
}

.ac-clear-button {
  margin-top: auto;
  display: block;
  background-color: #1c1c1c;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #1c1c1c;
  border-radius: 6px;
  transition: all 0.2s;
}
.ac-clear-button svg {
  width: 20px;
  margin-right: 6px;
}
.ac-clear-button:hover {
  background-color: #3e3e3e;
  border-color: #3e3e3e;
}

.ac-panel {
  width: 400px;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1045;
  background-color: #f5f5f5;
  padding: 16px;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  transform: translateX(400px);
  overflow-y: auto;
  box-shadow: -7px 0px 16px -6px rgba(0, 0, 0, 0.24);
  transition: transform 0.3s ease-in-out, visibility 0.4s;
}
.ac-panel.show {
  transform: translateX(0);
  visibility: visible;
}

.ac-panel--header {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 24px 0;
}
.ac-panel--header h5,
.ac-panel--header .h5 {
  font-size: 20px;
  line-height: 30px;
}

.ac-panel--body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.ac-panel--close-button {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.ac-panel--close-button:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.ac-panel--close-button:focus {
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
  opacity: 1;
}

.ac-panel--wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -8px 0 -8px;
}

.ac-panel .ac-box-wrapper {
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 12px;
}
.ac-panel .ac-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 16px 0;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.2s all;
}
.ac-panel .ac-box svg {
  margin-bottom: 16px;
  stroke: #7e6d7a;
}
.ac-panel .ac-box:hover {
  border-color: rgb(227, 215, 226);
}
.ac-panel .ac-box.active {
  background-color: #ebd8e1;
  position: relative;
  color: #1c1c1c;
}
.ac-panel .ac-box.active svg {
  stroke: #1c1c1c;
}
.ac-panel .ac-box.active::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E");
  position: absolute;
  right: 6px;
  top: 6px;
}

.contrast {
  filter: invert(1) !important;
}

.highlight-links a {
  background: #000 !important;
  color: #ff0 !important;
  text-decoration: underline !important;
}
.highlight-links a span,
.highlight-links a div {
  color: #ff0 !important;
  background-color: #000;
}

.bigger-cursor {
  cursor: url(/public/css/default/bigger-cursor.svg), auto !important;
}
.bigger-cursor * {
  cursor: url(/public/css/default/bigger-cursor.svg), auto !important;
}

.dyslexic-friendly body {
  font-family: "OpenDyslexic" !important;
}

.bigger-text .content {
  zoom: 1.3;
}

.desaturate {
  filter: saturate(0);
}

.align-text-left * {
  text-align: left !important;
}

.reading-focus-overlay-top,
.reading-focus-overlay-bottom {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999999999;
  display: none;
}

.reading-focus-overlay-top {
  top: 0;
  border-bottom: 5px solid navy;
}

.reading-focus-overlay-bottom {
  bottom: 0;
  border-top: 5px solid crimson;
}

.reading-mask .reading-focus-overlay-top,
.reading-mask .reading-focus-overlay-bottom {
  display: block;
}

.low-saturation {
  filter: saturate(0.5);
}

.high-saturation {
  filter: saturate(2);
}

.illerList {
  display: none;
}

.newsPic img {
  width: 125px !important;
  height: 75px !important;
}

.day {
  padding: 6px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9803921569);
  font-size: 0.9rem;
  background-color: rgba(23, 123, 186, 0.36);
}
.day:hover {
  background-color: rgba(240, 240, 240, 0.0941176471);
}

.dayName {
  background-color: rgba(255, 255, 255, 0.4392156863);
}

.monthInfo {
  background-color: rgb(255, 255, 255);
  margin: 4px 0;
}

.monthName {
  display: flex;
  align-items: center;
}

.month {
  font-weight: 400;
}

.year {
  font-size: 1rem !important;
}

.event {
  background-color: #18b7b5;
}

.bg-primary {
  background-color: #007bff !important;
}

.text-white {
  color: white;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  /* Haftada 7 gün */
  gap: 5px;
  width: 100%;
  margin: auto;
}

#currentMonth {
  font-size: 1rem;
  color: #000000;
}

.calendar .col {
  text-align: center;
}

.tooltip {
  z-index: 102250;
  /* Tooltip'in diğer öğelerin üstünde görünmesini sağlar */
}

.today-date {
  background-color: white;
  color: rgba(217, 65, 65, 0.9490196078);
  border-radius: 5%;
  font-weight: 700;
}

@media screen and (max-width: 576px) {
  .hide-on-sm {
    display: none;
  }
}
.accSpeakingArea {
  background-color: #ff0;
}

header .dis-site {
  width: 100%;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
  transition: all 0.3s;
}
.navbar a {
  color: #fff;
}
.navbar button {
  color: inherit !important;
}
.navbar.compressed {
  padding: 0;
  background: #ffffff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  height: 156px;
  margin-top: -50px;
}
.navbar.compressed .btn {
  font-size: 0.9rem;
}
.navbar.compressed .navMenu {
  padding: 0;
}
.navbar.compressed .topSide {
  height: 80px;
}
.navbar.compressed .topSide .logo {
  padding-top: 10px;
}
.navbar.compressed .topSide .logo img {
  height: 50px;
}
.navbar.compressed .topSide .siteElements img {
  height: 52px;
  padding-top: 19px;
}
.navbar.compressed .topSide .siteTitle {
  font-size: 1.2rem;
  color: #000;
  padding-top: 17px;
  transition: 0.35s;
}
.navbar.compressed .topSide .ebasvuru {
  padding-top: 18px;
}
.navbar.compressed .nav {
  padding-top: 4.4rem;
  line-height: 2.7rem;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.social-media {
  background-image: linear-gradient(to right, #585262, #534372, rgba(183, 0, 84, 0.99), #554a6c);
  color: #ffffff;
  height: 30px;
  overflow: hidden;
}
.social-media .container {
  display: flex;
  justify-content: end;
  position: relative;
}
.social-media .container span {
  width: 30px;
}
.social-media .container span i {
  font-size: 1.2rem;
}
.social-media .social-links {
  display: flex;
}
.social-media .dil {
  padding: 0;
}
.social-media .dil select {
  color: #ffffff;
  margin-top: 3px;
  margin-left: 5px;
}
.social-media .dil .form-select {
  display: block;
  width: 100%;
  padding: 1px 15px;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgb(136, 38, 97);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.social-media .social-btn {
  cursor: pointer;
  cursor: pointer;
  width: 35px;
  overflow: hidden;
  color: #fff;
  transition: 0.35s;
  height: 32px;
  padding: 0;
  border-right: rgba(217, 225, 231, 0.522) solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media .social-btn:last-of-type {
  border-right: unset;
}
.social-media .social-btn a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media .social-btn i {
  padding: 0 5px;
}
.social-media .social-btn span {
  width: 0px;
  opacity: 0;
  overflow: hidden;
  transition: 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media .social-btn span .search {
  width: 100%;
}
.social-media .social-btn:hover {
  width: 150px;
  opacity: 1;
}
.social-media .social-btn:hover span {
  padding: 2px;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
}

.text-info {
  color: #01a6c7 !important;
  font-weight: 500;
}

.hilight {
  color: rgb(0, 0, 0);
  background-color: rgba(249, 255, 70, 0.759);
}

.btn1 {
  display: inline-block;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  border: rgba(0, 165, 206, 0.5882352941) solid 2px;
  color: #00a5ce;
  text-align: center;
  font-size: 1rem;
  padding: 6px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.btn1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.btn1 span:after {
  content: "❯";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btn1:hover span {
  padding-right: 25px;
}
.btn1:hover span:after {
  opacity: 1;
  right: 0;
}

.araDil {
  display: flex;
  padding-left: 50px;
}
.araDil #search {
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.araDil #search::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px; /* Yüksekliği belirleyin */
  background-color: #bd7c9f; /* Çizginin rengi */
  margin-left: 10px; /* Gerekirse sol boşluk ekleyin */
}
.araDil #search i {
  padding: 0 5px;
}
.araDil .dilKapsa {
  display: flex;
  align-items: center;
  justify-content: center;
}
.araDil .dilKapsa a {
  padding-left: 10px;
}

.topSide {
  height: 90px;
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.topSide .topOne {
  display: flex;
  align-items: center;
  height: 90px;
}
.topSide .topOne .yuzuncuYil {
  display: flex;
  justify-content: center;
  padding-right: 15px;
}
.topSide .topOne .siteElements {
  justify-content: end;
  width: 32%;
  display: flex;
}
.topSide .topOne .ebasvuru {
  display: flex;
  align-items: center;
}
.topSide .logo {
  display: flex;
  width: 8%;
  align-items: center;
  justify-content: start;
  margin-left: 42px;
}
.topSide .logoMobil {
  display: none;
}
.topSide .siteTitle {
  width: 60%;
  display: flex;
  align-items: center;
  font-size: 1.45rem;
  color: #000;
  font-weight: 600;
  font-family: "DINProBold", sans-serif;
  transition: 0.35s;
}
.topSide .sosyalalan {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
}
.topSide .sosyalalan .sosyal-yazi {
  color: #8196a9;
  font-size: 0.73rem;
  text-align: center;
}
.topSide .sosyalalan .sosyal-ikon {
  font-size: 1.3rem;
  text-align: center;
}
.topSide .sosyalalan .sosyal-ikon a {
  color: #005089;
  padding-left: 10px;
}
.topSide .sosyalalan .sosyal-ikon a:hover {
  color: rgb(15, 16, 49);
}

.navMenu {
  width: 100%;
  background-color: rgb(0, 165, 206);
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
}
.navMenu .nav {
  width: 100%;
}

.btn-threeMobil {
  display: none;
}

.araDil {
  padding-left: 50px;
}

.ebasvuru .box-3 {
  background-color: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
}
.ebasvuru .btn-three {
  color: #b40657;
  transition: all 0.5s;
  position: relative;
  font-weight: 600;
}
.ebasvuru .btn-three::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  border: 1px solid rgb(181, 5, 87);
  transform: scale(1.2, 1.1);
  border-radius: 13px;
}
.ebasvuru .btn-three:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.ebasvuru .btn-three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgb(181, 6, 87);
  transform: scale(1.2, 1.1);
  border-radius: 13px;
}
.ebasvuru .btn-three:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.ebasvuruMobil {
  display: none;
}

.mansetalan {
  display: block;
  overflow: hidden;
  height: 65vh;
  background-color: #222;
}
.mansetalan .anamanset {
  padding-top: 0 !important;
}
.mansetalan .mansetkapsa {
  width: 100%;
  height: 65vh;
  position: relative;
}
.mansetalan .swiper-slide {
  overflow: hidden;
}
.mansetalan .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  backface-visibility: hidden;
}
.mansetalan .mansetresim {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  transform: scale(1.4);
  transition: opacity 0.6s ease-in-out, transform 2.5s ease 0.5s;
}
.mansetalan .golge {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  height: 50%;
  background: linear-gradient(to bottom, rgba(9, 3, 52, 0) 0%, #03273c 100%);
}
.mansetalan .swiper-slide-duplicate-active .mansetresim,
.mansetalan .swiper-slide-active .mansetresim {
  opacity: 1;
  transform: scale(0.998);
}
.mansetalan .mansetyazi {
  position: absolute;
  width: 65%;
  min-height: 50px;
  bottom: 2.2em;
  padding-left: 1.5em;
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mansetalan .swiper-slide-active .mansetyazi {
  opacity: 1;
  transition: opacity 1s ease 1s;
}
.mansetalan .swiper-slide-active .mansetyazi h1 {
  margin: 10px 0;
  z-index: 6;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4em;
  color: #fff;
  text-shadow: 0 1px 5px rgb(22, 22, 22);
}

.swiper-pagination {
  position: relative !important;
  text-align: right !important;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  color: #fff;
  font-size: 1rem;
  padding-right: 15px;
}

.swiper-helpers {
  position: absolute;
  z-index: 999;
  left: 20px;
  display: none;
  flex-direction: row;
  bottom: 0;
}
.swiper-helpers .swiper-pagination-fraction,
.swiper-helpers .swiper-pagination-bullets {
  color: rgb(255, 255, 255) !important;
  font-weight: 400;
  font-size: 1.3rem;
  position: static;
  width: auto;
  left: auto;
  bottom: 3px;
  right: 5px;
}

.helping {
  display: flex;
}

.swiper-timer-progress {
  position: relative;
  background-color: #fff;
  width: 132px;
  height: 1px;
  margin: 0 38px 0 21px;
  z-index: 100;
}

.swiper-helpers .swiper-button-prev {
  position: static;
  right: 84px;
  border: 0;
  width: 35px;
  height: 35px;
  background-image: none;
  display: flex;
  align-items: center;
  position: static;
  margin: 2px;
}
.swiper-helpers .swiper-button-next {
  border: 0;
  width: 35px;
  height: 35px;
  background-image: none;
  display: flex;
  align-items: center;
  position: static;
  margin: 2px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem !important;
  font-weight: bolder;
  color: #758f95;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #000;
  backface-visibility: hidden;
}

.giris {
  display: flex;
}
.giris .giris-form {
  width: 50%;
  padding: 15px;
  display: -ms-flexbox;
  margin: 0 13px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  border: solid 2px #ebeced;
  background-color: #e8eff3;
}
.giris .giris-form .login-box-icon {
  display: flex;
  width: 100%;
  font-size: 3.1rem;
  justify-content: center;
  opacity: 0.6;
  color: #3b7aa7;
}
.giris .giris-form .satir {
  width: 100%;
  padding: 10px;
  color: #333333;
  font-size: 0.9rem;
  font-weight: 500;
}
.giris .giris-form .satir input {
  width: 100%;
  height: 45px;
  padding: 7px;
  margin: 4px 0;
  background-color: #fff;
  border-radius: 5px;
}
.giris .giris-form .satir span {
  float: left;
  width: 25%;
}
.giris .giris-form .satir .sunut {
  height: 35px;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.giris .giris-form .satir .sunut a {
  color: #074470;
}
.giris .giris-form .satir .sunut a:hover {
  color: #149ac0;
}
.giris .LoginDetail {
  width: 50%;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  line-height: 200%;
  background-color: #fff;
}
.giris .LoginDetail .yeniuye {
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.duyuruResim img {
  width: 150px;
}

.duyurularBaslik {
  display: flex;
  margin: 0;
}

.galeriDis {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galeriDis .haber-list-line {
  width: 98%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  color: #808080;
  margin-top: 12px;
  font-size: 0.92rem;
  font-weight: 500;
  font-family: sans-serif;
  color: #868686;
  height: 3px;
  background-color: #00a5ce;
}

.boxDis {
  display: flex;
  margin: 0;
}
.boxDis .boxDis {
  display: flex;
  flex-direction: column;
}
.boxDis .duyurular {
  display: flex;
  flex-direction: column;
}
.boxDis .galeri {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 35px 0;
}
.boxDis .galeri .duyurularBaslik {
  display: flex;
  margin: 0;
}
.boxDis .timeline-Widget {
  background-color: rgba(255, 255, 255, 0) !important;
}
.boxDis .timeline-Header-title {
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
}
.boxDis .baskanDis {
  padding: 15px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 75px;
}
.boxDis .baskanDis .baskanImg {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.boxDis .baskanDis .baskanImg img {
  width: 100%;
  max-width: 370px;
}
.boxDis .baskanDis .baskanSosyal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.boxDis .baskanDis .baskanSosyal span {
  padding: 7px 14px;
  font-size: 0.75rem;
  color: #696969;
  text-align: center;
  width: 50%;
}
.boxDis .baskanDis .baskanSosyal i {
  font-size: 1.4rem;
  color: #00a6cf;
  margin: 3px;
  padding: 15px;
}
.boxDis .baskanDis .baskanOzgecmis {
  padding: 7px;
  display: flex;
  align-items: center;
  background: #e4e4e4;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0.8rem;
}
.boxDis .baskanDis a {
  color: #999;
}
.boxDis .baskanNameDis {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: linear-gradient(to bottom, rgb(189, 21, 44), #000000);
  position: absolute;
  height: 70px;
  bottom: -15px;
  width: 100%;
  opacity: 0.8;
  z-index: 2;
  transform: skew(0deg, 5deg);
}
.boxDis .baskanAd {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 3;
  color: #fff;
}
.boxDis .baskanAd span:first-of-type {
  font-weight: 500;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  justify-content: start;
  padding: 0;
}
.boxDis .baskanAd span:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: rgba(255, 251, 251, 0.92);
  width: 100%;
  padding: 2px 0;
}
.boxDis .bakanlinkler ul {
  margin: 0;
  padding: 0;
}
.boxDis .bakanlinkler ul li {
  list-style: none;
}
.boxDis .bakanlinkler ul li a {
  display: block;
  overflow: hidden;
  font-size: 15px;
  font-weight: 800;
  color: #203040;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 5px;
}
.boxDis .bakanlinkler ul li a:before {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #929292;
}
.boxDis .bakanlinkler ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: #cad3d8;
}
.boxDis span a i {
  color: #fff;
}
.boxDis span a i:hover {
  color: #13b8d0;
}

.ara-kapsa {
  width: 100%;
  display: flex;
}
.ara-kapsa .bul {
  padding: 15px;
}
.ara-kapsa div:first-of-type {
  width: 75%;
}
.ara-kapsa div:last-of-type {
  width: 25%;
  display: flex;
}
.ara-kapsa div:last-of-type button {
  padding: 6px;
  width: 37px;
  border: 0;
  background-color: #149ac0;
  color: #ffffff !important;
}
.ara-kapsa div input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  padding: 4px 8px;
  font-size: 0.85rem;
  font-weight: 400;
  color: #999;
}

#arama-kutu2 {
  display: none;
  width: 100%;
  background-color: #ffffff;
  z-index: 104;
  position: relative;
  text-align: center;
  padding: 25px;
}

.arama {
  width: 40%;
  margin: auto auto;
}

.navMenu .search button {
  border: 0;
  width: 42px;
  background-color: rgba(127, 255, 212, 0);
}

.gallery {
  background: #eee;
}

.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8c8;
  counter-increment: gallery-cell;
}
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

#reader-toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  font-size: 24px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#reader-toggle.active {
  background-color: #d4edda;
  border-color: #28a745;
}

/* cell number */
.videoAlan {
  width: calc(25% - 20px);
  margin: 50px 15px 14px 15px;
  height: -moz-fit-content;
  height: fit-content;
}
.videoAlan .videoImg {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.videoAlan .videoImg img {
  width: 100%;
}
.videoAlan .videoBaslik {
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  padding: 15px;
}
.videoAlan span {
  text-align: center;
}

.duyuruList {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.haber-kutu-kapsa {
  display: flex;
  margin: 0;
}
.haber-kutu-kapsa a {
  color: #444;
}
.haber-kutu-kapsa a img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.15s ease-in-out;
}
.haber-kutu-kapsa a:hover h4 {
  color: #00a5ce !important;
}
.haber-kutu-kapsa a:hover img {
  transform: scale(1.1);
}
.haber-kutu-kapsa a:hover .haber-kutu::after {
  border-bottom: 3px #29bfff solid;
  width: 100%;
}
.haber-kutu-kapsa .haber-kutu {
  text-decoration: none;
  transform: translateY(0);
  transition: 0.1s;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.09);
  overflow: hidden;
  height: 265px;
}
.haber-kutu-kapsa .haber-kutu:first-of-type {
  margin-right: 1rem !important;
  width: calc(33.3333333333% - 1rem);
}
.haber-kutu-kapsa .haber-kutu:nth-child(2) {
  margin: 0 1rem 0 1rem !important;
  width: calc(33.3333333333% - 2rem);
}
.haber-kutu-kapsa .haber-kutu:last-of-type {
  margin-left: 1rem !important;
  width: calc(33.3333333333% - 1rem);
}
.haber-kutu-kapsa .haber-kutu .resim {
  min-height: 160px;
  background-color: #fff;
  overflow: hidden;
}

.haber-baslik {
  background-color: #fff;
  padding: 0 3px 5px 10px;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.haber-tarih {
  font-size: 12px;
  padding: 0 13px 7px 12px;
  color: #5b5b5b;
  background-color: #fff;
}

.kapsa {
  margin-top: 80px;
  display: block;
}

.haber-list-baslik-kapsa {
  display: flex;
  padding: 2px 0;
  margin-bottom: 25px;
}

.haber-list-baslik {
  width: 25%;
  font-weight: 600;
  color: #2b2b2b;
  font-size: 1.5rem;
}

.duyurular .duyurularBaslik .haber-list-line {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  color: #808080;
  margin-top: 12px;
  font-size: 0.92rem;
  font-weight: 500;
  font-family: sans-serif;
  color: #868686;
  height: 3px;
  background-color: #00a5ce;
}

.duyuruTumBtn {
  background-color: #ffffff;
  text-align: center;
  width: 170px;
  height: 30px;
  margin: 10px auto;
  border: #34b5cf 1px solid;
}
.duyuruTumBtn a {
  color: #3d3d3d;
  width: 170px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.duyuruTumBtn a:hover {
  color: #fff;
  background-color: #00a5ce;
}

.haber-list-tum span {
  width: 124px;
  height: 29px;
  background-color: #ffffff;
  color: #13b8d5;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid #13b8d0 1px;
}
.haber-list-tum span:hover {
  background-color: #0eb1ca;
  color: #fff;
  transform: translateY(0);
  transition: 0.1s;
}

.haber-list-satir {
  display: flex;
  padding: 5px 0 5px 0;
  border-bottom: solid 1px #bfc4cf;
}

.haber-list-tarih {
  display: flex;
  flex-direction: column;
  padding: 2px;
  height: 70px;
  margin: 5px 0 5px 0;
}
.haber-list-tarih span:first-of-type {
  font-size: 1.2rem;
  color: #000000;
  background-color: #ffffff;
  height: 30px;
  width: 45px;
  padding-top: 3px;
  font-weight: 400;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.haber-list-tarih span:last-of-type {
  font-size: 0.72rem;
  color: #ffffff;
  text-align: center;
  padding: 2px;
  background-color: #00a6d0;
  border-radius: 0 0 5px 5px;
}

.haber-list-haber {
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 0.9rem;
  font-weight: 600;
  width: 100%;
}
.haber-list-haber a {
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  color: #0c0c0c;
  font-weight: 400;
}
.haber-list-haber a:hover h5 {
  color: #00a6cf;
}

.haber-list-kapsa {
  width: 69%;
  margin: 0 15px;
  margin-top: 50px;
}
.haber-list-kapsa a {
  text-decoration: none !important;
}

.kapsa-mavi {
  margin: 40px 0 0;
  background: url("/public/images/default/back.jpg") no-repeat;
  background-size: cover;
  background-color: #00a5ce;
}

.mavi-kutu {
  margin: 0px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.mavi-kutu img {
  width: 100%;
}
.mavi-kutu:first-of-type {
  width: 66.6%;
}
.mavi-kutu:last-of-type {
  width: 30%;
  margin-left: 30px;
}
.mavi-kutu i {
  font-weight: 900;
  color: #000000;
  font-size: 1.3rem;
}
.mavi-kutu span:last-of-type {
  font-size: 0.9rem;
  color: #000000;
  font-weight: 300;
  padding: 0 9px;
}

.service-tree {
  margin: 15px 15px 40px;
  display: flex;
  flex-direction: column;
}
.service-tree .gorevAlaniBaslik {
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
  padding: 15px;
  font-weight: 500;
}
.service-tree .mavi-kutu2-kapsa {
  display: flex;
}
.service-tree .mavi-kutu2-kapsa .mavi-kutu2 {
  width: 25%;
  margin: 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-size: 1rem;
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.09);
  transform: skewX(0);
  transition: 0.5s;
}
.service-tree .mavi-kutu2-kapsa .mavi-kutu2:hover {
  transform: translateY(-10px);
  transition: 0.5s;
  background-color: #eefafa;
}
.service-tree .mavi-kutu2-kapsa .mavi-kutu2 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #000;
}
.service-tree .mavi-kutu2-kapsa .mavi-kutu2 span:first-of-type {
  height: 75px;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #f3f3f3;
  border-radius: 50%;
  margin: 1px;
}
.service-tree .mavi-kutu2-kapsa .mavi-kutu2 span:last-of-type {
  padding-top: 20px;
}

.owl-carousel {
  padding-top: 30px;
  background-color: #ffffff;
}
.owl-carousel div a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.owl-carousel div a span:first-of-type {
  text-align: center;
  min-height: 65px;
}
.owl-carousel div a span:last-of-type {
  text-align: center;
  font-size: 0.8rem;
  color: #7f7e7e;
}
.owl-carousel .owl-item img {
  display: unset !important;
  width: unset !important;
}

.owl-nav {
  margin-top: -10px;
  text-align: center;
}
.owl-nav span {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 7px;
  color: #9aa9b6;
}

.service-two {
  padding: 25px;
  background-color: #fff;
}
.service-two i {
  position: absolute;
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 5px;
  background: url("/public/images/default/hand.png") no-repeat top center;
}
.service-two .t1 {
  padding: 35px 20px 40px;
}
.service-two .t2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.service-two .t2 .w1 {
  width: 48%;
  padding: 0 7px;
  border-bottom: solid 1px #e4e1e1;
  margin: 10px;
}
.service-two .t2 .w1:nth-child(5) {
  border-bottom: unset;
}
.service-two .t2 .w1:nth-child(6) {
  border-bottom: unset;
}
.service-two .t2 .w1 a {
  font-size: 17px;
  color: #595959;
  text-shadow: 0 0px 1px #eee;
  display: inline-block;
  padding-left: 50px;
}
.service-two .t2 .w1 a:hover h4,
.service-two .t2 .w1 a:hover span {
  color: #00a5ce !important;
}
.service-two .t2 .w1 span:first-of-type {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  color: #565656;
}
.service-two .t2 .w1 span:last-of-type {
  font-size: 0.95rem;
  font-weight: 400;
  color: #333;
}
.service-two .t1 .sub-title h1 {
  font-size: 1.5rem;
  text-align: center;
}
.service-two .t1 .sub-title h1 a {
  color: rgb(23, 23, 23);
}
.service-two .t1 .sub-title h3 {
  color: rgb(82, 82, 82);
  font-size: 1.2rem;
  padding: 15px;
  border-bottom: solid 1px #e4e1e1;
}

.beyaz-kutu {
  width: 100%;
  font-size: 0.85rem;
  color: #fff;
  font-weight: 100;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.harita:first-of-type {
  width: 67%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.harita:last-of-type {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.harita a {
  z-index: 2;
  display: block;
  content: "";
  transform: skewX(0);
  transition: 0.5s;
}
.harita a:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}

.iht {
  font-size: 1rem;
  padding: 5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.94);
  text-align: center;
  width: 100%;
  background-color: rgba(5, 102, 137, 0.5607843137);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.fotoListRow {
  width: 100%;
  display: flex;
}
.fotoListRow .fotoKapsa {
  width: 100%;
  margin: 0 10px 0 0;
}
.fotoListRow .fotoKapsa:last-of-type {
  margin-left: 15px;
}
.fotoListRow .fotoKapsa .fotoBaslik {
  width: 80%;
  padding: 25px 0 0 0;
  font-size: 1rem;
  font-weight: 400;
  color: #292929;
}
.fotoListRow .fotoKapsa .TumFotoBaslik {
  width: 100%;
  padding: 0 20px 20px 19px;
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 0.8rem;
}
.fotoListRow .fotoKapsa .TumFotoBaslik i {
  padding: 5px;
}
.fotoListRow .fotoKapsa .TumFotoBaslik a {
  color: #252627;
  width: 135px;
  background-color: #ffffff;
  padding: 6px;
  text-align: center;
  border: #34b5cf 1px solid;
}
.fotoListRow .fotoKapsa .TumFotoBaslik a:hover {
  background-color: #149ac0;
  color: #fff;
}
.fotoListRow .fotoKapsa .icerikDis {
  display: flex;
}
.fotoListRow .fotoKapsa .icerikDis a {
  width: calc(50% + 25px);
  color: #000000;
  font-weight: 400;
  margin: 20px 20px 20px 0px;
  background-color: #fff;
}
.fotoListRow .fotoKapsa .icerikDis a:hover {
  color: #00a5ce;
}
.fotoListRow .fotoKapsa .icerikDis a img {
  width: 100%;
  padding: 15px;
  max-height: 152px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  background-position: center;
}
.fotoListRow .fotoKapsa .icerikDis a span:last-of-type {
  padding: 0px 15px 20px;
  height: 87px;
  overflow: hidden;
  display: block;
}

footer {
  padding: 10px;
  background: linear-gradient(to top, rgb(35, 83, 95), rgb(0, 144, 179));
  width: 100%;
}
footer .linkler {
  margin-top: -290px;
}
footer .bina {
  background-image: url("/public/images/default/office.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center;
  width: 100%;
  height: 470px;
}
footer .altalan {
  width: 33.3333333333%;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: start;
  padding-top: 0px;
  padding-bottom: 0;
}
footer .altalan span {
  padding: 0px 10px 0 0;
}
footer .altalan span:first-of-type {
  border-right: rgba(1, 163, 204, 0.41) 2px solid;
  display: flex;
  align-items: start;
  width: 20%;
}
footer .altalan span:last-of-type {
  width: 80%;
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  align-items: start;
  padding: 13px 0 0 20px;
  justify-content: start;
  color: rgba(255, 255, 255, 0.9098039216);
}
footer .sosyalAlan {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 0px 10px;
}
footer .sosyalAlan .boxDis {
  width: 100%;
}
footer .sosyalAlan .boxDis:first-of-type span {
  position: relative;
  padding: 1px 0 15px 11px;
  font-weight: 500;
  color: #d1d1d1;
  font-size: 1rem;
}
footer .sosyalAlan .boxDis:first-of-type span:before {
  content: "";
  width: 52px;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  right: 0;
  background: #000;
  z-index: 10;
  background-color: rgba(0, 212, 255, 0.6196078431);
}
footer .sosyalAlan .boxDis:last-of-type {
  display: flex;
  flex-direction: row;
}
footer .sosyalAlan span i {
  font-size: 1.4rem;
  color: #fff;
  padding: 13px;
}
footer .altalanMenu {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 33.3333333333%;
}
footer .altalanMenu .boxDis {
  width: 100%;
  flex-direction: column;
}
footer .altalanMenu .boxDis .menuBaslik {
  position: relative;
  padding: 1px 0 15px 35px;
  font-weight: 500;
  color: #d1d1d1;
  font-size: 1rem;
}
footer .altalanMenu .boxDis .menuBaslik:before {
  content: "";
  width: 52px;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 35px;
  right: 0;
  background: #000;
  z-index: 10;
  background-color: rgba(0, 212, 255, 0.6196078431);
}
footer .altalanMenu .boxDis .menuIcerik {
  list-style: none;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 400;
  padding: 0 25px;
}
footer .altalanMenu .boxDis .menuIcerik ul {
  padding: 0;
}
footer .altalanMenu .boxDis .menuIcerik ul li {
  list-style-type: none;
  padding: 8px 10px;
  border-bottom: rgba(255, 255, 255, 0.14) 1px solid;
  background-color: rgba(25, 33, 47, 0.15);
}
footer .altalanMenu .boxDis .menuIcerik ul li a {
  color: #ffffff;
}
footer .altalanMenu .boxDis .menuIcerik ul li a:hover {
  color: #149ac0;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-left: unset;
  border-right: unset;
}
.accordion-item a {
  color: #444;
}
.accordion-item:first-of-type {
  border-top: unset;
}
.accordion-item:last-of-type {
  border-bottom: unset;
}
.accordion-item h2 button {
  font-weight: 600;
}
.accordion-item h2 .accordion-body {
  font-weight: 400;
}

.accordion-button {
  font-size: 0.95rem;
  color: #444;
  font-weight: 400;
}
.accordion-button:hover {
  color: #000000;
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  color: #444;
  background-color: rgb(255, 255, 255);
  box-shadow: unset;
}
.accordion-button:not(.collapsed):hover {
  color: #000000;
  font-weight: 600;
}

.noChild {
  background-color: #fff !important;
}
.noChild::after {
  background-image: unset !important;
}

.icerikList tr {
  width: 100%;
}
.icerikList tr th:nth-of-type(1) {
  width: 25% !important;
}
.icerikList tr th:nth-of-type(2) {
  width: 50% !important;
}
.icerikList tr th:nth-of-type(3) {
  width: 25%;
}

.karar #example tr:nth-child(odd) {
  background-color: #f3f8fc;
}
.karar #example tr:nth-child(even) {
  background-color: #fff;
}
.karar #example tr th:first-of-type {
  padding: 10px 15px;
}
.karar #example tr th:first-of-type span:nth-child(1) {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 200%;
  padding: 10px 0;
}
.karar #example tr th:first-of-type span:nth-child(2) {
  font-size: 0.9rem;
  line-height: 150%;
  color: #bd9361;
}
.karar #example tr th:first-of-type span:nth-child(3) {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 150%;
  color: #777;
}
.karar #example tr th:last-of-type {
  padding: 10px;
  font-size: 0.85rem;
  font-weight: 400;
}
.karar #example tr th:last-of-type a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 0.77rem;
  color: #434343;
  line-height: 140%;
}
.karar #example tr th:last-of-type a span:first-of-type {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.karar #example tr th:last-of-type a span:first-of-type i {
  font-size: 1.5rem;
  color: rgb(212, 36, 36);
}
.karar #example tr th:last-of-type a span:last-of-type {
  margin: 15px;
  text-align: center;
}
.karar #example tr .kararIcerik {
  display: flex;
  flex-direction: column;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 20px 30px !important;
}

.dataTables_length {
  margin-bottom: 20px;
}

.dipcizgi {
  display: block;
  display: block;
  height: 115px;
  margin-top: -13px;
  position: relative;
}

#toTopBtn {
  position: fixed;
  bottom: 62px;
  right: 100px;
  z-index: 1000;
  background-color: #000000;
  color: white;
  border: none;
  padding: 15px 12px;
  border-radius: 2%;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none; /* İlk başta gizli */
  transition: all 0.3s ease;
}

#toTopBtn:hover {
  background-color: #008bb0;
}

.iletalt {
  display: flex;
  overflow: hidden;
  height: auto;
  position: absolute;
  z-index: 5;
  width: 100%;
}

.iletaltkutu {
  display: block;
  height: auto;
  width: calc(25% - 20px);
  margin: 0 25px;
  float: left;
  background-color: #ffffff;
  color: #13b8d0;
  padding: 18px 15px 15px 11px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: rgba(11, 12, 9, 0.09) 3px 9px 7px 0px inset, rgba(149, 157, 165, 0.37) -2px -1px 9px;
}
.iletaltkutu i {
  display: block;
  float: left;
}
.iletaltkutu [class*=adaleticon-] {
  background-color: rgb(0, 165, 206);
  color: #fff;
  display: flex;
  justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 69px;
  border-radius: 100%;
  margin: auto 3px;
  font-size: 1.6rem;
  align-items: center;
}
.iletaltkutu .iletkbaslik {
  display: flex;
  overflow: hidden;
  font-size: 18px;
  margin-left: 70px;
  margin-top: 5px;
  color: #000;
  font-weight: 500;
}
.iletaltkutu:first-of-type {
  margin-left: 0;
}
.iletaltkutu:last-of-type {
  margin-right: 0;
}
.iletaltkutu p {
  display: block;
  overflow: hidden;
  margin: 0px;
  margin-left: 70px;
  font-weight: 400;
  color: #515151;
}

.Ocarousel {
  margin-bottom: 75px;
}

.page-wrap {
  margin: 40px auto 80px;
  max-width: 1400px;
  width: 100%;
}
.page-wrap .sectionPages {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
.page-wrap .sectionPages .leftSide {
  min-height: 400px;
  box-sizing: border-box;
  width: 25%;
  position: relative;
  top: 0px;
  padding: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px -2px, rgba(0, 0, 0, 0.1) 0px 4px 8px -2px;
}
.page-wrap .sectionPages .leftSide ul {
  padding-right: 25px;
}
.page-wrap .sectionPages .leftSide ul li {
  list-style: none;
  padding: 10px 0 10px 0;
  border-bottom: solid 1px #ddd;
}
.page-wrap .sectionPages .leftSide ul li .date {
  font-size: 0.8rem;
  color: #999;
}
.page-wrap .sectionPages .leftSide ul li a {
  color: #444;
}
.page-wrap .sectionPages .leftSide ul li a:hover {
  color: #00a5ce;
}
.page-wrap .sectionPages .leftSide .tumHaber {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8a99a5;
  font-size: 0.9rem;
  font-weight: 500;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page-wrap .sectionPages .leftSide .tumHaber a {
  color: rgb(255, 255, 255);
}
.page-wrap .sectionPages .leftSide .tumHaber a:hover {
  color: #e9e9e9;
}
.page-wrap .sectionPages .leftSide .tumHaber i {
  font-weight: 800;
  padding: 10px;
  font-size: 1.1rem;
}
.page-wrap .sectionPages .contentSideIn {
  width: 75%;
  padding-left: 44px;
  position: relative;
}
.page-wrap .sectionPages .contentSideIn .page-content {
  display: flex;
  flex-direction: column;
  padding: 10px 40px 40px 40px;
  background-color: white;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px -2px, rgba(0, 0, 0, 0.1) 0px 4px 8px -2px;
}
.page-wrap .sectionPages .contentSideIn .page-content .shareTools {
  width: 100%;
  display: flex;
  overflow: hidden;
  justify-content: end;
  padding: 0px 0 10px 0;
}
.page-wrap .sectionPages .contentSideIn .page-content .shareTools a {
  float: left;
  display: block;
  color: #fff;
  width: 30px;
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
}
.page-wrap .sectionPages .contentSideIn .page-content .shareTools a:nth-child(1) {
  background-color: #3b5998;
}
.page-wrap .sectionPages .contentSideIn .page-content .shareTools a:nth-child(2) {
  background-color: #1da1f2;
}
.page-wrap .sectionPages .contentSideIn .page-content .shareTools a:nth-child(3) {
  background-color: #f2591d;
}
.page-wrap .sectionPages .contentSideIn .page-content .shareTools a:nth-child(4) {
  background-color: #8212de;
}
.page-wrap .sectionPages .contentSideIn .page-content .shareTools a i {
  font-size: 1.1rem;
  line-height: 30px;
  padding: 7px;
}
.page-wrap .sectionPages .contentSideIn .page-content .contentTitle {
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(51, 51, 51);
  align-items: center;
  padding: 30px 0;
}
.page-wrap .sectionPages .contentSideIn .page-content .subTitle {
  font-size: 1rem;
  font-weight: 400;
  padding: 10px 0;
  color: #000000;
  background-color: aliceblue;
}
.page-wrap .sectionPages .contentSideIn .page-content .images {
  padding: 0;
}
.page-wrap .sectionPages .contentSideIn .page-content .images img {
  width: 100%;
}
.page-wrap .sectionPages .contentSideIn .page-content .isim {
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.page-wrap .sectionPages .contentSideIn .page-content .contentImage img {
  box-shadow: 5px 9px 62px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-top: 25px;
}
.page-wrap .sectionPages .contentSideIn .page-content .content {
  font-size: 1rem;
}
.page-wrap .sectionPages .contentSideIn .page-content .content .duyuruLink {
  display: flex;
  justify-content: end;
  padding: 30px 0;
  font-size: 0.9rem;
}
.page-wrap .sectionPages .contentSideIn .page-content .content .duyuruLink a {
  color: #00a5ce;
}
.page-wrap .sectionPages .contentSideIn .page-content .pagesTools {
  display: flex;
}
.page-wrap .sectionPages .contentSideIn .page-content .pagesTools .date {
  width: 15%;
}
.page-wrap .sectionPages .contentSideIn .page-content .pagesTools .yazibk {
  width: 85%;
  display: flex;
  overflow: hidden;
  justify-content: end;
  padding: 10px 0 30px 0;
}
.page-wrap .sectionPages .contentSideIn .page-content .pagesTools .yazibk a {
  float: left;
  display: block;
  color: #fff;
  width: 30px;
  background-color: rgba(84, 84, 84, 0.7882352941);
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
  top: 7px;
  z-index: 3;
  right: 5px;
  padding: 5px;
}
.page-wrap .sectionPages .contentSideIn .page-content .pagesTools .yazibk a:nth-child(1), .page-wrap .sectionPages .contentSideIn .page-content .pagesTools .yazibk a:nth-child(2) {
  font-size: 1rem;
  line-height: 22px;
}
.page-wrap .sectionPages .contentSideIn .page-content .pagesTools .yazibk a:hover {
  background-color: #00a5ce;
}
.page-wrap .sectionPages .pdf::before {
  content: "\f756";
  font-family: "bootstrap-icons";
  padding: 15px;
  font-size: 1.8rem;
  color: #e33535;
}
.page-wrap .sectionPages .filtreler {
  margin: 10px;
}
.page-wrap .sectionPages .filtreler label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8f8f8f;
  font-weight: 400;
  font-size: 1rem;
  background-color: aliceblue;
  padding: 10px;
  margin: 0 10px;
}
.page-wrap .sectionPages .filtreler .filtre {
  padding: 10px;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #f1f1f1;
  flex-wrap: wrap;
  display: flex;
}
.page-wrap .sectionPages .filtreler .filtre input,
.page-wrap .sectionPages .filtreler .filtre select {
  border: solid 1px #ccc;
  padding: 5px;
  width: 100%;
  font-size: 0.95rem;
  color: #444;
  border-radius: 5px;
}
.page-wrap .sectionPages .filtreler .filtre input::-moz-placeholder {
  font-weight: 400;
  opacity: 0.5;
  color: rgb(93, 93, 93);
}
.page-wrap .sectionPages .filtreler .filtre input::-moz-placeholder, .page-wrap .sectionPages .filtreler .filtre input::placeholder {
  font-weight: 400;
  opacity: 0.5;
  color: rgb(93, 93, 93);
}
.page-wrap .sectionPages .filtreler .filtre .etiket {
  width: 100%;
  padding: 0 0 5px;
  color: #444;
  font-size: 0.9rem;
}
.page-wrap .sectionPages .filtreler .yil {
  display: flex;
  flex-wrap: wrap;
}
.page-wrap .sectionPages .filtreler .yil .col-md-5 {
  width: 48.666667% !important;
}
.page-wrap .sectionPages .filtreler .kaydet {
  padding: 10px;
}
.page-wrap .sectionPages .filtreler .kaydet input {
  background-color: #00a5ce;
  color: #fff;
  padding: 10px 20px;
  border: none;
}
.page-wrap .sectionPages .filtreler .kaydet input:hover {
  background-color: #005089;
}
.page-wrap .sectionPages .contentSide {
  width: 100%;
  padding-left: 44px;
  position: relative;
}
.page-wrap .sectionPages .contentSide .page-content {
  display: flex;
  flex-direction: column;
  padding: 10px 40px 40px 40px;
  background-color: white;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px -2px, rgba(0, 0, 0, 0.1) 0px 4px 8px -2px;
}
.page-wrap .sectionPages .contentSide .page-content .pdf::before {
  content: "\f756";
  font-family: "bootstrap-icons";
  padding: 15px;
  font-size: 1.8rem;
  color: #e33535;
}
.page-wrap .sectionPages .contentSide .page-content .search .boxSide {
  min-height: 35px;
  border-bottom: solid 1px rgb(228, 228, 228);
  padding: 15px 0;
}
.page-wrap .sectionPages .contentSide .page-content .search .box {
  font-weight: 600;
  width: 100%;
}
.page-wrap .sectionPages .contentSide .page-content .search .boxText {
  font-size: 0.9rem;
}
.page-wrap .sectionPages .contentSide .page-content .search a {
  color: #666;
}
.page-wrap .sectionPages .contentSide .page-content .search a:hover {
  color: #149ac0;
}
.page-wrap .sectionPages .contentSide .page-content .contentTitle {
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(51, 51, 51);
  align-items: center;
  padding: 25px 0;
}
.page-wrap .sectionPages .contentSide .page-content .subTitle {
  font-size: 1rem;
  font-weight: 400;
  padding: 10px 0;
  color: #000000;
  background-color: aliceblue;
}
.page-wrap .sectionPages .contentSide .page-content .images {
  padding: 0;
}
.page-wrap .sectionPages .contentSide .page-content .images img {
  width: 100%;
}
.page-wrap .sectionPages .contentSide .page-content .isim {
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.page-wrap .sectionPages .contentSide .page-content .contentImage a img {
  box-shadow: 5px 9px 62px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-top: 25px;
  max-width: 150px;
}
.page-wrap .sectionPages .contentSide .page-content .content {
  font-size: 1rem;
}
.page-wrap .sectionPages .contentSide .page-content .content .duyuruDis {
  display: flex;
  min-height: 130px;
  padding: 20px 0;
}
.page-wrap .sectionPages .contentSide .page-content .content .duyuruDis .duyuruResim {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrap .sectionPages .contentSide .page-content .content .duyuruDis .duyuruResim img {
  width: 185px;
  height: auto !important;
  max-width: 90%;
  border-radius: 5px;
}
.page-wrap .sectionPages .contentSide .page-content .content .duyuruDis .duyuruBaslik {
  display: flex;
  align-items: start;
  justify-content: center;
  line-height: 1.4rem;
  flex-direction: column;
  font-weight: 500;
  font-size: 0.95rem;
  color: #4a4a4a;
}
.page-wrap .sectionPages .contentSide .page-content .content .duyuruDis .duyuruBaslik a {
  color: #333;
}
.page-wrap .sectionPages .contentSide .page-content .content .duyuruDis .duyuruBaslik a:hover {
  color: #00a6d0;
}
.page-wrap .sectionPages .contentSide .page-content .content .duyuruDis .duyuruBaslik span:first-of-type {
  padding: 10px 0;
}
.page-wrap .sectionPages .contentSide .page-content .content .duyuruDis .duyuruBaslik span:last-of-type {
  font-size: 0.8rem;
  font-weight: 400;
  color: darkgray;
}
.page-wrap .sectionPages .contentSide .page-content .content .duyuruDis:nth-child(odd) {
  background-color: #f0f8ff;
}
.page-wrap .sectionPages .contentSide .page-content .content .Pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  border-top: solid 1px #ccc;
  padding-top: 15px;
}
.page-wrap .sectionPages .contentSide .page-content .content .Pagination ul {
  width: 100%;
  display: flex;
  padding-left: 0;
}
.page-wrap .sectionPages .contentSide .page-content .content .Pagination ul .active {
  background-color: #e5e5e5;
  color: #000000;
  padding: 5px 15px;
}
.page-wrap .sectionPages .contentSide .page-content .content .Pagination ul li {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9rem;
  background-color: #959b9f;
  list-style-type: none;
  padding: 0;
}
.page-wrap .sectionPages .contentSide .page-content .content .Pagination ul li a {
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
}
.page-wrap .sectionPages .contentSide .page-content .content .Pagination .totalRows {
  background-color: #fff !important;
  color: #888;
  padding: 0px !important;
  font-size: 0.81rem !important;
  display: flex;
  align-items: center;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis .hkutu {
  width: calc(33.3333333333% - 41px);
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 20px;
  border: 1px solid #fff;
  border-radius: 0.5em;
  background-color: transparent !important;
  box-shadow: 1px 1px 25px 0 rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0) inset;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis .hkutu img {
  width: 100%;
  max-height: 175px;
  max-width: 225px;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis .hkutu a {
  padding: 5px;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis .fotoAdet {
  font-size: 0.75rem;
  padding: 0;
  color: #8e99a0;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis ul {
  width: 100%;
  display: flex;
  padding-left: 0;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis ul .active {
  background-color: #d8d8d8;
  color: #074470;
  padding: 5px 10px;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis ul .ilk,
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis ul .son {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis ul .ilk:hover,
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis ul .son:hover {
  background-color: #149ac0;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis ul li {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9rem;
  background-color: #686868;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis ul li a {
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis ul li a:hover {
  background-color: #149ac0;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis .habichaberbaslik {
  width: 100%;
  font-size: 0.85rem;
  color: #444;
  padding: 10px 20px;
  font-weight: 500;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis .habichaberbaslik:hover {
  color: #149ac0;
}
.page-wrap .sectionPages .contentSide .page-content .content .galeriDis .habicresim {
  text-align: center;
  width: 100%;
}
.page-wrap .sectionPages .contentSide .page-content .content img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-wrap .sectionPages .contentSide .page-content .content .imgMain {
  margin: auto;
  text-align: center;
}
.page-wrap .sectionPages .contentSide .page-content .content .imgMain .contentTitle {
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(51, 51, 51);
  align-items: center;
  padding: 25px 0;
}
.page-wrap .sectionPages .contentSide .page-content .content .blok {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
}
.page-wrap .sectionPages .contentSide .page-content .content .blok a {
  color: #444;
}
.page-wrap .sectionPages .contentSide .page-content .content .blok a:hover {
  color: #00A6D0;
}
.page-wrap .sectionPages .contentSide .page-content .content .blok .kutu {
  padding: 25px;
  border: solid 1px rgba(221, 221, 221, 0.8117647059);
  margin: 20px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.9rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  flex-direction: column;
}
.page-wrap .sectionPages .contentSide .page-content .content .blok .kutu p {
  width: 300px;
  padding-top: 20px;
}
.page-wrap .sectionPages .contentSide .page-content .content .blok .kutu ul {
  padding: 0px;
  border: solid 1px rgba(221, 221, 221, 0.8117647059);
  margin: 10px;
}
.page-wrap .sectionPages .contentSide .page-content .content .blok .kutu ul li {
  list-style: none;
  text-align: center;
  padding: 15px;
}
.page-wrap .sectionPages .contentSide .page-content .content .blok .kutu ul li:nth-of-type(2) a {
  color: #444;
  font-weight: 600;
  font-size: 0.9rem;
}
.page-wrap .sectionPages .contentSide .page-content .content .blok .kutu ul li:nth-of-type(2) a:hover {
  color: #149ac0;
}
.page-wrap .sectionPages .contentSide .page-content .content .duyuruLink {
  display: flex;
  justify-content: end;
  padding: 30px 0;
  font-size: 0.9rem;
}
.page-wrap .sectionPages .contentSide .page-content .content .duyuruLink a {
  color: #00a5ce;
}
.page-wrap .sectionPages .contentSide .page-content .content ul > li {
  list-style: none;
}
.page-wrap .sectionPages .contentSide .page-content .content ul > li .active {
  color: #fff;
  background-color: #d93656;
  font-weight: 500;
  padding: 10px;
}
.page-wrap .sectionPages .contentSide .page-content .content ul > li .pasif {
  background-color: aliceblue;
  color: #000;
  border: solid 1px #ccc;
  font-weight: 500;
  padding: 10px;
}
.page-wrap .sectionPages .contentSide .page-content .pagesTools {
  display: flex;
}
.page-wrap .sectionPages .contentSide .page-content .pagesTools .date {
  width: 15%;
}
.page-wrap .sectionPages .contentSide .page-content .pagesTools .shareTools {
  width: 35%;
  display: flex;
  overflow: hidden;
  justify-content: end;
  padding: 15px 0;
}
.page-wrap .sectionPages .contentSide .page-content .pagesTools .shareTools a {
  float: left;
  display: block;
  color: #fff;
  width: 30px;
  background-color: rgba(84, 84, 84, 0.7882352941);
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
}
.page-wrap .sectionPages .contentSide .page-content .pagesTools .yazibk {
  width: 55%;
  display: flex;
  overflow: hidden;
  justify-content: end;
  padding: 15px 0;
}
.page-wrap .sectionPages .contentSide .page-content .pagesTools .yazibk a {
  float: left;
  display: block;
  color: #fff;
  width: 30px;
  background-color: rgba(84, 84, 84, 0.7882352941);
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
  top: 7px;
  z-index: 3;
  right: 5px;
  padding: 5px;
}
.page-wrap .sectionPages .contentSide .page-content .pagesTools .yazibk a:nth-child(1) {
  font-size: 1.1rem;
  line-height: 30px;
  padding: 7px;
}
.page-wrap .sectionPages .contentSide .page-content .pagesTools .yazibk a:nth-child(2), .page-wrap .sectionPages .contentSide .page-content .pagesTools .yazibk a:nth-child(3) {
  font-size: 1rem;
  line-height: 22px;
}
.page-wrap .sectionPages .contentSide .page-content .pagesTools .yazibk a:hover {
  background-color: #00a5ce;
}
.page-wrap .sectionPages .resim-item1 {
  display: flex;
  width: calc(24.333333% - 30px);
  height: auto;
  min-width: 125px;
  padding: 5px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.09);
  border: solid 1px #ccc;
  margin: 15px;
  justify-content: center;
}
.page-wrap .sectionPages .resim-gallery ul {
  display: flex;
  flex-wrap: wrap;
}
.page-wrap .sectionPages .resim-gallery ul li a {
  display: flex;
  overflow: hidden;
  position: relative;
  justify-content: center;
}
.page-wrap .sectionPages .resim-gallery ul li a:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.page-wrap .sectionPages .resim-gallery ul li a img {
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
  height: auto;
  max-height: 150px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

table {
  max-width: 100% !important;
  height: auto !important;
  border-collapse: collapse !important;
}
table tr td {
  border: 1px solid #ccc !important;
  padding: 5px 0px !important;
  padding-left: 3px !important;
}
table tr td p {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1.5 !important;
  font-size: 1rem !important;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  word-wrap: break-word;
  font-weight: 400;
}

table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
  box-shadow: unset;
}

table thead tr:first-of-type {
  background-color: #6a839d;
}
table thead tr:first-of-type th {
  color: #fff;
}
table tr {
  font-size: 0.9rem;
  color: #000000;
  font-weight: 300;
}
table tr th {
  font-size: 0.9rem;
  color: #000000;
  font-weight: 400;
  padding: 10px;
}
table tr th:first-of-type {
  font-weight: 500;
  color: #393939;
}
table tr i {
  color: #bb2e67;
}
table tr a {
  color: #1a1a1a;
}
table tr:nth-child(odd) {
  background-color: aliceblue !important;
}
table tr:nth-child(even) {
  background-color: #fff !important;
}

.karar table tr:first-of-type {
  background-color: rgba(240, 248, 255, 0.6509803922) !important;
  font-weight: bold;
}

table tr:first-of-type td {
  background: #93a5b9 !important;
  font-weight: bold;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

table.dataTable thead th,
table.dataTable thead td {
  display: none;
}

.card tbody tr {
  float: left;
  width: calc(33.3333333333% - 50px);
  margin: 10px;
  border: 1px solid #fff;
  border-radius: 0.5em;
  background-color: transparent !important;
  box-shadow: 1px 1px 25px 0 rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0) inset;
}
.card tbody tr .hkutu {
  width: 100%;
  min-height: 230px;
  overflow: hidden;
  display: block;
  float: none;
  margin: 5px;
}
.card tbody tr .habicresim {
  display: flex;
  justify-content: center;
}
.card tbody tr .habicresim img {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
  max-height: 150px;
}
.card tbody tr .hkutu .habichaberbaslik {
  font-size: 0.85rem;
  width: 100%;
  height: 80px;
  line-height: 162%;
  padding: 15px 2px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-align: center;
}
.card tbody tr .hkutu .habichaberbaslik:hover {
  color: #00a5ce;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #999 !important;
  font-size: 0.9rem !important;
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  display: none;
}

tabl.dataTable thead > tr > th.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  display: none;
}

table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  display: none;
}

.kariyerMenu {
  margin-top: 11px;
}
.kariyerMenu a {
  width: calc(100% - 22px);
  display: block;
  padding: 10px;
  color: #444;
  background-color: aliceblue;
  margin: 5px 11px;
}
.kariyerMenu a:hover {
  background-color: #00a5ce;
  color: #fff;
}
.kariyerMenu .active {
  border-left: #fc8b00 solid 5px;
}

.kariyer .btn-info {
  color: #fff;
  background-color: #17a4c1;
}
.kariyer .btn-info:hover {
  background-color: #0f8ba4;
}
.kariyer .label1 {
  color: #888;
  padding: 10px 0;
  font-size: 0.85rem;
}
.kariyer #hata,
.kariyer #hata2,
.kariyer #hata3 {
  font-size: 0.8rem;
  color: #d376a1;
  padding: 2px 0;
  display: flex;
  flex-direction: column;
}
.kariyer .form-control {
  font-size: 0.95rem;
  color: #000000;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.kariyer .add {
  margin: auto;
}
.kariyer .add i {
  font-size: 1.1rem;
}
.kariyer .add a {
  color: #00c396;
  font-weight: 500;
}
.kariyer .fieldIsList {
  margin: auto;
}
.kariyer .fieldIsList i {
  font-size: 1.1rem;
}
.kariyer .egitim a,
.kariyer .dil a,
.kariyer .is a,
.kariyer .sert a {
  color: #d94f6e;
  width: 150px;
  padding: 11px;
  font-weight: 500;
}
.kariyer button {
  color: #fff;
  font-size: 0.95rem;
}

.iletisimFormu {
  background-color: aliceblue;
}
.iletisimFormu .FormText {
  padding: 15px;
  border-bottom: solid 1px #e3e3e3;
}
.iletisimFormu .FormText div:first-of-type {
  font-weight: 600;
  font-size: 1rem;
}
.iletisimFormu .FormText div:first-of-type i {
  padding-right: 15px;
  color: #999;
}
.iletisimFormu .FormText div:last-of-type {
  color: rgb(83, 82, 82);
  font-size: 0.9rem;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}
.collapsible-link[aria-expanded=true]::before {
  content: "\f106";
}

ul .noSubmenu {
  padding: 10px;
  background-color: aliceblue;
  list-style: decimal-leading-zero;
  font-size: 1.2rem;
  font-weight: 600;
}
ul .noSubmenu h4 {
  font-size: 1.2rem;
}
ul .noSubmenu ul ::marker {
  font-size: 1.3rem;
}
ul .noSubmenu ul li {
  font-weight: 800;
  font-size: 1rem;
}
ul .noSubmenu ul li ul li {
  font-weight: 600;
}
ul .noSubmenu ul li ul li ul li {
  font-weight: 400;
}
ul .noSubmenu a {
  color: #b40657;
}
ul .noSubmenu a:hover {
  color: #149ac0;
}

@media screen and (max-width: 1700px) {
  .swiper {
    display: block;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slide-inner {
    position: unset;
    width: unset;
    height: unset;
  }
  .golge {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 95px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #222 100%);
  }
  .golge h1 {
    color: #fff;
    font-size: 1.5rem;
    padding: 10px;
  }
}
@media screen and (max-width: 960px) {
  .mw-100 {
    width: 90% !important;
  }
  header {
    height: 115px;
  }
  .social-media .dil {
    padding: 1px 10px;
  }
  .social-media .dil select {
    color: #000;
    width: 70px;
  }
  .compressed {
    padding: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    height: 115px !important;
  }
  .compressed .topOne {
    height: 80px;
  }
  .compressed .logoMobil {
    width: 20% !important;
    margin-top: 20px;
  }
  .compressed .logoMobil img {
    width: 40px;
  }
  .compressed .siteTitle {
    width: 70% !important;
    padding-top: 40px !important;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 1rem !important;
    text-align: start;
    color: #3b4052 !important;
    font-weight: 600;
    font-family: "DINProBold", sans-serif;
  }
  .compressed .nav {
    padding-top: 0;
    margin-top: 50px;
    height: 100%;
    background-color: #fff;
    line-height: 3rem;
  }
  .compressed .nav-button,
  .compressed .nav-close {
    top: 15px !important;
    width: 2rem;
    line-height: 2rem;
    color: #000000 !important;
  }
  .container {
    max-width: unset;
    padding: 15px;
  }
  .container .px-3 {
    padding: 0 !important;
  }
  .social-media {
    background-image: linear-gradient(to right, #585262, #534372, rgba(183, 0, 84, 0.99), #554a6c);
    color: #ffffff;
    height: 30px;
  }
  .social-media .container {
    display: flex;
    justify-content: space-around;
    padding: 0 0 0 0;
  }
  .social-media .container span {
    width: 25px;
  }
  .social-media .container span i {
    font-size: 1.2rem;
  }
  .social-media .social-links {
    display: flex;
  }
  .social-media .social-btn {
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: flex;
    overflow: hidden;
    color: #fff;
    margin: 0px;
    transition: 0.35s;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-right: rgba(204, 204, 204, 0.5215686275) solid 1px;
  }
  .social-media .social-btn i {
    font-size: 0.9rem;
  }
  .social-media .social-btn a {
    color: #fff;
    height: 23px;
    padding: 0;
    display: flex;
  }
  .social-media .social-btn span {
    width: 0px;
    opacity: 0;
    overflow: hidden;
    transition: 0.35s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .social-media .social-btn span .search {
    width: 100%;
  }
  .social-media .social-btn:hover {
    width: 100px;
    opacity: 1;
  }
  .social-media .social-btn:hover span {
    padding: 2px;
    width: -moz-max-content;
    width: max-content;
    opacity: 1;
  }
  .navMenu {
    background-color: unset;
  }
  .navMenu .nav-submenu > ul {
    color: #000b0e;
    margin-left: 0 !important;
    padding-left: 25px;
    font-weight: 400 !important;
  }
  .navMenu .nav-button,
  .navMenu .nav-close {
    position: fixed;
    top: 50px;
    width: 4rem;
    height: 2.4rem;
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    text-decoration: none;
    line-height: 2rem;
    color: #000000;
  }
  .navMenu .nav ul ul li:hover {
    border-bottom: rgba(210, 214, 226, 0.4745098039) solid 1px;
    min-width: 300px;
    line-height: normal;
    padding: 10px 0;
  }
  .navMenu .menuicon::before {
    font-family: "bootstrap-icons";
    font-size: 1.5rem;
    content: "\f659";
  }
  .navMenu .nav li:hover > a {
    color: #0472a3 !important;
    font-weight: 600;
  }
  .navMenu .nav-button:before,
  .navMenu .nav-close:before {
    display: block;
    text-align: center;
    padding-right: 5px;
  }
  .navMenu .nav-button {
    display: flex;
    right: 0;
    font-size: 1rem;
  }
  .navMenu .nav-button ::before {
    font-size: 1.5rem;
    content: "\e003";
  }
  .navMenu .nav-close {
    display: none;
    right: 4rem;
    font-size: 1.9rem;
  }
  .navMenu .nav-close ::before {
    content: "\e002";
  }
  .navMenu .nav {
    width: 95%;
    padding-top: 0;
    margin-top: 33px;
    line-height: 3rem;
    left: unset;
    box-shadow: 5px 3px 15px 0 rgba(0, 0, 0, 0.23);
    background-color: #fff;
  }
  .navMenu .nav .nav-active ul {
    color: rgb(9, 86, 142) !important;
    background-color: #eefbff !important;
  }
  .navMenu .nav ul {
    border-radius: 0;
  }
  .navMenu .nav ul li {
    border-bottom: unset;
    color: rgb(13, 13, 13);
    background-color: #eefbff;
    font-weight: 600;
  }
  .navMenu .nav ul li a {
    color: #000000;
  }
  .ebasvuruMobil {
    display: flex;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 5px;
    background-color: #b6bfc7;
    margin: 10px 0 10px;
    align-items: center;
    justify-content: center;
  }
  .ebasvuruMobil .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 0.5;
    color: #a30512;
  }
  .ebasvuruMobil .box-3 {
    background-color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
    width: 140px;
    margin: auto;
  }
  .haber-kutu-kapsa {
    display: flex;
    flex-direction: column;
  }
  .haber-kutu-kapsa .haber-kutu {
    text-decoration: none;
    transform: translateY(0);
    transition: 0.1s;
    overflow: hidden;
    height: 265px;
    width: 100% !important;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .haber-kutu-kapsa .haber-kutu:first-of-type {
    padding-right: unset !important;
    border-top-left-radius: unset !important;
    margin-right: unset !important;
  }
  .haber-kutu-kapsa .haber-kutu:nth-child(2) {
    padding: unset !important;
    margin: unset !important;
  }
  .haber-kutu-kapsa .haber-kutu:last-of-type {
    padding-left: unset !important;
    border-top-right-radius: unset !important;
    margin-left: unset !important;
  }
  .galeriDis {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .galeriDis .hkutu {
    width: 100% !important;
  }
  .ebasvuru {
    display: none !important;
  }
  .btn-threeMobil {
    display: block;
    color: #ffffff;
    transition: all 0.5s;
    position: relative;
    font-weight: 400;
    padding: 2px 5px;
    font-size: 0.94rem;
    top: 2px;
  }
  .btn-threeMobil i {
    font-size: 0.9rem !important;
  }
  .btn-threeMobil i::before {
    transform: rotate(56deg);
    font-size: 1.1rem;
  }
  .btn-threeMobil::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    transform: scale(1.2, 1.1);
    border-radius: 0;
  }
  .btn-threeMobil:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  .btn-threeMobil::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2, 1.1);
    border-radius: 0;
  }
  .btn-threeMobil:hover::after {
    opacity: 1;
  }
  .topSide {
    height: 90px;
    width: 100%;
    position: relative;
    z-index: 5;
  }
  .topSide .logo {
    display: none;
  }
  .topSide .logoMobil {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
  }
  .topSide .siteTitle {
    width: 75%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 1.2rem;
    text-align: start;
    color: #3b4052;
    font-weight: 600;
    font-family: "DINProBold", sans-serif;
  }
  .siteElements {
    display: none !important;
  }
  .topSide .container {
    margin: 0;
    padding: 0;
  }
  .fotoListRow {
    width: 100%;
    display: flex;
  }
  .fotoListRow .fotoKapsa {
    width: 100%;
  }
  .fotoListRow .fotoKapsa .fotoBaslik {
    width: 100%;
    padding: 25px 0 0 25px;
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
  }
  .fotoListRow .fotoKapsa .icerikDis {
    display: flex;
  }
  .fotoListRow .fotoKapsa .icerikDis a {
    width: calc(50% + 25px);
    color: #000000;
    font-weight: 400;
    padding: 20px;
  }
  .fotoListRow .fotoKapsa .icerikDis a:hover {
    color: #00a5ce;
  }
  .fotoListRow .fotoKapsa .icerikDis a img {
    width: 100%;
    padding: 15px;
    max-height: 175px;
  }
  .fotoListRow .fotoKapsa .icerikDis a span:last-of-type {
    padding: 0px 15px;
    height: 64px;
    overflow: hidden;
    display: block;
  }
  .mansetalan {
    height: auto;
    background-color: #cad3d8;
    padding-top: 0;
  }
  .mansetalan .mansetkapsa {
    height: 280px;
    min-height: 20%;
  }
  .mansetalan .mansetresim {
    height: 175px;
    width: 96%;
    display: block;
    overflow: hidden;
    position: initial;
  }
  .mansetalan .slide-inner {
    background-color: #cad3d8;
    position: inherit;
    overflow: hidden;
  }
  .mansetalan h1 {
    font-size: 14px;
    margin: 15px 0;
    height: auto;
    overflow: hidden;
    color: #203040;
    text-shadow: 0 0 0;
  }
  .mansetalan .mansetyazi {
    width: 90%;
    height: 108px;
    display: flex;
    align-items: center;
    bottom: unset;
  }
  .mansetalan .mansetyazi h1 {
    font-size: 16px !important;
    margin: 15px 0;
    height: auto;
    font-weight: 500 !important;
    overflow: hidden;
    color: #203040;
    text-shadow: 0 0 0;
  }
  .mansetalan .swiper-slide-active .mansetyazi {
    width: 90%;
  }
  .mansetalan .swiper-slide-active .mansetyazi h1 {
    font-size: 16px;
    margin: 1px 0;
    height: auto;
    overflow: hidden;
    color: #203040;
    text-shadow: 0 0 0;
  }
  .mansetalan .swiper-slide-active .mansetresim {
    transform: scale(1.1);
    transition: opacity 0.6s ease-in-out, transform 2.5s ease 0.5s;
  }
  .mansetalan .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    backface-visibility: hidden;
  }
  .mansetalan .golge {
    display: none;
  }
  .boxDis {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .boxDis .duyurular {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 10px 0px;
  }
  .boxDis .duyurular .haber-list-baslik {
    width: 40%;
    font-size: 1.5rem;
  }
  .boxDis .duyurular .haber-list-line {
    width: 60%;
    height: 3px;
  }
  .boxDis .boxDis {
    width: 100%;
    margin: 15px 0;
  }
  .boxDis .boxDis .baskanAd {
    position: absolute;
    bottom: 5px;
    left: unset;
    z-index: 3;
    color: #fff;
  }
  .boxDis .boxDis .baskanNameDis {
    width: 100%;
    height: 70px;
    bottom: -15px;
    max-width: 370px;
  }
  .boxDis .harita:first-of-type {
    width: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    overflow: hidden;
  }
  .boxDis .harita:first-of-type img {
    width: 150%;
    -o-object-fit: none;
       object-fit: none;
    margin-left: -103px;
    overflow: hidden;
  }
  .boxDis .mavi-kutu {
    margin: 15px 0;
  }
  .boxDis .mavi-kutu:last-of-type {
    width: 100%;
  }
  .service-tree .mavi-kutu2-kapsa .mavi-kutu2 {
    width: 100%;
    margin: 5px 0;
  }
  .kapsa-mavi {
    margin: 40px 15px 0;
  }
  .service-two {
    padding: 30px 0;
    margin: 30px 15px;
  }
  .service-two .t1 {
    padding: 0;
  }
  .service-two .t1 .sub-title h3 {
    padding: 10px 15px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    text-align: justify;
    color: #686868;
  }
  .service-two .t2 .w1 {
    width: 100%;
    padding: 15px 15px;
    border-bottom: solid 1px #e3e3e3;
  }
  .service-two .t2 .w1:last-of-type {
    border-bottom: unset;
  }
  .service-two .t2 .w1 .service-two .t2 .w1 span:last-of-type {
    font-weight: 400;
    font-size: 0.97rem;
  }
  .swiper-helpers {
    position: relative;
    z-index: 999;
    bottom: 3px;
    left: 0;
    display: none;
    flex-direction: row;
  }
  .swiper-helpers .swiper-button-prev,
  .swiper-helpers .swiper-button-next {
    border: 1px solid #fff;
    width: 25px;
    height: 32px;
    background-image: none;
    display: flex;
    align-items: center;
    position: static;
    margin: 2px;
  }
  .haber-kutu-kapsa {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .haber-kutu-kapsa a {
    width: 100%;
    color: #444;
    margin: 20px 0px;
  }
  .haber-kutu-kapsa a:last-of-type {
    margin: 0;
  }
  .service-tree {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .boxDis .galeri {
    margin: 0;
  }
  .boxDis .galeri .duyurularBaslik {
    margin: 0 0 15px 0;
  }
  .haber-list-baslik {
    width: 35%;
    font-size: 1.5rem;
  }
  .haber-list-line {
    width: 65%;
    height: 3px;
  }
  .fotoListRow {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .fotoListRow .fotoKapsa {
    width: 100%;
    margin: 0 10px 0 0 !important;
  }
  .fotoListRow .fotoKapsa .fotoBaslik {
    width: 100%;
    padding: 25px 0 0 12px;
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
  }
  .fotoListRow .fotoKapsa .icerikDis {
    display: flex;
    flex-wrap: wrap;
  }
  .fotoListRow .fotoKapsa .icerikDis a {
    width: 100%;
    color: #000000;
    font-weight: 400;
    padding: 5px;
    margin: 15px 0px;
  }
  .fotoListRow .fotoKapsa .icerikDis a:hover {
    color: #00a5ce;
  }
  .fotoListRow .fotoKapsa .icerikDis a img {
    width: 100%;
    padding: 5px;
    max-height: 175px;
    background-size: scale-down;
  }
  .fotoListRow .fotoKapsa .icerikDis a span:last-of-type {
    padding: 0px 5px;
    height: 64px;
    overflow: hidden;
    display: block;
    font-weight: 600;
    font-size: 0.93rem;
    color: #484848;
  }
  footer .boxDis {
    flex-flow: column-reverse;
  }
  footer .boxDis .altalan {
    width: 100%;
  }
  footer .boxDis .altalan span:last-of-type {
    font-size: 1rem;
  }
  footer .altalanMenu {
    width: 100%;
  }
  footer .sosyalAlan {
    width: 100%;
    padding: 0;
  }
  .dipcizgi {
    display: block;
    height: 570px;
    margin-top: 0;
    position: relative;
  }
  .dipcizgi .iletalt {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 650px;
  }
  .dipcizgi .iletalt .iletaltkutu {
    display: block;
    overflow: unset;
    height: auto;
    width: 100%;
    margin: 5px 0;
    float: left;
    background-color: #f4f7f9;
    color: #ffffff;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
  }
  .dipcizgi .iletalt .iletaltkutu .iletkbaslik {
    font-size: 16px;
    margin-left: 70px;
    margin-top: 5px;
    color: #000;
    font-weight: 500;
  }
  .dipcizgi .iletalt .iletaltkutu p {
    color: #101010;
  }
  .sectionPages {
    display: flex;
    flex-direction: column-reverse;
  }
  .sectionPages .resim-item1 {
    display: flex !important;
    width: calc(50% - 30px) !important;
    height: auto !important;
    min-width: 102px !important;
    padding: 0px !important;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.09);
    border: solid 1px #ccc;
    margin: 10px;
    justify-content: center;
  }
  .sectionPages .page-content {
    padding: 10px !important;
  }
  .sectionPages .page-content .content .resim-gallery ul {
    flex-direction: unset;
  }
  .sectionPages .page-content .content ul {
    flex-direction: column;
  }
  .sectionPages .page-content .content ul li {
    list-style: none;
    width: 100%;
  }
  .sectionPages .page-content .content ul li a {
    width: 100%;
  }
  .sectionPages .page-content .content .Pagination ul {
    overflow-x: scroll;
    flex-direction: unset;
  }
  .sectionPages .contentSide {
    padding-left: 10px !important;
  }
  .sectionPages .contentSide .duyuruResim {
    width: 25%;
    margin: 0;
    align-items: start !important;
    justify-content: center;
  }
  .sectionPages .contentSide .duyuruBaslik {
    width: 75%;
    justify-content: start !important;
  }
  .sectionPages .contentSide .duyuruBaslik span:nth-child(1) {
    padding: 0 10px !important;
  }
  .sectionPages .leftSide {
    min-height: 400px;
    box-sizing: border-box;
    width: 100% !important;
    position: relative;
    top: 50px;
    margin-bottom: 51px;
  }
  .modal-content iframe {
    width: 100%;
  }
  .contentSideIn {
    width: 100% !important;
    padding: 10px !important;
  }
  .contentSideIn .page-content {
    padding: 20px;
  }
  .contentSideIn .page-content .contentTitle {
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    color: rgb(51, 51, 51);
    align-items: center;
    padding: 5px 0 25px;
  }
  .table > tbody {
    vertical-align: inherit;
    display: flex;
    flex-direction: column;
  }
  #example tr {
    width: 100%;
    margin: 0;
  }
  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 0;
  }
  #example tbody th:nth-of-type(1) {
    width: 90%;
    padding: 5px !important;
  }
  #example tbody th:nth-of-type(2) {
    width: 10%;
    text-align: center;
    padding: 2px !important;
  }
  #example_wrapper .dataTables_length {
    display: none;
  }
  #example_wrapper #example_filter {
    padding: 10px;
  }
  #example tbody th:nth-of-type(2) a {
    color: #000;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 16px 0;
  }
  .icerikList tr th:nth-of-type(3) {
    width: 10%;
    display: none;
  }
  .ara-kapsa {
    display: flex;
    width: 100%;
  }
  .ara-kapsa .ara-kapsa div:first-of-type {
    width: 70%;
  }
  .ara-kapsa .ara-kapsa div:last-of-type {
    width: 30%;
  }
  .illerList {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .illerList select {
    -moz-appearance: auto;
    appearance: auto;
    -webkit-appearance: auto;
  }
  .skala,
  .svg-turkiye-haritasi {
    display: none;
  }
}
@media print {
  .leftSide,
  .navMenu,
  .ebasvuru,
  .shareTools,
  .social-media,
  footer,
  header,
  .yazibk {
    display: none !important;
  }
  .page-content,
  .contentSideIn,
  .sectionPages {
    width: 100% !important;
  }
  .siteTitle {
    font-size: 1rem;
  }
  .page-content,
  .contentSideIn {
    padding: 50px;
    width: 100% !important;
    max-width: unset !important;
  }
  .page-wrap {
    margin: 40px auto 80px;
    max-width: unset !important;
    width: 100% !important;
  }
}
/*# sourceMappingURL=default-dis.css.map */