/*
Theme Name: NepalKhoj-2026
Author: PSubedi
Author URI: http://www.mediachautari.com/
Description: A News and Magazine Theme
Version: 3.0
License: Commercial
*/

/* ============================================
   CSS RESET & BASE STYLES
   ============================================ */

html {
    font-size: 100%;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: 'Mukta', sans-serif;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    color: #434855;
    text-decoration: none;
}

a:hover {
    color: #234187;
    text-decoration: none;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

p {
    font-size: 1.1em;
    text-align: justify;
    line-height: 1.5em;
}

h1 {
    font-size: 3.2em;
    line-height: 1.3em;
}

h2 {
    font-size: 1.3em;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

.clear {
    clear: both;
}

.flt_left {
    float: left;
}

.flt_right {
    float: right;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

/* ============================================
   FULLPAGE AD
   ============================================ */

#fp_ad {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 150;
    top: 0;
    bottom: 0;
    background: #fff;
}

#fp_head {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    position: relative;
}

#fp_ad_content {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    float: left;
    max-width: 1000px;
    position: relative;
}

#fp_ad_content img {
    margin: 0 auto;
    float: none;
    padding: 0;
}

#fp_head_l {
    width: 75%;
    float: left;
}

#fp_head_r {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

#fp_ad_skip {
    max-width: 80px;
    margin: 10px auto 0;
    background: #d5d5d5;
    padding: 5px;
    border-radius: 5px;
}

.skip {
    color: #234187;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0 10px;
    line-height: 0.9em;
    margin-top: 10px;
}

.skip:hover {
    color: #e22126;
}

/* ============================================
   HEADER
   ============================================ */

header {
    width: 100%;
    float: left;
    background: #234187 url("images/header_bg.png") repeat-x right;
    position: fixed;
    top: 0;
    z-index: 100;
}

.head_margin {
    margin-top: 130px;
    width: 100%;
    clear: both;
}

.top-menu {
    width: 100%;
    float: left;
    padding: 5px 0;
    max-height: 40px;
}

.d_time {
    float: right;
    margin-top: 5px;
    color: #fff;
}

/* ============================================
   SOCIAL ICONS
   ============================================ */

.socail_icons {
    float: left;
    margin-top: 5px;
}

.socail_icons span {
    display: inline-block;
    margin-right: 10px;
}

.socail_icons a:last-child {
    border-right: none;
    margin-right: 0;
}

.socail_icons img {
    max-width: 80%;
    opacity: 1;
}

.socail_icons img:hover {
    opacity: 0.7;
}

#footer_b1 .socail_icons svg {
    fill: red;
}

/* ============================================
   SEARCH
   ============================================ */

.top-search {
    float: left;
    padding-right: 20px;
}

.top-search input {
    font-size: 0.9em;
    line-height: 1.0em;
    height: 24px;
    margin-top: 4px;
    width: 20px;
    background: #dfe2ea url("images/search.svg") no-repeat right 5px center;
    padding-left: 15px;
    transition: all 0.7s ease;
}

.top-search input:focus {
    width: 180px;
    height: 30px;
}

.form-control::placeholder {
    color: #9f9fa0;
}

/* ============================================
   LOGO
   ============================================ */

.logo_section {
    width: 100%;
    float: left;
    display: block;
    padding: 10px 0;
}

.logo_block {
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    display: table-cell;
}

.logo_block img {
    display: block;
    margin-top: -50px;
}

/* ============================================
   CONTAINER
   ============================================ */

#container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
}

#page {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}

/* ============================================
   NAVIGATION
   ============================================ */

.navbar {
    padding: 0;
}

.navbar-nav {
    padding-top: 7px;
}

nav {
    float: right;
    width: 100%;
}

nav ul {
    margin: 0;
    padding: 0;
    float: right;
    margin-left: auto;
}

nav ul li {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 8px 2px;
    text-align: center;
}

nav ul a {
    color: #fff;
    font-size: 1.1em;
    font-family: 'Hind', sans-serif;
    display: block;
    padding: 5px 12px;
    border-radius: 3px;
}

nav ul a:hover {
    background: #797979;
}

nav ul li a:hover {
    color: #fff;
}

nav ul li:last-child {
    padding-right: 0;
}

nav ul li .tv {
    background: #808080;
}

nav ul li .eng {
    background: #e22126;
}

nav ul li .tv,
nav ul li .eng {
    color: #fff;
    padding: 3px 12px;
}

nav ul li .tv:hover,
nav ul li .eng:hover {
    background: #234187;
}

.dropdown-menu {
    background: #304d93;
    padding: 10px;
}

/* ============================================
   BISES (FEATURED CONTENT)
   ============================================ */

.bises {
    margin-top: 27px;
    border-bottom: 2px solid #dee3f0;
    width: 100%;
}

.bises h1 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.3em;
    font-size: 4.1em;
}

