/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

    /*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
        white-space: inherit;
    }

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/* .contentleft {
    justify-content: flex-end;

} */

/* .navebarstyle {
    height: 28px;
    
    margin-top: 3px;
}

.contentcenter {
    place-content: center;
}

.navborder {
    border-top: 1px inset;
    border-bottom: 1px solid;
} */


/* display: contents; */


/* -----------------------dnpl-------------------- */

.outesideContainer {
    background-color: #fdfeff8c !important;
}

.container {
    background-color: #fff !important;
}

.fontsizetext {
    font-size: 14px;
    /*text-align: justify;*/
}

.category-date {
    display: flex;
}

.circle-date {
    margin-left: 10px;
    margin-right: 1px;
    font-size: 10px;
}

.bordertext {
    border-top: 1px inset #bb0103;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.image {
    height: auto;
    width: 100%;
    /* margin: 5px; */
}

.colmargin {
    margin-bottom: 10px;
    /* border-right:1px inset; */
    border-bottom: 1px solid;
    margin-top: 10px;
}

.borderbottom {
    /* border-bottom:1px solid; */
    margin-bottom: -10px;
}

.row {
    display: flex;
}

.fontcapsion {
    font-size: 13px;
   margin-top: -2.5%;
    /* margin-bottom: 45px; */
}

.fontcapsion-align {
    text-align-last: end;
    font-size: 13px;
    margin-top: 3px !important;
    margin-bottom: 45px;
}

.fontcapsionRight {
    font-size: 15px;
    margin-top: 3px;
    text-align: justify;
}

.borderbottom-left {
    /* border-left: 1px inset; */
    margin-bottom: 10px;
    margin-top: 10px;
}

.border-bottom {
    border-bottom: 1px inset;
}

.marginbottom-dnol {
    text-align: left;
    margin-bottom: 10px;
    line-height: 43px;
    color: #111111;
}

.category_bigHeading_ {
    text-align: left;
    margin-bottom: 10px;
    line-height: 43px;
    color: #111111;
    /*font-family: "Hind", sans-serif !important;*/
    font-family: 'Noto Sans Devanagari', sans-serif;
}

    .category_bigHeading_:hover {
        color: #bf2811;
    }


.story_headingBig {
    text-align: left;
    margin-bottom: 10px;
    line-height: 43px;
    color: #111111;
    /*font-family: "Hind", sans-serif !important;*/
    font-family: 'Noto Sans Devanagari', sans-serif;
}

    .story_headingBig:hover {
        color: #bf2811;
    }

.viewmorebtns{
    font-size: 24px;
}

.hadingmargin-dnpl {
    margin-top: 10px !important;
    font-size: 18px;
    font-weight: 600 !important;
    color: #111111;
    line-height: 1.6;
    /*font-family: "Hind", sans-serif !important;*/
    font-family: 'Noto Sans Devanagari', sans-serif;
}

.leftStoryHeadingHome_dnpl {
    margin-top: 10px !important;
    font-size: 18px;
    font-weight: 600 !important;
    color: #111111;
    line-height: 1.6;
    /*font-family: "Hind", sans-serif !important;*/
    font-family: 'Noto Sans Devanagari', sans-serif;
}

.fontcapsion-aline {
    text-align-last: end;
    font-size: 13px;
    margin-top: 5px;
}

.mainhading-dnpl {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.container-border-dnpl {
    border-bottom: 1px inset #bb0103;
    margin-bottom: 10px;
    margin-top: 10px;
    border-top: 1px inset #bb0103;
}

.container-border-solid-dnpl {
    border-bottom: 1px solid #bb0103;
    margin-bottom: 5px;
    margin-top: 20px;
    border-top: 1px solid #bb0103;
}

.image-margin {
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
}

.margin-top-bott {
    margin-top: 10px !important;
    margin-bottom: 10px;
}

.margin-category {
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.row-content-center {
    justify-content: center;
}

@media (min-width:768px) {
    #containerdisplay {
        display: block !important;
    }

    #slideshowdisplay {
        display: none !important;
    }

    /* #containerrightid {
    margin-top: 0W% !important;
  } */

    .border-left-dnpl {
        border-left: 1px solid#b4c8cb;
        padding-left: 15px !important;
    }
    /* .mobiledisplay{
    display: none;
  } */

    .big-image-Shadow {
        padding: 22px;
        margin: -20.3% auto auto auto;
        background-color: #000000;
        height: 171px;
        opacity: 0.5;
    }
	
	
	.relative-news-story-mob{
        display:none !important;

    }
}

