body {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Mukta', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1220px;
    width: 100%;
	margin: 0 auto;}
/* body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
  font-family: 'Mukta', sans-serif;
} */
body {
  background: white;
  z-index: 1;
  overflow-x: hidden;
}
.widget-title {
  display: block;
}

p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

/********POP UP*******/

#popup_content_wrap {
    width: 100%;
    height: 100%;   
    top: 0;
    left: 0;   
    position: fixed; 
    background: rgb(255 255 255 / 90%);
    z-index: 9999999;
  overflow-y: scroll;
}
#popup_content {
    width: 45%;
    height: auto;
    padding: 20px;
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background: rgb(236 235 235);
    border-radius: 10px;
}

.popup-img{
  width: 100%;
  /* height: 700px; */
  margin-bottom: 20px;
}

#popup_content ul{
  padding: 0px;
  margin: 0px;
}

#popup_content ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
}

#popup_content ul li img{
  width: 100px;
  height: auto;
}

#popup_content ul li a{
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

#popup_content{
  color: #fff;
}

#popup_content a{
  text-align: right;
  float: right;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

/*******************HEADER******************/

.top-ads img{
  width: 100%;
}

.top-header{
  padding: 5px 0;
}

.header-left ul{
  padding: 0px;
  margin: 0px;
  margin-top: 40px;
}

.header-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
}

.header-left ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #525252;
  text-decoration: none;
  position: relative;
  top: -5px;
}

.header-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
      margin-top: 40px;
}

.header-right ul li{
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
}

.header-right ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #ba000c;
  text-decoration: underline;
}

.header-right ul li a i{
  font-size: 14px;
  color: #525252;
}


a.logo{
  text-decoration: none;
  text-align: center;
}


.search-icons a {
    text-decoration: none;
    background-color: #04528e;
    color: #fff;
    display: block;
    padding: 14px 20px;
    top: 0;
}

.search-icons a:hover{
  color: #fff;
}


.searchform input{
    border: 1px solid #ddd;
    width: 100%;
    height: 42px;
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 5px;
}

.searchform button.btn.btn-search {
    border: 1px solid #7a0008;
    background-color: #7a0008;
    border-radius: 0px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
}

.searchform .form-group{
  margin-bottom: 5px;
}

.sticky-date{
  display: none;
}

.fixed-top .sticky-date{
  display: block;
  position: absolute;
  left: 6%;
  background-color: #e7e8e9;
  padding: 0px 2px 0px;
  line-height: 14px;
  text-align: center;
  width: auto;
  max-width: 137px;
}

@media(min-width: 1920px)
{
  .fixed-top .sticky-date{
    left: 15%;
  }
}









.logo-section{
  padding: 10px 0;
}

