
.custom-hero-section h1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.custom-hero-section p {
    font-size: 18px;
    margin-top: 10px;
}
.b_section_3 .card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0em 1.2em;
    margin-top: 25px;
}

.b_section_3 .card p.heads {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 7px;
    font-size: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}


.b_section_3 .card p.cate {
    margin-top: 2em;
    text-transform: uppercase;
}
.b_section_3 a {
    text-decoration: none;
}
.section_trending .col_sec_3 {
    margin-left: -10% !important;
}

.section_trending.b_section_3 [class^=col-md-] {
    margin: 0px;
}

.big_head {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 28px;
    margin-top: 30px;
}

.small_head {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 12px;
    margin-top: 5px;
}


@media only screen and (max-width: 768px) {
    .section_trending .col_sec_3 {
        margin-left: 0px !important;
    }
  
}

.icon-bar {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    padding: 12px 3px 12px 3px;
    /* background: rgba(0, 0, 0, 0.7); */
    background: rgb(239 151 60 / 19%);
    border-radius: 0px 0px 0px 0px;
    }

    .icon-bar a {
    display: block;
    text-align: center;
    width: 44px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    text-decoration: none;
    margin-bottom: 0px;
}
.facebook {
    width: 30px;
    height: 30px;
}
.linkedin {
    width: 30px;
    height: 30px;
}
.instagram {
    width: 30px;
    height: 30px;
}