.bises h3 {
    text-align: center;
    color: #3e3c3c;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.3em;
}

.bises h3 .top_writer {
    color: #dd440f;
}

.bises .article img {
    border-radius: 50%;
    margin-bottom: 15px;
}

.bises img {
    display: block;
    margin: 10px auto 25px;
}

.bises .context span {
    float: none;
    margin: 10px auto;
    padding: 2px 10px;
    background: #e22126;
    color: white;
    font-size: 0.7em;
}

/* ============================================
   SECTIONS
   ============================================ */

#section_a,
#section_b {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dae7f0;
    margin-top: 15px;
    position: relative;
}

.right_ads {
    width: 100%;
    margin-bottom: 15px;
    float: left;
    top: 0;
}

/* ============================================
   CARDS
   ============================================ */

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.main_stories .row {
    margin-left: -30px;
    margin-right: -30px;
}

.main_stories .card {
    min-height: 370px;
}

.card {
    border: 1px solid rgb(222, 227, 240);
}

.card-body {
    padding: 1.25rem 1.0rem;
}

.card-body h2 {
    font-size: 1.5em;
    line-height: 1.4em;
}

.card img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card_date {
    position: absolute;
    bottom: 5px;
}

.card_date .dateline .pahile {
    margin-left: 0;
}

/* ============================================
   CONTENT LAYOUT
   ============================================ */

.ep_left {
    width: 71.054%;
    float: left;
    border-right: 1px solid rgb(222, 227, 240);
    position: relative;
}

.main_news {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dae7f0;
    width: 100%;
    float: left;
}

.main_news h2 {
    font-size: 2.6em;
}

.main_news .news_loop {
    margin-left: 0;
}

.main_news .news_loop .news_loop_img {
    width: 55%;
}

.main_news .news_loop .news_loop_txt {
    width: 42%;
    font-size: 1.1em;
    line-height: 1.5em;
}

/* ============================================
   DATELINE
   ============================================ */

.dateline {
    width: 100%;
    float: left;
    color: #8196a7;
    font-size: 0.9em;
    margin-bottom: 7px;
    text-align: center;
}

.dateline .writer {
    padding-left: 27px;
    background: url("images/writer_lr.png") no-repeat 5px;
    float: left;
    color: #535353;
}

.dateline .pahile {
    margin-left: 10px;
    padding-left: 27px;
    background: url(images/time.png) no-repeat 5px;
    color: #535353;
    float: left;
}

.bises_date {
    display: inline-block;
    margin: 0 auto 10px;
    font-size: 1.3em;
}

.dlr {
    width: 2px;
    background: #f6babc;
    height: 17px;
    display: block;
    float: left;
    margin: 3px 5px 0 0;
}

.main_news .dlr {
    margin-top: 8px;
}

/* ============================================
   MAIN STORY
   ============================================ */

.main_st {
    box-shadow: 0 1px 0 0 rgba(242, 239, 242, 1);
}

.main_st h2 {
    font-size: 1.6em;
}

.main_st .news_loop_img img {
    margin-bottom: 15px;
}

.sec_main_story {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    position: relative;
}

.sec_headlines {
    width: 48%;
    padding: 0;
}

.sec_right {
    width: 26.32%;
    float: right;
    position: absolute;
    height: 100%;
    right: 0;
}

.sec_right_b {
    width: 26.32%;
    float: right;
    position: absolute;
    height: 100%;
    right: 0;
}

/* ============================================
   SECTION TITLES
   ============================================ */

.sec_title {
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    border-left: 1px solid #e22126;
    padding: 0 12px 0 8px;
    background: #fff;
    font-size: 1.5em;
    line-height: 0.7em;
}

.sec_title a {
    color: #234187;
    font-family: 'Hind', sans-serif;
    font-weight: bold;
}

.incon_box {
    position: relative;
    width: 100%;
    float: left;
    border-top: 1px solid rgb(222, 227, 240);
    padding-right: 4%;
    padding-top: 40px;
}

/* ============================================
   SECTION HEADERS
   ============================================ */

.gray_head,
.skblue_head,
.pinky_head {
    height: 40px;
    margin-top: -15px;
    margin-bottom: 20px;
    width: 100%;
    line-height: 40px;
    color: #c22121;
}

.gray_head span {
    display: block;
    width: 160px;
    text-align: center;
    font-size: 1.3em;
    margin: 0 auto;
    float: none;
    background: #f5f5f5;
    border-radius: 10px;
    border-top: 2px solid #d2d2d2;
}

.skblue_head span {
    display: block;
    width: 160px;
    text-align: center;
    font-size: 1.3em;
    margin: 0 auto;
    float: none;
    border-radius: 10px;
    background: #fff;
    border-top: 2px solid #c4dced;
}

.pinky_head span {
    display: block;
    width: 160px;
    text-align: center;
    font-size: 1.3em;
    margin: 0 auto;
    float: none;
    border-radius: 10px;
    background: #fbf4f4;
    border-top: 2px solid #ffc0ab;
}

