/* For Global */
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
*{
  font-family: var(--firstfont);
  margin: 0;
}


:root{
    --first: #1c2a4e;
    --second : #152238;
    --third: #460303;
    --fourth: #c50000;
    --white: #fff;
    --black: #333;
    --red: #d50202;
    --gray: #505050;
    --facebook: #3b5998;
    --insta: #e4405f;
    --twitter: #1da1f2;
    --firstfont : 'Mukta', sans-serif;
    --seconffont : ;
    --thirdfont : ;

}

body {
  position: relative;
 /* Navbar height */
}

body::before {
  content: '';
  background: url('../assets/img/madan2.jpg') center / cover no-repeat fixed;
  position: fixed;
  top: 100px; /* Start below navbar */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}



a{
    text-decoration: none !important;


  }


  /* #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */

/* For Lines */
.sing_line{
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}
hr.dob_line{

    background-color:white;
  /* margin:0 0 45px 0; */
  max-width:100%;
  border-width:0;
  height:5px;
  border-top:1px solid var(--black);
  border-bottom:2px solid var(--black);
}


/* For Category Title */
.cat_title{
    font-size:26px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
     width:fit-content;
    padding-top: 10px;
     white-space:nowrap;
     padding-bottom:13px;
     position: relative;
     font-family: var(--firstfont);
     margin: 20px auto;
     color: var(--first);
}
.cat_title:before{
    background-color: var(--fourth);
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.cat_title:after{
    background-color: var(--fourth);
    content: '';
    display: block;
    position:absolute;
    right:0;
    bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}
.text_center{
    text-align:center;
    margin:auto;
}
.text_white{
    color:var(--white)
}

/* For Post title  */
.post_title{
    font-size: 18px;
    color: var(--first);
    font-weight: 800;
    font-family: var(--first);

}
.post_title:hover{
  color: var(--second);
}
.post_description{
  color: var(--black);
}

.post_date{
    font-size: 12px;
    color: var(--black);
}
.square_icon{
  width: 80px; /* Adjust the width as needed */
  height: 80px;
  object-fit: cover;
  margin-right: 10px; /* Add spacing between image and title */
  border-radius: 10px;
  transition: 0.3s all;
  padding: 10px;
}
.square_icon:hover{
transform: scale(1.05);

}

.square_image{
    width: 150px; /* Adjust the width as needed */
    height: 150px;
    object-fit: cover;
    margin-right: 10px; /* Add spacing between image and title */
    border-radius: 10px;
    transition: 0.3s all;
}
.square_image:hover{
  transform: scale(1.05);
}

.round_image{
    width: 150px; /* Adjust the width as needed */
    height: 150px;
    object-fit: cover;
    margin-right: 10px; /* Add spacing between image and title */
    border-radius: 50%;
    transition: 0.3s all;

}

.round_image:hover{
  transform: scale(1.05);
}

  .big_image{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1%;
    transition: 0.3s all;
  }

  /* .big_image:hover{
    transform: scale(1.05);
  } */

.rect_image{

}

.bround_image{

}
.rect_ad img{
    width: 100%;

}


.en_ne{
  height:20px;
  width: 5px;
  position: absolute;
  top: 1%; 
  right: 3%;
  transition: 0.1s all;
}
.en_ne:hover{
  font-weight: 800;

}

.btn_en{
  padding: 3px;
  width: fit-content;
  color: var(--white);
  background: var(--first);
  /* margin-bottom: 5px; */
  transition: 0.2s all;
  font-size: 12px;
  font-weight: 500;
}
.btn_en:hover{
  color: var(--first);
  background: var(--white);
  font-weight: 700;
}

.btn_en.active{
  color: var(--white);
  background-color: var(--red);
}
.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: var(--white);
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: var(--first);
  transition: 0.2s all;
}

.btn-style-one:hover{
  background-color:var(--white);
  color: var(--first);
  font-weight: 700;
}

.date_time{
  color: var(--first);
  font-weight: 800;
  text-align: right;
}

/* For top Navbar */
.topheader{
 
  background: url('../img/topnav.png') center right / 75% no-repeat;

}



/* For Breaking news */

.quick_news {
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 5px 0 5px 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  padding-bottom: 5px;
}

@keyframes scroll {
  0% {
    transform:translateX(calc(-250px * 7));

  }
  100% {

    transform: translateX(10%);
  }
}
.qn_button{
    position: absolute;
    left: 0;
    padding: 10px;
    border: 0;
    background-color:  #16386b;
    z-index: 998;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    border-radius: 5px 0 0 5px;
}

