@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800&display=swap');
body{
    font-family: 'Mukta', sans-serif;
}
a {
  color: #3D3B3B;
  text-decoration: none;
}
a:hover{
  color: #ef0000 !important;
}

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

ul li {
  list-style: none;
}

img {
  width: 100%;
}
.br-0{border-right: 0px !important;}
.bb-0{border-bottom: 0px !important;}
.white{
  color: #fff !important;
}
.container{ max-width: 1300px !important; }
.menuImg{
  display: none;
  height: 30px;
  background-color: #fff;
  padding: 2px;
  border-radius: 4px;
}
/* keyframes */
@keyframes slide-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.imgMenu{
    width: auto;
    height: auto;
  animation: slide-in 0.5s ease-in-out ;
  display: block;
  background-color: #fff;
  padding: 2px;
  border-radius: 4px;
}
.top-head {
  background: #ffffff;
}
.social {
  display: flex;
  align-items: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
  height: 100%;
}
 .social a{
    color: #fff; 
    align-items: center;
    display: flex;
    justify-content: center;
 }
 .social a:hover{
  color: #ef0000;
 }
 .social a i:hover{
  color: #ef0000;
 }
 .social i{
  font-size: 20px;
  color: #3D3B3B;
 }
 .social i:hover{
  color: #fff;
 }
 .social svg {
  font-size: 22px;
  color: #4267B2;
}
 .social svg:hover {
  color: #FE0000;
}
 .logo{
  font-family: "Khand", sans-serif;
  padding:10px 0px;
    display: flex;
    justify-content: center;
}
 .logo img {
  width: 400px;
}
 .logo h1{
  color: #0571C3;
  font-weight: 800;
    font-size: 70px;
    letter-spacing: 2px;
    margin-bottom: 0px;
 }
 .logo h1 span{
  color: #282828;
 }
 .menuWrapper {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 3; 
  padding: 10px 0px;
  display: flex;
  align-items: center;
  margin: 10px 0px 20px 0px;
  border-top: solid thin #E0E0E0;
  border-bottom: solid thin #E0E0E0;
}
 .menuWrapper .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
 .menuWrapper .search {
  display: inherit;
  padding: 2px;
  border-bottom: 1px solid #EEF8FF;
}
 .menuWrapper .search input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #EEF8FF;
}
 .menuWrapper .search input::-moz-placeholder {
  color: #EEF8FF;
}
 .menuWrapper .search input::placeholder {
  color: #EEF8FF;
}
 .menuWrapper .search svg {
  font-size: 18px;
  color: #EEF8FF;
}
.menu {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 40px;
  position: relative; /* Add relative positioning to the menu container */
}

.menu button {
  display: none;
  width: fit-content;
}

.menu ul {
  margin: 0px;
  padding: 0;
  display: flex;
  -moz-column-gap: 50px;
  column-gap: 50px;
  position: relative; /* Add relative positioning to the main menu ul */
}

.menu ul li {
  position: relative; 
  font-weight: 800;
}

.menu ul li a {
  line-height: 1.8;
  color: #2c2b2b;
  font-size: 20px;
  font-family: 'Mukta', sans-serif;
  position: relative; /* Add relative positioning to each anchor element */
}

.menu ul li a.active {
    color: #ef0000   !important;
}

.menu ul li a:hover {
  transition: 0.5s ease-in-out;
  color: #ef0000 !important;
}

/* Style the submenu */
.menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #0571c3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 150px; 
}

.menu ul li:hover > ul {
  display: block; /* Show the submenu when hovering over the list item */
}
.menu ul ul li{
  padding: 5px 20px;
  border-bottom: dashed thin #1e85d3;
}
.menu ul ul li a{
  color:#fff;
  font-size: 19px;
}
.menu ul ul li:last-child{
  border-bottom: none;
}

/******************************* Ads ****************************/

.long-ad{
  margin: 20px 0px;
}
.long-ad img{}

.small-ads img{
  margin-bottom: 20px;
}

/******************************* Ads ****************************/






/*********************** title ********************************/
.title-holder{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.title-holder a h2.entry-title{
  color: #000 ;
}
h2.entry-title{
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.4;
    z-index: 2;
    margin-bottom: 0;
    font-size: 30px;
  font-weight: 800;
}
.titledot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #008fd3;
    margin-right: 7px;
    margin-left: 15px;
    display: inline-block;
    transition: all ease 0.31s;
}
.titleline {
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    flex-grow: 1;
    height: 4px;
    transition: all ease 0.31s;
    line-height: 1.4;
}
.entry-title span {
    color: #008fd3;
}
a.see-all{
    display: inline-block;
    margin-top: 0;
    color: #000;
    background: #fff;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 4px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    line-height: 1.4;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 9%)!important;
}
a.see-all:hover{
    background-color: #2962ff;
    color: #fff !important;
}

