@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body,
html {
    height: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    background-color: #fff;
}

.topBarColor {
    background: #15b500 !important;
}

.h2_bn10 {
    margin-bottom: -10px;
}

/* topbar start */

.topbar {
    background-color: #15b500;
    z-index: 1;
    position: sticky;
    top: 0rem;
    height: 25px;
}

.topbar a {
    text-decoration: none;
    color: white;
    margin-bottom: 5px;
}

.temperature {
    float: right;
    margin-right: 30px;
}

.temperature i {
    font-size: 15px;
    margin-top: -10px;
}

.time {
    margin-left: 35%;
}

.date {
    margin-left: 30px;
}

.nonfab {
    padding: 0px 10px;
}

.nonfab:hover {
    opacity: 0.7;
}

/* logo */

.header {
    font-family: "Mukta", sans-serif;
    color: rgb(15, 12, 12);
    font-size: 25px;
    text-align: center;
    background-color: white;
    margin-left: 15%;
}

.img-logo {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #ffffff;
}

.threebox {
    width: 100%;
    margin-left: 0% !important;
    display: flex;
    height: 120px;
    margin-top: 20px;
}

.leftbox,
.rightbox {
    width: 30%;
}

.centerbox {
    width: 40%;
}

.centerbox img {
    margin: 0px;
    padding: 0% 10%;
    width: 80%;
}

.leftbox img,
.rightbox img {
    width: 90%;
    height: 100px;
    margin-top: 0px;
    object-fit: contain;
}

/* nav bar */

.fixed {
    position: sticky;
    top: 1.5rem;
    width: 100%;
    z-index: 3;
}

.topnav {
    overflow: hidden;
    background-color: #127205;
    z-index: 3;
    top: 1.5rem;
}

.topnav_space {
    margin-left: 2%;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
    font-size: 18px;
}

.topnav a:hover {
    background-color: #fff;
    color: black;
    border-radius: 5px;
}

.topnav a.active {
    background-color: #252627;
    color: white;
    /* border-radius: 5px; */
}

.topnav .icon {
    display: none;
}

.ns_nav_icon {
    height: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
}

.topnav a:hover {
    background-color: #555;
    color: white;
}


.title {
    width: 10%;
    text-align: center;
    background: #fc5050;
    font-size: 1rem;
    color: white;
}

.title h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}

.news marquee {
    font-size: 18px;
}

.left_title {
    margin-left: 15px;
}

.right_title {
    float: right;
    margin: 10px 15px;
}

.text_more {
    font-size: 18px;
    color: #127205;
    text-decoration: none;
    font-weight: 400;
    background-color: white;
    text-align: center;
    width: 100px;
    border-radius: 15px;
}

/* banner ads */

.ns_top_banner {
    width: 94%;
    height: auto;
    margin: 3%;
    text-align: center;
}

.ns_top_banner .ns_banner_1 {
    width: 90%;
    height: auto;
}

.ns_top_banner .ns_banner_2 {
    width: 90%;
    height: auto;
}

.ns_top_banner .ns_banner_3 {
    width: 90%;
    height: auto;
}

/* mid box ads start */

.ns_mid_ad_box {
    width: 90%;
    margin: 0px 5% 2% 5%;
}

.ns_mid_ad_row {
    display: flex;
}

.ns_mid_ad_col1,
.ns_mid_ad_col2 {
    width: 50%;
}

.ns_mid_ad_col1 img {
    width: 90%;
    height: 200px;
    padding: 0% 3% 0% 2%;
    object-fit: contain;
    margin: 0px;
}

.ns_mid_ad_col2 img {
    width: 90%;
    height: 200px;
    padding: 0% 2% 0% 3%;
    object-fit: contain;
    margin: 0px;
}

/* mid box ads end */

/* main news start */

.ns_maincontainer_en {
    width: 90%;
    height: fit-content;
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
}

.ns_main_column_en {
    float: left;
    width: 66%;
    height: 100%;
    background-color: #ffffff;
}

/* head news1 */

.ns_card_en {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 97.5%;
    background-color: #ffffff;
    margin-right: 2.5%;
}

.ns_card_en:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.ns_card_en img {
    border-radius: 5px 5px 0 0;
    width: 95%;
    height: 300px;
    object-fit: cover;
    margin: 2% 2.5% 2% 2.5%;
    cursor: pointer;
}

