.sayfa-icerik {
    margin-top: 40px;
    color: #404040;
    font-size: 18px;
    /* font-family: 'Helvatica'; */
    line-height: 23px;
    text-align: justify;
}
.duyuru-baslik h2{
    position: relative;

    color: #043a75;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 2px;
}
.duyuru-baslik-liste{

}
.duyuru-tarih-liste{
  text-align: right;
}

.kart-haberler{
  border-radius:0px!important
}
.kart-haberler:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sayfa-icerik h1 {
  font-size: 30px;
  /*font-family: 'Dax-Medium';*/
  color: #043a75;
  text-align: left!important;
  line-height: 38px;
  font-weight: 300;
}
.sayfa-icerik img {
  width: 100%!important;
  height: auto!important;
}

.duyurular-baslik {
    background: #cbc8c9;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
        padding-right: 5px;

}
.duyurular-baslik .duyuru-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.duyurular-baslik .duyuru-icon [class^="duyuruclass"] {
    position: relative;
    color: #475059;
    font-size: 32px;
    z-index: 3;
}
.anasayfa-duyuru-icerik .duyuru_logo {
    padding: 0px !important;
}
  a.duyurular-daha-fazla {
    position: relative;
    /*margin-left:250px;*/
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 0;
    background: #898989;
    transition: .3s;
  }
  a.duyurular-daha-fazla:hover {
  color: #ffffff;
  background: #d4ab61;
}

element.style {
}

.duyuru-box {
    margin-top: 10px;
}

.anasayfa-duyuru-icerik h5 {
    font-size: 16px;
    color: #4d4d54;
    text-align: left!important;
    line-height: 27px;
    font-weight: 700;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)!important;
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
  /*border-radius: 25px;*/
}

.card {
  border-radius: 25px;
  background-color: #FFF;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom:20px;
}

.image-content {
  position: relative;
  row-gap: 5px;
  /*padding: 25px 0;*/
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*background-color: #4070F4;*/
  border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  /*background-color: #4070F4;*/
}

.overlay::after {
  border-radius: 0 25px 0 0;
  /*background-color: #FFF;*/
}

.card-image {
  position: relative;

  border-radius: 50%;
  background: #FFF;
  padding: 0px;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
border-radius: 20px 20px 0px 0px;
  /*order: 4px solid #4070F4;*/
}

.name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #043a75;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #265DF2;
}

.swiper-navBtn {
  color: #d4ab61;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 35px;
}

.swiper-button-prev {
  left: 35px;
}

.swiper-pagination-bullet {
  background-color: #6E93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }
}