* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Poppins', sans-serif;
}

/*------Nav-bar-section------*/



/*------News Poster section-----*/
#news-poster {
    background-image: linear-gradient(rgba(73, 82, 149, 0.3), rgba(73, 82, 149, 0.4)), url("newspaper-img.jpg");
    height: 60vh;
    background-position: center;
    background-size: cover;
}

#news-poster h2 {
    padding-top: 200px;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 4px;
}


/*-----footer section------*/


/*----news-section---*/
#news-section {
    padding: 100px 15px;
}

.month-section {
    width: 100px;
    height: 100px;
    background-color: #495295;
    /*background-color: #04A0A2;*/
    margin-bottom: 10px;

    /*background-color: #e7930c;*/
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}

.month-section p {
    margin: 0;
}

.news-image {
    width: 100%;
    height: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.67);
}

.news-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-content-section h5 {
    padding-top: 15px;
    padding-bottom: 20px
}

.news-content-section p {
    color: #555;
    font-size: 14px;
}

.news-content-section hr {
    background-color: #ccc;
    height: 1px;
    margin-bottom: 60px;
    margin-top: 60px;
}

.recent-news-feature hr {
    background-color: #495295;
    height: 2px;
}

.each-news {
    margin-bottom: 10px;
}

.each-news h6 {
    font-size: 15px;
    font-weight: bold;
}

.each-news p {
    font-size: 13px;
    color: #999;
    font-weight: 500;
}

.clockicon {
    padding-right: 20px;
    color: #495295;
}

.contact-section {
    background-color: #495295;
    width: 100%;
    height: 330px;
    margin-top: 40px;
    padding: 20px;
    color: #fff;

}

.contact-section p {
    padding-top: 15px;
}

.contact {
    font-weight: 700 !important;
    margin-top: 20px;
    background-color: #fff !important;

}

.news-frame{
    margin-bottom: 50px;
}