.title-holder.white h2.entry-title {
    color: #fff;
}
/*********************** title ********************************/

h2.right-title{
    float: left;
    width: 100%;
    font-weight: 600;
    color: #00549A;
    padding: 15px 0 10px 10px;
    position: relative;
    margin: 0px;
    margin-bottom: 25px;
    font-size: 30px;
}
h2.right-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #88888830;
}
h2.right-title:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 150px;
    background: #cc0001;
}
h2.right-title a {
    float: right;
    font-size: 18px;
    color: #222222;
    position: relative;
    top: 15px;
}
h2.right-title a i{
    margin-left: 10px;
  }


/*********************** Title ********************************/


.live-wrap{
  margin: 30px 0px;
}
.live-wrap p{
  color: #333333;
  font-weight: 800;
  font-size: 60px;
  text-align: center;
}
.live-wrap iframe{
  width: 100%;
}


.time{
  margin-top: 40px;
    display: flex;
    justify-content: end;
}
.time i{
    color: #24689d;
    float: left;
    line-height: 28px;
    margin-right: 16px;
}



/****************************** Main News  *****************************/

.main-news-wrap{
  float: left;
  width: 100%;
  padding: 50px 0px 30px 0px;
}
.main-news{
    float: left;
    width: 100%;
    margin: 30px 0px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
    color: #171821;
}

.main-news h2{
  text-align:center;
}
.main-news h2 a{
    font-size: 60px;
    line-height: 1.5;
    display: inline;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ef0000 1px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ef0000 1px);
    background-image:linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ef0000 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.5s;
    font-weight: 800;
}
.main-news h2  a:hover {
    text-decoration: none;
    background-size: 100% 100%;
    line-height: 1.5;
    color: #ef0000;
}
.main-news img {
    float: left;
    width: 100%;
    border-radius: 8px;
    margin: 25px 0px;
    object-fit: cover;
    object-position: top;
}
.main-news p {
    font-size: 20px;
    text-align: center;
    color: #474242;
    line-height: 1.8;
    font-weight: 400;
}
.author {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    color: #717070;
    font-weight: 600;
}
.author i{
  margin-right: 10px;
}

.main-news-small{
  float:left;
  width:100%;
}

.line-container {
  width: 100%;
  height: 2px;
  background: #ccc; /* gray background */
  border-radius: 0px;
  position: relative;
  margin-bottom: 30px;
}

.line-progress {
  width: 10%; /* adjust percentage to match your blue part */
  height: 100%;
  background: #006ABC; /* blue */
  border-radius: 3px 0 0 3px;
}

.main-archive{
    float: left;
    width: 100%;
    display: flex;
    border-right: solid thin #CCCCCC;
    padding-right: 20px;
}
.main-archive h3{
  font-size: 18px;
  font-weight: 600;
}
.main-archive img{
    float: right;
    width: 107px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
    object-position: top;
}

/****************************** Main News  *****************************/



/*********************** author ********************************/

span.author__img {
    height: 35px;
    width: 35px;
    max-width: 35px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}

span.author__img img {
    border-radius: 0px;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 0px;
    margin: 0px;
}
.author label{
    color: #787474;
    font-size: 16px;
    font-weight: 500;
    top: -10px;
    position: relative;
}
span.author.author-small img{}

span.sub-author__img {
    height: 28px;
    width: 28px;
    max-width: 28px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}

span.sub-author__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 0px;
}
.sub-author label{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    top: -10px;
    position: relative;
}
.sub-author label i{
  margin-right: 10px;
}

/*********************** author ********************************/





/*********************** Samachar ****************************/

