.footer-socials{
margin-right: 150px;
}
.footer-socials li{
    float: left;
    margin-left: 15px;
}
.footer-socials li a{
    color: #fff;
    font-size: 12px;
}

.footer p {
    font-size: 12px;
}

.after_cizgi{
    position: relative;
}
.after_cizgi::after {
    content: '';
    width: 100px;
    height: 4px;
    background: red;
    position: absolute;
    left: 0;
    bottom: -2px;
}

@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  // transition-duration: 10s;
}
.carousel-control-prev{
    background: #e9be69;
    width: 20px;
    margin-left: -20px;
    opacity: 1;
}
.carousel-control-next{
    background: #e9be69;
    width: 20px;
    margin-right: -20px;
    opacity: 1;
}

/* display 4 */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next,
  .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(25%) !important;
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }

  .carousel-item-next.carousel-item-start, .active.carousel-item-end {
    transform: translateX(0) !important;
  }

  .carousel-inner .carousel-item-prev,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }
}




.sidebar_ikon{
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9999;
  text-align: center;
}
.sidebar_ikon li{
  margin-bottom: 10px;
}
.sidebar_ikon .call_1 img,
.sidebar_ikon .call_2 img{

}

.list-custom1{}
.list-custom1 .list-item1{
  height: 700px;
}
.list-custom1 .list-item1 img{}
.list-custom1 .list-item1 h1{
  font-size: 22px;
  color: #000083;
  position: relative;
  margin-bottom: 20px;
}
.list-custom1 .list-item1 h1::after{
  content: '';
  width: 100px;
  height: 4px;
  background: red;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.list-custom1 .list-item1 h2{
  font-size: 16px;
  color: red;
}
.list-custom1 .list-item1 p{}

.bsnav-sticky.bsnav-sticky-slide{
  overflow-x: clip;
}

.content-page-title{
  font-size: 26px;
}

.carouselSlider{
    padding-top: 90px;
}
.rev_slider_wrapper{
  margin-top: 161px;
}
.text-shadow-custom1{
  text-shadow: 0 0 5px #000;
}

.navbar-extra-logo img{
  width: 130px;
}
.navbar .navbar-brand .logo-scrolled{
  width: 150px;
}
.navbar .navbar-brand .logo-display {
    width: 150px;
}

.footer-social img,
.top-social img{
    width: 20px;
}

.ag_siyah{
    width: 200px;
}

.dil-flags img{
    width: 40px;
}

.bizi_takip_edin{
    font-size: 15px;
    margin: 0 0 0 4px;
}

.call_3{
    width: 50px;
}


.btn_whatsapp {
  position: fixed;
  bottom: 130px;
  width: 40px;
  right: 15px;
  z-index: 999;
}


@media (max-width: 768px){
  .mobilGizle{
    display: none !important;
  }

  .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    transition: transform .4s .2s;
    transform: translate3d(0, 0, 0);
    background-color: #fff;
    top: 0;
  }

  .sidebar_ikon .call_1 img,
  .sidebar_ikon .call_2 img{
    width: 150px;
  }

}

@media only screen and (max-width: 480px) and (min-width: 300px)  {
  .mobilGizle{
    display: none !important;
  }

}

/* 320 - 480 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .mobilGizle{
    display: none !important;
  }

}
/* 475 - 768 */
@media only screen and (min-device-width : 475px) and (max-device-width : 768px) {


}
/* 765 - 990 */
@media only screen and (min-device-width : 765px) and (max-device-width : 990px) {


}
/* 990 - 1300 */
@media only screen and (min-device-width : 990px) and (max-device-width : 1300px) {


}
