.sube-card{
  padding:  15px 0 15px 0;
  max-width: 100%;
  height: auto;
  margin: 25px;
  color: darkslategray;
}

.sube-card a{
  text-decoration: none;
  color: darkslategray;
}

.sube-card:link{
  text-decoration: none;
  color: darkslategray;

}
.sube-card:active{
  text-decoration: none;
  color: darkslategray;
}
.sube-card:hover{
  background-color: rgb(255, 170, 72);
  text-decoration: none;
  color: white;
}
.sube-card:visited{
  background-color: rgb(255, 170, 72);
  color: darkslategray;
  text-decoration: none;
}

/********** Mini Scroll Bar*********/
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.deneme{
  width:94.4%
}

.yasla{
  margin-left:auto;
  margin-right:auto;
  width:90%;
  font-size: 17px;
  text-align:justify;
}
.yasla100{
  width:100%;
}
.img-mrg{
  margin: 0 12px 0 12px;
}
.p-img{
  width: 100%;
  margin-top:20px;
}


.information-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(19, 29, 59, 0.900);
  z-index: 99999999;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}





.information-popup .information-container {
  min-height: 50vh;
  background-color: #fff;
  border-radius: 15px;
  padding: 1%;
  position: relative;
  width: 60%;
}



.information-content-into {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  min-height: 60vh;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px
}



.information-content-into img {
  width: 100%;
}

information-content-text {
  font-size: 1.25em;
}

.information-title {
  margin-bottom: 30px;
}

.information-title h2 {
  font-size: 21px;
  color: #003C71;
  margin: 0.5rem;
}

.information-btn-group {
  margin-top: 1.5em;
  text-align: center;
}

.info-btn {
  width: 50%;
  padding: 10px 2em;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.information-popup .owl-dots {
  margin-top: 1em;
}

.information-popup .owl-nav {
  left: 1.5em;
  right: 1.5em;
  top: 45%;
  height: 0;
}

.information-popup .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.information-popup .owl-theme .owl-nav button:focus,
.information-popup .owl-theme .owl-dot:focus,
.information-popup .owl-theme .owl-nav i:focus {
  outline: none;
}

.info-btn-detail {
  text-align: right;
  background-color: #003C71;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

.info-btn-detail:hover {
  color: #fff;
  text-decoration: none;
}

.info-btn-detail i {
  margin-left: 5px;
  -webkit-transition: .5s ease transform;
  -o-transition: .5s ease transform;
  transition: .5s ease transform;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-btn-never-see {
  text-align: left;
  background-color: #fff;
  font-weight: 100;
  color: #aaa;
  -webkit-transition: .3s ease color;
  -o-transition: .3s ease color;
  transition: .3s ease color;
  padding-left: 0;
}

.info-btn-never-see:hover {
  color: #212529;
  text-decoration: none;
}


.info-btn-detail:hover i {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.closed {
  z-index: 1;
}

.information-popup .flex-direction-nav a:before {
  font-size: 34px;
}




.modalFlexSlider {
  width: 100%;
}

.flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-control-thumbs li {
  width: 10%;
  margin-left: .5em;
}

.flex-direction-nav a {
  opacity: 0;
  top: 45%;
}

.flex-direction-nav .flex-prev {
  /*left: 1.5em;*/
  /*left: -1.5em;*/
}

.flex-direction-nav .flex-next {
  /*right: 1.5em;*/
  /*right: -1.5em;*/
}



.popups-closed {
  position: absolute;
  background: #041E32;
  right: 10px;
  top: 5px;
  height: 2em;
  width: 2em;
  text-align: center;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0px #aaa;
  box-shadow: 0 0 5px 0px #aaa;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  z-index: 99999
}

.pop-img-bg {
  /*background-image: url('../img/pop-up-img.jpg');*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}



@media only screen and (max-width: 1100px)  {
  .information-popup .information-container {
    height: 50vh;
    background-color: #fff;
    border-radius: 15px;
    padding: 1%;
    position: relative;
    width: 80%;
  }

  .information-content-into {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    min-height: 35vh;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px
  }

  .information-btn-group{
    display: none;
  }
}