.logo-left img{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.logo-left a{
  text-decoration: none;
}

.logo-left a h5{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}

.logo-right img{
  width: 100%;
  margin-top: 20px;
}









/**********MOBILE MENU***********/

.clickmenus{
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: -35px;
    right: 15px;
    color: #ba000c;
    z-index: 99;
    display: inline-block;
    float: left;
    display: none;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
  text-decoration: none;
}

.sidenav a:hover {
  color: #fff;
  text-decoration: none;
}

.sidenav .closebtn {
  position: absolute;
    top: 5px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: black;
    text-decoration: none;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus img{
  width: 100%;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
    padding: 1px 21px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: black! important;
    padding: 14px 20px;
    border-bottom: 1px solid #b10909;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #000;
    font-size: 13px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
  }

  .shadow-img{
    display: none;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: 38px;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}

















.breaking-section{
    padding: 10px 0;
    background-color: #819edd;
}

p.trends{
    background-color: #fd4441;
    border-radius: 5px;
    padding: 8px;
    width: 85px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.trending-item{
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
}

.trending-box a{
  text-decoration: none !important;
}

.trending-box img{
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
}

.trending-box h6{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  padding-top: 8px;
}

.trending-box h6:hover{
  color: #ba000c;
}

.breaking-section .owl-dots{
  display: none;
}

.breaking-section .owl-nav{
  display: none;
}








/****************AD SECTION***************/

.bigyapan-section{
  padding-top: 10px;
  padding-bottom: 20px;
}

.bigyapan-section img{
  width: 100%;
}

/********************BANNER*****************/





.image-container {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.8;
}

.container:hover .middle {
  opacity: 1;
}

.banner-box {
    text-align: center;
    border-bottom: 1px solid #e3e2e2;
    margin-bottom: 15px;
}

.banner-box h1{
  font-size: 52px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-box h1 a{
  text-decoration: none;
  color: #000;
}

.banner-box h1 a:hover{
  color: #ba000c;
}

.banner-box h1 a i{
  color: #ba000c;
  padding-right: 5px;
}

.banner-box figure {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 620px;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.banner-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.banner-box figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.banner-box img{
  width: 100%;
}

.banner-box h6{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ba000c;
  margin-bottom: 15px;
}

.banner-box p{
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #666;
}

.banner-box ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.banner-box ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
}

.banner-box ul li img{
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}



.banner .single-district img{
  width: 100%;
  height: 620px;
  border-radius: 10px;
}

.banner .filter_box{
  margin-bottom: 20px;
}

.banner .bg-shadow{
  background-color: none;
  top: 75%;
}

.banner .position-absolute h2{
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
}

.bg-shadow ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.bg-shadow ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
}

.bg-shadow ul li img{
  width: 40px !important;
  height: 40px !important;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}

.bg-shadow a{
  text-decoration: none;
}



.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/****************UKREN SECTION***************/

.ukren-section{
  padding: 20px 0;
}

.cat-title {
    padding: 10px 0;
    color: #1e458a;
    margin-bottom: 5px;
    font-size: 24px;
    position: relative;
    font-weight: 600;
}

.cat-title a {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.cat-title a:hover{
  color: #ba000c;
  text-decoration: none;
}

.cat-title a i{
  font-size: 10px;
  background-color: #ba000c;
  padding: 6px 8px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 300 !important;
  line-height: 13px;
  position: relative;
  top: -5px;
  margin-left: 5px;
}

.cat-title:after {
    content: "";
    position: absolute;
    right: 0;
    width: calc(90% - 140px);
    background: rgb(186 0 12 / 23%);
    height: 10px;
    display: block;
    bottom: 25px;
    top: 25px;
}

.cat-title1 {
    padding: 10px 0;
    color: #1e458a;
    margin-bottom: 5px;
    font-size: 24px;
    position: relative;
    font-weight: 600;
}

.cat-title1 a {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.cat-title1 a:hover{
  color: #fff;
  text-decoration: none;
}

.cat-title1 a i{
  font-size: 10px;
  background-color: #fff;
  padding: 6px 8px;
  border-radius: 50%;
  text-align: center;
  color: #ba000c;
  font-weight: 300 !important;
  line-height: 13px;
  position: relative;
  top: -5px;
  margin-left: 10px;
}

.cat-title1:after {
    content: "";
    position: absolute;
    right: 0;
    width: calc(90% - 140px);
    background: rgb(241 222 224 / 23%);
    height: 10px;
    display: block;
    bottom: 25px;
    top: 25px;
}








/*.ukren-box{
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px -2px #00000038;
}*/

.ukren-mainnews{
  margin-bottom: 20px;
}

.ukren-mainnews img{
  width: 100%;
  height: 410px;
  margin-bottom: 15px;
}

.ukren-mainnews h4{
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ukren-mainnews h4 a{
  color: #000;
  text-decoration: none;
}

.ukren-mainnews h4 a:hover{
  color: #ba000c;
}

.ukren-mainnews p{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0px;
}

.ukren-subnews img{
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}

.ukren-subnews h5{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ukren-subnews h5 a{
  color: #000;
  text-decoration: none;
}

.ukren-subnews h5 a:hover{
  color: #ba000c;
}

.ukren-right img{
  width: 100%;
  margin-bottom: 15px;
}

.body-ad-img img{
  width: 100%;
}



/******************SUBNEW SECTION****************/

.subnews-section{
  padding: 20px 0;
}

.sathaniya-list ul{
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: -52px;
    left: 240px;
}

.sathaniya-list ul li{
  list-style-type: none;
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  margin-right: -5px;
}

.sathaniya-list ul li a{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #ba000c;
  text-decoration: none;
}

.sathaniya-list ul li a:hover{
  text-decoration: underline;
}









.oath-left .b-0 {
    bottom: 0;
}
.oath-left .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.oath-left .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.oath-left .overflow {
    position: relative;
    overflow: hidden;
}
.oath-left .zoom img {
    transition: all 0.2s linear;
}
.oath-left .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.oath-left .filter_box {
  margin-bottom: 0px;
}

.oath-left .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.oath-left .single-district h3 {
  font-weight: 700;

}

.oath-left .single-district p {
  font-size: 15px;
  margin: 8px;
}

.oath-left .image-wrapper img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.oath-left .single-district a {
  color: #000;
  display: block;
}

.oath-left .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.oath-left .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.oath-left .position-absolute h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.oath-left .card{
  border: none;
  background-color: transparent;
}

.oath-left .card-body{
  padding: 0px;
}

.subnews-section button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
}

.subnews-section span.fa.fa-angle-left {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.subnews-section button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
}

.subnews-section span.fa.fa-angle-right {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.subnews-section .owl-dots{
  display: none;
}

/**************EDUCATION SECTION**************/

.education-section{
  padding: 20px 0;
}

.education-mid img{
  width: 100%;
  height: 450px;
  margin-bottom: 10px;
  border-radius: 5px;
  object-fit: cover;
}

.education-mid h6{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
}

.education-mid p{
  color: #777;
}

.education-mid h5 a{
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
}

.education-mid h5 a:hover{
  color: #ba000c;
}

.education-row{
  margin-bottom: 10px;
}

.edu-box{
  margin-bottom: 20px;
}

.edu-box img {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 10px;
}

.edu-box h5{
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.edu-box h5 a{
  color: #000;
  text-decoration: none;
}

.edu-box h5 a:hover{
  color: #ba000c;
}

/*.play-right img{
  width: 100%;
  margin-bottom: 20px;
}*/

.play-right ul{
  padding: 0px;
  margin: 0px;
}

.play-right ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  height: 135px;
}

.play-right ul li:last-child{
  border-bottom: none;
}

.play-right ul li a{
  text-decoration: none;
}

.play-right ul li a img{
    width: 150px;
    height: 120px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    clear: both;
}

.play-right ul li a h5{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    padding-top: 25px;
}

.play-right ul li a h5:hover{
  color: #ba000c;
}

.ad-right-img{
  width: 100%;
  margin-bottom: 20px;
}

/************SECURITY***********/

.security{
  padding: 20px 0;
}

.security img{
  width: 100%;
  height: 200px;
}

.security-box {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px -2px #00000038;
}

.security h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.security h5 a{
  color: #000;
  text-decoration: none;
}

.security h5 a:hover{
  color: #ba000c;
}

.security h5 a i{
  color: #ba000c;
  padding-right: 5px;
}

.security h6{
    color: #777;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

.security .tabs {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 6px -2px #00000038;
}
.security #tab-button1 {
    margin: 0;
    left: 0;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -1px;
}
.security #tab-button1 li {
    width: 10%;
    display: inline-block;
}
.security #tab-button1 li a {
    display: block;
    padding: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ba000c;
    border: 1px solid #ba000c;
    border-right: 1px solid #ba000c;
    border-left: 1px solid #ba000c !important;
    border-radius: 10px;
}
.security #tab-button1 li:not(:first-child) a {
  border-left: none;
}

.security #tab-button1 .is-active a {
    border-bottom-color: #092048;
    background: #092048;
    color: #ffffff;
    border: 1px solid #092048;
    border-bottom: none;
    border-radius: 10px;
    font-size: 12px;
}

/*#tab-button li a:hover{
  background: #f9466d;
  color: #fff;
}*/


.security .tab-contents1 {
  padding: 20px;
  border: 1px solid #ddd;
}



.security .tab-button-outer {
  display: none;
}
.security .tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .security .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .security .tab-select-outer {
    display: none;
  }
  .security .tab-contents1 {
    position: relative;
    margin-top: 0;
  }
}

.desh-lefts{
  margin-bottom: 20px;
}

.desh-lefts img{
  width: 100%;
  height: 350px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.desh-lefts h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.desh-lefts h4 a{
  color: #000;
  text-decoration: none;
}

.desh-lefts h4 a:hover{
  color: #ba000c;
}

.desh-mids ul{
  padding: 0px;
  margin: 0px;
}

.desh-mids ul li{
  list-style-type: none;
  padding-bottom: 25px;
}

.desh-mids ul li a{
  text-decoration: none;
}

.desh-mids ul li a img{
  width: 100%;
  height: 150px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.desh-mids ul li a h5{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.desh-mids ul li a h5:hover{
  color: #ba000c;
}

.desh-rights ul{
  padding: 0px;
  margin: 0px;
}

.desh-rights ul li{
  list-style-type: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 81px;
}

.desh-rights ul li:last-child{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.desh-rights ul li a{
  text-decoration: none;
}

.desh-rights ul li a img{
  width: 100px;
  height: 70px;
  border-radius: 5px;
  float: left; 
  margin-right: 10px;
}

.desh-rights ul li a h5{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.desh-rights ul li a h5:hover{
  color: #ba000c;
}


/****************ENTERTAIN SECTION****************/

.entertain-section{
  padding: 20px 0;
}



.entertain-left .b-0 {
    bottom: 0;
}
.entertain-left .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.entertain-left .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.entertain-left .overflow {
    position: relative;
    overflow: hidden;
}
.entertain-left .zoom img {
    transition: all 0.2s linear;
}
.entertain-left .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.entertain-left .filter_box {
  margin-bottom: 20px;
}

.entertain-left .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.entertain-left .single-district h3 {
  font-weight: 700;

}

.entertain-left .single-district p {
  font-size: 15px;
  margin: 8px;
}

.entertain-left .image-wrapper img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.entertain-left .single-district a {
  color: #000;
  display: block;
}

.entertain-left .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.entertain-left .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.entertain-left .position-absolute h2{
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.entertain-left .position-absolute i{
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.entertain-left .card{
  border: none;
  background-color: transparent;
}

.entertain-left .card-body{
  padding: 0px;
}








.entertain-right .b-0 {
    bottom: 0;
}
.entertain-right .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.entertain-right .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.entertain-right .overflow {
    position: relative;
    overflow: hidden;
}
.entertain-right .zoom img {
    transition: all 0.2s linear;
}
.entertain-right .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.entertain-right .filter_box {
  margin-bottom: 20px;
}

.entertain-right .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.entertain-right .single-district h3 {
  font-weight: 700;

}

.entertain-right .single-district p {
  font-size: 15px;
  margin: 8px;
}

.entertain-right .image-wrapper img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.entertain-right .single-district a {
  color: #000;
  display: block;
}

.entertain-right .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.entertain-right .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.entertain-right .position-absolute h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.entertain-right .position-absolute i{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.entertain-right .card{
  border: none;
  background-color: transparent;
}

.entertain-right .card-body{
  padding: 0px;
}




/*****************POLTICS SECTION****************/

.samachar-section{
  padding: 20px 0;
}

.poltic-left .b-0 {
    bottom: 0;
}
.poltic-left .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.poltic-left .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.poltic-left .overflow {
    position: relative;
    overflow: hidden;
}
.poltic-left .zoom img {
    transition: all 0.2s linear;
}
.poltic-left .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.poltic-left .filter_box {
  margin-bottom: 20px;
}

.poltic-left .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.poltic-left .single-district h3 {
  font-weight: 700;

}

.poltic-left .single-district p {
  font-size: 15px;
  margin: 8px;
}

.poltic-left .image-wrapper img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.poltic-left .single-district a {
  color: #000;
  display: block;
}

.poltic-left .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.poltic-left .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.poltic-left .position-absolute h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.poltic-left .card{
  border: none;
  background-color: transparent;
}

.poltic-left .card-body{
  padding: 0px;
}

.poltic-right ul{
  padding: 0px;
  margin: 0px;
}

.poltic-right ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  height: 98px;
}

.poltic-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.poltic-right ul li a{
  text-decoration: none;
}

.poltic-right ul li a img{
  width: 100px;
  height: 80px;
  float: left;
  margin-right: 10px;
  object-fit: cover;
}

.poltic-right ul li a h5{
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  padding-top: 16px;
}

.poltic-right ul li a h5:hover{
  color: #ba000c;
}

.poltic-mid .b-0 {
    bottom: 0;
}
.poltic-mid .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.poltic-mid .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.poltic-mid .overflow {
    position: relative;
    overflow: hidden;
}
.poltic-mid .zoom img {
    transition: all 0.2s linear;
}
.poltic-mid .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.poltic-mid .filter_box {
  margin-bottom: 20px;
}

.poltic-mid .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.poltic-mid .single-district h3 {
  font-weight: 700;

}

.poltic-mid .single-district p {
  font-size: 15px;
  margin: 8px;
}

.poltic-mid .image-wrapper img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.poltic-mid .single-district a {
  color: #000;
  display: block;
}

.poltic-mid .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.poltic-mid .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.poltic-mid .position-absolute h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.poltic-mid .card{
  border: none;
  background-color: transparent;
}

.poltic-mid .card-body{
  padding: 0px;
}

/**************RAJNITI SECTION**************/

.rajniti-section{
  padding: 20px 0;
}

.poltic-mid-box img{
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}

.poltic-mid-box h4{
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.poltic-mid-box h4 a{
  color: #000;
  text-decoration: none;
}

.poltic-mid-box h4 a:hover{
  color: #ba000c;
}

.poltic-mid-box p{
  margin-bottom: 0px;
}

/***********ECONOMY SECTION***********/

.economy-section{
  padding: 30px 0;
  background-color: #204eaf;
}

.eco-mid{
  margin-bottom: 25px;
}

.eco-mid img{
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}

.eco-mid h4{
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.eco-mid h4 a{
  color: #fff;
  text-decoration: none;
}

.eco-mid p{
  color: #fff;
  margin-bottom: 0px;
}

.eco-mid1 ul{
  padding: 0px;
  margin: 0px;
}

.eco-mid1 ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #4f86fb;
}

.eco-mid1 ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.eco-mid1 ul li a{
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}



.invest-right ul{
  padding: 0px;
  margin: 0px;
  background-color: rgb(239 252 255);
}

.invest-right ul li{
  list-style-type: none;
  padding: 15px;
  border-bottom: 1px solid #CCC;
  height: 122px;
}

.invest-right ul li a{
  text-decoration: none;
}

.invest-right ul li .summery{
  float: left;
  margin-right: 10px;
  width: 200px;
  padding-top: 12px;
}

.invest-right ul li a h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    padding-top: 15px;
}

.invest-right ul li a h5:hover{
  color: #ba000c;
}

.invest-right ul li p{
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin-bottom: 0px;
}

.invest-right ul li a img{
    width: 125px;
    height: 90px;
    object-fit: cover;
    float: right;
}











/*****************OATH SECTION*****************/

.oath-section{
  padding: 20px 0;
}



.oath-left .b-0 {
    bottom: 0;
}
.oath-left .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.oath-left .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.oath-left .overflow {
    position: relative;
    overflow: hidden;
}
.oath-left .zoom img {
    transition: all 0.2s linear;
}
.oath-left .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}





.oath-left .filter_box {
  margin-bottom: 0px;
}

.oath-left .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.oath-left .single-district h3 {
  font-weight: 700;

}

.oath-left .single-district p {
  font-size: 15px;
  margin: 8px;
}

.oath-left .image-wrapper img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.oath-left .single-district a {
  color: #000;
  display: block;
}

.oath-left .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.oath-left .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.oath-left .position-absolute h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.oath-left .card{
  border: none;
  background-color: transparent;
}

.oath-left .card-body{
  padding: 0px;
}






.oath-right .b-0 {
    bottom: 0;
}
.oath-right .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.oath-right .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.oath-right .overflow {
    position: relative;
    overflow: hidden;
}
.oath-right .zoom img {
    transition: all 0.2s linear;
}
.oath-right .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}





.oath-right .filter_box {
  margin-bottom: 20px;
}

.oath-right .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.oath-right .single-district h3 {
  font-weight: 700;

}

.oath-right .single-district p {
  font-size: 15px;
  margin: 8px;
}

.oath-right .image-wrapper img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.oath-right .single-district a {
  color: #000;
  display: block;
}

.oath-right .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.oath-right .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.oath-right .position-absolute h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.oath-right .card{
  border: none;
  background-color: transparent;
}

.oath-right .card-body{
  padding: 0px;
}

.oath-right ul{
  padding: 0px;
  margin: 0px;
}

.oath-right ul li{
  list-style-type: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  height: 114px;
}

.oath-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.oath-right ul li a{
  text-decoration: none;
}

.oath-right ul li a img{
  width: 160px;
  height: 100px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

.oath-right ul li a h5{
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    margin-bottom: 0px;
}

.oath-right ul li a h5:hover{
  color: #ba000c;
}

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

.video-section{
  padding: 20px 0;
}

.video-section .b-0 {
    bottom: 0;
}

.video-section .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

.video-section .bg-shadow a i.far.fa-play-circle{
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
}

.video-section .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.video-section .overflow {
    position: relative;
    overflow: hidden;
}
.video-section .zoom img {
    transition: all 0.2s linear;
}
.video-section .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video-section .filter_box {
  margin-bottom: 20px;
}

.video-section .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.video-section .single-district h3 {
  font-weight: 700;

}

.video-section .single-district p {
  font-size: 15px;
  margin: 8px;
}

.video-section .image-wrapper img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.video-section .single-district a {
  color: #000;
  display: block;
}

.video-section .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.video-section .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.video-section .position-absolute h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.video-section .card{
  border: none;
  background-color: transparent;
}

.video-section .card-body{
  padding: 0px;
}

.video-section button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
}

.video-section span.fa.fa-angle-left {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
}

.video-section button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
}

.video-section span.fa.fa-angle-right {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
}

.video-section .owl-dots{
  display: none;
}

button:focus{
  outline: none;
}

.video-section h4 {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px -2px #00000038;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.video-section h4 a {
    color: #000;
    text-decoration: none;
}

/**********STORY SECTION**********/

.story-section{
  padding: 20px 0;
}

.story-section img{
  width: 100%;
  height: 250px;
}

.story-section a{
  text-decoration: none !important;
}

.story-section h5{
    background-color: #eee;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}

.story-section h5:hover{
  color: #ba000c;
}

.story-section ul{
  padding: 0px;
  margin: 0px;
}

.story-section ul li{
  list-style-type: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.story-section ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.story-section ul li a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.story-section ul li a:hover{
  color: #ba000c;
}




/*************FEATURE SECTION**************/

.feature-section{
  padding: 20px 0;
}

.feature-section h4 img{
    background-color: #e13b39;
    padding: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -2px;
    position: relative;
}

.feature-section h4 a{
    float: right;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background-color: #ba000c;
    padding: 10px;
}

.feature-section h4 a:after {
    position: absolute;
    top: 0px;
    right: 102px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 48px;
    border-color: transparent transparent #ba000c transparent;
}

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

.feature-content{
  padding: 20px 15px;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px -2px #00000038;
  min-height: 84px;
}

.feature-box h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.feature-box h5 a{
  color: #000;
  text-decoration: none;
}

.feature-box h5 a:hover{
  color: #ba000c;
}
.owl-nav{
  display: none;
}

.owl-dots {
    /*position: absolute;
    top: -40px;
    right: 12px;*/
    text-align: center;
}

.owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -mozkit-transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dot.active span, .owl-dot:hover span {
  background: #285f9b;
}

/*****************INTERVIEW SECTION*****************/

.interview-section{
  padding: 20px 0;
}

.interview-heading img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 10px;
}

.interview-heading h5{
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.interview-heading h5 a{
  color: #000;
  text-decoration: none;
}

.interview-heading h5 a:hover{
  color: #ba000c;
}

.interview-heading-list ul{
  padding: 0px;
  margin: 0px;
}

.interview-heading-list ul li{
  list-style-type: none;
  padding-bottom: 140px;
  height: 160px;
}

.interview-heading-list ul li:last-child{
  padding-bottom: 0px;
}

.interview-heading-list ul li a{
  text-decoration: none;
}

.interview-heading-list ul li a img{
  width: 160px;
  height: 120px;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
  object-fit: cover;
}

.interview-heading-list ul li a h5{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.interview-heading-list ul li a h5:hover{
  color: #ba000c;
}



/****************PLAY SECTION**************/

.play-section{
  padding: 20px 0;
}

.play-main-news{
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
  object-fit: cover;
}

h5.play-main-heading{
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

h5.play-main-heading a{
  color: #000;
  text-decoration: none;
}

h5.play-main-heading a:hover{
  color: #ba000c;
}

ul.playnews-list{
  padding: 0px;
  margin: 0px;
}

ul.playnews-list li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  height: 140px;
  border-bottom: 1px solid #ccc;
}

ul.playnews-list li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

ul.playnews-list li a{
  text-decoration: none;
}

ul.playnews-list li a img{
  width: 150px;
  height: 120px;
  border-radius: 5px;
  float: left;
  margin-right: 15px;
  object-fit: cover;
}

ul.playnews-list li a h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    padding-top: 30px;
}

ul.playnews-list li a h5:hover{
  color: #ba000c;
}

.play-right h3{
  background-color: #0e5dae;
  padding: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}






.business .tabs {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 6px -2px #00000038;
}
.business #tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.business #tab-button li {
  display: table-cell;
  width: 20%;
}
.business #tab-button li a {
    display: block;
    padding: 14px;
    background: #ba000c;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e4e4e4;
}
.business #tab-button li:not(:first-child) a {
  border-left: none;
}

.business #tab-button .is-active a {
    border-bottom-color: #e4e4e4;
    background: #ffffff;
    color: #ba000c;
    border: 1px solid #e4e4e4;
    border-bottom: none;
}

/*#tab-button li a:hover{
  background: #f9466d;
  color: #fff;
}*/


.business .tab-contents {
  padding: 20px;
  border: 1px solid #ddd;
}



.business .tab-button-outer {
  display: none;
}
.business .tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .business .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .business .tab-select-outer {
    display: none;
  }
  .business .tab-contents {
    position: relative;
    margin-top: 0;
  }
}


.think-box ul{
  padding: 0px;
  margin: 0px;
}

.think-box ul li{
  list-style-type: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  clear: both;
  overflow: hidden;
  display: block;
}

.think-box ul li:last-child{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.think-box ul li a{
  text-decoration: none;
}

.think-box ul li a img{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.think-box ul li a h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    padding-top: 3px;
}

.think-box ul li a h5:hover{
  color: #ba000c;
}

.think-box ul li a h5 i{
  color: #ba000c;
  padding-right: 5px;
}

.think-box ul li p{
  font-size: 14px;
  line-height: 18px;
  color: #666;
  margin-bottom: 0px;
}

/***************BLOG SECTION****************/

.blog-section{
  padding: 20px 0;
}

.blog-section .blog-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    object-fit: cover;
}

.blog-section h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.blog-section h5 a {
    color: #000;
    text-decoration: none;
}

.blog-section h5 a:hover{
  color: #ba000c;
}

.blog-section p {
    text-align: center;
    margin-bottom: 0px;
    color: #666;
}



.nepal-section {
    padding: 30px 0;
}

.nepal-section img {
    width: 100%;
    height: 200px;
}

.nepal-section h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 25px 15px;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px -2px #00000038;
}

.nepal-section h4 a {
    text-decoration: none;
    color: #000;
}

.nepal-section h4 a:hover{
    color: #ba000c;
}













/***************PRABESH SECTION****************/

.prabash-section{
  padding: 20px 0;
}

/************FOOTER************/


.footer-social ul{
  padding: 0px;
  margin: 0px;
}

.footer-social ul li{
  list-style-type: none;
  display: inline-block;
}

.footer-social ul li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  margin: 3px;
}

.footer-social ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

.footer-social ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}

