

.content {
    background-color: #f7f7f7;
}
.front-feature-img-div {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;

}
.front-feature-img {

}
.front-feature-img-cap {
    color: #231f20;
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    margin: 24px 20px;
    padding: 24px 20px;
    box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.15);
    font-weight: 800;
    border-radius: 5px;
}
.front-feature-img-cap:hover{
    color: #db1f88;
}
.front-sec-feature-img-div {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}
.front-sec-feature-img {

}
.front-sec-feature-img-cap{
    color: #231f20;
    font-weight: 600;
    padding: 15px 20px;
    line-height: 38px;
}
.front-sec-feature-img-cap:hover{
    color: #db1f88;
}
.cap-subtitle {
    color: #939192;
    font-size: 16px;
    font-weight: 1400;
    margin-top: 20px;
}
.explore-by{
    border-bottom: solid 1px #dcdbdb;
}
.explore-by h2{
    color: #231f20;
    font-weight: 700;
}
.explore-by .view-all {
    display: flex;
    align-items: center;
    height: 100%;
}

.view-all a h5{
    font-family:Impact, 'Arial Narrow Bold', sans-serif;
    color: #02838d;
    letter-spacing: 1px;
    font-weight: 200;
}
.view-all a h5:hover {
    color: #db1f88;
}

.view-all a h5 i:hover {
    color: #db1f88;
}

.explore-by .view-all a i{
    color: #02838d;

}
.play-btn {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 1111;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-card-img:hover {
    filter: brightness(130%);
}
.top-read-img:hover {
    filter: brightness(120%);
}
.explore-by-img:hover {
    filter: brightness(130%);
    cursor: pointer;
}

.explore-by-h4:hover {
    color: #db1f88;
    cursor: pointer;
}


.front-just-in-img-cap a{
    text-decoration: none;
}

.front-just-in-img-cap a h2 {
    color: #231f20;
    font-weight: 600;
    padding: 5px 7px;
    line-height: 38px;

}
.front-just-in-img-cap a h2:hover{
    color: #db1f88;
}
.feature-article {
    background-color: #d2e6e8;
}
.feature-article h2 {
    font-weight: 800;
}
.feature-article h3 {
    font-family:Arial, Helvetica, sans-serif;
    color: #3c3c3c;
    font-size: 42px;
    font-weight: 600;
}
.feature-article p {
    font-size: 24px;
    font-weight: 400;
    color: #545051;
}

.feature-article ul li {
    font-size: 24px;
    font-weight: 400;
    color: #545051;
    margin-bottom: 50px;
}
.feature-article a {
    font-size: 18px;
    font-weight: 600;
    color: #3d3c3c;
    text-transform: uppercase;
    text-decoration: none;
}
.featured-article-link:hover {
    color: #db1f88;
}






.footer-menu {
    direction: rtl;
}
.footer-menu li {
    display: inline;

}
.footer-menu li:not(:last-child):after {
    display: inline-block;
    content: '|';
    margin: 0 1rem;
    cursor: default;
    color: #dcdbdb;
}
.footer-menu li a{
    color: #ffffff;
    text-decoration: underline;
}
