.px1260 {
  max-width: 1260px;
  display: table;
  width: 100%;
  margin: auto;
}




@media only screen and (min-width: 1400px) {
    .px1260 {
        max-width: 1360px;
    }
}


html {
  font-family: "Poppins", sans-serif;
  overflow-x:hidden;
}
body {
  font-family: "Poppins", sans-serif;
  overflow-x:hidden;
}
[data-aos] {
    overflow: hidden;
}

header {
  width: 100%;
  float: left;
  position: fixed;
  z-index: 99;
  top: 0;
  background-color: #00783a;
  transition: all ease 0.3s;
}
header > div > figure {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}
header > div > figure img {
  height: 75px;
}
header > div nav {
  float: right;
  margin-right: 20px;
}
header > div nav ul li {
  float: left;
  line-height: 100px;
  position: relative;
  overflow: hidden;
}
header > div nav ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
  transition: all ease 0.3s;
}
/*header > div nav ul li a:hover  
This is a Multi Line Comment 
{color: #fff;}*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease-out, transform 0.5s ease-out;
}

.preloader.fade-out {
  opacity: 0;
  transform: scale(1.1);
}

.logo {
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

header > div > div {
  float: right;
  line-height: 100px;
  margin-right: 8px;
}
header > div > div li a {
  padding: 10px;
  background-color: #ed6d16;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}
header > div > div ul li ul {
  position: absolute;
  display: none;
  transition: all ease 0.3s;
  z-index: 99;
}
header > div > div ul li:hover ul {
  display: block;
}
header > div > div ul li ul {
  line-height: 30px;
  margin-top: -28px;
}

header > div > nav > ul li div {
  width: 100%;
  height: 2px;
  display: block;
  opacity: 0;
  position: absolute;
  background-color: #f0f0f0;
  top: 101%;
  transition: all ease 0.3s;
  z-index: -1;
}

header > div nav ul li:hover div {
  left: auto;
  top: 0;
  opacity: 1;
  height: 100%;
}
.nav-up {
  top: -100px;
  transition: all ease 0.3s;
}
.icust-wr > ul > li > mark {
  background: none !important;
}
/*ana-silder*/
.html_carousel {
  margin: auto;
  width: 100%;
  min-height:420px;
  z-index: 0;
  clear: both;
  overflow: hidden;
  float: left;
  position: relative;
  margin-top: 100px;
}
.anasayfa-slider-main{
	margin-top: 100px;
	position: relative;
}
.anasayfa-slider-arrow{
	cursor: pointer;
	transition: all 0.4s;
	position: absolute;
	top: 50%;
    transform: translate(0%, -50%);
}
.slick-prev-anasayfa-slider{
	left: 0;
}
.slick-next-anasayfa-slider{
	right: 0;
}
.anasayfa-slider-arrow:hover{
	opacity: 0.8;
}
.slide-ic picture{
	width: 100%;
}
.slide-ic picture img{
	width: 100%;
}
.html_carousel div.slide {
  position: relative;
  height: 420px;
  float: left;
  cursor: pointer;
  z-index: 0;
  background-position: center center;
}
.html_carousel div.slide > img {
  height: 420px;
  z-index: 0;
}
.slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.slide .px1200 {
  height: 100%;
  display: table;
}
.slide-ic {
  position: relative;
  float: left;
  text-align: left;
  position: relative;
  width: 100%;
  height: 100%;
}
.slide-ic h2 {
  font-size: 48px;
}
.slider-ozet {
  position: absolute;
  z-index: 999;
  width: 50%;
  top: 50%;
  color: #466a21;
  font-size: 18px;
  font-weight: 700;
  left: 5%;
    transform: translate(0%, -50%);
}
.slide23 .slider-ozet {
  color: #fff;
}

.slider-pager-wrapper {
  clear: both;
  position: absolute;
  top: 44%;
  width: 100%;
}
.onceki-slider {
  position: absolute;
  left: 10px;
  z-index: 998;
}
.sonraki-slider {
  position: absolute;
  right: 10px;
  z-index: 998;
}
/*ana-slider*/

.page-figure {
  float: right;
  margin: 10px 0 10px 20px;
  max-width: 50%;
}

.v-desktop {
  display: block;
  width: 100%;
  text-align: Center;
}
.v-mobil {
  display: none;
}