.footer-social ul li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

.footer-social ul li a i.fa-twitter:hover{
  background-color: #0991c5;
}

.footer-social ul li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

.footer-social ul li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

.footer-social ul li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

.footer-social ul li a i.fa-youtube:hover{
  background-color: #8e1814;
}

.mid-footer{
  padding: 40px 0px;
  background-color: #ba000c;
}

.mid-footer h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.mid-footer p{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 5px;
}

.footer-mid-links ul{
  padding: 0px;
  margin: 0px;
}

.footer-mid-links ul li{
  list-style-type: none;
  display: inline-block;
  width: 48%;
  padding-bottom: 10px;
}

.footer-mid-links ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.footer-right-links ul{
  padding: 0px;
  margin: 0px;
}

.footer-right-links ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.footer-right-links ul li a{
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.footer-right-links ul li a i{
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
    color: #ba000c;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.footer-apps img{
  width: 100%;
  margin-bottom: 15px;
}

.bottom-footer{
     padding: 5px 0;
    background-color: #E91C27;
}

.bottom-footer p{
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  text-align: right;
  margin-bottom: 0px;
}

/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #0a2b64;
    color: #fff;
    width: 45px;
    height: 44px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}

/******************SEARCH PAGE START HERE******************/

.search-body{
  padding: 20px 0;
}

.desktop-heading h2{
  display: none;
}

.search-body .pagination{
  margin-top: 20px;
}

.search-body .tabs {
  max-width: 100%;
  margin: 0 auto;
}
.search-body #tab-button3 {
    margin: 0;
    right: 0;
    text-align: right;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -1px;
}

.search-body #tab-button3 ul{
  margin: 0px;
}

.search-body #tab-button3 li {
    width: 30%;
    display: inline-block;
}
.search-body #tab-button3 li a {
    display: block;
    padding: 5px;
    background: #e4e4e4;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    border-right: 1px solid #dad9d9;
    border-radius: 30px;
}
.search-body #tab-button3 li:not(:first-child) a {
  border-left: none;
}

.search-body #tab-button3 .is-active a {
    border-bottom-color: #e4e4e4;
    background: #ba000c;
    color: #ffffff;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-radius: 30px;
    font-size: 12px;
}

/*#tab-button li a:hover{
  background: #f9466d;
  color: #fff;
}*/


.search-body .tab-contents3 {
  padding-top: 20px;
}



.search-body .tab-button-outer {
  display: none;
}
.search-body .tab-contents3 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .search-body .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .search-body .tab-select-outer {
    display: none;
  }
  .search-body .tab-contents3 {
    position: relative;
    margin-top: 0;
  }
}

