.marketing-collaterals-buttons {
    cursor: pointer;
}
.border-transparent{
    border-bottom: none !important;
}
table.dataTable thead th, table.dataTable thead td{
    border: none !important;
}
.theme-black .table {
    color: white;
}
.page-main-heading {
    font-size: 50px;
    font-weight: normal;
    color: white;
    text-align: center;
}
.theme-black .bottom-bar {
    position:fixed;
    bottom: 0;
    left:0;
}
.theme-black .bottom-bar ul {
    gap: 40px;
}
.theme-black .bottom-bar .nav-link{
    color: white;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}

.theme-black .nav-link {
    color: white;
}
.theme-black .btn-outline-white:hover {
    color: black;
}
.theme-black .bottom-bar ul .nav-link:hover, .theme-black .bottom-bar ul .nav-link.active{
    color: #fae4cc;
    text-decoration: underline;
}
.home-page-heading {
    color: white !important;
    font-size: 30px !important;
}
.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gap-3{
    gap: 15px
}
.footer-points span {
    color: aliceblue;
}
.footer-points p {
    color: white;
    font-size: 19px;
}
.text-lg {
    font-size: 18px !important;
}
.text-xl {
    font-size: 20px !important;
}
.learn-more-blog {
    color: #fae4cc;
    font-size: 17px;
}
.learn-more-blog:hover{ 
    color: #fae4cc !important;
    text-decoration: none;
}
.card-blog-section img {
    width: 70%;
    margin: 30px auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.blog-description * {
    color: white;
}