.samachar .title-holder a h2.entry-title{
  color: #000 ;
}
.samachar .titleline{ border-color:#ccc; }
.samachar-latest{
  float: left;
  width: 100%;
}
.samachar-latest h3{
  font-size: 28px;
  font-weight: 800;
}
.samachar-latest img{
  border-radius: 5px;
  height: 400px;
  object-fit: cover;
  margin-bottom: 20px;
}
.samachar-latest p{
    font-size: 16px;
    color: #787474;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 15px 0px;
  }


.samachar-medium{
  float: left;
  width: 100%;
}
.samachar-medium .author label{
  font-size: 14px;
}
.samachar-medium img{
  height: 230px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 25px;
}
.samachar-medium h3{
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}


.samachar-small{
  float: left;
  width: 100%;
  margin-top: 80px;
}
.samachar-small img{
  width: 108px;
  height: 88px;
  object-fit: cover;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
}
.samachar-small h3{
  font-size: 18px;
  font-weight: 700;
}
.samachar-small p{
    font-size: 16px;
    color: #787474;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 15px 0px;
  }

/*********************** Samachar ****************************/




/***************************** Overlay ***********************************/

  


.overlay-box {
    width: calc(100% - 919px);
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 25px;
    margin-bottom: 40px;
}
.overlay-box:nth-last-child(3){
  margin-right: 0px;
}
.overlay-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
}
.overlay-box img {
    height: 420px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}