.search-body h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
    text-align: left;
}

.search-list{
    box-shadow: rgb(0 0 0 / 10%) 0 0 16px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    height: 131px;
}

.search-list img{
  width: 180px;
  height: 120px;
  float: left;
  margin-right: 10px;
}

.search-list h3{
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 10px;
}

.search-list h3 a{
  color: #666;
  text-decoration: none;
}

.search-list h3 a:hover{
  color: #ba000c;
}

.grid-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.grid-box {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px -2px #00000038;
    margin-bottom: 30px;
}

.grid-box h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 10px;
    height: 78px;
}

.grid-box h3 a {
    color: #666;
    text-decoration: none;
}

.grid-box h3 a:hover {
    color: #ba000c;
}

/*******************CONTACT US PAGE START HERE*******************/

.contact-body{
  padding: 40px 0;
}

.contact-body h1{
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.contact-body h2{
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.contact-left p{
  margin-bottom: 2px;
}

.contact-left input.form-control {
    width: 100%;
    height: 45px;
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
} 

.contact-left textarea {
    width: 100%;
    height: 120px;
    border-radius: 0;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 10px;
}

.contact-left button.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    float: right;
}

.contact-left button.btn.btn-primary:hover {
    border: 1px solid #ba000c;
    background-color: #ba000c;
    color: #fff;
}

.interview-right ul {
    padding: 0px;
    margin: 0px;
}

.interview-right ul li {
    list-style-type: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.interview-right ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.interview-right ul li a {
    text-decoration: none;
}

.interview-right ul li a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 15px;
}

.interview-right ul li a h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #777;
    margin-bottom: 5px;
}

.interview-right ul li a h5:hover {
    color: #ba000c;
}

/********************SINGLE PAGE START HERE*******************/

.single-section{
  padding-top: 20px;
  /* padding-bottom: 100px; */
}

.single-society{
  padding-bottom: 100px;
}

.single-section h1{
  font-size: 55px;
  line-height: 62px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

.share-box{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.share-left ul{
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
}

.share-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.share-left img{
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 5px;
}

.share-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.share-right ul li{
  list-style-type: none;
  display: inline-block;
  font-size: 23px;
  line-height: 15px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.share-right ul li span {
    display: block;
    font-size: 12px;
}

.share-right ul li a i{
  background-color: #000;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 21px;
  position: relative;
  top: -6px;
} 

.share-right ul li a i.fa-facebook-f{
  background-color: #4267B2;
}

.share-right ul li a i.fa-twitter{
  background-color: #00acee;
}

.share-right ul li a i.fa-facebook-messenger{
  background-color: #006AFF;
}

.share-right ul li a i.fa-whatsapp{
  background-color: #25d366;
}

.bigyapan-single img{
  width: 100%;
  margin-bottom: 20px;
}

.single-imgage{
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  object-fit: cover;
}

.single-left p{
  text-align: justify;
}

.single-comments{
  margin-bottom: 30px;
}

.single-comments form{
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
}

.single-comments textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    color: #111;
    margin-bottom: 20px;
}

.single-comments input.form-control {
    width: 100%;
    height: 44px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    color: #111;
    background-color: #fff;
    border-radius: 0px;
    margin-bottom: 20px;
}

.single-comments button.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
}

.single-comments button.btn.btn-primary:hover {
    border: 1px solid #ba000c;
    background-color: #ba000c;
}



.economy-single-row{
  padding-left: 0px;
  padding-right: 0px;
}

.single-bigyap img{
  width: 100%;
  margin-bottom: 15px;
}



header
{
    width:100%;
    height:auto;
}




.sidebar
{
    /*background-color:orange;
    height:250px;
    padding:15px;*/
    width: 100%;
}
.stick {
    position: fixed;
    width: 100%;
    top: 0px;
    max-width: 376px;
    margin-top: 55px;
}

.abs {
    position: absolute;
    bottom: 0px;
    width: 92.5%;
}

.footer{height:3120;}


.economy-single-row{
  padding-left: 0px;
  padding-right: 0px;
}

.single-bigyap img{
  width: 100%;
  margin-bottom: 15px;
}


.interview-right ul{
  margin-bottom: 20px;
}

.interview-right img{
  width: 100%;
  margin-bottom: 20px;
}

.interview-right h3{
    background-color: #0e5dae;
    padding: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}


.education-lists ul{
  padding: 0px;
  margin: 0px;
}

.education-lists ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.education-lists ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.education-lists ul li a{
  text-decoration: none;
}

.education-lists ul li a img{
  width: 80px;
  height: 70px;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  object-fit: cover;
}

.education-lists ul li a h5{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #515151;
    text-decoration: none;
    padding-top: 10px;
}

.education-lists ul li a h5:hover{
  color: #ba000c;
}

.education-mid img{
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  border-radius: 5px;
  object-fit: cover;
}

.education-mid h6{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
}

.education-mid p{
  color: #777;
}

h6{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
}

.education-mid h5 a{
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
}

.education-mid h5 a:hover{
  color: #ba000c;
}

.education-row{
  margin-bottom: 30px;
}

.edu-box img {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 10px;
}

.edu-box h5{
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.edu-box h5 a{
  color: #515151;
  text-decoration: none;
}

.edu-box h5 a:hover{
  color: #ba000c;
}


/**************TEAM PAGE START HERE**************/

.team-body{
  padding-top: 30px;
  padding-bottom: 80px;
}

.team-box {
    /*border: 1px solid #ddd;*/
    /*padding: 10px;*/
    text-align: center;
    margin-bottom: 30px;
}

.team-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.team-box h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.team-box p {
    margin-bottom: 10px;
    color: #666;
}

.team-box ul {
    padding: 0px;
    margin: 0px;
}

.team-box ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.team-box ul li a i {
    font-size: 16px;
    color: #000;
}

.team-box ul li a i:hover {
    color: #ba000c;
}

.single-bigyapan img{
  width: 100%;
}

/**************ARTIST LISTING PAGE*************/

.artist-detail-section{
  padding: 40px 0;
}

.artist-detail-section img{
  width: 100%;
}

.artist-detail-section h1{
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #ba000c;
    margin-bottom: 15px;
    padding-top: 100px;
}

.artist-detail-section h6,
.artist-detail-section h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}







.portfolio-section {
  display: flex;
  flex-wrap: wrap;
  min-width: 320px;
  padding: 40px 0;
}

.portfolio-section h2 {
  flex-basis: 100%;
  text-align: center;
  margin: 50px auto 30px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  color: #111;
}
.portfolio-section .card {
  width: 24%;
  overflow: hidden;
  position: relative;
  display: inline-block !important;
}
.portfolio-section .card .content {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: -100px;
  transition: all 0.7s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  min-height: 100px;
  background: #111;
}
.card .image {
  z-index: 1;
  height: 320px;
}
.card img {
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  transform: scale(1.2);
  object-fit: cover;
}

.card:hover .content {
  bottom: 0px;
  color: #fff;
}

.card:hover .image img {
  transform: scale(1);
}

.card .content span:first-child {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.card .content span:last-child {
  font-size: 14px;
  color: #18cfab;
  text-align: center;
  font-weight: 700;
}


@media screen and (max-width: 768px) {
  .card {
  width: 50%;
  }
  .card .content {
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .card {
  width: 100%;
  }
}

.gallery-section{
  padding: 40px 0;
  background-color: #f5f5f5;
}

.gallery-section h2{
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #ba000c;
    margin-bottom: 25px;
    text-align: center;
}

.gallery-section figure {
    position: relative;
    width: 100%;
    height: 380px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-section figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.gallery-section figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/**************NEWS LIST PAGE************/


.newslist-section{
  padding: 40px 0;
}






/***************MEDIA QUERY***************/


@media(max-width: 1330px){
  #mobile-nav-toggle{
    left: 50px !important;
  }
  .nav-menu a{
    padding: 12px 15px !important;
  }
}



@media(max-width: 1300px){
  #mobile-nav ul{
    display: block;
  }
}

@media(max-width: 1200px){
  .search-list h3 {
    font-size: 15px;
    line-height: 22px;
  }
}





@media(max-width: 1024px)
{
  .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    padding: 12px 14px;
  }

  .fixed-top .navbar-light .navbar-nav .nav-link{
    font-size: 12px;
  }

  .fixed-top .navbar-nav.mr-auto{
    margin-left: 30px;
  }

  .clickmenus{
    left: 7px;
  }

  .samachar-box h3{
    font-size: 26px;
    line-height: 32px;
  }

  .samaj-main-news h5{
    font-size: 26px;
    line-height: 32px;
  }

  .samachar-box1 h5{
    font-size: 18px;
    line-height: 24px;
  }

  .samaj-sub-news h5{
    font-size: 18px;
    line-height: 24px;
  }

  .education-lists ul li a h5{
    font-size: 15px;
    line-height: 24px;
  }

  .edu-box h5{
    font-size: 18px;
    line-height: 24px;
  }

  .play-right ul li a h5{
    font-size: 14px;
  }

  .poltic-right ul li a h5{
    font-size: 16px;
    line-height: 20px;
  }

  .pradesh-section #tab-button1 li{
    width: 9%;
  }

  .invest-right ul li .summery{
    margin-right: 0px;
    width: 140px;
  }

  .heading-line h4{
    font-size: 20px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-line a{
    margin-top: 9px;
  }

  .interview-right ul li a h5{
    font-size: 15px;
    line-height: 20px;
  }

  .interview-heading-list ul li a h5{
    font-size: 16px;
  }

  .science-news-list ul li a h5 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
  }

  .blog-section h5{
    font-size: 16px;
    line-height: 22px;
  }

  .blog-section p{
    font-size: 14px;
  }

  .footer-address ul li{
    width: 21%;
    font-size: 12px;
    line-height: 16px;
    margin-right: 10px;
  }

  .search-list img{
    width: 150px;
  }

  .stick{
    width: 310px;
  }
  .oath-right ul li a h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .artist-detail-section h1{
    padding-top: 20px;
  }
  .portfolio-section .card{
    width: 33%;
  }
}