.news_slider {
  height: fit-content;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  border-left: 20px;
}
.news_slider .news_track {
  animation: scroll 40s linear infinite alternate-reverse;
  display: flex;
  width: calc(250px * 14);
}
.news_slider .news_slide {
  height: 50px;
  width: fit-content;
  margin-right: 30px;
  justify-content: center;
}

.news_slide a{
    text-decoration: none;
}
.news_slide p{
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
  color: black;
  font-family: 'Mukta', sans-serif;
  white-space: nowrap; /* Added property */
  overflow: hidden; /* Added property */
  text-overflow: ellipsis; /* Added property */
}



/* For Cover news */

.post_container{
    display: flex;
    align-items: center;
    margin: 15px 10px;

}


  .post_maincontainer{
    margin: 10px;
  }




/* For Carousel */
.carousel-item img{
  max-height: 90vh;
  object-fit: cover;
  object-position: center;
}

/* For Teams in index*/


.right_intro.card{
  width: 100%;
  border: 1px solid var(--black);
  margin-bottom: 7px;
  height: 190px;
  background-color: rgb(228, 241, 245);
  font-family: 'Mukta', sans-serif;

}
.right_intro.card .card-head{
  background-color: var(--first);
  color: white;
  text-align: center;
  padding: 7px;
  margin-bottom: 7px;

}
.right_intro.card_one img{
  height: 120px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-left: 5px;
}
.pp_desc{
 margin: 10px 0;
}
.pp_desc{
  font-size: 16px;
}
.bold_name{
  font-weight: bold;
  font-size: 19px;
  color: var(--first);
}
.pposition{
  font: 17px;
}
.eng{
  font-size: 15px;
}



/* For About Section */
.about-section{
  position: relative;
  padding: 0 0 20px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 26px;
  color: var(--black);
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 3px 14px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: var(--first);
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  /* padding-left: 80px; */
  padding-bottom: 0px;
}
/* .about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: var(--first);
    padding: 10px 15px;
    left:15%;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: var(--white);
  display: block;
  font-weight: 400;
} */


.image-1 img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
}
/* 

.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;

} */

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #fff;}



/* For Tabular */
.all_tabs{
  min-height: 600px;
}
.active-tabs {
  width: 100%;
  padding: 10px;
  position: relative;
  margin: 20px auto;
  ;
}

.active-tabs input {
  opacity: 0;
  display: none;
  visibility: hidden;
}

.font_icons i{
  color: var(--first);
}

.font_down:hover, .font_eye:hover{
  color: var(--second);
}

.active-tabs .btn {
  background: var(--first);
  color: var(--white);
  cursor: pointer;
  display: block;
  float: left; 
  font-family: var(--firstfont);
  font-size: 16px;
  height: 40px;
  line-height: 35px;
  margin-right: 1px;
  text-align: center;
  width: fit-content;
  opacity: 0.8;
  transition: all 0.4s;
  font-weight: 600;
}

.active-tabs .btn:hover {
  transform: translateY(-5px);
  opacity: 1;
}

.active-tabs input:checked + label {
  background: #fff;
  opacity: 1;
  transform: translateY(-5px);
  box-shadow: 1px 0 0 0 rgba(0,0,0,0.3);
  color: var(--first);
}

.tabs-container {
  width: 100%;
  position: relative;
  float: left;
  top: -5px;
  background: #fff;
}

.tab-1 ,
.tab-2 ,
.tab-3 ,
.tab-4 ,
.tab-5 ,
.tab-6 ,
.tab-7 {
  height: 100%;
  width: 100%;
  /* box-shadow: 2px 2px 0 0 rgba(0,0,0,0.3); */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}



.tab-1 .post_desc ,
.tab-2 .post_desc ,
.tab-3 .post_desc ,
.tab-4 .post_desc ,
.tab-5 .post_desc ,
.tab-6 .post_desc ,
.tab-7 .post_desc {
  color: var(--black);
  font-family: var(--firstfont);
  font-size: 20px;
  /* line-height: 200px; */
  text-align: left;
}


.btn-1:checked ~ .tabs-container .tab-1 ,
.btn-2:checked ~ .tabs-container .tab-2 ,
.btn-3:checked ~ .tabs-container .tab-3 ,
.btn-4:checked ~ .tabs-container .tab-4 ,
.btn-5:checked ~ .tabs-container .tab-5 ,
.btn-6:checked ~ .tabs-container .tab-6 ,
.btn-7:checked ~ .tabs-container .tab-7 {
  position: relative;
  visibility: visible;
  top: 0;
  left: 0;
  opacity: 1;
}