@media (max-width:768px) {
	
	
	.relative-news-story{
        display:none !important;

    }
    #containerdisplay {
        display: none !important;
    }

    #slideshowdisplay {
        display: block !important;
    }

    #containerrightid {
        margin-top: 0% !important;
    }

    .border-left-dnpl {
        border-left: 0px solid #bb0103;
        padding-left: 0px !important;
    }

    .col-12 {
        margin-top: 23px !important;
    }

    .image {
        margin-bottom: 10px !important;
    }

    .border-left-dnpl {
        padding-left: 15px !important;
    }
    /* .padding-right{
  padding-right: 0px;
  
} */
    .fontcapsion {
        margin-top: 10px !important;
    }

    .footerLogo {
        border-radius: 68%;
        width: 9% !important;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0px 0px 0px 0px rgb(0 0 0 / 19%);
        margin: inherit;
    }

    .bigStoryTopMargin {
        margin-top: -60px !important;
    }

    .big-image-Shadow {
        padding: 22px;
        margin: -22.3% auto auto auto;
        background-color: #000000;
        height: 135px;
        opacity: 0.5;
    }

    .Shadow-heading {
        font-size: 20px;
    }

    .Shadow-storysynopsis {
        font-size: 16px !important;
    }
}

@media (min-width:1024px) {


    .border-left-dnpl {
        border-left: 1px solid#b4c8cb;
        padding-left: 15px !important;
    }

    .padding-right {
        padding-right: 15px !important;
    }
}

@media (max-width:1024px) {


    .border-left-dnpl {
        border-left: 0px solid #bb0103;
        padding-left: 0px;
    }

    .padding-right {
        padding-right: 0px !important;
    }
}


/* .anchorHover{
  
  color: #bb0103 !important;
} */
.navItems {
    display: flex;
    justify-content: space-between;
}

.footerLogo {
    border-radius: 69%;
    width: 12%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.19);
    margin: inherit;
}

.footerText {
    color: #fff !important;
    font-size: 14px;
    margin-top: 12px;
}

.fontebyline {
    font-size: 18px;
    color: #bb0103;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

::placeholder {
    color: #fff !important;
}

.buttonDonate {
    border: 1px solid #bb0103 !important;
    width: 197px;
    height: 35px;
    font-size: 14px !important;
    color: #bb0103 !important;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.buttonSubscribe {
    border: 1px solid #bb0103 !important;
    width: 197px;
    height: 35px;
    font-size: 14px !important;
    color: #bb0103 !important;
    border-radius: 5px;
    margin-top: 15px;
}

.marginbottom-dnol:hover {
    color: #bf2811;
}

h1:hover {
        color:#bf2811;
}

.hadingmargin-dnpl:hover {
    color: #bf2811;
}

h6:hover {
    color: #bf2811;
}


.fontcategaory {
    font-size: 18px;
    /* margin-top: 20px !important;
  margin-bottom: 15px; */
    color: #bb0103;
    margin-bottom: 1.5rem;
	padding-top: 15px;
	font-weight: 600 !important;
}

#containerrightid {
    margin-top: 0%;
}

@media (min-width:1366px) {
    #containerrightid {
        margin-top: 0% !important;
    }

    .header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
        padding: 20px 14px;
        text-decoration: none;
    }
}

@media (max-width:1366px) {
    #containerrightid {
        margin-top: 3% !important;
    }

    .header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
        padding: 20px 12px;
        text-decoration: none;
    }
}

#containerrightid {
    align-self: baseline;
}

/* @media (min-width:1024px) {
  #containerrightid{
    margin-top: -46% !important;
  }
 
} */

@media (max-width:1024px) {

    #containerrightid {
        margin-top: 0px !important;
    }
}

.storymargin {
    margin-bottom: 20px;
    margin-top: 5px !important;
    font-size: 20px;
    /*text-align: justify;*/
}

.sub-category {
    color: #bb0103;
}

.bigstory-font {
    font-size: 20px;
    margin-bottom: 15px;
    color: #bb0103;
}

.bigstory-image {
    margin-left: auto;
	margin-top:16px !important;
}

.right-story {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-align: left;
    /*font-family: "Hind", sans-serif !important;*/
    font-family: 'Noto Sans Devanagari', sans-serif;
}

.play-button {
    background-color: black;
    margin-top: 23%;
    position: absolute;
    margin-left: -58%;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
}

.play-button-big {
    background-color: black;
    margin-top: 32%;
    position: absolute;
    margin-left: -50%;
    font-size: 50px;
    color: #fff;
    border-radius: 50%;
}




.fa-solid {
    font-weight: 600 !important;
}

.footer-font {
    font-size: 14px;
    color: #fff !important;
}

.footer-text {
    color: #fff !important;
}

.side-bar-dropright {
    width: 100%;
    /* font-size: 23px !important;
    background: none;
    border: none;
    color: #bb0103; */
}

.dropdownbar:hover .dropdown-menu {
    display: block;
   /* width: 100%;*/
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(302px, 0px);
}

.dropdown-menu {
    margin-top: 0;
}


.hrstyle {
    margin-top: 42px !important;
    margin-bottom: 28px !important;
    color: inherit !important;
    border: 0 !important;
    border-top: 1px solid !important;
    opacity: .25 !important;
}