.gray_head span a,
.skblue_head span a,
.pinky_head span a {
    color: #c22121;
}

.dc_sama span {
    width: 190px;
}

/* ============================================
   NEWS LOOP
   ============================================ */

.news_loop {
    margin: 0 20px 20px 0;
    padding-bottom: 20px;
    color: #333333;
    font-size: 1.2em;
    line-height: 1.3em;
    text-align: justify;
}

.news_loop:last-child {
    margin-bottom: 0;
    box-shadow: none;
}

.sec_headlines .news_loop {
    margin: 0 0 15px 0;
    box-shadow: 0 1px 0 0 rgba(242, 239, 242, 1);
    padding: 15px 0;
}

.news_loop_img {
    float: left;
    width: 45%;
}

.news_loop_txt {
    float: right;
    width: 51%;
}

.news_loop_img img {
    margin-top: 3px;
}

.news_loop h3 {
    font-size: 13px;
    color: #3c3f38;
    font-weight: bolder;
    font-style: italic;
}

.main_st {
    border-bottom: 0;
    margin-bottom: 20px;
}

.main_st .news_loop_img {
    width: 50%;
}

.main_st .news_loop_txt {
    float: right;
    width: 50%;
    padding: 0 0 15px 15px;
}

.main_st .news_loop_img img {
    border-radius: 0;
}

.sbhd {
    font-size: 1.1em;
}

.sec_headlines .news_loop:last-child {
    box-shadow: none;
}

#section_b.sec_right_b.sec_headlines {
    width: 100%;
}

/* ============================================
   ELECTION SECTION
   ============================================ */

.img-outer {
    display: block;
}

.img-outer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.election {
    margin-bottom: 2rem;
    padding: 3.5rem 1rem 1rem;
    background-color: rgba(35, 65, 135, 0.2);
    width: calc(100% - 15px);
}

.election .sec_title {
    top: 1.5rem;
    left: 1rem;
    background: transparent;
}

.election_inner {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1.2rem;
}

.election_item {
    display: flex;
    grid-gap: 0.7rem;
    flex-wrap: wrap;
}

.election_item .text {
    flex: 1;
}

.election_item.big {
    grid-column: span 12;
    border-bottom: 1px solid #a7bdf1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.election_item.big .img-outer {
    width: 48%;
}

.election_item.big .text h2 {
    font-size: 1.6rem;
}

.election_item.small {
    grid-column: span 6;
}

.election_item.small .img-outer {
    width: 10.625rem;
}

.election_item.small .text h2 {
    font-size: 1.2rem;
}

/* ============================================
   BICHAR & INTERVIEW SECTIONS
   ============================================ */

.bichar_int {
    width: 100%;
    float: left;
    background: #eae8e8;
    padding: 35px 0;
}

.bichar_int_h2 {
    font-family: 'Hind', sans-serif;
    font-size: 1.3em;
    font-weight: normal;
}

.bichar_int_h2 a {
    color: #234187;
    font-weight: bold;
}

.interview,
.entmnt {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 25px;
    border-radius: 3px;
}

.interview .main_st,
.entmnt .main_st {
    width: 46%;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    box-shadow: none;
}

.interview .main_st .news_loop_img,
.entmnt .main_st .news_loop_img {
    width: 100%;
}

.interview .main_st .news_loop_txt {
    width: 97%;
    background: #f0f4fd;
    margin-top: -20px;
    float: left;
    margin-left: 1.5%;
    padding: 15px 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    box-shadow: none;
}

.entmnt .main_st .news_loop_txt {
    width: 100%;
    background: #f0e7e7;
    float: left;
    padding: 15px 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    box-shadow: none;
}

.recentp li .trend_head {
    font-size: 1.2em;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee3f0;
}

.recentp li:last-child .trend_head {
    margin-bottom: 0;
    border-bottom: 0;
}

.int_right {
    float: right;
    width: 50%;
    margin-top: -40px;
}

.interview .sec_headlines,
.entmnt .sec_headlines {
    float: left;
    width: 100%;
}

.interview .news_loop_txt,
.entmnt .news_loop_txt {
    padding-bottom: 0;
}

.interview .news_loop:last-child,
.entmnt .news_loop:last-child {
    padding-bottom: 0;
}

.bichar,
.sahitya {
    background: #ffffff;
    width: 100%;
    padding: 25px;
    border-radius: 3px;
}

.bichar .news_loop,
.sahitya .news_loop {
    box-shadow: 0 1px 0 0 rgba(242, 239, 242, 1);
    margin-bottom: 20px;
}

.bichar .news_loop_img img {
    border-radius: 50%;
}

.sahitya .news_loop:last-child {
    padding-bottom: 0;
}

.in-sec-brk {
    padding-right: 10px;
}

.sec_right .int_loop:last-child {
    border-bottom: 0;
}