.overlay-content {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.overlay-content  h3 {
    margin: 0px;
    line-height: 1.2;
    font-weight: 800;
    font-size: 24px;
}
.overlay-content  h3 a {
    color: #fff;
    margin-bottom: 15px;
}
.overlay-content  h3 a:hover{
  color: #bf1821;
}


/***************************** Overlay ***********************************/


/**************************** Lagani *************************************/


.jana-bg{
  background: #00699a;
  border-radius: 7px;
}
.jana-bg h3{
    padding: 20px 20px 0px 20px;
    font-size: 34px;
    line-height: 1.3;
}
.jana-bg h3 a{
  color: #fff;
    font-weight: 700;
}
.jana-bg p{
  color: #fff;
  padding: 20px 20px 0px 20px;
}
.jana-bg img{
    height: 385px;
    object-fit: cover;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.jana-bg span.sub-author{
  padding-left: 20px;
}
.jana-bg span.sub-author label{
  color: #fff;
}
.jana-top{
  margin-bottom: 40px;
}
.jana-top{
  margin-bottom: 40px;
}
.jana-top-small{
  border:solid thin #dddddd7d;
  border-radius: 7px;
  box-shadow: 0 4px 20px #00000012;
}
.jana-top-small img{
  width: 100%;
  height: 225px;
  object-position: top;
  object-fit: cover;
  border-radius: 7px 7px 0px 0px;
}
.jana-top-small h3{
    color: #333;
    margin: 0px;
    padding: 20px 20px 15px 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.jana-top-small p{
  padding: 0px 20px;
    color: #666;
}
.jana-list{
  display: flex;
  margin-bottom: 30px;
}
.jana-list-img{
    padding-right: 15px;
}
.jana-list-img img{
    width: 100%;
    height: 180px;
    border-radius: 7px;
    object-fit: cover;
    object-position: top;
}
.jana-list-content h3{
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
}
.jana-block .jana-top-small img{
  height: 228px;
  object-fit: cover;
  object-position: top;
}
    


/**************************** Lagani *************************************/



    


/**************************** NRN *************************************/

.nrn{
  float: left;
  width: 100%
}    
.nrn-big{
  float: left;
  width: 100%;
  border:solid thin #EDEDED;
}
.nrn-big img{
  float: left;
  width: 100%;
  height: 390px;
  object-position: top;
  object-fit: cover;
  margin-right: 40px;
}
.nrn-big h3{
  padding: 40px 20px 20px 20px;
  font-size: 34px;
  font-weight: 800;
}
.nrn-big span.author{
  padding:0px 20px;
}
.nrn-big p{
    padding: 0px 20px;
    color: #666;
    font-size: 18px;
    margin-top: 14px;
    float: left;
}

.nrn-medium{
  float: left;
  width: 100%;
  border:solid thin #EDEDED;
}
.nrn-medium img{
  height: 340px;
  object-fit: cover;
}
.nrn-medium h3{
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
    line-height: 1.3;
}
.nrn-medium span.author{
  padding:0px 20px;
}

.nrn-small-wrap{
  float: left;
  width: 100%;
  border-top:solid thin #EDEDED;
  margin-top: 30px;
  padding: 30px 0px;
}
.nrn-small{
  float: left;
  border-right:solid thin #EDEDED;
    display: flex;
    gap: 20px;
}
.nrn-small img{
  width: 103px;
  height: 82px;
  object-fit: cover;
}
.nrn-small h3{
    font-size: 20px;
    font-weight: 800;
}

/**************************** NRN *************************************/




.sports-top{
    position: relative;
    border-radius: 5px;
    margin-bottom: 40px;
}
.sports-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
    border-radius: 5px;
}
.sports-top img {
    height: 420px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}
.sports-top-content {
    color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 5%;
    left: 5%;
    z-index: 2;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 25px;
}
.sports-top-content h3 {
    font-weight: 600;
    font-size: 30px;
    padding-right: 25px;
    line-height: 1.4;
}
.sports-top-content h3 a {
    color: #fff;
    margin-bottom: 15px;
}
.sports-top-content p{
    font-size: 17px;
    font-weight: 300;
    padding-right: 25px;
    color: #f9f1f1;
}
.sports-top-content .author{
  margin-top: 10px;
}
.sports-top-content .author label{
  color: #fff;
}

.prabash-bottom{
  float: left;
  width: 100%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 30px;
    display: flex;
    gap: 30px;
}
.prabash-bottom h3{
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0px 0px 20px;
}
.prabash-bottom img{
  width: 258px;
  height: 175px;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 5px;
}
.prabash-bottom .author{
  margin-top: 20px;
}

/********************************** Prabash ***********************************************/


.video-section {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
  background: #111;
  padding: 40px 0px;
}

.main-video {
  flex: 1 1 60%;
}

.main-video iframe {
  width: 100%;
  height: 360px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.main-video h3 {
  font-size: 20px;
  margin-top: 15px;
  font-weight: bold;
  color: #fff;
}

.archive-videos {
  flex: 1 1 35%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.video-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.video-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}

.video-card p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.video-card p a{
  color: #fff;
}



/*********************************************** bank-block *****************************************************/

.bank{
  float: left;
  width: 100%;
}
.bank-block{
  float: left;
  width: 100%;
}

.bank-left img{
  height: 480px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 7px;
}
.bank-left h3{
    font-size: 20px;
    font-weight: 800;
}

.bank-big {
  margin-bottom: 20px;
}
.bank-big img{
  height: 175px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 7px;
}
.bank-big h3{
    font-size: 20px;
    font-weight: 700;
}


/*********************************************** bank-block *****************************************************/





/*********************************************** corporate *****************************************************/


.corporate{
  float: left;
  width: 100%;
}
.corporate-top {
    float: left;
    width: 100%;
}
.corporate-top img{
    border-radius: 3px;
    height: 350px;
    object-fit: cover;
    object-position: top;
}
.corporate-top-content{
    padding: 0px 0px 30px 0px;
}
.corporate-top-content h3{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
}
.corporate-top-content p{
    font-size: 20px;
    font-weight: 500;
    color: #666;
}

.corporate-bottom {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(171, 184, 192, 0.18);
    margin: 20px 0px;
    padding-top: 25px;
}
.corporate-bottom-content {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.corporate-bottom-content img {
    margin-bottom: 15px;
    border-radius: 7px;
    height: 205px;
    object-fit: cover;
}
.corporate-bottom-content h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
}

/*********************************************** corporate *****************************************************/






/*********************************************** Footer *****************************************************/

footer{
    float: left;
    width: 100%;
    background:#0073a7;
    padding-top: 60px;
}

.footer-info{
    float: left;
    width: 100%;
    color: #fff;
    border-right: solid thin rgb(133 156 245 / 11%);
}
.footer-info img{
    width: 60%;
    height: auto;
    margin-bottom: 30px;
}
.footer-info p{
    font-size: 15px;
    color: #CDD4EF;
    font-weight: 500;
    padding-right: 100px;
}
.footer-info h3{
    font-size: 24px;
    font-weight: 800;
    margin: 25px 0 20px 0;
}
.footer-info ul {
    margin: 0px;
    padding: 0px;
}
.footer-info ul li{
    color: #CDD4EF;
    font-size: 17px;
    font-weight: 400;
}
ul.footer-social {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    padding: 20px 0;
    border-top: solid thin rgb(133 156 245 / 11%);
}
ul.footer-social li a{
    color: #CDD4EF;
    font-size: 15px;
    font-weight: 300;
}

.footer-right {
    float: left;
    width: 100%;
    color: #fff;
}
.footer-right h3{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px;
}
ul.footer-list{
    padding:0px;
}
ul.footer-list li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
ul.footer-list li a{
    color: #CDD4EF;
}
a.footer-btn {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #053668;
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
}
a.footer-btn  span{
    color:#F05E16;
}
.footer-bottom{
    float: left;
    width: 100%;
    border-top: solid thin rgb(133 156 245 / 11%);
    text-align: center;
    padding: 20px 0px;
}
.footer-bottom p{
    color: #fff;
    font-size: 14px;
    margin: 0px;
}

/*********************************************** Footer *****************************************************/