@media(max-width: 991px)
{
  .menu-section{
    border-top: none;
    border-bottom: none;
    height: auto;
  }

  .fixed-top{
    position: relative;
  }

  .clickmenus{
    left: 5px;
    top: -50px;
    width: 38px;
  }

  .header-ad{
    display: none;
  }

  a.logo img{
    display: block;
    margin: 0 auto;
  }

  .header-section{
    padding: 0px;
  }

  .header-left ul,
  .header-right ul{
    margin-top: 30px;
  }

  .banner-box h1{
    font-size: 40px;
    line-height: 52px;
  }

  .samachar-box img{
    max-width: 350px;
    height: 250px;
  }

  .samaj-main-news img{
    max-width: 350px;
    height: 250px;
  }

  .samaj-sub-news img{
    height: 150px;
  }

  .education-lists ul li a h5{
    font-size: 14px;
    line-height: 19px;
  }

  .edu-box img{
    height: 150px;
  }

  ul.playnews-list li a h5{
    font-size: 16px;
    line-height: 24px;
  }

  .country-lists ul li a img{
    height: 300px;
  }

  .country-left img{
    height: 300px;
  }

  .invest-left ul li a h5{
    font-size: 18px;
    line-height: 26px;
  }

  .interview-heading-list ul li a h5{
    line-height: 22px;
  }

  .science-news h5{
    font-size: 20px;
    line-height: 26px;
  }

  .blog-section p{
    margin-bottom: 20px;
  }

  .video-left h5{
    font-size: 20px;
    line-height: 28px;
  }

  .search-list h3{
    font-size: 14px;
  }

  .stick{
    width: 299px;
    margin-top: 0px;
  } 
  .banner-box figure {
    height: 450px;
  }
  .invest-right ul li .summery {
    width: 130px;
  }
  .nepal-section img {
    height: 300px;
  }
  .oath-right ul li a img {
    width: 140px;
  }
  p.trends{
    width: 65px;
  }
  .footer-apps img{
    max-width: 200px;
  }
  #fixed-top #mobile-nav-toggle {
    left: 220px !important;
  }
  #popup_content{
    width: 100%;
  }
}

@media(max-width: 910px){
  .search-list img {
    width: 120px;
  }
}

@media(max-width: 834px)
{
  .banner-box figure{
    height: auto;
  }

  .samachar-box img {
    max-width: 300px;
    height: 220px;
  }

  .samachar-box h3{
    font-size: 22px;
    line-height: 28px;
  }

  .samachar-box1 img{
    height: 120px;
  }

  .samachar-box1 h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .samaj-main-news img {
    max-width: 300px;
    height: 220px;
  }

  .samaj-main-news h5{
    font-size: 22px;
    line-height: 28px;
  }

  .samaj-sub-news img{
    height: 120px;
  }

  .samaj-sub-news h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .education-lists ul li a img{
    width: 60px;
    height: 50px;
  }

  .education-lists ul li a h5 {
    font-size: 12px;
    line-height: 18px;
    padding-top: 0px;
  }

  .education-mid img{
    height: 220px;
  }

  .education-mid h5 a{
    font-size: 20px;
    line-height: 28px;
  }

  .edu-box img {
    height: 120px;
  }

  .edu-box h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .play-main-news{
    height: 220px;
  }

  h5.play-main-heading{
    font-size: 22px;
    line-height: 30px;
  }

  ul.playnews-list li a h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .country-left img{
    height: 250px;
  }

  .country-lists ul li a img{
    height: 250px;
  }

  .invest-left ul li a img{
    width: 180px;
  }

  .invest-left ul li a h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .interview-heading img{
    height: 300px;
  }

  .interview-heading h5{
    font-size: 22px;
    line-height: 30px;
  }

  .video-right ul li a h5 {
    font-size: 18px;
    line-height: 26px;
    padding-top: 0px;
  }

  .science-news img{
    height: 160px;
  }

  .science-news-list ul li a h5{
    line-height: 20px;
  }

  .footer-address ul li{
    width: 24%;
    margin-right: 2px;
  }

  .footer-address ul li i{
    padding-right: 5px;
  }

  .poltic-left .image-wrapper img{
    height: 350px;
  }

  .poltic-mid .image-wrapper img{
    height: 164px;
  }

  .search-list img{
    width: 100px;
    height: 100px;
  }

  .search-list h3{
    font-size: 14px;
    line-height: 20px;
  }

  .search-list{
    height: 110px;
  }
  .poltic-mid-box img,
  .grid-box img{
    height: 200px;
  }

  .single-section h1{
    font-size: 35px;
    line-height: 42px;
  }

  .stick{
    width: 247px;
  }
  .play-right ul li a img {
    width: 110px;
    height: 90px;
  }
  .play-right ul li{
    height: 105px;
  }
  .ukren-mainnews img{
    height: 310px;
  }
  .ukren-subnews img{
    height: 150px;
  }
  .eco-mid img{
    height: 180px;
  }
  .invest-right ul li .summery {
    width: 120px;
  }
  .invest-right ul li a img{
    width: 80px;
  }
  .invest-right ul li a h5 {
    font-size: 16px;
    line-height: 22px;
    padding-top: 0px;
  }
  .oath-right ul li a img {
    width: 110px;
  }
  .oath-right ul li a h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-apps img {
    max-width: 150px;
  }
  .search-list h3{
    padding-top: 0px;
  }
}

@media(max-width: 768px)
{
  .ukren-mainnews h4,
  .banner-box h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .samachar-box img {
    max-width: 260px;
    height: 200px;
  }

  .samachar-box h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .samachar-box1 img{
    height: 100px;
  }

  .samaj-main-news img {
    max-width: 260px;
    height: 200px;
  }

  .samaj-main-news h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .samaj-sub-news img{
    height: 100px;
  }

  .edu-box img{
    height: 100px;
  }

  .play-main-news {
    height: 180px;
  }

  .poltic-right ul li a h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .pradesh-section #tab-button1 li{
    width: 11%;
  }

  .entertain-left .image-wrapper img{
    height: 320px;
  }

  .entertain-right .image-wrapper img{
    height: 150px;
  }

  .science-news-list ul li a img{
    width: 100px;
    height: 80px;
  }

  .science-news-list ul li a h5{
    font-size: 14px;
  }

  .footer-address ul li{
    width: 48%;
    margin-bottom: 10px;
  }

  .mid-footer h4{
    font-size: 20px;
  }

  .search-list img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .search-list h3{
    font-size: 16px;
    line-height: 24px;
  }

  .search-list{
    height: auto;
  }

  .grid-box img{
    height: 150px;
  }

  .grid-box h3{
    font-size: 18px;
    line-height: 30px;
  }

  .stick{
    width: 225px;
  }
  .portfolio-section .card{
    width: 49%;
  }
}

@media(max-width: 767px)
{
  .samachar-box img {
    max-width: 100%;
    height: auto;
  }

  .samachar-box1 img{
    height: auto;
  }

  .samaj-main-news img{
    max-width: 100%;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    float: none;
    margin-right: 0px;
  }

  .samaj-sub-news img{
    height: auto;
  }

  .education-lists ul li{
    height: 67px;
  }

  .education-mid img{
    height: auto;
  }

  .edu-box img{
    height: auto;
  }

  .play-main-news{
    height: auto;
  }

  ul.playnews-list li{
    height: 96px;
  }

  .play-right ul li{
    height: 96px;
  }

  .poltic-left .image-wrapper img{
    height: auto;
  }

  .poltic-mid .image-wrapper img{
    height: auto;
  }

  .poltic-right ul li{
    height: 97px;
  }

  #tab-select1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .country-left img{
    height: auto;
  }

  .country-lists ul li a img{
    height: auto;
  }

  .invest-left ul li{
    height: 145px;
  }

  .entertain-left .image-wrapper img{
    height: auto;
  }

  .entertain-right .image-wrapper img{
    height: auto;
  }

  .interview-heading img{
    height: auto;
  }

  .interview-heading-list ul li{
    height: 81px;
  }

  .picture-right1 .image-wrapper img{
    height: auto;
  }

  .picture-right .image-wrapper img{
    height: auto;
  }

  .science-news img{
    height: auto;
  }

  .science-news-list ul li{
    height: 96px;
  }

  .designed p{
    text-align: left;
    margin-top: 10px;
  }

  .invest-right h3{
    margin-top: 20px;
  }

  .play-right h3{
    margin-top: 20px;
  }

  .interview-heading-list ul li:last-child{
    padding-bottom: 20px;
  }

  .contact-left button.btn.btn-primary{
    margin-bottom: 30px;
  }

  .abs {
    position: relative;
    width: 100%;
  }

  .stick{
    position: relative;
    max-width: 100%;
    width: 100%;
  }

  #tab-select3{
    width: 100%;
  }

  .grid-box h3{
    height: auto;
  }

  .grid-box img{
    height: auto;
  }

  .share-right ul{
    text-align: left;
    margin-top: 15px;
  }

  .single-imgage{
    height: auto;
  }
  .header-left{
    display: none;
  }
  .header-right ul {
    margin-top: 0px;
    text-align: center;
  }
  .gallery-section figure,
  .play-right ul li a img,
  .oath-right .image-wrapper img,
  .nepal-section img,
  .eco-mid img,
  .poltic-mid-box img, .grid-box img,
  .ukren-subnews img,
  .ukren-mainnews img {
    height: auto;
  }
  .oath-right .card,
  .poltic-mid .card,
  .poltic-left .card{
    width: 100%;
  }
  .video-section iframe{
    height: 300px;
  }
  .oath-right ul li a h5 {
    padding-top: 35px;
  }
  .bottom-footer p {
    text-align: left;
    margin-top: 10px;
  }
  p.trends{
    display: none;
  }
}

@media(max-width: 600px){
  .invest-right ul li .summery {
    width: 320px;
    padding-top: 32px;
  }
  .sports{
      margin-top: 30px! important;
  }
}

@media(max-width: 575px)
{ 
  .artist-detail-section h1,
  .single-section h1{
    font-size: 30px;
    line-height: 38px;
  }
}

