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

/*font-family: 'Hind', sans-serif;*/

body {
    font-family: 'Mukta', sans-serif;
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mukta', sans-serif;
}

p {
    font-size: 19px;
}


/*
Global Header Design Css
 */
 .mobile-advertisement{
     display:none;
 }
.color-blue{
    color: #013893 !important;
}
.reg-global-header {
}

.reg-global-header .h-title {
    font-family: 'Hind', sans-serif;
    color: #003893;
    font-size: 1.166rem;
    background: transparent;
    font-weight: 600;
    padding-left: 0;
}

.reg-global-header .more-to-go {
    font-family: 'Hind', sans-serif;
    float: right;
    padding: .2rem 1rem;
    margin-bottom: .5rem;
    border-radius: 5px;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.4;
    height: 25px;
    background: #003893;
}


/*
Lines
 */

.rg-straight-line:last-child {
    border-bottom: none;
}

.rg-vertical-line {
    border-left: 1px solid #b7b7b7;
}

.rg-vertical-line:nth-child(2) {
    border-left: none;
}

.rg-straight-line figure {
    margin: 0;
}


/*
* Reg Date
*/

header .rg-date {
    font-size: .8833333333rem;
    color: #777;
}

header .rg-date time {
}



/*
 * Navigation Menu
 */