/* ============================================
   RIGHT SIDEBAR
   ============================================ */

.right_cont_block {
    position: relative;
    width: 100%;
    float: left;
    border-top: 1px solid rgb(222, 227, 240);
    padding-top: 40px;
}

.right_content {
    position: relative;
    width: 100%;
    float: left;
    border-top: 1px solid #dae7f0;
    padding-top: 40px;
}

.news_head {
    font-size: 1.2em;
    line-height: 1.5em;
}

#section_b .sec_headlines {
    margin-left: 0;
}

#section_b .sec_headlines .news_loop {
    margin-left: 0;
}

.but_right {
    padding-top: 0;
    border-top: 0;
}

/* ============================================
   ADVERTISEMENTS
   ============================================ */

.advt_r {
    text-align: center;
    width: 100%;
    float: left;
}

.advt_bx {
    width: 100%;
    text-align: center;
    float: left;
}

.advt_bx img,
.advt_r img {
    margin: 0 auto;
    float: none;
}

.sec_right img {
    padding: 0;
    margin: 0;
    border: 0;
}

/* ============================================
   RASHI (HOROSCOPE) BOX
   ============================================ */

.rashi_box {
    border: 1px solid #dee3f0;
    padding-top: 50px;
    margin-top: -40px;
    border-top: 0;
}

.rashis {
    margin-bottom: 10px;
    position: relative;
}

.rashis div {
    min-height: 80px;
    text-align: center;
    font-weight: bold;
}

.rashis div a {
    width: 100%;
    cursor: pointer;
    padding-top: 50px;
    display: block;
}

.mesh {
    background: url("images/rashi/mesh.png") no-repeat top center;
}

.brish {
    background: url("images/rashi/vrishabh.png") no-repeat top center;
}

.mithun {
    background: url("images/rashi/mithun.png") no-repeat top center;
}

.karkat {
    background: url("images/rashi/kark.png") no-repeat top center;
}

.simha {
    background: url("images/rashi/simha.png") no-repeat top center;
}

.kanya {
    background: url("images/rashi/kanya.png") no-repeat top center;
}

.tula {
    background: url("images/rashi/tula.png") no-repeat top center;
}

.brishik {
    background: url("images/rashi/vrishchik.png") no-repeat top center;
}

.dhanu {
    background: url("images/rashi/dhanu.png") no-repeat top center;
}

.makar {
    background: url("images/rashi/makar.png") no-repeat top center;
}

.kumbh {
    background: url("images/rashi/kumbh.png") no-repeat top center;
}

.meen {
    background: url("images/rashi/meen.png") no-repeat top center;
}

/* ============================================
   VIDEO SECTION
   ============================================ */

.vid_secion {
    background: #ffffff;
}

.video_box {
    border: 1px solid #eaeaea;
}

.video_box .bichar_int_h2 {
    background: url("images/tv_ic.png") no-repeat left;
    padding-left: 60px;
}

.video_box .main_st .news_loop_txt {
    background: #2f2d2d;
}

.video_box .sec_headlines {
    margin-top: 15px;
}

.video_box .sec_headlines .news_loop {
    width: 40%;
    float: left;
    margin-right: 10%;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: none;
}

.video_box .sec_headlines .news_loop_img,
.video_box .sec_headlines .news_loop_txt {
    width: 100%;
    float: left;
}

.video_box .sec_headlines .news_loop_img img,
.video_box .main_st .news_loop_img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.video_box .main_st h2 a {
    color: #ffffff;
}

.video_box .sbhd {
    font-size: 1.0em;
    background: #eaeaea;
    padding: 10px;
}

/* ============================================
   GALLERY
   ============================================ */

.gall_full {
    width: 100%;
    float: left;
    background: #213e81;
    padding: 55px 0;
    margin-bottom: 20px;
}

.gall_full h1 {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    clear: both;
    margin-top: -20px;
    margin-bottom: 20px;
}

.gall_full h1 a {
    color: #ffffff;
    font-weight: bold;
    font-family: 'Hind', sans-serif;
}

.gall_full h1 a i {
    margin-right: 7px;
}

.galview {
    display: flex;
}

.galview .card {
    min-height: 260px;
}

.galview .card:hover {
    box-shadow: 0 0 10px rgb(140, 142, 149);
    margin-top: -5px;
}

.galview .card-body h2 {
    font-size: 1.2em;
}

.galview .card .card-body {
    padding: 1.25rem 1.0rem 0;
}

.sifaris1 {
    padding-right: 0;
}

.sifaris2 .card.mb-3.box-shadow {
    min-height: 310px;
}

/* ============================================
   FOOTER
   ============================================ */

#footer {
    width: 100%;
    float: left;
    background: #e4e4e4 url("images/footer_bg.png") repeat-x right bottom;
    padding: 45px 0 0;
}

#footer h2 {
    font-size: 16px;
    padding-left: 15px;
    font-weight: normal;
}