.hrstyletop {
    margin-top: 42px !important;
    margin-bottom: 28px !important;
    margin-left: -16px !important;
    color: inherit !important;
    border: 0 !important;
    border-top: 1px solid !important;
    opacity: .25 !important;
}

.hrstylered {
    margin-bottom: 28px !important;
    color: inherit !important;
    border: 0 !important;
    border-top: 1px solid !important;
    opacity: .25 !important;
    margin-top: 42px !important;
    width: 90% !important;
}

.topfivestory {
    font-weight: 600;
    font-size: 26px;
}

.userform {
    font-size: 18px !important;
}

.userform-height {
    height: 40px !important;
    font-size: 18px !important;
}

.add-file {
    /* border: 1px solid #ced4da; */
    /* border-radius: 5px; */
    /* width: 19%; */
    float: right;
    margin-bottom: 20px;
    /* background-color: #6c757d;
  color: #fff; */
}


.Slide-video {
    font-size: 22px;
    color: #fff;
}

.Slide-snopes {
    font-size: 18px;
    color: #fff;
}

.play-button-video {
    background-color: black;
    margin-top: 48%;
    position: absolute;
    margin-left: -14%;
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
}

.play-button-podcaste {
    /* background-color: black; */
    margin-top: 48%;
    position: absolute;
    margin-left: -14%;
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
}

.Slide-center {
    text-align: center;
    background: #bfb6b6;
}

.a-hading {
    color: #bb0103 !important;
}



@mixin flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    font-family: 'Roboto';
    font-weight: 600;
    width: 100%;
    height: 100vh;
    margin: 0;
    @include flex-center;
}

.container {
    width: 40%;
}

@mixin flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

@mixin overflow($type) {
    overflow: hidden;
    text-align: left;

    text-overflow: # {
        $type;
    }

    ;
    white-space: nowrap;
}

.playr {
    width: 100%;
    background-color: #38354a;
    padding: 10px;
    color: #d2d9e5;
    margin-bottom: 15px;
}

.playr-ui {
    display: flex;
    align-items: stretch;
}

.playr-controls {
    width: 10%;
    padding: 0 15px;
    @include flex-center;
}

.playr-panel {
    @include flex-center;
    width: 90%;
    padding: 0 15px;
    position: relative;
}

.playr-ui.volume-controls .playr-panel {
    width: 70%;
}

.playr-controls button {
    color: #d2d9e5;
    background-color: transparent;
    border: medium none;
    padding: 0;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

    .playr-controls button:hover {
        color: #fff;
    }

    .playr-controls button::after {
        font-family: "Material Design Icons";
        @include flex-center;
    }

.playr-play::after {
    content: "\f40a";
}

fa-play .playr.playing .playr-play::after {
    content: "\f3e4";
}

.playr-fastforward::after {
    content: "\f211";
}

.playr-rewind::after {
    content: "\f45f";
}

.playr-rewind::after,
.playr-fastforward::after {
    font-size: 21px;
}

.playr-butt {
    margin-right: 10px;
}

.playr-progress {
    background-color: #5f6672;
    height: 4px;
    bottom: 2px;
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
    cursor: pointer;
}

.playr-progress-bar {
    background-color: #d2d9e5;
    height: 100%;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 0 0;
    width: 100%;
}

.playr-duration,
.playr-filename {
    font-size: 12px;
    position: absolute;
    top: 0;
    width: 50%;
    font-weight: 600;
}

.playr-filename {
    left: 15px;
    text-align: left;
    left: 15px;
    @include overflow('ellipsis');
}

.playr-duration {
    right: 15px;
    text-align: right;
}

.playr-volume {
    position: relative;
    width: 100%;
    @include flex-center;
}

.playr-volume-box.hidden {
    background-color: #38354a;
    bottom: 0;
    height: 100px;
    position: absolute;
    width: 35px;
    display: none;
}

.playr-volume-box {
    background-color: #5f6672;
    height: 4px;
    width: 100%;
    cursor: pointer;
}

    .playr-volume-box span {
        display: block;
        background-color: #d2d9e5;
        height: 100%;
        width: 100%;
        transform: scale3d(1, 1, 1);
        transform-origin: 0 0 0;
    }


/* compact */

.playr.compact .playr-rewind,
.playr.compact .playr-fastforward {
    display: none;
}

.playr-filename.overflow span {
    animation: 5000ms linear 0ms normal forwards infinite running scroll;
    display: inline-block;
    margin-right: 0;
    padding-right: 100%;
    transform: translate3d(0px, 0px, 0px);
}

@keyframes scroll {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    100% {
        transform: translate3d(-100%, 0px, 0px);
    }
}

.con-margin-but {
    margin-bottom: 42px;
}

.video-gall {
    font-size: 23px !important;
}

.share-story {
    display: flex;
    justify-content: flex-end;
}

/* video[poster]{
  height: 63%;
  width:100%;
  } */
.advt-image{
   /* height: 290px; */
}
