:root {
    --smartbiz-font: 'Roboto Condensed', sans-serif;
    --smartbiz-gray: #717173;
    --smartbiz-gray-rgb: 113, 113, 115;
    --smartbiz-white: #ffffff;
    --smartbiz-white-rgb: 255, 255, 255;
    --smartbiz-base: #e62c44;
    --smartbiz-base-rgb: 240, 44, 68;
    --smartbiz-black: #1f1f25;
    --smartbiz-black-rgb: 31, 31, 37;
    --smartbiz-primary: #f8f8f8;
    --smartbiz-primary-rgb: 248, 248, 248;
    --smartbiz-bdr-color: #e9e9e9;
    --smartbiz-bdr-rgb: 233, 233, 233;
}

.banner-one__slider .slider-bg-slide::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, .1) 15%, rgba(0, 0, 0, 0) 45%) !important;
}

.main-menu-two__wrapper-inner {
    background-color: rgba(255,255,255,0.8) !important;
}

.page-header__title {
    visibility: hidden;
}

.feature-one__img {
    max-height: 250px;
}

.news-page__img {
    max-height: 36rem;
}

.news-details__img {
    max-height: 36rem;
    overflow: hidden;
}