/** Custom CSS Styles **/
.text-gradient{
    background: #E9D696;
    background: linear-gradient(to bottom, #E9D696 0%, #E9BE3C 50%, #403000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-h{
    background: #E9D696;
    background: linear-gradient(to right, #E9D696 0%, #E9BE3C 50%, #403000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-white{
    color: #ffffff !important;
}
.absolute-bottom{
    position: absolute !important;
    bottom: -36px;
    left: 0;
}
.absolute-bottom-lg{
    position: absolute !important;
    bottom: -26px;
    left: 0;
}
.cs-image-carousel .bdt-ep-static-carousel-image {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    background: transparent;
    display: inline-block !important;
}
.cs-image-carousel .bdt-ep-static-carousel-image img{
    border-radius: 10px;
    width: 100%;
}
.cs-image-carousel .bdt-ep-static-carousel-item{
    background: transparent !important;
}
.cs-image-carousel .bdt-ep-static-carousel-content {
    text-align: center;
    padding: 0 20px !important;
}
.cs-image-carousel .bdt-ep-static-carousel-readmore{
    color: #ffffff !important;
}
.cs-image-carousel .bdt-ep-static-carousel-readmore:hover{
    color: var(--e-global-color-primary) !important;
}













