.banner-carousel-with-custom-navigation .custom-navigation-carousel{
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
}
.banner-carousel-with-custom-navigation .custom-navigation-carousel .slick-list{
    padding: 50px 0;
}

.banner-carousel-with-custom-navigation .custom-navigation-carousel .nb-title{
    position: absolute;
    top: -45px;
    width: 100%;
}
.banner-carousel-with-custom-navigation .custom-navigation-carousel .nb-item:nth-of-type(2n+1) .nb-title{
    top: 45px;
}

.banner-carousel-with-custom-navigation .custom-navigation-carousel .nb-item{
    text-align: center;
    cursor: pointer;
    position: relative;
}

.banner-carousel-with-custom-navigation .custom-navigation-carousel .dot{
    width: 25px;
    height: 25px;
    background-color: #000000;
    border-radius: 50%;
    margin: auto;
}

.banner-carousel-with-custom-navigation .custom-navigation-carousel:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 50%;
}

.banner-carousel-with-custom-navigation .custom-navigation-carousel .slick-current .dot{
    background-color: var(--nb-spec-color);
    position: relative;
}

.banner-carousel-with-custom-navigation .custom-navigation-carousel .slick-current .dot:before{
    content: '';
    width: 31px;
    height: 31px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-3px, -3px);
    background-color: #ffffff;
    border: 1px solid var(--nb-spec-color);
    border-radius: 50%;
    z-index: -1;
}

.banner-carousel-with-custom-navigation .main-carousel .nb-item .nb-text-wrapper{
    padding: var(--nb-spacer) 0;
}

.banner-carousel-with-custom-navigation .main-carousel .nb-item .nb-paragraph{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}