.page-bread{
  list-style: none;
  padding: 0;
  justify-content: center;
  display: flex;
}
.page-bread li{
  float: left;
}


.ikonlar{
  position: fixed;
  z-index: 99999;
  list-style: none;
  padding: 0;
  bottom: 20px;
  right: 20px;
}
.ikonlar li{
  float: left;
  margin-right: 10px;
}
.ikonlar h3{
  background: #fff;
}
.ikonlar li img{
  width: 50px;
}

.card-custom-title{
  height: 60px;
  overflow: hidden;
}

.card-custom-text{
  height: 160px;
  overflow: hidden;
}
.aside_bar1{
  background: #f7f7f7;
  padding: 30px;
}
.kapsam_list{
  list-style: none;
  padding: 0;
}
.kapsam_list li{
  display: block;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.kapsam_list li a{
  text-decoration: none;
  cursor: pointer;
}
.kapsam_list li a i{
  float: right;
}
.kapsam_list li:hover{
  background: #3068bf;
}
.kapsam_list li:hover a,
.kapsam_list li:hover a i{
  color: #fff;
}

.belge-item{
  -webkit-box-shadow: -10px 0px 30px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: -10px 0px 30px -10px rgba(0,0,0,0.75);
  box-shadow: -10px 0px 30px -10px rgba(0,0,0,0.75);
  padding: 50px;
}
.blog-ustbaslik{
  border-bottom:  1px solid;
  display: inline-block;
}
.blog-altbaslik{
  color: #3166b4;
}

.footer_baslik1::before{
  content: '';
  width: 100px;
  height: 2px;
  background: #3166b4;
  position: absolute;
  top: 20px;
  left: 15px;
}

.section-testler{
  background-color: #ffffff !important;
}

.text-color-custom1{
  color: #3166b4;
}

.section-custom1{
  -webkit-box-shadow: inset 0px -10px 50px -30px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px -10px 50px -30px rgba(0,0,0,0.75);
  box-shadow: inset 0px -10px 50px -30px rgba(0,0,0,0.75);
}
.marquee_text1{
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-stroke: 1px #9698be;
  margin: 0;
}
.marquee_text2{
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
  color: #01a8f4;
  margin: 0;
}

.tabs-custom-duz .nav-tabs > li .nav-link:before{
  content: '' !important;
}

.icons-listing {
    list-style: none;
    //padding-left: 0;
}

.icons-listing li {
  display: table;
  vertical-align: middle;
  float: left;
  width: 25%;
  padding: 10px;
}

.icons-listing img {
  float: left;
  width: 70px;
  margin-right: 10px;
}

.partner-text {
  overflow: hidden;
  float: none;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.icons-listing li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.bilgi_item{
  background: #fff;
  padding: 15px 15px 15px 15px;
}
.bilgi_item a{}
.bilgi_item a .bilgi_item_img{
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.bilgi_item a .bilgi_item_img img{
  width: 80px;
}

.bilgi_item a .bilgi_item_desc{
  display: inline-block;
  width: 65%;
  padding: 10px;
}
.bilgi_item a .bilgi_item_desc h4{
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}

.btn-custom1{
  color: #fff;
  background: #08a8f3;
}
#header .header-body {
  position: absolute;
  width: 100%;
  border-top: 0;
  border-bottom: 1px solid #939393;
  background: transparent;
}
#header .header-logo{
  margin: 0 !important;
}
#header .header-logo img{
  width: 120px;
  margin-right: 20px;
}
.header-list-item1{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-list-item1 li a{
  text-decoration: none;
  color: #fff;
}
.header-list-item1 li a i{
  font-size: 22px;
}
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
  color: #fff;
}

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

.playbtn{
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto 100px auto;
  width: 100px;
  z-index: 9;
  cursor: pointer;
}
.playbtnEfects{
  border-radius: 50%;
  position: relative;
  width: 37px;
  height: 37px;
  position: absolute;
  left: -250px;
  right: 0;
  bottom: 7px;
  margin: 0 auto;
}
.playbtnEfects::after {
  position: absolute;
  content: '';
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #69bdeb;
  margin: 0px;
  opacity: 1;
  transform-origin: center;
  animation: anim 1600ms linear infinite;
}
.playbtnEfects::before {
  position: absolute;
  content: '';
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #69bdeb;
  margin: 0px;
  opacity: 0.8;
  transform-origin: center;
  animation: anim 1800ms linear;
}
@keyframes anim {
  from {
      margin: 0px;
      opacity: 1;
  }

  to {
      margin: -15px;
      opacity: 0;
  }
}

.dil-list{
	list-style: none;
	padding: 0;
  margin: 0;
}
.dil-list li{
	float: left;
	margin-right: 5px;
}
.dil-list li a{}

.islemSonuc {
	background:rgba(0,0,0,0.5);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.islemDurum{
	background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
	top: 15%;
	width: 50%;
}
.islemSonuc > div{
	margin-bottom: 0;
}

.kvkk-div{
  position: fixed;
  bottom: 20px;
  width: 80%;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 20px 40px;
}
.kvkk-div h2{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.kvkk-div button{
  border: 0;
  float: right;
  margin-top: -100px;
  margin-right: -30px;
  background: #fff;
}

@media (max-width: 479px){

  .kvkk-div {
    position: fixed;
    bottom: 20px;
    width: 95%;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    padding: 20px 10px;
  }
  .kvkk-div button {
    border: 0;
    float: right;
    margin-top: -80px;
    margin-right: -5px;
  }



}

@media (max-width: 1200px){

}
