/* .bg-banner {
    background-color: var(--banner_bg);
} */

.btn-biz {
    background-color: var(--main_color);
    border-color: var(--main_color);
    color: #fff;
}

.btn-biz:hover {
    background-color: var(--hover_color);
    border-color: var(--hover_color);
    color: #fff;
}

.active_module_item {
    color: var(--main_color) !important;
    font-weight: 600;
    /* background-color: #f1f1f1 !important; */
}

.feature_active {
    color: var(--main_color) !important;
}

.bg_grey_section {
    background: url(../images/backgrounds/grey_background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-banner-head {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.feature-banner-content {
    line-height: 1.6;
    color: #999999;
    max-width: 100%;
    margin: 35px auto 48px;
    /* margin-bottom: 48px; */
}

.feature-banner-section {
    padding: 100px 0px 75px 0px;
    /* background-image: linear-gradient(180deg, #ffffff 2.19%, var(--banner_bg) 97.81%,#ffffff 2.19%); */
    background: linear-gradient(180deg, #ffffff 0%, var(--banner_bg) 70%, #ffffff 100%);
}

.deal-fast-area .info-card .nav-link .progress-bar {
    visibility: hidden;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--main_color);
    height: 4px;
    box-shadow: 0px 20px 50px 0px #00000014;
    transform: scaleX(0);
    transform-origin: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: transform 5s linear;
}

.single-section {
    background-color: #f4f4f9;
    padding: 70px;
    border-radius: 25px;
}

.nav-link.dropdown-toggle.show {
    color: var(--main_color) !important;
}

.workflow_item::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: var(--main_color) !important;
    bottom: 2px;
    /* top: 50%; */
    position: absolute;
}
.bg-color{
    background-color: var(--bg-section-color)
  }
.app-blog-slider .single-blog .card:hover {
    box-shadow: 0px 20px 50px 0px rgba(23, 23, 23, 0.08);
    background: var(--banner_bg);
}

.app-blog-slider .single-blog:hover .item-title a,
.app-blog-slider .single-blog:hover .item-text,
.app-blog-slider .single-blog:hover .item-btn {
    color: #000 !important;
}

.arrow_left::before {
    content: "Prev" !important;
    font-size: 16px;
}

.arrow_right::before {
    content: "Next" !important;
    font-size: 16px;
}

.app-blog-slider .slick-arrow:hover {
    color: var(--main_color);
}

.navbar .nav-item .nav-link:hover,
.mega-menu-list-div .list-group-item-action:hover {
    color: var(--main_color);
}

.font-feature-head {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 8px;
}

.text-feature-content {
    color: var(--body-text-color);
    line-height: 1.6;
}

.btn-feature-knowmore {
    margin-top: 16px;
}

.feature-gap {
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
}

::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
}

.feature-banner-content-section {
    text-align: center;
}


div.left_stcky {
    position: sticky;
    top: 20%;
    bottom: auto;
    z-index: 10;
}

.left_stcky ul {
    list-style: none;
    padding: 0;
}

.left_stcky ul li {
    padding: 10px 0;
}

.left_stcky span {
    display: inline-block;
    position: relative;
}

div.left_stcky a {
    display: inline-block;
    color: #272727;
    text-decoration: none;
    font-size: 1em;
}

.circle {
    height: 10px;
    width: 10px;
    left: -10px;
    border-radius: 50%;
    background-color: #272727;
}

.rect {
    height: 3px;
    width: 0px;
    left: 0;
    bottom: 4px;
    background-color: #272727;
    -webkit-transition: -webkit-transform 0.6s, width 1s;
    -moz-transition: -webkit-transform 0.6s, width 1s;
    transition: transform 0.6s, width 1s;
}

div.left_stcky a:hover,
div.left_stcky .active-section {
    color: var(--main_color);
    font-weight: 500;
}

div.left_stcky a:hover span,
div.left_stcky .active-section span {
    background-color: var(--main_color);
}

div.left_stcky .active-section .rect {
    width: 40px;
}

/* .content-section{
	background-color: #f0f0f0;
} */