@media(max-width: 500px)
{
  .country-lists ul li:last-child{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .invest-left ul li a img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .invest-left ul li{
    height: auto;
  }

  .invest-left ul li p{
    margin-bottom: 0px;
  }

  .clickmenus{
    left: 21px;
  }
  .portfolio-section .card {
    width: 100%;
  }
  .card .image{
    height: auto;
  }
}

@media(max-width: 470px){
  .invest-right ul li .summery {
    width: 250px;
    padding-top: 22px;
  }
}

@media(max-width: 400px)
{
  .ukren-mainnews h4, .banner-box h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .education-lists ul li{
    height: auto;
  }

  ul.playnews-list li{
    height: auto;
  }

  ul.playnews-list li a img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .education-lists ul li a img {
    width: 100%;
    height: auto;
  }

  .play-right ul li{
    height: auto;
  }

  .play-right ul li a img{
    width: 100%;
    height: auto;
  }

  .poltic-right ul li{
    height: auto;
  }

  .poltic-right ul li a img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .interview-heading-list ul li{
    height: auto;
  }

  .interview-heading-list ul li a img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .interview-right ul li a img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .interview-right ul li{
    height: auto;
  }

  .science-news-list ul li{
    height: auto;
  }

  .science-news-list ul li a img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .footer-address ul li{
    width: 100%;
  }

  .video-right ul li a iframe {
    float: none;
    margin-right: 0px;
    clear: both;
    width: 100%;
    height: auto;
  }

  .video-right ul li{
    height: auto;
  }
  .invest-right ul li .summery{
    width: 190px;
  }
} 

@media(max-width: 360px)
{
  .banner-box ul li{
    font-size: 14px;
    padding-right: 10px;
  }

  a.logo img{
    max-width: 240px;
    width: 100%;
  }
}

@media(max-width: 350px){
  .invest-right ul li .summery {
    width: 150px;
  }
}





/*======================
    404 page
=======================*/


.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 
 background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    width: 100%;
    background-position: center;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }
			 
			 .link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;}
	.contant_box_404{ margin-top:-50px;}

  /** New **/
  body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: 'Mukta', sans-serif;
}
body {
    background: white;
    z-index: 1;
    overflow-x: hidden;
}
.widget-title {
    display: block;
}
/*--------------------------------------------------------------
 # Header
 --------------------------------------------------------------*/
.main-menu {
    border-top: 2px solid #013892;
    border-bottom: 1px solid #013892;
    position: relative;
}
 .navbar-light .navbar-brand {
    color: #fff;
}
.fav-bg {
    background: white;
}
.sm__shadow {
    box-shadow: 0 2px 4px -4px rgb(0 0 0 / 50%);
}
.nav-item {
    position: relative;
    margin: 0 18px;
}
.nav-item:hover:after {
    width: 100%;
}
.nav-item:after {
    content: '';
    display: block;
    border-top: 2px solid #DC143B;
    width: 0;
    position: absolute;
    left: 0;
    transition: .2s ease-out;
    top: -2px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Mukta';
    line-height: 30px;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    padding: 0;
    margin: 10px 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fcc75b;
}
.dropdown-menu a:hover {
    background: #013892;
    color: #fff;
}
.english a {
    display: inline-block;
    background: #DC143B;
    border-radius: 100px;
    color: #fff !important;
    padding: 0 20px !important;
    font-family: 'Mukta' !important;
    text-transform: uppercase;
}
.heading-tags a {
    background: #e8e8e8;
    padding: 0 15px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 300;
}
.heading-tags a:before {
    content: "#";
    color: #3a3a3a;
    font-size: 12px;
    padding: 2px;
}
.left {
    left: 0 !important;
}
.menu a {
    color: #f3f3f3 !important;
    line-height: 33px;
    font-family: 'Karma';
}
p {
    font-size: 21px;
    line-height: 35px;
    font: 400 20px mukta;
}
.br-100 {
    border-radius: 100px;
}
.date {
    display: none;
}
.uk-sticky-fixed .main-menu .date {
    display: inline-block;
}
.tags a {
    font-size: 16px;
    margin-right: 15px;
    padding: 0 10px;
    display: inline-block;
    line-height: 28px;
    border-radius: 14px;
    margin-bottom: 12px;
    background: white;
    color: #8b8b8b;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    font-weight: 600;
}
.special__bg:before,
.special__bg:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(0 0 0 / 70%), #00000030);
  z-index: 1;
}
.state__block:after {
    content: "";
    position: absolute;
    background: #f0f0f0;
    height: 50%;
    width: 100%;
    left: 0;
    top: 50%;
    border-radius: 10px 10px 0 0;
}
.state {
    background: #f0f0f0;
    border-radius: 0 0 10px 10px;
    height: 170px;
    overflow: hidden;
}
.uk-sticky-fixed a {
    font-size: 14px !important;
}
.uk-sticky-fixed {
    top: 0 !important;
    background: #fff;
    box-shadow: 0 0 6px #333;
}
.uk-sticky-fixed .main-menu {
    border: none;
}
.bg-red {
    background: #DC143B !important;
}
.uk-link, a {
    color: #3a3a3a;
}
.uk-link:hover, a:hover {
    color: #DC143B;
    text-decoration: none;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fafafa;
}
.text-blue {
    color: #DC143B;
}
/*--------------------------------------------------------------
 # Body
--------------------------------------------------------------*/
.blue {
    color: #DC143B !important;
}
.heading__formall span {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    display: inline-block;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    color: #ED1B24;
}
.heading__formall {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.heading__formall:before {
    content: "";
    flex: 1 1 auto;
    height: 3px;
    background-color:#0065B3;
}
.heading__formall:after {
    content: "";
    flex: 1 1 auto;
    height: 3px;
    background-color: #0065B3;
}
.heading__formall span a {
    color: #E91C27;
    text-decoration: none;
}
.sub-head {
    line-height: 44px;
    font-family: 'Mukta';
}
.karma {
    font-family: 'Karma';
}
.ht-50 img {
    height: 35px;
    width: 35px;
    box-shadow: 0 0 8px 2px #969696;
}
.ht-20 {
    height: 20px;
    width: 20px;
}
.ht-15 img {
    height: 25px;
    width: 25px;
}
.ht-30 {
    width: 30px;
    height: 30px;
}
.ht-70 img {
    width: 90px;
    height: 70px;
}
.ht-170 img {
    height: 170px;
}
.ht-175 img {
    height: 170px;
    z-index: 1;
    position: relative;
}
.ht-140 img {
    height: 170px;
}
.ht-260 img {
    height: 215px;
    z-index: 1;
    position: relative;
}
.small_video_bx img {
    height: 88px;
    width: 135px;
}
.ht-220 img {
    height: 241px;
}
.ht-250 img {
    height: 250px;
}
.ht-280 img {
    height: 280px;
}
.ht-300 img {
    height: 300px;
}
.ht-550 img {
    height: 550px;
}
.ht-450 img {
    height: 467px;
}
.ft-18 {
    font-size: 18px;
}
.ft-17 h4 {
    font-size: 18px;
}
.play_bx {
    float: left;
    background: #DC143B;
    padding: 16px 20px;
    border-radius: 6px;
    margin-right: 13px;
}
.brand__color {
    background: #DC143B;
    padding: 0px 10px;
}
.state__color {
    padding: 0px 10px;
    color: #890303;
}
.feat:after {content: "";flex: 1 1 auto;border-top: 5px solid #DC143B;border-bottom: 5px solid #f00;height: 12px;}
.feat {
    display: flex;
    align-items: center;
    line-height: 55px;
    position: relative;
}
.bg4 {
    background: transparent;
}
.mukta {
    font-family: 'Mukta' !important;
}
.my-overlay {
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.75)45% ,rgba(0, 0, 0, 0.97) 100%);
}
.cover {
    object-fit: cover;
}
.ht-200 img {
    height: 170px;
}
.ht-100 img {
    height: 82px;
    width: 120px;
}
.ht-90 img {
    height: 90px;
    width: 90px;
}
.ht-600 img {
    height: 525px;
}
.ads img {
    margin-bottom: 15px!important;
  	width: 100%;
}
.ht-50 img {
    height: 35px;
    width: 35px;
}
.ht-500 img {
    height: 500px;
}
.ht-150 img {
    height: 150px;
}
.ht-400 img {
    height: 400px;
}
.ht-480 img {
    height: 475px;
}
.ht-800 img {
    height: 500px;
    width: 800px;
}
.ht-105 img {
    height: 77px;
    width: 81px;
}
.ft-17 {
    font-size: 15px;
    line-height: 30px;
}



/* FOOTER STYLE */
.ts-footer {
border-top: 3px solid #E91C27;
    background: #09358C;
  padding-top: 20px;
  padding-bottom: 10px;
}

.ts-footer ul {
  padding: 0;
}

.ts-footer-info {
  padding: 0;
  margin-bottom: 40px;
}
.textwidget {
    color: #FFFFFF;
}
.ts-footer-info li {
  color: #fff;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.ts-footer-info li i {
  margin-right: 5px;
  font-size: 18px;
}

.ts-footer .widget-title {
  font-size: 20px;
  font-weight: 800;
  color: #fafafa;
  line-height: 0px;
  padding-left: 50;
  position: relative;
  margin-bottom: 20px;
}

.ts-footer .widget-title::before {
  position: relative;
  left: 10;
  top: 0;
  width: 100%;
  height: 3px;
  bottom: 0;
  margin: auto;
  content: '';
  background: white;
}

.ts-footer .widget-title span {
  background: #019E65;
  padding-right: 50px;
  position: relative;
}
.ts-footer li {
	padding: 0px 0px;
    list-style: none;
}
.ts-footer li a {
	color: #FFF;
	font-size: 16px;
	padding: 0px 0px; 
  list-style: none;
}
.ts-footer .textwidget p {
  font-size: 18px;
  color: #fff;
}

.ts-footer .footer-widtet {
  margin-bottom: 20px;
}

.ts-footer .footer-widtet.post-widget .post-block-style .post-thumb {
  width: 55px;
  height: 55px;
  margin-right: 40px;
}

.ts-footer .footer-widtet.post-widget .post-block-style .post-thumb img {
  height: 100%;
}

.ts-footer .footer-widtet.post-widget .post-block-style .post-content .post-title a {
  color: #fff;
}

.ts-footer .footer-widtet.post-widget .post-block-style .post-content .post-title a:hover {
  color: #01256C;
}

.ts-copyright {
     border-top: 3px solid #fafafa;
  background: #DC143B;
  padding: 15px 0;
}

.ts-copyright {
  background: #DC143B;
  padding: 12px;
  color: #FFFFFF;
}

.ts-copyright p {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.4;
  color: #fafafa;
}

