@media only screen and (max-width: 1600px) {
    .archive-section h2{
        margin-top: 1em;
        margin-bottom: 1em;
    }
}
@media only screen and (max-width: 1400px) {
    .archive-item-content{
        padding-left: 3em;
        padding-right: 3em;
    }
    .archive-section .carousel-control-next {
        right: 8em;
    }
    .archive-section .carousel-control-prev {
        right: 3em;
    }
    .archive-section h2 {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .about_message_section h3{
        font-size: 2.4rem;
    }

}
@media only screen and (max-width: 1199px) {
    .archive-section .carousel-control-prev,
    .archive-section .carousel-control-next{
        bottom: 0em;
    }
    .archive-section h2 {
        margin-top: 0.5em;
        margin-bottom: 0.2em;
    }
    .about_message_section h3{
        font-size: 2.3rem;
    }
    .quote-icon{
        max-width: 46px;
    }

}
@media only screen and (max-width: 991px) {
    .articles-large-content{
        padding-left:0;
    }
    .archive-section h2 {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .archive-item-content{
        margin-bottom: 4em;
    }
    .archive-section .carousel-control-prev,
    .archive-section .carousel-control-next {
        bottom: 0em;
    }
    .navigation-arrow {
        max-width: 60px;
    }

    .navigation-book img {
        max-width: 220px;
    }
    .about_message_section h3{
        font-size: 2.6rem;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}

@media only screen and (max-width: 920px) {


}
@media only screen and (max-width: 767px) {
    .navbar-brand img {
        max-height: 40px;
    }
    .hero-read-more {
        font-size: 2.5em;
    }
    .page-title,
    .page-year {
        font-size: 3em;
    }
    .hero-section h2{
        font-size: 3em;
    }
    .articles-filter-list li a {
        font-size: 1.8em;
    }
    .articles-grid .col-lg-4:nth-last-child(-n+3) .article-grid-item {
        border-bottom: 1px solid #000;
    }
    .articles-grid .col-lg-4:nth-last-child(-n+2) .article-grid-item {
        border-bottom: 0;
    }
    .article-grid-item {
        padding-left: 0em;
    }
    .hero-section{
        margin-top: 5em;
        margin-bottom: 5em;
    }
    .about-section{
        padding-top: 5em;
        padding-bottom: 5em;
    }
    .video-play-btn{
        margin-top: -4em;
        margin-left: -4em;
        width: 8em;
        height: 8em;
    }
    .video-play-btn::after{
        margin-left: -15px;
        margin-top: -30px;
        border-left: 40px solid #ffffff;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
    }
    .hero-read-more {
        right: -0.5em;
    }
    .hero-arrow img, .hero-banner-img{
        max-width:75%;
    }
    .navigation-arrow{
        max-width: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .page-title,
    .page-year {
        font-size: 2.5em;
    }
    .articles-filter-list li a {
        font-size: 1.4em;
    }
    .articles-filter-list li {
        margin-right: 1em;
    }
    .categoriy-item a{
        font-size: 2em;
    }

    .video-play-btn {
        margin-top: -3em;
        margin-left: -3em;
        width: 6em;
        height: 6em;
    }

    .video-play-btn::after {
        margin-left: -12.5px;
        margin-top: -25px;
        border-left: 35px solid #ffffff;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }
    .about_message_section h3{
        font-size: 2.2rem;
    }

}

@media only screen and (max-width: 490px) {
    .hero-read-more {
        font-size: 2em;
    }

}

@media only screen and (max-width: 425px) {
    .page-title,
    .page-year {
        font-size: 2.2em;
    }
}