/* For The image section */

 .accordion {
        width: 100%;
        max-width: 100%;
        max-height: 400px;
        overflow: hidden;
        margin: 20px auto;
    }

    .accordion ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 0;
        padding: 0;
    }

    .accordion ul li {
        display: table-cell;
        vertical-align: bottom;
        position: relative;
        width: 16.666%;
        height: 250px;
        background-repeat: no-repeat;
        background-position: center center;
        transition: all 500ms ease;
    }

    .accordion ul li div {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .accordion ul li div a {
        display: block;
        height: 250px;
        width: 100%;
        position: relative;
        z-index: 3;
        vertical-align: bottom;
        padding: 15px 20px;
        box-sizing: border-box;
        color: #fff;
        text-decoration: none;
        font-family: Open Sans, sans-serif;
        transition: all 200ms ease;
    }

    .accordion ul li div a * {
        opacity: 0;
        margin: 0;
        width: 100%;
        text-overflow: ellipsis;
        position: relative;
        z-index: 5;
        white-space: nowrap;
        overflow: hidden;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .accordion ul li div a h2 {
        font-family: Montserrat, sans-serif;
        text-overflow: clip;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 2px;
        top: 160px;
    }

    .accordion ul li div a p {
        top: 160px;
        font-size: 13.5px;
    }


    .accordion ul:hover li,
    .accordion ul:focus-within li {
        width: 8%;
    }

    .accordion ul li:focus {
        outline: none;
    }

    .accordion ul:hover li:hover,
    .accordion ul li:focus,
    .accordion ul:focus-within li:focus {
        width: 60%;
        background-size: cover;
    }

    .accordion ul:hover li:hover a,
    .accordion ul li:focus a,
    .accordion ul:focus-within li:focus a {
        background: rgba(0, 0, 0, 0.4);
    }

    .accordion ul:hover li:hover a *,
    .accordion ul li:focus a *,
    .accordion ul:focus-within li:focus a * {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .accordion ul:hover li {
        width: 8% !important;
    }

    .accordion ul:hover li a * {
        opacity: 0 !important;
    }

    .accordion ul:hover li:hover {
        width: 60% !important;
    }

    .accordion ul:hover li:hover a {
        background: rgba(0, 0, 0, 0.4);
    }

    .accordion ul:hover li:hover a * {
        opacity: 1 !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    /* @media screen and (max-width: 600px) {


        .accordion {
            height: auto;
        }

        .accordion ul li,
        .accordion ul li:hover,
        .accordion ul:hover li,
        .accordion ul:hover li:hover {
            position: relative;
            display: table;
            table-layout: fixed;
            width: 100%;
            -webkit-transition: none;
            transition: none;
        }
    } */



  /* For  World News Section*/
  .with_back{
    background: var(--first);
    min-height: 350px;
}






/* For Sports Section */

.secondcarousel {
    width: 100%;
    height: 400px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .secondcarousel:hover .controls {
    opacity: 1;
  }
  .secondcarousel .controls {
    opacity: 0;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    justify-content: space-between;
    width: 100%;
    z-index: 99999;
    transition: all ease 0.5s;
  }
  .secondcarousel .controls .control {
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0.5;
    transition: ease 0.3s;
    cursor: pointer;
  }
  .secondcarousel .controls .control:hover {
    opacity: 1;
  }
  .secondcarousel .slides {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    transition: 1s ease-in-out all;

  }


  .secondcarousel .slides .slide{
    min-width: 100%;
    height: 100%;
    height: auto;
    position: relative;
  }
.secondcarousel .slides .slide img{
    width: 100%;
    height: 400px;

}

  .secondcarousel .slides .slide p{
   position: absolute;
    text-align: center;
    color: var(--white);
   bottom: -5%;
   left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);

  }


  /* For Footer */

  /* For Footer */

  .footer_serv{
    text-align: right;
   }
   .footer_serv h3{
       color: white;
   }
   .footer_serv p{
       color: white;

   }
 /* FOr Footer */
 ul {
   margin: 0px;
   padding: 0px;
 }
 .footer-section {
  /* background-image: linear-gradient(to right top, #0c3c85, #0e3b7f, #103a78, #133972, #16386b); */
  background-color: var(--first);
  /* background: url('../img/topnav.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; */

   position: relative;
 /* box-shadow: rgba(33, 37, 109, 0.15); */
 font-family:'Mukta', sans-serif;

 }
 .footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background-image: url('../assets/img/nav2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  opacity: 0.3; /* Adjust the opacity value as desired */
}
 .footer-cta {
 border-bottom: 1px solid #373636;
 }
 .single-cta i {
 color: #6a88ac;
 font-size: 30px;
 float: left;
 margin-top: 8px;
 }
 .cta-text {
 padding-left: 15px;
 display: inline-block;
 font-family:'Mukta', sans-serif;
 }
 .cta-text h4 {
 color: var(--white);
 font-size: 20px;
 font-weight: 600;
 margin-bottom: 2px;
 font-family:'Mukta', sans-serif;
 }
 .cta-text span {
 color: #b5b4bb;
 font-size: 15px;
 }
 .footer-content {
 position: relative;
 z-index: 2;
 }
 .footer-pattern img {
 position: absolute;
 top: 0;
 left: 0;
 height: 330px;
 background-size: cover;
 background-position: 100% 100%;
 }
 .footer-logo {
 margin-bottom: 30px;
 }
 .footer-logo img {
   max-width: 130px;
 }
 .footer-text p {
 margin-bottom: 14px;
 font-size: 14px;
     color: #7e7e7e;
 line-height: 28px;
 }
 .footer-social-icon span {
 color: var(--white);
 display: block;
 font-size: 20px;
 font-weight: 700;
 font-family: 'Poppins', sans-serif;
 margin-bottom: 20px;
 }
 .footer-social-icon a {
 color: var(--white);
 font-size: 16px;
 margin-right: 15px;
 }
 .footer-social-icon i {
 height: 40px;
 width: 40px;
 text-align: center;
 line-height: 38px;
 border-radius: 50%;
 }
 .facebook-bg{
 background: #3B5998;
 }
 .twitter-bg{
 background: #55ACEE;
 }
 .google-bg{
 background: #DD4B39;
 }
 .footer-widget-heading h3 {
 color: var(--white);
 font-size: 20px;
 font-weight: 600;
 margin-bottom: 40px;
 position: relative;
 font-family:'Mukta', sans-serif;
 }
 .footer-widget-heading h3::before {
 content: "";
 position: absolute;
 left: 0;
 bottom: -15px;
 height: 2px;
 width: 50px;
 background: #6a88ac;
 }
 .footer-widget ul li {
 display: inline-block;
 float: left;
 width: 50%;
 margin-bottom: 12px;
 }

 .footer-widget .quicknepal_link li {
  display: inline-block;

  width: 100%;
  margin-bottom: 12px;
  }
 .footer-widget ul li a:hover{
 font-weight: bold;
 }
 .footer-widget ul li a {
 color: #878787;
 text-transform: capitalize;
 text-decoration: none;
 }



 .copyright-area{
 background: #0c3c85;
 padding: 25px 0;
 }
 .copyright-text p {
 margin: 0;
 font-size: 14px;
 color: #878787;
 }
 .copyright-text p a{
 color: #ff5e14;
 }
 .footer-menu li {
 display: inline-block;
 margin-left: 20px;
 }
 .footer-menu li:hover a{
 color: #ff5e14;
 }
 .footer-menu li a {
 font-size: 14px;
 color: #878787;
 }



/* For Single pages */


/* For Team Memeber */

   /* Team Page */
   .team_card{
    width: 100%;
    overflow: hidden;
    text-align: center;
    border:none !important;
    /* height: 420px; */

  }
  
  .team_card .image{
    height: 300px;
    width: 100%;
    object-fit: contain;
    /* object-position: ; */
  }
.team_name{
 font-size: 20px;
 font-weight: 700;
 color: #0b1f6d;

}
.team_position{
 font-size: 16px;
 font-weight: 600;
}
.team_email{
 font-size: 15px;
 font-weight: 500;
}
.team_contact{
 font-size: 15px;
 font-weight: 500;
}


/* For SIngle Image gallery */
.gallery_image{
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

/* For VideoSection */
.video_card iframe{
  height: 300px;
}
.vid_desc{
  font-size: 16px;
  font-weight: 600;
  color: #0b1f6d;
}

/* Navbar Active State Styles */
.nav-menu a.active {
    background-color: #d50202 !important;
    color: white !important;
    box-shadow: 0 2px 8px rgba(213, 2, 2, 0.3);
}

.nav-menu a.active:hover {
    background-color: #b30000 !important;
    color: white !important;
}

.dropdown-menu a.active {
    background-color: #d50202 !important;
    color: white !important;
}

/* Enhanced hover effects for navbar */
.nav-menu a:hover {
    background-color: #f8f9fa;
    color: #d50202;
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
    color: #d50202;
}

/* Active dropdown parent styling */
.dropdown.active > a {
    background-color: #d50202 !important;
    color: white !important;
}

 @media screen and (max-width: 600px) {

  .logo_img{
    width: auto;
    height: 90px;
  }
  .square_image{
    width: 100%;
    height: auto;
  }
  .sec-title .cat_title{
    margin-top: 65px;
  
  }
  .carousel{
    min-height: 300px;
   }
  .carousel-item img{
    height: 300px;
  }
  
  .toggler-icon{
    color: var(--white);
  }

  .en_ne{
    height:80px;
    width: 15px;
    margin-top: 0;
    transition: 0.1s all;
    display: inline-block;
  }
  
  }