.ns_card_en img:hover {
    opacity: 0.9;
}

.ns_container_en {
    padding-left: 40px;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
}

.ns_container_en h2 {
    margin: 10px 0px 0px 0px;
}

.ns_container_en h2 a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 25px;
}

.ns_container_en h2 a:hover {
    color: #127205;
}

/* latest news column*/

.ns_latest_column_en {
    float: left;
    width: 34%;
    background-color: #ffffff;
    padding: 0px 0px 10px 10px;
    height: fit-content;
}

/* latest news heading title */

.ns_latest_title_en {
    height: 50px;
    width: 100%;
    font-size: 30px;
    background-color: #127205;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

/* latest newses */

.ns_latest_row_en {
    width: 100%;
    display: flex;
    margin: 0 5px;
}

.ns_latest_news_column1_en {
    width: 50%;
    float: left;
    padding: 5px;
    height: 100%;
}

.ns_latest_card_en img {
    height: 100px;
    width: 90%;
    object-fit: cover;
}

.ns_latest_card_en a {
    cursor: pointer;
}

.ns_latest_card_en img:hover {
    opacity: 0.9;
}

.ns_latest_news_column2_en {
    height: 100%;
    float: left;
    width: 50%;
}

.ns_paragraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ns_latest_news_column2_en a {
    cursor: pointer;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 15px;
}

.ns_latest_news_column2_en a:hover {
    color: #127205;
}

/* editorials */


.ns_editorials_title_en {
    height: 50px;
    width: 100%;
    font-size: 30px;
    background-color: #127205;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
}

.ns_editor_en {
    box-sizing: border-box;
}

.ns_editor_en ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ns_editor_en ul li {
    border-bottom: 2px solid black;
    margin-top: -1px;
    /* Prevent double borders */
    background-color: #fff;
    padding: 15px;
}

.ns_editor_en ul li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 15px;
}

.ns_editor_en ul li a:hover {
    color: #127205;
}

/* news samachar */

.ns_news_row_en {
    box-sizing: border-box;
    display: flex;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #ffffff;
}

.ns_news_column1_en {
    float: left;
    width: 45%;
    background-color: #ffffff;
}

.ns_btn_news_en {
    width: 70%;
    height: 50px;
    background-color: #127205;
    font-size: 30px;
    margin-left: 5%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    border: 2px;
    border-radius: 5px;
}

.ns_news_card_en {
    margin-top: 6%;
}

.ns_news_card_en img {
    border-radius: 5px 5px 0 0;
    width: 95%;
    object-fit: cover;
    height: 300px;
    cursor: pointer;
}

.ns_news_card_en img:hover {
    opacity: 0.9;
}

.ns_news_container_en {
    width: 95%;
    padding-left: 40px;
    padding: 10px 10px 10px 0px;
}

.ns_news_container_en h3 a {
    text-decoration: none;
    color: black;
    font-size: 28px;
}

.ns_news_container_en .ns_para {
    text-decoration: none;
    color: black;
    font-size: 20px;
    text-align: justify;
}

.ns_news_container_en h3 a:hover {
    color: #127205;
}

/* news news list container */

.ns_news_column2_en {
    float: left;
    width: 33%;
    margin-top: 5%;
    background-color: #ffffff;
}

/* news news list */

.ns_news_list_news_row_en {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    border-radius: 3px;
    margin-top: 5px;
}

.ns_news_list_column1_en {
    width: 40%;
    float: left;
    padding: 5px;
    margin-top: 15px;
    height: 100%;
}

.ns_news_list_card_en img {
    width: 95%;
    height: 110px;
    object-fit: cover;
}

.ns_news_list_card_en img:hover {
    opacity: 0.9;
}

.ns_news_list_column2_en {
    float: right;
    width: 60%;
    margin-right: 10px;
}

.ns_news_list_column2_en p a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.ns_news_list_column2_en p a:hover {
    color: #127205;
}

.ns_para a {
    color: black;
    text-decoration: none;
}

.ns_para a:hover {
    color: #127205;
}