header .rg-navigation-menu {
    background: transparent;
}
header .rg-navigation-menu.sticky{
    background: transparent;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
header .rg-navigation-menu .main-navigation {
}

header .rg-navigation-menu .main-navigation ul {
    margin: 0;
    padding: 0;
}

header .rg-navigation-menu .main-navigation ul li {
    list-style-type: none;
    margin-bottom: 0;
    white-space: nowrap;
    padding: 0 10px;
    font-family: hind, sans-serif;
    font-size: 18px;
    height: 50px;
    transition: .2ms ease-in-out;
    line-height: 2.5;
}

header .rg-navigation-menu .main-navigation ul li.current-menu-item{
    border-bottom: 2px solid #6cc04f;
}
header .rg-navigation-menu .main-navigation ul li.current-menu-item a{
    color: #6cc04f;
}
header .rg-navigation-menu .main-navigation ul li:hover{
    color: #0c3e95;
    border-bottom: 2px solid #0c3e95;
}
header .rg-navigation-menu .main-navigation ul li.current-menu-item:hover{
    border-bottom: 0;
}
header .rg-navigation-menu .main-navigation ul li:hover a {
    color: #0c3e95;
}
header .rg-navigation-menu .main-navigation ul li:hover
header .rg-navigation-menu .main-navigation ul li.current-menu-item a {
    color: #dc1740;
}

header .rg-navigation-menu .main-navigation ul li a {
    text-decoration: none;
    color: #212529;
    font-size: 20px;
}
header .rg-navigation-menu .main-navigation ul li:hover .sub-menu li{
    border-bottom: none;
    background-color: #dee2e6 ;
}
header .rg-navigation-menu .main-navigation ul li:hover .sub-menu li a{
    color: #0c3e95;
}


/*
Big News Top
 */

.rg-big-news {
}

.rg-big-news .rg-top-banner-news h1 {
    font-size: 50px;
    font-weight: 900;
    padding: 9px 0;
}

.rg-big-news .rg-top-banner-news .reg-short-desc p {
    color: #ff0008;
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
}

.rg-big-news .rg-top-banner-news a {
    color: #3a3939;
    text-decoration: none;
}

.rg-big-news .rg-top-banner-news img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.rg-big-news .rg-top-banner-news .reg-by-post-data {
    font-size: 15px;
    color: #636363;
    font-weight: 500;
}

.rg-big-news .rg-top-banner-news .reg-by-post-data svg {
    position: relative;
    top: -1px;
}
.rg-big-news .in-small .rg-top-banner-news h1 {
    font-size: 30px;
    line-height: 1.5;
}
.rg-big-news .in-small .rg-top-banner-news img{
     height: 350px;
}
/*
 * Banners News (Main News)
 */

.rg-main-news-rastriyadaily a {
    color: #3a3939;
    text-decoration: none;
}

.rg-main-in img {
    width: 100%;
    height: 300px;
    max-height: 395px;
    object-fit: cover;
    object-position: center top;
}

.rg-main-in .text {
}

.rg-main-in .text h1 {
    font-size: 30px;
    font-weight: 900;
    padding: 9px 0;
}

.rg-main-in .text p {
}

.rg-mainnews {
}

.rg-mainnews .rg-fullwidth {
    text-align: center;
    border-bottom: 1px solid #b7b7b7;
}

.rg-mainnews .rg-fullwidth img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.rg-mainnews .rg-fullwidth h1 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

.rg-mainnews .rg-fullwidth h1 a {
    text-decoration: none;
    color: #3a3939;
}

.rg-mainnews .rg-fullwidth p {
    color: #525252;
}

.rg-mainnews .rg-shortwidth {
    border-left: 1px solid #b7b7b7;
    text-align: center;
}

.rg-mainnews .rg-shortwidth:nth-child(2) {
    border-left: 0;
}

.rg-mainnews .rg-shortwidth img {
    height: 221px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.rg-mainnews .rg-shortwidth h1 {
    font-size: 1.25rem;
    padding: 0;
    font-weight: 600;
    margin-top: 12px;
    line-height: 151%;
}

.rg-mainnews .rg-shortwidth h1 a {
    text-decoration: none;
    color: #3a3939;
}


/*
 * Date, Pub Date and Author Name
 */

.rg-essential-post-data {
    font-size: 1rem;
    color: #777;
}

.rg-essential-post-data .rg-author {
}

.rg-essential-post-data .rg-pub-date {
}

.rg-essential-post-data .rg-reading-time {
}


/*
 * Today News
 */

.rg-today-news {
}

.rg-today-news h3 {
    font-family: 'Hind', sans-serif;
    color: #003893;
    font-size: 1.166rem;
    background: transparent;
    font-weight: 600;
    padding-left: 0;
}

.rg-today-news a {
    text-decoration: none;
    color: #3a3939;
}

.rg-today-news ul {
    margin: 0;
    padding: 0;
}

.rg-today-news ul li {
    list-style: none;
}

.rg-today-news img {
    width: 100px;
    /*margin-right: 20px;*/
    float: left;
    height: 71px;
    object-fit: cover;
}

.rg-today-news .text {
    width: calc(100% - 113px);
    float: right;
}

.rg-today-news .text h1 {
    font-size: 1.1rem;
    line-height: 151%;
    font-weight: 600;
}


/*
 * List News Vertical
 */

.rg-listview-news {
}

.rg-listview-news .list-group {
}

.rg-listview-news .list-group .list-group-item {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.rg-listview-news .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.rg-listview-news .list-group .list-group-item figure {
    width: 240px;
    margin-right: 20px;
    /*float: left;*/
}

.rg-listview-news .list-group .list-group-item figure a {
    text-decoration: none;
}

.rg-listview-news .list-group .list-group-item figure img {
    height: 142px;
    object-fit: cover;
    width: 100%;
}

.rg-listview-news .list-group .list-group-item .reg-paragraph {
    width: calc(100% - 270px);
}

.rg-listview-news .list-group .list-group-item .reg-paragraph h1 {
    font-size: 1.2580em;
    font-weight: 600;
    line-height: 1.4;
    transition: 200ms ease;
}

.rg-listview-news .list-group .list-group-item:hover .reg-paragraph h1 a {
    color: #bf2f54;
}

.rg-listview-news .list-group .list-group-item .reg-paragraph a {
    text-decoration: none;
    color: #3a3939;
}

.rg-listview-news .list-group .list-group-item .reg-paragraph p {
    color: #525252;
}


/*
Grid View
 */

.rg-grid-view {
}

.rg-grid-view .rg-grid-in {
}

.rg-grid-view .rg-grid-in a {
    text-decoration: none;
    color: #3a3939;
}

.rg-grid-view .rg-grid-in img {
    width: 100%;
}

.rg-grid-view .rg-grid-in h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 151%;
    transition: 200ms ease;
    min-height: 108px;
    padding: 10px;
}

.rg-grid-view .rg-grid-in:hover h3 {
    color: #bf2f54;
}


/*
Gird Video Views
 */

.rg-grid-view .rg-grid-in .rg-grid-vid-wrapper {
    position: relative;
    overflow: hidden;
}

.rg-grid-view .rg-grid-in .rg-grid-vid-wrapper figure.video-zoom {
    position: relative;
    margin: 0;
}

.rg-grid-view .rg-grid-in .rg-grid-vid-wrapper img {
    transition: 500ms;
    height: 180px;
    object-fit: cover;
}

.rg-grid-view .rg-grid-in figure.video-zoom:hover img {
    transform: scale(1.2);
}

.rg-grid-view .rg-grid-in .rg-grid-vid-wrapper .rg-ico {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 18px;
    background: #ff0008;
}

.rg-grid-view .rg-grid-in .rg-grid-vid-wrapper .rg-ico .fa-play {
    color: #FFFFFF;
    font-size: 0.875em;
}


/*
Big one and small one
 */

.rg-one-big-two-small-grid {
}

.rg-one-big-two-small-grid .rg-small {
}

.rg-one-big-two-small-grid .rg-small figure {
}

.rg-one-big-two-small-grid .rg-small figure a {
    color: #525252;
}

.rg-one-big-two-small-grid .rg-small figure img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.rg-one-big-two-small-grid .rg-small h3 {
    font-size: 1.1rem;
    padding: 0;
    font-weight: 600;
    margin-top: 12px;
    line-height: 151%;
    transition: 200ms ease;
}

.rg-one-big-two-small-grid .rg-small h3 a,
.rg-one-big-two-small-grid .rg-big h3 a {
    color: #525252;
    text-decoration: none;
}

.rg-one-big-two-small-grid .rg-big {
}

.rg-one-big-two-small-grid .rg-big figure a {
    color: #525252;
}

.rg-one-big-two-small-grid .rg-big figure img {
    height: 449px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.rg-one-big-two-small-grid .rg-big h3 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

.rg-one-big-two-small-grid .rg-big p {
    color: #525252;
    padding-top: 10px;
}


/*
Long Grid
 */

.rg-long-grid {
}

.rg-long-grid .rg-long-grid-in .rg-long-grid-wrapper-in {
    position: relative;
    overflow: hidden;
}


/** Global **/

.rg-long-grid-shadow {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-image: url(../img/shadowLayer.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}


/** Global **/

.rg-long-grid .rg-long-grid-in figure a {
    text-decoration: none;
    color: #525252;
}

.rg-long-grid .rg-long-grid-in figure img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.rg-long-grid .rg-long-grid-in h3 {
    font-size: 1.25rem;
    padding: 24px 32px;
    font-weight: 600;
    margin-top: 0;
    line-height: 151%;
    transition: 200ms ease;
    position: absolute;
    bottom: 0;
    color: #FFF;
    z-index: 99;
    left: 0;
}


/** Entertainment **/

.long-shadow-style {
}

.long-shadow-style .long-style-shadow {
    position: relative;
    overflow: hidden;
}

.long-shadow-style .long-style-shadow img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.long-shadow-style .long-style-shadow h3 {
    margin-bottom: 0;
    position: absolute;
    bottom: 18px;
    z-index: 9;
    color: #FFF;
    font-size: 47px;
    font-weight: 800;
    left: 13px;
    line-height: 1.5;
}

.long-shadow-style .long-style-shadow-down {
    position: relative;
    overflow: hidden;
}

.long-shadow-style .long-style-shadow-down figure,
.long-shadow-style .long-style-shadow figure {
    margin: 0;
}

.long-shadow-style .long-style-shadow-down img {
    height: 267px;
    width: 100%;
    object-fit: cover;
}

.long-shadow-style .long-style-shadow-down h3 {
    margin-bottom: 0;
    position: absolute;
    bottom: 18px;
    z-index: 9;
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    left: 13px;
    line-height: 1.5;
}


/*
Single post
 */

.rg-single-wrapper {
}

.rg-single-wrapper .rg-singlular-wrapper {
}

.rg-single-wrapper .rg-singlular-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 550px;
    object-position: center center;
}

.rg-single-wrapper .rg-singlular-wrapper h1 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #565656;
}

.rg-single-wrapper .reg-wrapper-line {
    color: #565656;
    font-size: 16px;
}

.rg-single-wrapper .reg-by-post-data {
    width: 50%;
    display: inline-block;
    padding: 17px 0;
    font-weight: 600;
}

.rg-single-wrapper .reg-share-this-post {
    float: right;
    display: inline-block;
}

.reg-single-content p {
    font-size: 20px;
    text-align: justify;
    color: #4c4c4c;
    line-height: 1.6;
}

.parent {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.box {
    height: 280px;
    width: 100%;
}

.second {
    display: block;
}

.third {
    display: none;
}

/*
Footer
 */

.global-footer {
    background: #ffffff;
}

.global-footer h2 {
      font-size: 24px;
    font-weight: bold;
}

.global-footer p {
    /*color: #ffffff;*/
}


/*
pagination
 */

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #0d398a;
    cursor: pointer;
    padding: 3px 14px;
    font-size: 16px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #ff0008;
}


/***
Responsive
 */


    .container {
        max-width: 1230px;
    }



@media (max-width: 1024px) {
}

@media (max-width: 768px) {
    /*
     * Navigation
     */
    header .rg-navigation-menu {
        display: none;
    }

    header .rg-navigation-menu .main-navigation ul li {
        white-space: normal;
        font-size: 15px;
    }

    /*
     * Top Banners
     */
    .rg-big-news .rg-top-banner-news h1 {
        font-size: 2.8rem;
    }

    /*
     * Main News
     */
    .rg-mainnews .rg-fullwidth img {
        height: 350px;
    }

    /*
     * Latest News
     */
    .rg-today-news {
        margin-top: 50px;
    }

    .rg-today-news .text h1 {
        font-size: 1.3rem;
    }

    .rg-today-news .text p {
        font-size: 18px;
    }

    /*
     * List news
     */
    .rg-listview-news .list-group .list-group-item figure {
        width: 172px;
    }

    .rg-listview-news .list-group .list-group-item figure img {
        height: 105px;
    }

    .rg-listview-news .list-group .list-group-item .reg-paragraph {
        width: calc(100% - 194px);
    }

    /*
     * Sports
     */
    .rg-one-big-two-small-grid .rg-big figure img {
        height: 307px;
    }

    .rg-one-big-two-small-grid .rg-small figure img {
        height: 154px;
    }
}
@media (max-width: 541px) {
    header .custom-logo-link img {
        padding: 0 45px 0 45px;
    }
    .widget_advertisement-bar{
        margin-bottom: 0;
    }

}
@media (max-width: 480px) {
    header{
        /*position: absolute;*/
        /*top: 0;*/
    }
 .mobile-advertisement{
     display:block;
 }
   .archive.category .rg-listview-news {
        margin-top: 200px !important;
    }


    header .custom-logo-link img {
        padding: 0 45px 0 45px;
    }

    .widget_advertisement-bar{
        margin-bottom: 0;
    }

    .parent {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .rg-big-news .rg-top-banner-news h1 {
        font-size: 1.8rem;
    }

    .rg-big-news .rg-top-banner-news img {
        height: 220px;
    }


    .rg-main-in img {
        height: 220px;
    }

    .rg-main-in .text h1 {
        font-size: 24px;
    }

    .rg-listview-news .list-group .list-group-item figure {
        width: 123px;
    }

    .rg-listview-news .list-group .list-group-item .reg-paragraph {
        width: calc(100% - 144px);
    }

    .rg-listview-news .list-group .list-group-item .reg-paragraph h1 {
        font-size: 0.958em;
    }

    .rg-grid-view .rg-grid-in h3 {
        padding: 10px;
    }

    .rg-one-big-two-small-grid .rg-big h3 {
        font-size: 24px;
    }

    .rg-one-big-two-small-grid .rg-big p {
        display: none;
    }

    .long-shadow-style .long-style-shadow {
        margin-bottom: 20px;
    }

    .long-shadow-style .long-style-shadow h3 {
        font-size: 27px;
    }

    .long-shadow-style .long-style-shadow img {
        height: 229px;
    }

    .rg-today-news .text h1 {
        font-size: 0.89em;
    }
    .rg-single-wrapper .reg-share-this-post{
        display: inline-block;
        float: none;
    }
    .rg-single-wrapper .rg-singlular-wrapper img {
        height: 100%;
    }

    .rg-single-wrapper .rg-singlular-wrapper h1 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .rg-single-wrapper .reg-by-post-data {
        width: 100%;
    }

    .reg-share-this-post {
        float: none;
    }

    .second {
        display: none;
    }

    .third {
        display: block;
    }


}

@media (max-width: 320px) {
}