@media (max-width: 991px) {
  .rtl-mode nav .nav-header .toggle-bar {
    right: 15px;
    left: auto;
  }
  .rtl-mode .core-nav .wrap-core-nav-list .core-nav-list li a {
    text-align: right;
  }
}
@media (max-width: 600px) {
  nav .brand {
    top: 10px;
  }
  .core-content .brand img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .core-nav.open-responsive .wrap-core-nav-list {
    background: #fff;
    margin: 60px 0 0;
  }
  .verticleilist.listing-shot .verticle-listing-caption {
    padding: 30px 30px 10px;
  }
  .rtl-mode .verticle-listing-caption .listing-shot-caption {
    right: 0;
  }
  .verticle-listing-caption .listing-shot-caption,
  .rtl-mode .verticle-listing-caption .listing-shot-caption {
    padding: 0;
  }
  .home-testi {
    position: relative;
    padding: 130px 0;
    min-height: 400px;
    background: url(../../assets/img/testi-img.jpg) no-repeat center center;
    background-size: cover;
    z-index: 10;
    text-align: center;
  }
  .home-testi:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #0a2e40;
    z-index: -1;
    opacity: .5;
  }
}
