/* PAGE WRAPPER ON LARGE DEVICES */
/* Adjust to fit height of logo. default is for 40px  */

@media (min-width: 1024px) {
    .page-wrapper {
        padding-top: 115px;
    }
}

.header13 .h13-nav {
    padding: 0;
}

/* Homepage Slider */
@media (min-width: 992px) {

/* Skew caption background on desktop */
  #slider.skew .caption-outer {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
/* Lists */
ul.list-icon-check>li::before {
    content: "\e080";
    font-family: 'simple-line-icons';
    color: #000;
    padding: 0 10px 0 0;
}

/* Headings */
h5, .h5 {
    font-weight: 700;
}

/* Sidebar */
#sidebar-nav .list-group-item:first-child {
    border-radius: 0;
}
#sidebar-nav .list-group-item.active {
    background-color: black;
}

/* Customers Served Grid */
/* @media (max-width: 1024px) {
    .customers .grid-item {
        height: 142px;
    }
}
@media (max-width: 768px) {
    .customers .grid-item {
        height: 120px;
    }
} */