.accordion {
  color: #ed6d16;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #dfdfdf;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-weight: bold;
  background: none;
  margin-top: -1px;
  position: relative;
}
.panel ul li {
  list-style: circle;
}
.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.panel > div {
  padding: 20px !important;
}
.panel a {
  color: #26cad3;
  text-decoration: underline;
}

.roma1 {
  display: block !important;
}
.dogdo-wr {
  width: 100%;
  display:Flex;
  flex-wrap:wrap;
  padding:45px 0px;
}

.dogdo-wr div:first-child{
	width:55%;
	padding-left:50px;
	padding-right:30px;
}

.home-bg {
	width:45%;
	background-image:url(/images/bk-sol-back.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	
}

.home-bg p {position:absolute;
bottom:15px;
color:#fff;
font-style:italic;
padding:0px 20px;
font-size:12px;
font-weight:500;
}

.dogdo-wr h2 {
  color: #ed6d16;
  font-size: 30px;
  font-weight: 700;
  margin-top: 60px;
}
.dogdo-wr span {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 32px;
}
.dogdo-wr p {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.dogdo-wr ul {
  display:Flex;
  justify-content:space-between;
  padding:0px 20px;
}
.dogdo-wr ul li {
  font-size: 15px;
  min-height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  color: #466a21;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
}
.dogdo-wr ul li img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  height: 50px;
}

.dogdo-wr ul li img {
  transition: transform 0.3s ease-in-out;
}

.dogdo-wr ul li:hover img {
  transform: scale(1.2);
}

.bk-wr {
  width: 100%;
  display:Flex;
  flex-wrap:wrap;
  padding:45px 0px;
}
.bk-wr .sol {
  width: 40%;
  background-image: url(../images/home-2.png);
  background-repeat: no-repeat;
  background-position:center center;
}
.bk-wr .sag {
  width: 60%;
  padding: 50px;
  padding-left: 60px;
  box-sizing: border-box;
  color: #1c2117;
}
.bk-wr .sag h2 {
  font-size: 30px;
  color: #026db6;
  font-weight: 600;
}
.bk-wr .sag p {
  display: inline-block;
  line-height: 24px;
  margin-top: 20px;
}
.bk-wr .sag a {
  background-color: #026db6;
  transition: all ease 0.3s;
  padding: 8px 20px;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 13px;
  display: table;
  margin-top: 20px;
}
.bk-wr .sag a:hover {
  background-color: #fff;
  color: #026db6;
}

.detay-gorsel {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.detay-gorsel img {
  max-height: 400px;
}

.vision-mission {
  background-color: #f8f9fa;
  padding: 50px 0;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
.vision,
.mission {
  flex: 1;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.vision h2,
.mission h2 {
  color: #006400;
  margin-bottom: 15px;
}
.vision,
.mission p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.ek-wr {
  width: 100%;
  float: left;
  padding: 80px;
  background-image: url(../images/ek-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.ek-wr div {
  width: 1000px;
}
.ek-wr h2 {
  color: #2abf35;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cv-wr {
  width: 100%;
  float: left;
  padding: 60px 0px;
  background-image: url(../images/cv-arka.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
}
.cv-wr a {
  color: #fff;
  font-weight: 500;
  transition: all ease 0.3s;
  height: 38px;
  display: inline-block;
}
.cv-wr a:hover {
  font-size: 26px;
  transition: all ease 0.3s;
}
.cont-wr {
  width: 100%;
  float: left;
}

.te-wr {
  width: 100%;
  float: left;
  color: #2abf35;
  font-size: 14px;
}
.te-wr a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: all ease 0.3s;
}
.te-wr a:hover {
  color: #ed6d16;
}
.te-wr .sol div {
  padding-right: 70px;
  background-image: url(../images/ikon-tel.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.te-wr .sol {
  float: Left;
  width: 50%;
  border-right: 1px solid #f0f0f0;
  text-align: right;
  box-sizing: border-box;
  padding: 30px;
}
.te-wr .sag {
  float: right;
  width: 50%;
  text-align: left;
  box-sizing: border-box;
  padding: 30px;
}
.te-wr .sag div {
  padding-left: 70px;
  background-image: url(../images/ikon-posta.png);
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.te-wr div div {
  width: 100%;
}

footer {
	
}

footer nav {
  border-bottom: 1px solid #016833;
  width: 100%;
  float: Left;
  text-align: center;
  background:#00783a
}
footer nav li {
  line-height: 80px;
  display: inline-block;
  padding: 0px 10px;
  font-weight: 600;
}
footer nav li a {
  color: #fff;
  font-size: 14px;
  transition:All 0.3s;
}

footer nav li a:hover {
	color:#fff;
	text-decoration:underline;
}

.dip {
  float: Left;
  width: 100%;
  line-height: 60px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background:#00783a;
}
.dip a {
  color: #fff;
}

.icerik-wr {
  width: 100%;
  float: Left;
  padding: 40px 0px;
  min-height: 300px;
}
.icerik-wr h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0px 10px 0px;
}
.icerik-wr p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.icerik-wr ul {
  margin-left: 20px;
}
.icerik-wr ul li {
  font-weight: 400;
  font-size: 15px;
}
.icust-wr {
  width: 100%;
  margin-top: 100px;
  float: left;
  padding: 90px 0px;
  background-image: url(../images/iv-arka.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.icust-wr h1 {
  font-size: 40px;
  font-weight: 600;
}
.icust-wr a {
  color: #fff;
  font-weight: 500;
  transition: all ease 0.3s;
  vertical-align: top;
}
.icust-wr a:hover {
  color: #000;
}
.icust-wr ul {
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.icust-wr ul li {
  display: inline-block;
}
.icust-wr ul li:after {
  content: ":";
}
.icust-wr ul li:last-child:after {
  content: " ";
}

.ik-form ul li {
  display: inline-block;
  width: 33%;
  padding: 10px;
  position: relative;
  vertical-align: top;
}
.ik-form ul li:nth-child(7) {
  width: 100%;
}
.ik-form ul li:last-child {
  width: 100%;
}
.ik-form span {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
}
.ik-form input[type="text"],
.ik-form textarea,
.ik-form input[type="submit"] {
  width: 100%;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  padding: 18px !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ik-form input[type="file"] {
  display: block;
  height: 40px;
  width: 400px;
  border: 1px solid #ccc;
  padding: 6px 12px;
  cursor: pointer;
}
.ik-form li:nth-child(10) {
  width: 100%;
}
.ik-form input[type="submit"] {
  background-color: darkseagreen;
  color: #fff;
  font-weight: 700;
}
.ik-form label.sg {
  background-color: #f0f0f0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  float: right;
}
.ik-form label.sg svg {
  vertical-align: middle;
}

.iletisim-form {
  width: 35%;
  float: right;
}
.iletisim-form li {
  padding: 0px !important;
  padding-bottom: 10px !important;
  width: 100% !important;
}
.iletisim-form span {
  font-weight: 300;
  font-size: 14px;
}
.iletisim-form input[type="text"],
.iletisim-form textarea,
.iletisim-form input[type="submit"],
.ik-basvuru-form input[type="submit"] {
  width: 100%;
  min-width:300px;
  min-height:50px;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.iletisim-form textarea {
  height: 200px;
}
.iletisim-form input[type="submit"] {
  background-color: #ed6d16;
  color: #fff;
  font-weight: 700;
}
.ik-basvuru-form input[type="submit"] {
  background-color: #ed6d16;
  color: #fff;
  font-weight: 700;
}




.iletisim-bilgileri {
  width: 60%;
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: #4c4c4c;
}
.ik-gorsel {
  width: 40%;
  padding-right: 30px;
}
.w50 {
  width: 60%;
}
.iletisim-bilgileri a {
  color: #4c4c4c;
  font-weight: 500;
}
.iletisim-bilgileri a:hover {
  color: #ed6d16;
}
.iletisim-bilgileri strong {
  width: 70px;
  display: inline-block;
}
.iletisim-bilgileri iframe {
  margin-top: 20px;
}
.iletisim-bilgileri ul li {
  list-style-type: none !important;
}
.iletisim-bilgileri ul {
  margin-left: 0px !important;
}
.icerik-sol {
  display: table-cell;
  width: 35%;
}
.icerik-sol img {
  width: 100%;
}

.icerik-sag {
  display: table-cell;
  width: 65%;
  padding: 60px;
  vertical-align: middle;
  font-size: 25px !important;
  color: #5b6451;
  font-weight: 300 !important;
}
.menu-open,
.menu-close {
  display: none;
}
.container-fluid {
  width: 100% !important;
}

.wizard ul.steps > li {
  background: #044e79 !important;
  color: #fff !important;
}
.wizard .wiz-icon-chevron-right.colorB::before {
  color: #1b78b1 !important;
}
.wizard li.active .wiz-icon-chevron-right.colorA::before {
  color: #1b78b1 !important;
}
.wizard ul.steps > li.active {
  background: #1b78b1 !important;
}
.wizard .wiz-icon-chevron-right.colorA::before {
  color: #044e79 !important;
}
.wizard ul.steps > li .step-index .label {
  display: none;
}
.wizard ul.steps {
  background: #044e79 !important;
}

.wizard .top-actions {
  display: none !important;
}
.wizard .steps-content {
  border: none !important;
}
.wizard {
  border: none !important;
}
.btn-next,
.btn-prev {
  width: 100px;
  height: 40px;
  text-align: center;
  background: #044e79;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 25px;
  cursor: pointer;
  display: block;
  line-height: 40px;
  font-size: 13px;
  font-weight: bold;
}
.btn-next {
  float: right;
  margin-right: 20px;
}
.btn-next i,
.btn-prev i {
  display: none;
}
.btn-next:hover,
.btn-prev:hover {
  background: #1b78b1;
}

.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*ik form*/
.container-fluid input[type="text"],
textarea,
select {
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 40px;
  padding-left: 5px;
  width: 100%;
}

.container-fluid textarea {
  width: 100%;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 100px;
}

.container-fluid ul li div {
  display: inline-block;
  margin-right: 12px;
  padding-bottom: 5px;
  width: 250px;
  text-align: left;
}
.container-fluid ul li div span {
  min-width: 120px;
  line-height: 32px;
  display: inline-block;
}
.container-fluid ul li span.uzun {
  min-width: 120px;
  line-height: 32px;
  display: inline-block;
}
.container-fluid input.oz-sira {
  width: 50px !important;
  min-width: 50px !important;
  margin-bottom: 3px;
}
/*ik form*/
.feedr li:first-child {
  width: 100%;
}
.feedr li {
  margin-bottom: 10px;
  min-width: 300px;
  float: left;
  min-height: 80px;
  box-sizing: border-box;
  padding-right: 20px;
}
.feedr li:nth-child(16) {
  width: 100%;
}
.feedr h5 {
  line-height: 50px;
  font-weight: 700;
  font-size: 20px;
}
.feedr h6 {
  line-height: 30px;
  font-weight: 600;
}
.feedr input[type="radio"] {
  margin-top: 12px;
}
.feed:first-child .feedr li:nth-child(16) {
  width: 100%;
}

.feedr li.width-yuz {
  width: 100%;
}
.feedr li.no-height {
  height: 30px;
  min-height: 30px;
}
.feedr li.kisa-div div {
  width: 188px;
}
.egitim-ul li div {
  width: 228px !important;
}
.upload {
  text-align: center !important;
}
.feedr li label {
  display: inline-block;
}
.image-ik {
  vertical-align: middle;
}
.feedr .row-6 div {
  width: 188px;
}

.haberler-wr {
  width: 100%;
  float: left;
  padding: 45px 0px;
  text-align: center;
}
.haberler-wr h2 {
  font-size: 30px;
  color: #026db6;
  font-weight: 600;
  text-align: center;
}

.haberler-wr ul {
	display:Flex;
	gap:60px;
	justify-content:center;
	flex-wrap:wrap;
}

.haberler-wr ul li {
  color: #e4e4e4;
  font-size: 50px;
  font-weight: 800;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
  width:30%;
  display: inline-block;
  position: relative; /*! margin: 20px; */
}
.haberler-wr ul li h5 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  vertical-align: top;
  margin-left:30px;
}
.haberler-wr ul li h5 a {
  color: #747474;
}
.haberler-wr ul li h5 a:hover {
  color: #044e79;
}
.haberler-wr ul li span {
  font-size: 12px;
  font-weight: 700;
  vertical-align: top;
  float: left;
  margin-left:30px;
  width: 100%;
  color: #2abf35;
  margin-bottom: 8px;
}
.haberler-wr ul li > a {
  color: #4a4a4a;
  font-size: 12px;
  display: block;
  width: 100%;
  float: left;
  margin-top: 14px;
  margin-left:30px;
}
.haberler-wr ul li > a:hover {
  color: #2abf35;
}
.haberler-wr ul li > div {
  position: absolute;
  top: 24px;
  left: 0px;
}
.haberler-wr > div > a {
  font-size: 14px;
  color: #c2c2c2;
  font-weight: 800;
}
.haberler-wr > div > a:hover {
  color: #026db6;
}

.duyurular-wr {
  width: 100%;
  float: left;
  padding: 30px 0px;
  text-align: left;
  background-color: #026db6;
  margin-bottom: 1px;
}
.duyurular-wr h3 {
  font-size: 17px;
  color: #fff;
  font-weight: 800;
  width: 100px;
  float: Left;
}
.duyurular-wr ul {
  width: calc(100% - 250px);
  display: block;
  float: Left;
  margin-top: 14px;
  margin-left: 20px;
}
.duyurular-wr ul li {
  width: 100%;
  float: Left;
  margin-bottom: 10px;
}
.duyurular-wr ul li h4 {
  font-size: 17px;
}
.duyurular-wr ul li h4 a {
  color: #fff;
}
.duyurular-wr ul li h4 a:hover {
  text-decoration: underline;
}
.duyurular-wr h5 {
  font-size: 12px;
  color: #fff;
  font-weight: 800;
  float: right;
}
.duyurular-wr h5 a {
  color: #fff;
  padding-top: 50px;
  float: right;
}
.duyurular-wr h5 a:hover {
  text-decoration: underline;
}
.duyurular-wr img {
  /*! float:left; */
  width: 80px; /*! display:block; */
}
.duy-bas {
  display: table-cell;
  width: 80px;
  float: left;
}
.duy-bas img {
  width: 75px;
  margin-bottom: 5px;
}
.icerik-wr .haberler-wr ul li {
  border-bottom: 10px solid #f0f0f0;
  padding-bottom: 20px;
  padding: 30px;
  transition: all ease 0.3s;
}

.icerik-wr .haberler-wr ul li h5 {
	margin-left:0px;
}
.icerik-wr .haberler-wr ul li span {
	margin-left:0px;
}
.icerik-wr .haberler-wr ul li a {
	margin-left:0px;
}

.sayfa-galeri {display:flex;
gap:20px;
flex-wrap:wrap;
justify-content:center;
}

.sayfa-galeri figure {
	max-width:332px;
	max-height:220px;
}

.sayfa-galeri figure img {
  width: 100%; /* Genişliği kapsayacak şekilde ayarla */
  height: 100%; /* Yüksekliği kapsayacak şekilde ayarla */
  object-fit: cover; /* Görseli kırparak uygun şekilde yerleştir */
  object-position: center; /* Ortadan bir kesit al */
}	

.icerik-wr .haberler-wr ul li:hover {
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
}



















/*ik-form*/

.wd100{
	width: 100%;
}
.wd50{
	width: 50%;
}
.wd25{
	width: 25%;
}
.ik-basvuru-form > ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
}
.ik-basvuru-form > ul > li{
	padding: 5px 10px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}
.ik-basvuru-form h6{
	font-weight: 600;
	width: 100%;
	margin-bottom: 5px;
}
.ik-basvuru-form-radio{
	width: 100%!important;
	display: flex!important;
	flex-wrap: wrap;
}
.ik-basvuru-form-radio span{
	min-width: auto!important;
}
.ik-basvuru-form-radio label{
	margin-right: 30px;
	display: flex;
	align-items: center;
}
.ik-basvuru-form-radio label input{
	margin: 0 10px 0 0;
}
.ik-basvuru-form-radio label:last-child{
	margin-right: 0;
}
.ik-basvuru-form-text{
	width: 100%!important;
	margin: 0!important;
}
.ik-basvuru-form-text ul{
	width: 100%!important;
	margin: 0 0 20px 0!important;
	display: flex;
}
.ik-basvuru-form-text ul li{
	flex: 1;
	padding: 0 10px;
}
.ik-basvuru-form-text ul li:first-child{
	padding-left: 0;
}
.ik-basvuru-form-text ul li:last-child{
	padding-right: 0;
}
.ik-basvuru-form-siralama{
	width: 100%!important;
	margin: 20px 0 0 0!important;	
}
.ik-basvuru-form-siralama ul{
	width: 100%!important;
	margin: 0 0 20px 0!important;
	display: flex;
	flex-direction: column;	
}
.ik-basvuru-form-siralama ul li{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.ik-basvuru-form-siralama ul li input{
	width: 30px!important;
	height: 30px!important;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
}
.ik-basvuru-form-office{
	width: 50%!important;
	margin: 0!important;
}
.ik-basvuru-form-office h3{
	display: flex;
	align-items: center;
	font-weight: 500;
}
.ik-basvuru-form-office h3 input{
	max-width: 250px;
	background: #fff!important;
	border: none!important;
	border-bottom: 1px dashed #000!important;
	border-radius: 0!important;
	font-size: 15px;
	font-weight: 600;
	height: auto!important;
	margin-left: 10px;
}






















@media screen and (min-width:760px) and (max-width: 1198px){
	.bk-wr .sol {
		min-height:510px!important;
	}
	
	.detay-gorsel img {
		max-height:none;
	}
	
	.haberler-wr ul {
		display:flex!important;
		gap:20px;
		margin-bottom:20px;
		padding:0px 10px;
		flex-wrap:wrap;
	}
	
	.haberler-wr ul li {
		max-width:33.33%;
		width:33%!important;
	}
	
	.slider-ozet {
		top:50%!important;
		padding-left:20px;
	}
	
	.slide-ic h2 {
		font-size:40px;
	}
	
}

@media screen and (max-width: 1199px) {
  
  
  .sayfa-galeri {
	  display:Block;
  }
  
  .sayfa-galeri figure {
	  width: 100%;
        max-width: 100%;
        max-height: none;
  }
  
  .sayfa-galeri figure img {
	  width:100%;
  }
  
  .haberler-wr ul {
	  display:block;
  }
  
  .haberler-wr ul li div {
	  display:none;
  }
  
  .haberler-wr ul li h5,.haberler-wr ul li span,.haberler-wr ul li a{
	  margin-left:0px!important;
  }
  
  .slider-ozet {
	  top:15%;
	  width:100%;
  }
  
  .anasayfa-slider-arrow {
	  
  }
  
   footer nav {
	display:none!important;
  }

  
  .container-fluid ul li div.chck {
    width: 44%;
  }
  .bk-wr .sol {
    width: 100%;
    height: 200px;
  }
  .bk-wr .sag {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .bk-wr .sag p {
    width: 100%;
  }
  .ek-wr div {
    width: 100%;
  }
  .te-wr .sol {
    width: 50%;
  }
  .te-wr .sag {
    width: 50%;
  }
  .dogdo-wr {
    height: auto;
	display:inline-block;
	padding:30px 0px;
  }
  
  .dogdo-wr div:first-child {
	  width:100%;
	  padding:0px 20px;
  }
  
	.home-bg {
		width:100%;
		min-height:400px;
		margin-top:45px;
		padding:0px 10px!important;
	}
	
	.home-bg p {
		width:100%;
		padding:0px;
		margin:0px;
	}
  
  .dogdo-wr h2 {
	  margin-top:0px;
	  font-size:24px;
  }
  
  .dogdo-wr span {
	  font-size:20px;
  }
  
  .dogdo-wr ul {
	  flex-wrap:wrap;
  }
  
  .dogdo-wr > div {
    padding: 25px;
  }
  .dogdo-wr span,
  .dogdo-wr p {
    width: 100%;
  }
  .dogdo-wr ul li {
    width: 50%;
    font-size: 14px;
    height: auto;
  }
  .dogdo-wr ul {
    text-align: center;
  }

.bk-wr {
	padding:0px!important;
}

	.bk-wr .sol {
		height:auto;
		min-height:350px;
		background-size:cover;
	}
	
	.bk-wr .sag h2 {
		font-size:24px;
	}
	

  
  .ek-wr {
    padding: 30px;
  }
  footer nav li {
    line-height: 30px;
  }

  header > div > nav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #026db6;
    padding-top: 80px;
    overflow-y: scroll;
    left: -100%;
    transition: all ease 0.5s;
  }
  header > div > nav > ul > li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  header > div > nav > ul > li > a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding-left: 30px;
  }
  header > div > nav > ul > li > .menu-di {
    display: none;
  }
  header > div > nav > ul {
    width: auto;
    float: left;
  }
  header > div > nav > ul > li {
    width: 100%;
    background: none;
    height: 60px;
    float: left;
    padding: 0;
  }
  header > div > nav > div:after {
    display: none;
  }
  header > div > nav > ul > li > span {
    display: none;
  }
  .feedr li.kisa-div div {
    width: 100%;
  }
  .feedr .row-6 div {
    width: 100%;
  }
  .haberler-wr ul li {
    width: 50%;
    margin: 0px;
  }
  .duyurular-wr h3 {
    width: 100%;
    text-align: center;
  }
  .duyurular-wr ul {
    width: 100%;
    margin: 20px 0px;
  }
  .duyurular-wr ul li {
    width: 100%;
    text-align: center;
  }
  .duyurular-wr h5 {
    text-align: center;
  }
  .haberler-wr {
    box-sizing: border-box;
  }
  .icerik-wr ul {
    margin-left: 0px;
  }
  .icerik-wr {
    padding: 40px 20px;
  }
  .iletisim-form {
    width: 100%;
    margin-top: 30px;
  }
  .iletisim-bilgileri {
    width: 100%;
  }
  .duy-bas {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .duyurular-wr img {
    float: initial;
  }
  .duyurular-wr h5 a {
    float: initial;
  }
  .duyurular-wr h5 {
    text-align: center;
    width: 100%;
    float: left;
  }
  
  
  
	.wd50{
		width: 100%;
	}
	.wd25{
		width: 100%;
	}
	.ik-basvuru-form > ul > li{
		overflow-x: auto;
		padding: 5px 0;
	}
	.ik-basvuru-form-text{
		min-width: 1000px;
	}
	.ik-basvuru-form-siralama ul li:last-child{
		margin-bottom: 0;
	}
	.ik-basvuru-form-siralama ul{
		margin: 0!important;
	}
	.ik-basvuru-form-office{
		width: 100%!important;
	}
	.container-fluid textarea, input[type="text"], select{
		margin-top: 0!important;
	}
	
	
	
	
	
	
	
	
  
  
}

@media screen and (max-width: 480px) {
  

  
  .v-desktop {
    display: none;
  }
  .v-mobil {
    display: block;
  }
  .container-fluid ul li div.chck {
    width: 100%;
  }
  .icerik-sol {
    width: 100%;
    float: Left;
    text-align: center;
  }
  .icerik-sol img {
    width: 80%;
  }
  .icerik-sag {
    width: 100%;
    float: Left;
    font-size: 16px !important;
    padding: 20px;
  }
  .html_carousel {
    height: 360px;
	min-height:360px;
  }
  .html_carousel div.slide {
    height: 360px;
    background-size: cover;
  }
  .slide-ic h2 {
    font-size: 36px;
  }
  .icerik-wr {
    padding: 40px 20px;
  }

  .ik-form ul li {
    width: 100%;
  }
  .te-wr {
    text-align: center;
  }
  .te-wr .sol {
    float: initial;
    display: inline-block;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #f0f0f0;
  }
  .te-wr .sag {
    float: initial;
    display: inline-block;
    width: 100%;
  }
  .icust-wr h1 {
    line-height: 48px;
  }
  .container-fluid textarea,
  input[type="text"],
  select {
    width: 100% !important;
    margin-top: 10px;
  }
  .feedr li.no-height {
    height: auto !important;
  }
  .feedr h5,
  .feedr h6 {
    line-height: normal !important;
  }
  .container-fluid ul li div {
    width: 100%;
  }
  .feedr li {
    min-height: auto !important;
  }
  .wizard .left-actions,
  .wizard .right-actions {
    vertical-align: top;
  }
  .feedr li {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .container-fluid ul li div span {
    line-height: normal !important;
  }
  .egitim-ul li div {
    width: 100% !important;
  }
  .feedr li.kisa-div div {
    width: 100%;
  }
  .feedr .row-6 div {
    width: 100%;
  }
  .haberler-wr ul li {
    width: 100%;
  }
  .duyurular-wr h3 {
    width: 100%;
    text-align: center;
  }
  .duyurular-wr ul {
    width: 100%;
    margin: 20px 0px;
  }
  .duyurular-wr ul li {
    width: 100%;
    text-align: center;
  }

  .haberler-wr {
    box-sizing: border-box;
  }
  .icerik-wr ul {
    margin-left: 0px;
  }
  .haberler-wr ul li {
    margin: 0px;
	padding:20px;
    border-bottom: 1px solid #ebebeb;
  }
  
  .haberler-wr ul li:last-child {
	  border-bottom:0px!important;
  }
  
  .te-wr .sol div {
    text-align: left;
    padding-left: 70px;
    background-image: url(../images/ikon-tel.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
  }
}

@media screen and (max-width: 320px) {
  header > div > figure img {
    width: 200px;
  }
}

@media screen and (max-height: 520px) {
}
