.ns_para {

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* ad column */

.ns_news_ad_column3 {
    float: left;
    width: 22%;
    padding: 1px;
    background-color: #ffffff;
}

.ns_news_ad {
    padding: 10px;
    background-color: #fff;
}

.ns_news_ad_card {
    padding-bottom: 5px;
}

.ns_news_ad_card img {
    height: 100%;
    width: 100%;
}



/*Article and interview news start*/
.ns_interview_container_en {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #ffffff;
}

.ns_interview_title {
    color: #fff;
    background-color: #127205;
    border-radius: 5px;
    font-size: 30px;
    font-weight: bold;
}

.ns_interview_row_en {
    display: flex;
}


/* interview and article news  */

.ns_article_title {
    color: #fff;
    background-color: #127205;
    border-radius: 5px;
    font-size: 30px;
    font-weight: bold;
}

.ns_article_column_en,
.ns_interview_column_en {
    padding: 10px;
    width: 50%;
    height: 100%;
}

.ns_article_column_en h2,
.ns_interview_column_en h2 {
    background-color: #127205;
    height: 50px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}

.ns_article_news_row1_en,
.ns_interview_news_row1_en {
    width: 95%;
    display: flex;
    margin-bottom: 33px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 3px;
}

.ns_article_news_column1_en,
.ns_interview_news_column1_en {
    width: 50%;
    float: left;
    padding: 10px;
    height: 100%;
}

.ns_article_card_en img,
.ns_interview_card_en img {
    border-radius: 5px 0px 0 0;
    height: 150px;
    width: 100%;
    cursor: pointer;
}

.ns_article_card_en img:hover,
.ns_interview_card_en img:hover {
    opacity: 0.9;
}

.ns_article_news_column2_en,
.ns_interview_news_column2_en {
    width: 50%;
    float: left;
    padding: 10px;
    height: 100%;
}

.ns_article_news_column2_en a,
.ns_interview_news_column2_en a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

.ns_article_news_column2_en a:hover,
.ns_interview_news_column2_en a:hover {
    color: #127205;
}


/* video session  */

.video_title_center {
    margin-left: 90px;
}

.ns_video_container {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #ffffff;
}

.ns_video_title {
    color: #fff;
    background-color: #127205;
    border-radius: 5px;
    font-size: 30px;
    font-weight: bold;
    padding: 5px;
    height: 50px;
    margin: 25px 0px;
    text-align: center;
}

.ns_video_container h2 {
    background-color: #127205;
    font-weight: bold;
    text-align: center;
    height: 50px;
    width: 100%;
    color: #ffffff;
    font-size: 30px;
    padding: 5px;
    border-radius: 5px;
}

.ns_video_row {
    width: 100%;
    display: flex;
    margin-bottom: 33px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 3px;
}

.ns_video_column1 {
    width: 50%;
    padding: 20px;
}

.ns_video_column2 {
    width: 25%;
    height: 100%;
    padding: 20px;
}

.ns_video_column3 {
    width: 25%;
    height: 100%;
    padding: 20px;
}

/* footer */

.ns_footer {
    width: 100%;
    height: 250px;
    background-color: #127205;
}

.ns_footer1 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
    display: flex;
}

.ns_footer1_column1 {
    float: left;
    text-align: left;
    width: 33.33%;
    color: #fff;
}

.ns_footer1_column1 p a {
    text-decoration: none;
    color: #fff;
}

.ns_footer1_column2 {
    float: left;
    text-align: left;
    width: 33.33%;
    color: #fff;
}

.ns_footer1_column3 {
    float: left;
    width: 33.33%;
    margin-bottom: 40px;
}

.ns_footer1_column3 h2 {
    color: #fff;
}

.ns_footer1_column3 p {
    margin: 0px 10px 10px 0px;
}

.ns_footer1_column3 p a {
    text-decoration: none;
    color: #fff;
}

.ns_footer_logo_div {
    background-color: #D7E4F2;
    width: 70%;
    padding: 0px 20px;
    border-radius: 0px 0px 20px 20px;
}

.ns_footer_logo_div img {
    width: 100%;
}

.footer_img-logo {
    margin-top: 15px;
}

/* copyright session */

.ns_footer2 {
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #041329;
}

.ns_copyright {
    margin-left: 50px;
    color: #fff;
    padding: 15px 10px;
}

.ns_copyright a {
    color: #fff;
    text-align: left;
    text-decoration: none;
}

.ns_powered {
    color: #fff;
    padding: 15px 10px;
    margin-left: 50%;
}

.ns_powered span {
    color: #fff;
}

.ns_powered span a {
    color: #fff;
    text-decoration: none;
}