#footer h3 {
    font-size: 1.2em;
    margin: 15px 0 5px;
}

#footer_cont {
    width: 94%;
    float: left;
}

#footer_b1 {
    width: 30%;
    float: left;
    padding-left: 1%;
    padding-top: 15px;
    border-right: 1px solid #cecece;
    text-align: right;
    padding-right: 30px;
    color: #313030;
}

.foot_logo_img {
    margin-top: -35px;
    float: right;
    display: inherit;
}

#footer_b3 {
    width: 30%;
    float: left;
    padding-left: 5%;
    padding-top: 15px;
}

#footer_b3 .clmn {
    width: 23%;
    padding: 0 2% 0 0;
    float: left;
    font-size: 1.1em;
}

#footer_b3 .clmn h1,
#footer_b1 h1,
#footer_b3 h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 3px;
    font-family: 'Hind', sans-serif;
}

.footer_bot {
    text-align: center;
    padding: 15px 0;
    background: #223e82;
    color: #fff;
    margin-top: 20px;
}

.footer_bot span {
    margin-left: 30px;
}

#footer_b1 .socail_icons {
    float: right;
    margin: 10px 0;
}

.so_fb {
    width: 60px;
    height: 60px;
    background: url(images/social_ic.png) 2px;
    background-repeat: no-repeat;
    float: left;
    opacity: 0.7;
}

.so_tw {
    width: 60px;
    height: 60px;
    background: url(images/social_ic.png) -59px;
    background-repeat: no-repeat;
    float: left;
    margin-left: 7px;
    opacity: 0.7;
}

.so_yu {
    width: 60px;
    height: 60px;
    background: url(images/social_ic.png) -117px;
    background-repeat: no-repeat;
    float: left;
    margin-left: 7px;
    opacity: 0.7;
}

.so_fb a,
.so_tw a,
.so_yu a {
    display: block;
    padding: 27px;
    border: 2px solid #e6f3fe;
    border-radius: 50%;
}

.so_fb:hover,
.so_tw:hover,
.so_yu:hover {
    opacity: 1;
}

/* ============================================
   DISPLAY UTILITIES
   ============================================ */

.yes600,
.yes800,
.yes1000 {
    display: none;
}

.mobileonly {
    display: none;
}

.desktoponly,
.thauplus {
    display: block;
}

.no800-1240 {
    display: block;
}

.mobile_sticky {
    display: none;
}

/* ============================================
   RETURN TO TOP BUTTON
   ============================================ */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all 0.3s ease;
    z-index: 100;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 9px;
    top: 7px;
    font-size: 19px;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* ============================================
   WORDPRESS CAPTION STYLES
   ============================================ */

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 15px 15px 0;
}

.wp-caption.alignleft {
    margin: 5px 15px 15px 0;
    float: left;
}