.ts-copyright a {
  color: #FFFB02;
  font-weight: bolder;
}

.sidebar-widget:not(:last-child) {
  margin-bottom: 50px;
}

.sidebar-widget .nav-tabs {
  left: 0;
  right: auto;
}







/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------
.footer p {
    font-size: 16px;
    font-family: 'Karma';
    line-height: 32px;
}
.f-text {
    color: #dadada !important;
}*/
#back-to-top {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    padding: 4px;
    z-index: 999;
}
/*--------------------------------------------------------------
 # Archive
--------------------------------------------------------------*/
.page-numbers {
    padding-right: 20px;
}
.page-numbers:first-child {
    padding-left: 20px;
}
.page-numbers.current {
    color: #DC143B;
}
.page-numbers.dots {
    color: #f00;
    line-height: 18px;
    margin: 0;
    top: -5px;
    position: relative;
}
/*--------------------------------------------------------------
 # Subscription
--------------------------------------------------------------*/
.subscribe-block label {
    font-size: 13px;
    font-family: 'Karma';
    display: block;
}
.subscribe-block p {
    position: relative;
    margin: 0;
    font-family: 'Karma';
    font-size: 15px;
    line-height: 30px;
}
.subscribe-block button {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #DC143B;
    border: 0;
    border-radius: 0 10px 10px 0;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
}
.subscribe-block input {
    background: #b1b1b1;
    border: 0;
    border-radius: 10px;
    padding: 0 20px;
    line-height: 45px;
}
.subscribe-block input:focus {
    outline: 0;
}
@media only screen and (max-width: 600px) {
    .heading-tags {
        overflow: auto;    
        white-space: nowrap;
    }
    .mobi-fnt {
        font-size: 18px !important;
    }
}
.break_title {
  color: black;
  font-weight: 500;
    font-size: 58px;
}
a.break_title:hover {
  color: #950101;
}

