body {
    color: #666666;
}

a {
    color: #3498db;
}

.navbar-brand img {
    max-height: 35px;
}
.page-title ul li {
    font-size: 14px;
    margin-top: 10px;
}
.list-group-item.active {
    background-color: #3498db;
    border-color: #3498db;
}
.bg-info {
    background-color: #3498db!important;
}
@media only screen and (min-width: 991px) {
    .navbar-light .dropdown .dropdown-menu {
        width: 275px;
    }
}

.border-info {
    border-color: #3498db! important;
}

.hero-slider .hs-item .hero-text h1 {
    font-size: 56px;
}

.page-title ul {
    text-align: left;
}

@media only screen and (max-width: 767px) {
  .breadcrumbz {
    display: none;
  }
}