.wp-caption.alignright {
    margin: 5px 0 15px 15px;
    float: right;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* ============================================
   MEDIA QUERIES - LARGE SCREENS
   ============================================ */

@media screen and (min-width: 992px) and (max-width: 1240px) {
    .container {
        width: 95%;
        max-width: unset;
    }

    .my_logo {
        max-width: 20%;
    }

    .logo_block {
        padding-top: 30px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        width: 90%;
        max-width: unset;
    }
}

/* ============================================
   MEDIA QUERIES - TABLET
   ============================================ */

@media screen and (max-width: 992px) {
    .no992 {
        display: none;
    }

    .top-menu {
        display: none;
    }

    header {
        height: 85px;
    }

    .head_margin {
        margin-top: 110px;
    }

    .my_logo {
        padding-top: 15px;
    }

    .logo_section {
        padding: 5px 0;
    }

    .logo_block {
        margin-top: 0;
    }

    .logo_block img {
        max-width: 180px;
        margin-top: -25px;
    }

    .lg_container {
        padding: 0 65% 0 2%;
        width: 35%;
    }

    .navbar {
        position: absolute;
        top: 85px;
    }

    .navbar-collapse {
        position: relative;
    }

    .navbar-nav .dropdown-menu {
        text-align: center;
    }

    .navbar-nav {
        width: 60%;
        background: #304d93;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #123ea4;
        border-top: 0;
        padding-bottom: 15px;
    }

    nav ul li .tv,
    nav ul li .eng {
        display: initial;
    }

    .navbar-toggler {
        top: 0;
        right: 0;
        position: absolute;
        margin-top: -55px;
    }

    .nav-area {
        position: absolute;
        top: 0;
        max-width: 80%;
    }

    .incon_box {
        padding-right: 0;
    }

    .ep_left,
    .sec_right {
        width: 100%;
    }

    .ep_left {
        border-right: 0;
        padding-right: 0;
    }

    .sec_right {
        margin-top: 35px;
    }

    .right_break1 {
        width: 47%;
        padding-right: 8%;
        float: left;
        border-right: 2px solid #d5d5d5;
    }

    .right_break2 {
        width: 40%;
        float: right;
    }

    .sec_right,
    .sec_right_b {
        width: 100%;
        float: left;
        position: relative;
        height: auto;
        right: auto;
        border-top: 1px solid #e2e3e3;
        padding-top: 15px;
    }

    .sec_right_b {
        padding-top: 30px;
    }

    .advt_r {
        width: 30%;
        float: left;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .position-sticky {
        position: relative;
    }

    .main_stories .card {
        min-height: 345px;
    }

    .interview .main_st,
    .entmnt .main_st {
        width: 100%;
        float: left;
    }

    .interview .main_st,
    .entmnt .main_st {
        margin-top: 0;
        box-shadow: 0 1px 0 0 rgba(242, 239, 242, 1);
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .interview .main_st .news_loop_img,
    .entmnt .main_st .news_loop_img {
        width: 45%;
    }

    .interview .main_st .news_loop_txt,
    .entmnt .main_st .news_loop_txt {
        width: 51%;
        float: right;
        background: #ffffff;
    }

    .interview .int_right,
    .entmnt .int_right {
        width: 100%;
        float: left;
        margin-top: 0;
    }

    .interview .main_st .news_loop_txt h2 {
        font-size: 0.8em;
    }

    .entmnt .main_st .news_loop_txt h2 {
        font-size: 1.3em;
    }

    .entmnt .main_st .news_loop_txt {
        width: 53%;
    }

    .interview .sec_headlines .news_loop_txt {
        padding-top: 0;
        width: 50%;
    }

    .interview .sec_headlines .news_loop_img {
        padding-top: 0;
        width: 45%;
    }

    .interview .sbhd {
        font-size: 0.8em;
    }

    .entmnt .sbhd {
        font-size: 1.3em;
    }

    .bichar .news_loop_img,
    .bichar .news_loop_txt {
        width: 100%;
        float: left;
    }

    .bichar .news_loop_img img {
        width: 50%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .bichar .sbhd {
        margin-top: 15px;
    }

    .sahitya .news_loop_img,
    .sahitya .news_loop_txt {
        width: 100%;
        float: left;
    }

    .sahitya .news_loop_txt {
        margin-top: 15px;
    }

    .advt_r {
        box-shadow: none;
    }

    .advt_r img {
        float: none;
        margin: 0 auto;
    }

    .adbreak {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .interview .news_loop_img {
        width: 52%;
    }

    .interview .news_loop_txt {
        width: 42%;
        padding-top: 40px;
        font-size: 1.5em;
    }

    .int_loop {
        margin-bottom: 15px;
        width: 44%;
        float: left;
        margin-right: 5%;
        border-bottom: 0;
        margin-top: 20px;
        font-size: 1.3em;
    }

    .rsh_bsk {
        width: 48%;
        float: left;
        margin-top: 20px;
    }

    .roch_bsk {
        width: 48%;
        float: right;
        margin-top: 20px;
    }

    .video_box .main_st h2 a {
        color: #43486a;
        font-size: 1.1em;
        line-height: 1.4em;
    }

    .galview {
        display: flex;
    }

    .galview .card-body h2 {
        font-size: 1.0em;
    }
}

@media screen and (min-width: 768px) {
    .main_stories.sofaris2 .card {
        max-height: 200px;
    }
}

@media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu,
    .btn-group:hover .dropdown-menu {
        display: block;
    }

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

    .dropdown-toggle {
        margin-bottom: 2px;
    }

    .navbar .dropdown-toggle,
    .nav-tabs .dropdown-toggle {
        margin-bottom: 0;
    }
}

/* ============================================
   MEDIA QUERIES - MOBILE
   ============================================ */

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2.5em;
        line-height: 1.4em;
    }

    .main_stories .card {
        min-height: auto;
    }

    .main_stories .card {
        display: block;
        float: left;
        width: 100%;
    }

    .main_stories .card a {
        display: block;
        float: left;
        width: 49%;
    }

    .main_stories .card img {
        border-radius: 0;
    }

    .main_stories .card-body {
        float: right;
        width: 50%;
        display: block;
    }

    .main_stories .card .card-body a {
        width: 100%;
    }

    .main_stories .dateline {
        display: none;
    }

    .main_stories .d-flex {
        display: block;
    }

    .main_st {
        border: 1px solid rgb(232, 236, 246);
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    }

    .main_st p,
    .main_st .dateline {
        display: none;
    }

    .main_st .news_loop_txt {
        padding-right: 10px;
    }

    .main_st h2 {
        font-size: 1.4em;
    }

    .main_st .news_loop_img img {
        margin-top: 0;
    }

    .main_st {
        padding-bottom: 0;
        border-radius: 5px;
    }

    .sec_headlines {
        width: 47%;
    }

    .sec_headlines .news_loop,
    .roch_bsk .news_loop {
        padding: 0;
        min-height: 270px;
        border: 1px solid rgb(232, 236, 246);
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
        margin-top: 25px;
        border-radius: 3px;
    }

    .news_loop_img {
        width: 100%;
        float: left;
    }

    .news_loop_txt {
        width: 100%;
        margin-top: 10px;
        float: left;
        padding: 5px 12px;
    }

    .sec_headlines .news_loop_img img {
        margin-top: 0;
    }

    .incon_box {
        border-top: 1px solid rgb(240, 240, 240);
    }

    .interview .main_st .news_loop_txt {
        margin-top: 10px;
    }

    .interview .main_st,
    .entmnt .main_st {
        padding-bottom: 0;
    }

    .news_loop_img img {
        margin-top: 0;
    }

    .interview,
    .entmnt {
        padding: 0;
    }

    .bichar_int {
        background: #ffffff;
        padding: 0 0 25px;
    }

    .interview,
    .entmnt {
        box-shadow: none;
    }

    .interview .main_st .news_loop_txt h2,
    .interview .sbhd {
        font-size: 0.7em;
    }

    .interview .int_right .sec_headlines .news_loop {
        min-height: auto;
    }

    .interview .sec_headlines .news_loop_txt {
        float: right;
        width: 52%;
    }

    .interview,
    .entmnt {
        margin-top: 15px;
        border-top: 1px solid #f0f3f9;
    }

    .interview .bichar_int_h2,
    .entmnt .bichar_int_h2 {
        margin-bottom: 20px;
    }

    .bichar .news_loop,
    .sahitya .news_loop {
        width: 47%;
        float: left;
        box-shadow: none;
        margin-right: 3%;
    }

    .bichar .sbhd {
        text-align: center;
    }

    .bichar .dateline {
        width: 70%;
        float: none;
        color: #8196a7;
        font-size: 0.9em;
        margin-bottom: 7px;
        text-align: center;
        margin: 0 auto;
    }

    .bichar_int,
    .bichar {
        padding-bottom: 0;
    }

    .entmnt .news_loop_img,
    .sahitya .news_loop_img {
        width: 45%;
        float: left;
    }

    .entmnt .news_loop_txt,
    .sahitya .news_loop_txt {
        width: 52%;
        float: right;
        margin-top: 10px;
    }

    .entmnt .sec_headlines .news_loop {
        min-height: auto;
    }

    .bichar,
    .sahitya {
        padding: 0 0 25px;
        border-top: 1px solid rgb(240, 240, 240);
        margin-top: 45px;
    }

    .bichar_int_h2 {
        margin-top: -15px;
        border-left: 1px solid #e22126;
        height: 25px;
        line-height: 0.9em;
        padding-top: 5px;
    }

    .bichar_int_h2 a {
        background: #ffffff;
        padding: 5px 12px;
    }

    .sahitya .news_loop {
        width: 100%;
        margin-right: 0;
        border: 1px solid rgb(232, 236, 246);
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
        margin-top: 25px;
        border-radius: 3px;
        padding: 0;
    }

    .video_box {
        border: 0;
        margin-top: 15px;
        border-top: 1px solid #f0f3f9;
    }

    .video_box .bichar_int_h2 {
        padding-left: 50px;
    }

    .interview .sec_headlines .news_loop_txt {
        width: 52%;
        font-size: 1.7em;
        margin-top: 15px;
    }

    .interview .main_st .news_loop_txt {
        font-size: 1.8em;
        width: 52%;
    }

    .main_st h2 {
        font-size: 1.3em;
        margin-top: 15px;
    }

    .bichar {
        padding-bottom: 0;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .bichar .news_loop {
        margin-bottom: 0;
    }

    .bichar .news_loop_txt {
        width: 100%;
        float: left;
        font-size: 1.1em;
    }

    .sec_right_b {
        border-top: 0;
    }

    .video_box .sec_headlines .news_loop {
        width: 47%;
        float: left;
        margin-right: 3%;
        border-bottom: 1px solid #e8ecf6;
        padding-bottom: 0;
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    }

    .interview .main_st,
    .entmnt .main_st {
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    }

    .entmnt .main_st .news_loop_txt h2 {
        font-size: 1.0em;
    }

    .entmnt .main_st .news_loop_txt h2 {
        font-size: 1.2em;
        margin-top: 15px;
    }

    .video_box .main_st .news_loop_img img {
        border-radius: 0;
    }

    .video_box .sbhd {
        background: #ffffff;
    }

    .entmnt .sbhd,
    .sahitya .sbhd {
        font-size: 1.2em;
    }

    .advt_r {
        width: 45%;
        float: left;
        margin-right: 5%;
        margin-bottom: 15px;
        padding: 5px;
        box-shadow: 0 2px 3px rgba(53, 53, 53, 0.05);
    }

    .adbreak {
        display: none;
    }

    #footer_b1 {
        width: 85%;
        float: left;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        text-align: left;
        padding-left: 15%;
    }

    .cr1 {
        float: left;
        width: 40%;
    }

    .cr2 {
        float: left;
        width: 40%;
        margin-left: 15%;
    }

    .foot_logo_img {
        float: left;
    }

    #footer_b3 {
        display: none;
    }

    #footer_b1 .socail_icons {
        float: left;
    }

    .news_loop:last-child,
    .sec_headlines .news_loop:last-child {
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    }

    .col-md-12.galview {
        display: contents;
    }

    .galview .col-md-3 {
        width: 50%;
    }

    .galview .card {
        min-height: 260px;
        margin-bottom: 20px;
    }

    .galview .card-body h2 {
        font-size: 1.1em;
    }

    .mobile_sticky {
        display: block;
        position: fixed;
        z-index: 200;
        bottom: 0;
        width: 100%;
    }

    .election_inner {
        grid-gap: 1rem;
    }

    .election_item {
        flex-direction: column;
        grid-gap: 0.5rem;
    }

    .election_item .img-outer {
        width: 100%;
    }

    .election_item.big .text h2 {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }

    .election_item.small .text h2 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    #fp_head_l {
        width: 50%;
    }

    .navbar-nav {
        width: 100%;
    }

    .card-body h2 {
        font-size: 1.4em;
    }

    .main_st h2 {
        font-size: 1.15em;
    }

    .sec_headlines {
        width: 100%;
        float: left;
    }

    .news_loop,
    .bichar .news_loop,
    #section_b .sec_headlines .news_loop {
        min-height: 0;
        width: 100%;
    }

    .news_loop_img,
    .video_box .sec_headlines .news_loop .news_loop_img,
    .bichar .news_loop .news_loop_img {
        width: 48%;
        float: left;
    }

    .news_loop_txt,
    .video_box .sec_headlines .news_loop .news_loop_txt,
    .bichar .news_loop .news_loop_txt {
        width: 50%;
        float: right;
    }

    .bichar .news_loop {
        padding: 10px 0;
        border: 1px solid rgb(232, 236, 246);
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
        margin-top: 15px;
        border-radius: 3px;
    }

    .interview .main_st .news_loop_txt {
        margin-top: 0;
        font-size: 1.6em;
    }

    .interview .sbhd {
        font-size: 0.65em;
    }

    .bichar .news_loop_img img {
        padding-top: 20px;
    }

    .bichar .sbhd {
        text-align: left;
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .bichar .dateline {
        width: 100%;
    }

    .entmnt .main_st .news_loop_img {
        width: 48%;
        float: left;
    }

    .entmnt .main_st .news_loop_txt {
        width: 50%;
        float: right;
    }

    .entmnt .main_st .news_loop_txt h2 {
        margin-top: 0;
    }

    .rsh_bsk,
    .roch_bsk {
        width: 100%;
        float: left;
    }

    .roch_bsk {
        margin-top: 45px;
    }

    .roch_bsk .news_loop {
        min-height: 0;
    }

    .video_box .sec_headlines .news_loop {
        width: 100%;
        margin-right: 0;
    }

    .video_box .sec_headlines .news_loop_img img {
        border-radius: 0;
    }

    .main_st .news_loop_img {
        width: 48%;
    }

    .main_st .news_loop_txt {
        padding-left: 0;
    }

    .rashi_box .container {
        width: 100%;
    }

    .rashis div {
        width: 32.5%;
    }

    .video_box .sbhd {
        padding: 0;
    }

    .footer_bot span {
        margin-left: 0;
        width: 100%;
        display: block;
        margin: 10px 0 0;
    }

    #section_b {
        border-bottom: 0;
    }

    .advt_r {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 5px;
        box-shadow: 0 2px 3px rgba(53, 53, 53, 0.05);
    }

    .cr1,
    .cr2 {
        width: 100%;
        float: left;
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .election_item.small {
        grid-column: span 12;
    }
}

@media screen and (max-width: 400px) {
    h2 {
        font-size: 1.1em;
    }

    .main_stories .card .card-body a {
        font-size: 1.2em;
    }

    .news_loop_txt,
    .main_st .news_loop_txt,
    .interview .sec_headlines .news_loop_txt {
        margin: 0;
        width: 100%;
        float: left;
        padding: 15px 10px;
    }

    .news_loop_img,
    .entmnt .main_st .news_loop_img,
    .interview .main_st .news_loop_img,
    .interview .sec_headlines .news_loop_img {
        width: 100%;
        float: left;
    }

    .main_stories .card a {
        width: 100%;
    }

    .interview .news_loop h2 {
        font-size: 0.68em;
        line-height: 1.3em;
    }

    .main_stories .card-body {
        float: left;
        width: 100%;
    }

    .bises h1 {
        font-size: 2.3em;
        font-weight: bold;
    }

    .advt_r {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .bichar {
        width: 95%;
    }

    .galview .col-md-3 {
        width: 100%;
    }
}