.ms-4 {
  margin-left: 1.5rem !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
h4.uk-text-bold.uk-h5.m-0 {
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
h2.uk-link.uk-h2.uk-margin.uk-text-bold {
  text-decoration: none;
}
h4.uk-link.uk-h4.uk-text-bold.uk-margin.mobi-fnt {
  text-decoration: none;
}
.paginate {
  display: flex; /* Use flexbox for layout */
  justify-content: center; /* Center the pagination links */
  align-items: center; /* Align items vertically center */
}

.paginate .page-numbers {
  list-style: none; /* Remove default list styles */
  padding: 0; /* Remove default padding */
}

.paginate .page-numbers li {
  display: inline-block; /* Display pagination links inline */
  margin-right: 5px; /* Add margin between pagination links */
}

.paginate .page-numbers .current {
  font-weight: bold; /* Highlight the current page */
}
.col-lg-3.col-md-6.col-sm-6 {
    border-right: 1px solid #ffffff2e;
}
@media screen and (min-width:600px){
	.card-body {
    padding: 5px;
	}
}
a:hover {
    color: #09358C;
}
.uk-width-expand {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}
.gtranslate_wrapper {
    float: right;
}
.cover-photo {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust the height as needed */
    overflow: hidden;
}

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

/* Media query for devices with a max width of 768px (tablets and phones) */
@media (max-width: 768px) {
    .cover-photo {
        height: 50vh; /* Reduce height for smaller screens */
    }
    
    .cover-photo img {
        object-fit: cover; /* Ensure the image covers the space */
    }
}

/* Media query for devices with a max width of 480px (phones) */
@media (max-width: 480px) {
    .cover-photo {
        height: 40vh; /* Further reduce the height for small mobile devices */
    }
}

.ok-grid-12 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}
.span-12 {
    grid-column: span 12;
}
.ok-samachar-spot-news {
    background-color: #f4f6f8;
}

.flx {
    display: flex;
}
@media (min-width: 1023px) {
    .ok-samachar-spot-news .post-img-wrap, .page-template-templates .ok-samachar-spot-news .post-img-wrap {
        height: auto;
        min-height: 354px;
    }
}

.ok-samachar-spot-news .post-img-wrap {
    flex: 1;
    max-width: 428px;
    min-width: 428px;
}
.ok-samachar-spot-news .post-img-wrap a {
    display: block;
    height: 100%;
}

.ok-news-post a {
    text-decoration: none;
}
.ok-samachar-spot-news .post-img-wrap a img {
    height: 87%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px 0 0 4px;
}

.ok-news-post a .ok-post-thumb {
    border-radius: 4px;
    margin-bottom: 20px;
    object-fit: cover;
}
.ok-samachar-spot-news .post-title-wrap {
    flex: 2;
}

.ok-samachar-spot-news .post-title-wrap {
    align-self: center;
/*     padding: 60px; */
}
.ok-news-title-txt, .ok-samachar-spot-news .post-title-wrap h4, .post-title-wrap h4 {
    hyphens: auto;
    word-break: break-word;
}

.ok-samachar-spot-news .post-title-wrap h4, .ok-interview-spot .post-title-wrap h4 a, .ok-single-page .ok-post-title-right h1.entry-title {
    line-height: 1.3;
}
.ok-samachar-spot-news .post-title-wrap h4 {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 24px;
}
.ok-samachar-spot-news .post-title-wrap h4 a {
    color: rgba(0, 0, 0, .8);
    transition: all .3s ease;
}

.ok-news-post a {
    text-decoration: none;
}
.ok-samachar-spot-news .post-title-wrap p {
    font-size: 18px;
}
@media (max-width: 767px) {
    [class*=ok-grid-] {
        display: block;
    }
}

@media (max-width: 767px) {
    .ok-grid-12>div {
        grid-column: span 12;
    }
}
@media (max-width: 767px) {
    .ok-samachar-spot-news {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .ok-samachar-spot-news {
        display: block;
    }
}
@media (max-width: 767px) {
    .ok-samachar-spot-news .post-img-wrap {
        height: 324px;
    }
}

@media (max-width: 767px) {
    .ok-section .ok-col-right, .ok-samachar-spot-news .post-img-wrap {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .ok-samachar-spot-news .post-img-wrap a img {
        border-radius: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .ok-samachar-spot-news .post-title-wrap {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .ok-samachar-spot-news .post-title-wrap h4, .ok-interview-spot .post-title-wrap h4 a, .ok-single-page .ok-post-title-right h1.entry-title {
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .ok-samachar-spot-news .post-title-wrap h4 {
        font-size: 28px;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .post-title-wrap>p, .ok-bises-type-2 p {
        display: none;
    }
}

@media (max-width: 767px) {
    .post-title-wrap p {
        margin: 5px 0 0;
    }
}

.block.color-dark-blue.card10.category_swasthya {
    background: white;
    padding: 20px 20px 20px 20px;
}
.block.color-dark-blue.card10.category_education {
    background: white;
    padding: 20px 20px 20px 20px;
}
.block.color-dark-blue.card10.category_suchhana-prabidi {
    background: white;
    padding: 20px 20px 1px 20px;
}h3.block-title {
    color: #E91C27;
    font-size: 23px;
}
.post-overaly-style {
    position: relative;
    overflow: hidden;
    height: 247px;
}
.post-overaly-style:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}
.post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.post-thumb img {
    display: block;
    width: auto;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    object-fit: cover;
    max-height: 300px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.post-overaly-style .post-content {
    position: absolute;
    bottom: 0;
    padding: 25px;
}
.post-content {
    padding: 30px;
    z-index: 1;
    position: relative;
}
.three_column_three_category2 .category_one .post-title, .three_column_three_category2 .category_one .block-title a {
    color: #000;
}

.post-title {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 0;
}
.gap-20 {
    clear: both;
    height: 20px;
}
.list-post-block {
    margin-top: 0px;
}
.list-post {
    list-style: none;
    margin: 0;
    padding: 0;
}
.three_column_three_category2 .category_one .list-post-block .list-post > li {
    border-bottom-color: #000;
}
.list-post-block .list-post > li {
    margin-bottom: 30px;
    max-height: 100px;
    border-bottom: 1px #ddd solid;
}
.post-block-style.post-float.clearfix {
    margin-bottom: 10px;
}
.post-block-style {
    position: relative;
}
.post-block-style.post-float .post-thumb {
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}
.post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.post-block-style.post-float .post-thumb img {
    height: auto;
    border: 1px #f7f7f7 solid;
    height: 48px;
    width: 100%;
    max-width: 95px;
}
.post-thumb img {
    display: block;
    width: auto;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    object-fit: cover;
    max-height: 300px;
}
.post-block-style.post-float .post-content {
    z-index: 0;
}
.post-block-style .post-content {
    padding: 2px 0px 0px 0px;
}
.post-content {
    padding: 30px;
    z-index: 1;
    position: relative;
}
.three_column_three_category2 .category_one .post-title, .three_column_three_category2 .category_one .block-title a {
    color: #000;
}
.post-block-style.post-float .post-title {
    margin-top: 0;
}
.post-title.title-medium {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.post-title a {
    color: white;
    font-weight: 700;
}
.post-meta.date-date {
    color: white;
}
.fa-bars:before {
    font-size: 16px;
}
.post-overaly-style {
    position: relative;
    overflow: hidden;
}

.post-overaly-style:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.post-overaly-style .post-content {
    position: absolute;
    bottom: 0;
    padding: 25px;
}

.post-overaly-style .post-title a {
    color: #fff;
}

.post-overaly-style .post-date {
    color: #fff;
}

.post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.post-thumb.single-page-and-post{
    
     overflow: auto;
}

.post-thumb img {
 
    display: block;
    width: auto;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    object-fit: cover;
    max-height: 300px;

}
.list-post-block {
    margin-top: 0px;
}

.list-post {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-post-block .list-post > li {
    margin-bottom: 30px;
    max-height: 1000px;
    border-bottom: 1px #ddd solid;
    clear: both;
}

.list-post-block .list-post > li:last-child {
    margin-bottom: 0;
}

.post-block-style.post-float .post-thumb {
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

.post-block-style.post-float .post-thumb img {
    height: auto;
    border: 1px #f7f7f7 solid;
    height: 48px;
    width: 100%;
    max-width:  95px !important;
}

.post-block-style.post-float .post-title {
    margin-top: 0;
}

.post-block-style.post-float .post-content {
    z-index: 0;
}

.post-block-style.post-float .post-cat {
    font-size: 8px;
    left: 0;
    top: 0;
}
.widget-area-11.cartoon-2 .list-post li .post-float {
    box-shadow: 0px 2px 7px rgba(22, 30, 106, 0.3);
    border-radius: 10px;
    padding-right: 5px;
    padding-left: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post-block-style.post-float.clearfix {
    margin-bottom: 10px;
}
.widget-area-11 h2.post-title.title-large {
    max-height: 74px;
    overflow: hidden;
}
.post-block-style.post-float .post-title {
    margin-top: 0;
}
.post-title.title-large {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 5px;
}
li.clearfix {
    background: white;
}
.social {
    padding: 70px 1px 1px 0px;
}
  section.cartoon-section {
    background: #144C9C;
}

.footer-top {
    background-color: #c1d2e3;
    /* padding: 30px 0px 0px; */
}

.footer-brand {
    background: #d3222d;
    height: 150px;
    align-items: center;
    display: flex;
    padding: 5px;
}

.copyright {
    background-color: #0b3358;
}
#internal_trc_83410{
	display: flex !important;
}
.footer-img img {
    height: 100px;
}

.video-list-item {
    margin-bottom: 10px;
}

.drishti-icon {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}
.skip-ads .widget img {
    width: 100%;
    object-fit: cover;
    margin: 0px !important;
    border-radius: 0 !important;
    opacity: 1;
}

.skip-ads .widget img:hover {
    opacity: 1;
}

.skip-ads .widget:before {
    position: absolute;
}

.np-model-title {
    position: absolute !important;
    right: 0;
    background: #ec1b30;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid;
    top: 0;
    cursor: pointer;
}
.khabar-kura-skip{
    width: 960px !important;
}
.drishiti-video {
    background: #222;
    padding: 30px 15px 15px;
}

.uk-tab-right::before {
    border-left: 0px;
}

.jiwansaili-item img {
    height: 150px;
    object-fit: cover;
}

.sahitya-img img {
    height: 380px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 575px) {
    .post-entry img {
        width: 100%;
    }
    .cat-title a {
        font-size: 14px;
    }

    .special-img img {
        height: 250px;
        object-fit: cover;
    }

    .special-hedaing-title span::before {
        display: none !important;
    }

    .special-hedaing-title span {
        position: initial;
    }

    .special-hedaing-title {
        margin-top: 35px;
    }

    .hedaing-item {
        margin-bottom: 40px;
    }

    .mobile-gwan {
        display: none !important;
    }

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

    .post-entry blockquote {
        width: 100%;
    }

    .sahitya-img img {
        height: 150px !important;
    }

    .mobile-scroll {
        display: none;
    }

    h5 {
        font-size: 1.1rem !important;
    }

    .single-heading {
        font-size: 27px;
        font-weight: 600;
    }
	.auther-drishti{
	margin-bottom: 10px;
	}
    .search-item {
        display: none !important;
    }

    .auther-details {
        margin-bottom: 20px;
		flex-direction: column;
    	align-items: start;
    }

    .auther-details h4 {
        font-size: 15px;
    }

    .author-single-img img {
        height: 25px;
        width: 25px;
    }

    .wrap-head {
         font-size: 35px;
		line-height: 1.2;
		font-weight: 600;
    }

    .post-date {
        font-size: 10px;
    }

    .prawash .media {
        display: inline;
    }

    .header-adv {
        margin-top: 10px;
    }

    .bivid-media {
        display: inline;
    }
	.drishti-grid-ads{
		flex-direction: column !important;
		align-items: center !important;
	}
	.drishti-grid-ads .widget{
		margin-bottom: 10px;
		}
    .bivid-media img {
        margin-bottom: 15px;
    }

    .row-wrap {
        box-shadow: none;
        margin-right: -15px;
        margin-left: -15px;
    }

    .mobile-menu-drist {
        display: none !important;
    }

    .epaper-dist-menu {
        display: inline !important
    }

    .drishti-multimedia-section {
        padding: 0px !important;
    }

    .footer-brand {
        display: none !important;
    }

    .aayomail-facebook-embeded iframe {
        height: 180px !important;
    }

    .icon-list {
        display: none !important;
    }

    .mobile-video-section {
        display: none;
    }
	.pradesha-brand{
	    text-align: center !important;
    	width: 100%;
	}
    .sub-title-special {
        display: none;
    }
	.post-date {
		margin-left: 43px;
	}
	.single{
		padding: 0px !important;
	}
}

@media (min-width: 1300px) {
    .container {
        max-width: 1260px !important;
    }
}


ul.LiveVideo {
    font-weight: 600;
    color: #444;
    float: left;
    padding: 10px 20px;
    margin-top: 51px;
    vertical-align: middle;
    border-radius: 3% !important;
    display: contents;
    font-size: 30px;
}

ul.LiveVideo li {
    display: -webkit-box;
}

.blink_me {
    color: red;
    animation: blinker 1s linear infinite;
}
img#wpstats {
    display: none;
}span.developer-link {
    color: white;
}a.developer-links {
    color: #e7baba;
}
.widget-title {
    color: black;
    font-weight: 600;
    padding-top: 0px;
        font-size: 24px;
    margin-bottom: 5px;
}
.textwidget p{
    color: black !important;
    margin-right: 10px;
    font-weight: bold;
    padding: .1rem 0rem !important;
    font-weight: 400 !important;
        display: block;
            margin: 0px 0px 0px 0px;
                font-size: 16px;
}
.custom-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #BE1522; /* Dark blue background */
    color: #ffffff; /* White text */
    font-family: 'Arial', sans-serif; /* Adjust font family */
    font-size: 16px; /* Adjust font size */
    text-align: center;
    border: none;
    border-radius: 25px; /* Rounded edges */
    text-decoration: none; /* No underline */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    transition: background-color 0.3s ease; /* Smooth hover effect */
    cursor: pointer; /* Pointer cursor to mimic a button */
    margin-top: 26px;
  }

  .custom-button:hover {
    background-color: #BE1522; /* Lighter blue on hover */
    color:white;
  }
  .custom-tag {
    display: inline-block;
    background-color: #e2e2e2; /* Light gray background */
    color: black; /* Text color */
    padding: 5px 10px; /* Add padding for space inside */
    border-radius: 15px; /* Rounded corners */
    font-size: 14px; /* Adjust font size */
    margin-right: 5px; /* Space between tags */
    text-decoration: none;
	  font-weight: bold;
	   float: inline-end;
}
.custom-tag:hover {
    background-color: #144C9C; /* Slightly darker gray on hover */
    color:white;
	font-weight: bold;
}
.wp-list-table .column-title {
  width: 50%;
}
th#featured_image {
  display: none;
}
td.featured_image.column-featured_image {
  display: none;
}

.footer-nav {
      background: #78777724 !important;
    padding-top: 50px;
    border-top: 1px solid #000000;
}
figcaption.wp-caption-text {
    display: none;
}
.banner-item {
    border: solid 1px rgba(0, 0, 0, .14);
    padding: 15px;
}
.top {
    margin-top: 40px ! important;
}
.author-img {
    display: flex
;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
}
.author-img img {
    border-radius: 50%;
}
.author-img img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.author-img img {
    border-radius: 50%;
}
.author-img img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.uk-link-reset a, a.uk-link-reset {
    color: inherit !important;
    text-decoration: none !important;
}
.post-date {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #818285;
}.author-name {
    font-size: 16px !important;
    font-weight: 600;
    color: #818285 !important;
    padding: 0px 15px;
    margin: 0;
    font-family: 'Noto Sans Devanagari', sans-serif;
}
.globe-nav-recent {
    background: #23408e;
    margin: 0px;
    justify-content: space-between;
}

.uk-subnav {
    display: flex
;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
}
.uk-padding-remove {
    padding: 0 !important;
}
.uk-margin-remove-left {
    margin-left: 0 !important;
}
.uk-subnav>* {
    flex: none;
    padding-left: 20px;
    position: relative;
}
.trending-nav .uk-subnav-pill>.uk-active>a {
    color: #fff !important;
    font-size: 23px !important;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    border-left: 5px solid #23408e;
    border-top-right-radius: 50px;
    border-right: 8px solid #23408e;
    padding: 8px 23px;
    background-color: #950101 !important;
}
h4.uk-margin-remove-top a {
    font-size: 19px;
    font-weight: 600;
}
.hk-des {
    font-size: 16px;
    color: rgb(78, 78, 78);
}
.tranding-item {
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.cat-title {
    padding: 5px 0px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
}
.cat-title h2 {
    margin: 0px;
    font-weight: 600;
    font-family: 'Mukta', sans-serif;
    padding-bottom: 6px;
}
.cat-title h2 span {
    font-family: 'Mukta', sans-serif;
}
.uk-heading-line>::after, .uk-heading-line>::before {
    border-bottom: calc(0.2px + 0.1em) solid #ed1c24;
}
.cat-title h2 span a {
    font-family: 'Khand', sans-serif;
    font-size: 25px;
    color: #700101 !important;
    font-weight: bold;
    padding: 0px 24px 0px 0px;
    display: flex
;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
}
@media (max-width: 575px) {
    .uk-card-body {
        padding: 10px! important;
    }
}
.uk-overlay.uk-position-bottom.uk-light {
    background: rgba(0, 0, 0, 0.6); /* black with 60% opacity */
    padding: 10px;
}
.uk-gargin-medium-top.uk-grid.uk-grid-stack {
    margin-top: 40px;
}
.uk-counter {
    background: #700101;
    padding: 62px 1px 1px 1px;
}
.conter-title {
    background: #700101;
    margin-left: -19px;
    margin-right: -19px;
    margin-top: 30px;
    margin-bottom: 31px;
    padding: 0 20px;
}
span.ek-user {
    color: white;
}
.ent-sub-cat span {
    background: #ed1c24;
    padding: 2px 10px 0px;
    border-radius: 5px;
    color: #fff !important;
}.ent-sub-cat {
    padding: 11px 1px 25px 1px;
}
.mid-mano {
    margin-bottom: 20px;
}
.uk-card-title {
    font-size: 22px;
    line-height: 28px;
}
h2.uk-h2.uk-text-bold.uk-margin {
    color: white;
}
.tv{
	background: #950101;
}
