#back-to-top {
    bottom: 110px;
}

.t4-header .header-wrap {
  
}

@media (min-width: 991px) {
    .navbar-brand {
      margin-left: 16px;
        max-width: 280px;
    }
}

.acm-slideshow div.owl-carousel div.owl-nav {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.acm-slideshow div.owl-carousel div.owl-nav > button {
    color: #fff;
    border-radius: 0.5rem;
    line-height: 28px;
    margin: 0 3px;
    height: 30px;
    width: 30px;
}

.acm-slideshow div.owl-carousel div.owl-nav > button:hover,
.acm-slideshow div.owl-carousel div.owl-nav > button:focus {
    background: var(--color-primary);
    color: #fff;
}