#sw_tabs li a[href*="tab=rfp"] {
    display: none;
}

.slider .owl-carousel .item {
  display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center;     /* centers vertically */
  height: 400px;           /* or whatever your slider height is */
  position: relative;
}

.slider .owl-carousel .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: contain;
    top: 0;
    left: 0;
    opacity: 1;
}

.nav-topbar ul li a {
    color: #ae4b30;
    font-size: 16px;
    font-weight: 600;
}