/* scroll btn */

.to-top {
    background: rgb(10, 117, 51);
    position: fixed;
    bottom: 16px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}

.to-top.active {
    bottom: 52px;
    pointer-events: auto;
    opacity: 1;
}

/* For REsponsive   */

@media only screen and (min-width: 300px) and (max-width: 600px) {

    /* main news */
    .header {
        margin-left: 0%;
    }

    .header img {
        width: 100%;
    }

    .ns_top_banner .ns_banner_1,
    .ns_top_banner .ns_banner_2,
    .ns_top_banner .ns_banner_3 {
        height: 50px;
    }

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive .icon {
        float: right;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .ns_news_ad_column3 {
        width: 100%;
    }

    .ns_news_ad_card {
        padding: 50px;
    }

    /* latest newses */

    .ns_latest_row_en {
        margin: 0px;
    }

    .ns_maincontainer,
    .ns_maincontainer_en {
        flex-direction: column;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .ns_main_column_en,
    .ns_latest_column_en {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .ns_editorials_title_en,
    .ns_editor_en,
    .ns_latest_title_en {
        width: 100%;
    }

    .ns_btn_news_en {
        width: 90%;
    }

    .ns_news_row_en {
        flex-direction: column;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .ns_news_column1_en,
    .ns_news_column2_en {
        width: 100%;
    }

    .ns_news_ad_column3_en {
        width: 100%;
        margin-top: 0;
    }

    .ns_interview_container {
        width: 100%;
    }

    .ns_interview_row_en {
        flex-direction: column;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .ns_article_column_en,
    .ns_interview_column_en {
        padding: 0px;
        width: 100%;
        height: fit-content;
    }

    .ns_video_row {
        flex-direction: column;
    }

    .ns_video_container h2 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .ns_video_column1 {
        width: 90%;
    }

    .ns_video_column2 {
        display: flex;
        width: 45%;
    }

    .ns_video_column3 {
        display: flex;
        width: 45%;
    }

    .ns_perpage_row {
        flex-direction: column;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .ns_perpage_column2 {
        width: 100%;
    }

    .ns_perpage_column1 {
        width: 100%;
    }

    .ns_footer {
        width: 100%;
        height: 100%;
    }

    .ns_footer1_column3 p a {
        font-size: 15px;
    }

    .ns_footer1 {
        flex-direction: column;

    }

    .ns_footer1_column1,
    .ns_footer1_column2,
    .ns_footer1_column3 {
        width: 90%;
        font-size: 15px;
        margin: 10px 10px 40px 10px;
    }

    .ns_footer_logo_div {
        width: 80%;
        height: 25%;
        margin-top: -10px;
    }

    .fabi {
        font-size: 10px;
        width: 10px;
        height: 10px;
    }

    .ns_footer2 {
        width: 100%;
        flex-direction: column;
        height: auto;
    }

    .ns_copyright {
        margin: 0%;
        text-align: center;
        font-size: 12px;
        padding: 10px 0 10px 0;

    }

    .ns_powered {
        margin: 0%;
        padding: 10px 0px;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
    }

    .ns_powered span a {
        text-decoration: none;
    }

    .to-top {
        display: none;
    }

    .ticker .title {
        width: 25%;
    }

    .ticker .news {
        width: 75%;
    }

    .ns_news_ad_card {
        padding: 25px 50px;
    }

    .ns_news_ad_column3 {
        width: 100%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 800px) {

    .ticker .title {
        width: 15%;
    }

    .ticker .news {
        width: 85%;
    }

    .ns_footer2 {
        width: 100%;
        display: flex;
        height: auto;
    }

    .ns_copyright {
        padding: 5px;
        margin-left: 20px;
    }

    .ns_powered {
        color: #fff;
        padding: 5px;
        margin-left: 20%;
    }

    .ns_powered span a {
        text-decoration: none;
    }

    .ns_news_ad_card {
        padding: 25px 50px;
    }
}


@media only screen and (min-width: 801px) and (max-width: 1150px) {
    .ns_footer2 {
        width: 100%;
        display: flex;
        height: auto;
    }

    .ns_copyright {
        padding: 5px;
        margin-left: 20px;
    }

    .ns_powered {
        color: #fff;
        padding: 5px;
        margin-left: 45%;
    }

    .ns_powered span a {
        text-decoration: none;
    }
}