*{
  padding: 0;
  margin: 0;
}
html{
  overflow-x: hidden;
}
body{
  box-sizing: border-box;
  width: 100%;
  
}



.language-select{
  display: flex;
  justify-content: end;
}

.language-select select{
  max-width: 100px;
  font-size: 14px;
  padding: 2px;
  color: #fff;
  background-color: #141414;
  border: none;
  outline: 0px;
  box-shadow: none !important;
}

.top-haader{
  background-color: #141414;
}

.language-select .form-select {
  --bs-form-select-bg-img: url('../img/icons/down-arrow.png');

}

.navbar{
  padding-top: 0px;
}

#navbarNavDropdown{
  justify-content: center;
  gap: 15px;
  align-items: flex-start;

}

.navbar-nav{
  gap: 10px;
}

.navbar-brand{
  padding: 0px;
}

.nav-link{
  font-size: 14px;
  font-weight: 400;
  
}

.navbar-toggler-icon{
  background-image: url(../img/icons/togler.png);
  width: 2.5em;
  height: 2.5em;
}

.offcanvas-header .btn-close {
  background: url(../img/icons/nav-close.png);
  background-size: contain;
  opacity: 1;
}



.navbar-nav .nav-item {
  border-bottom: 4px solid transparent;
  transition: all ease 0.5s;
  padding-top: 5px;
}

.navbar-nav .active{
  padding-top: 5px;
  color: #e05a11;
  border-bottom: 4px solid #e05a11;
}

.navbar-nav .active a{
  color: #e05a11;
}

.nav-item .nav-link{
 color: #fff;
 
}

.nav-item:hover{

  color: #e05a11;
  border-bottom: 4px solid #e05a11;
}

.nav-item:hover .nav-link{
  color: #e05a11;
}

.carousel-control-prev-icon{
  background-image: url(../img/icons/left-arrow.png);
}

.carousel-control-next-icon{
  background-image: url(../img/icons/right-arrow.png);
}

.marcque{
  display: flex;
  align-items: center;

}

.latest-head{
  padding: 1px 40px;
  background-color: #e05a11;
  
}
.latest-head p{
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  width: 130px;
}


.latest-marque{

  background-color: #10498c;
  padding-right: 40px;
  
 
}

.latest-marque marquee{
 color: #fff;
 
}

.marcque{
  background-color: #10498c;
}

.geo-nagaland{
  background-color: #d50036e6;
  background-image: url(../img/geo-banner.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.geo-nagaland::before {
  content: '';
  background-color: rgba(171, 5, 46, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
}

.box-box{
  border-right: 1px solid #ff8383;
}

.box-box h2{
  font-size: 40px;
  color: #fff;
  font-family: monospace;
  text-align: center;
  font-family: 500;
}

.box-box h6{
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.box-box img{
  display: block;
  margin: auto;
}

.geo-boxes{
  position: relative;
}

#border-none{
  border-right: none;
}

.about-us h2{
  font-size: 40px;
  font-family: math;
}

.about-us p{
  font-size: 15px;
}

.about-geo h4{
  font-size: 22px;
  font-family: math;
  font-weight: 700;
}

.about-geo p{
  font-size: 15px;
}

.box-box h6{
  text-transform: uppercase;
}
.notice-head{
  display: flex;
  gap: 10px;
  align-items: center;
}

.notice-head h5{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.notice{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 15px 20px;
}

.notice-box{
  border-bottom: 1px solid #d4d4d4;
}

.notice-box a{
  color: #141414;
  text-decoration: none;
}

.notice-box a h5{
  font-size: 14px;
  font-weight: 400;
  color: #e05a11;
  margin-bottom: 5px;
}

.notice-box a span{
  font-size: 15px;
  color: #5e5e5e;
  font-weight: 500;
}



.event-type{
  color: #e05a11!important;
}



.notice-box-end{
  border-bottom: 0px solid #d4d4d4;
}

.notice-box-end a{
  color: #141414;
  text-decoration: none;
}

.notice-box-end a h5{
  font-size: 16px;
  font-weight: 700;
  color: #e05a11;
  margin-bottom: 5px;
}

.services-sec{
  background-color: #efefef;
}

.services-sec h3{
  font-size: 30px;
  font-weight: 700;
}

.service-head p{
  font-size: 15px;
  font-weight: 500;
  font-family: sans-serif;
  line-height: 25px;
  margin-top: 10px;
}

.service-box {
  padding: 5px;
  background-color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.service-content h6{
  font-size: 16px;
  font-weight: 600;
  
}

.service-list {
  list-style: none;
  padding-left: 6px;
}

.service-list li{
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 5px;
 
}

.service-list li::before{
  content: url(../img/icons/right.png);
  margin-right: 5px;
}

.service-read-btn .btn{
  background-color: #fd5f0a;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 5px 10px;
  border: 2px solid #fff;
  border-radius: 0px;
  max-width: 150px;
  display: block;
  margin: auto;
  text-align: center;
}

.service-read-btn{
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
}

.mobile-app{
  background-color: #effcf8;
}

.mobile-app-content{
  position: relative;
  height: 100%;
}

.mobile-app-content h1{
  color: #fd5f0a;
  font-weight: 800;
  font-size: 60px;
 
}

.download h2{
  font-size: 45px;
  font-weight: 800;
  color: #10498c;
  text-transform: uppercase;
}

.call-don a{
  font-size: 20px;
  font-weight: 600;
  color: #10498c;
  text-decoration: none;
}

.call-don a span{
 padding-right: 10px;
 margin-right: 5px;
 border-right: 2px solid #fd5f0a;
}

.call-don a span i{
  color: #fd5f0a;
}



.mail-don a{
  font-size: 20px;
  font-weight: 600;
  color: #10498c;
  text-decoration: none;
}

.mail-don a span{
 padding-right: 10px;
 margin-right: 5px;
 border-right: 2px solid #fd5f0a;
}

.mail-don a span i{
  color: #fd5f0a;
}


.website-don a{
  font-size: 20px;
  font-weight: 600;
  color: #10498c;
  text-decoration: none;
}

.website-don a span{
 padding-right: 10px;
 margin-right: 5px;
 border-right: 2px solid #fd5f0a;
}

.website-don a span i{
  color: #fd5f0a;
}

.contact{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 30px;
}

.download{
  position: absolute;
  bottom: 20px;
}

.news-head h3{
  font-size: 35px;
}

.news-head p{
  font-size: 14px;
  color: #000000;
}

.news-img{
  position: relative;
}


.news-img span{
  background-color: #f93e00;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px;
  position: absolute;
  bottom: -10px;
  left: 15px;
}

.news-boxes{
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 10px;
}

.news-content {
  display: flex;
  gap: 10px;
}

.news-content span{
  font-size: 14px;
}

.news-box{
  background-color: #fff;
  padding-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.event-news-box{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.news-text{
  padding: 0px 15px;
}

.news-head h5{
  font-size: 16px;
  font-weight: 600;
  font-family: math;
}

.read-news a{
  text-decoration: none;
  color: #5e5e5e;
}

.read-news a i{
  margin-left: 5px;
}

.event-news-box-head h5{
  font-size: 22px;
  padding-top: 20px!important;
  color: #f93e00;
  
}

.event-news-box{
 background-color: #ffffff;
 height: 100%;
 padding: 0px 20px;
}

.event-list a {
  color: #141414;
  text-decoration: none;
}

.event-list a h6 {
  font-size: 18px;
  margin-bottom: 0px;
}

.event-list a p{
  margin-bottom: 0px;
  font-size: 14px;
  color: #5e5e5e;
}

.event-list{
  padding: 10px 0px;
  border-bottom: 1px solid #e1e1e1;
}

#event-list{
  border-bottom: 0px;
}

.gallery{
  background-color: #10498c;
}

.gallery-head h3{
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}
.gallery-head p{
  text-align: center;
  font-size: 14px;
  color: #ffffff;
      width: 70%;
    margin: auto;
  
}

.gallery-img{
  border: 3px solid #fff;
}

  /* Custom styles for closing button */
  .lightbox .lb-close {
    font-size: 40px;
    color: white;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    padding: 5px;
  }
  
  .lb-data .lb-close{
    background: url(../img/icons/close.png)!important ;
    background-size: contain!important;
  }
  
  .lb-nav a.lb-next{
    width: 30px!important;
    height: 30px!important;
    background: url(../img/icons/next.png)!important;
    background-size: contain!important;
    top: 40%!important;
    position: absolute;
    right: 20px!important;
    opacity: 1!important;
    
  }
  
  .lb-nav a.lb-prev{
    width: 30px!important;
    height: 30px!important;
    background: url(../img/icons/pre.png)!important;
    background-size: contain!important;
    top: 40%!important;
    position: absolute;
    left: 20px!important;
    opacity: 1!important;
  
  }

  footer{
    background-color: #030708;
  }

  .footer-about h4{
    color: #fff;
    text-transform: uppercase;
  }

  .footer-about h4 span{
    padding-bottom: 5px;
    border-bottom:2px solid #fff;
  }

  .about-footer-list p{
    font-size: 14px;
    color: #e2e2e2;
    margin-bottom:0px ;
  }

  .about-footer-list p a{
    font-size: 14px;
    text-decoration: none;
    color: #e2e2e2;
    margin-bottom:0px ;
  }

  .quick-links{
    margin-top: 0px;
  }


  .quick-links h4{
    color: #fff;
    text-transform: uppercase;
  }

  .quick-links h4 span{
    padding-bottom: 5px;
    border-bottom:2px solid #fff;
  }

  .quick-links-item {
    display: flex;
    justify-content: space-between;
  }

  .quick-links-item ul{
    list-style: none;
    padding-left: 0px;
  }

  .quick-links-item ul li{
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .quick-links-item ul li::before{
    content: url(../img/icons/arrow-list-right.png);
  }

  .quick-links-item ul li a{
    color: #e2e2e2;
    text-decoration: none;
  }



  .contact-links-item {
    display: flex;
    justify-content: space-between;
  }

  .contact-links-item ul{
    list-style: none;
    padding-left: 0px;
  }

  .contact-links-item ul li{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
  }

  .contact-links-item ul li a{
    color: #e2e2e2;
    text-decoration: none;
    font-size: 14px;
  }

  .contact-links-item ul li a i{
    margin-right: 5px;
  }

  .footer-bottom .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px; 
  }

  .footer-bottom .container p{
    margin-bottom: 0px;
  }

  .footer-bottom .container p a{
    color: #141414;
    text-decoration: none;
  }

  .social-links span a{
    color: #141414;
    font-size: 16px;
    padding: 10px;
  }

  .navbar>.container-fluid{
    align-items:baseline!important;
}

.service-img{
  overflow: hidden;
}

.service-img img{
 transition: all ease 0.3s;
}

.service-box:hover img{
  transform: scale(1.1);
} 

.service-read-btn .btn:hover{
  max-width: 100%;
  background-color: #10498c;
}

.service-read-btn .btn{
 transition: all ease 0.3s;
}
.service-box{
  transition: all ease 0.3s;
}
.service-box:hover{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.news-box:hover img{
  transform: scale(1.1);
}
.img-inner{
  overflow: hidden;
}
.news-img img{
  transition: all ease 0.3s;
}

.read-news a:hover{
  color: #fd5f0a;

}
.read-news a{
  transition: all ease 0.3s;
}

.gallery-img{
  overflow: hidden;
}

.gallery-img img{
  height: 220px;
  object-fit: cover;
  transition: all ease 0.3s;
}

.gallery-img:hover img{
  transform: scale(1.1);
}

.map{
  background-color: #fff7ea;
}

.map-content p{
  font-size: 16px;
  font-weight: 500;
}

.contact-box-head h5{
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}
.contact-box-head h5 span{
  padding-bottom: 3px;
  border-bottom: 2px solid #fd5f0a;
}
.contact-info-box{
  border: 1px solid #d4d4d4;
  padding: 10px;
}

.contact-box-list a span{
  background-color: #f93e00;
  margin-right: 10px;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.contact-box-list a span i{
  color: #ffffff;
  font-size: 20px;
  
}

.contact-box-list a{
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.contact-box-list a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.naga-map-head h5{
  font-size: 25px;
  padding-bottom: 10px;
  font-weight: 700;
}

.contact-form{
  background-color: #fef2eb;
}

.contact-form-head h2{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  font-family: math;
}

.form-control{
  background: #fffefe;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 16px;

}

.contact-form form button{
  background-color: #10498c;
  border: #f93e00;
  width: 300px ;
  border-radius: 30px;
  font-weight: 500;
  display: block;
  padding: 10px;
  margin: auto;

}

.contact-form form button:hover{
  background-color: #f93e00;
}

.contact-box-list{
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;

  padding: 10px 10px;
  background-color: #fef2eb;
  margin-bottom: 5px;
}



  /* Make the dropdown open on hover */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  top: 44px;
}

/* Ensure submenus also open on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  margin-top: 0px;
  left: 100%;
  top: 0;
}




/* Basic styling for the dropdown */
.dropdown-menu {
  border-radius: 0px;
  border: 1px solid #10498c;
  display: none; /* Initially hidden */
  background-color: #e05a11!important;
}

.dropdown-item{
  color: #fff;
  border-bottom: 1px solid #ffbb96;
}

a .dropdown-item {
  color: #ffffff !important;
  transition: all ease 0.5s !important;
}

.dropdown-item:hover {
  background-color: #fff !important;
  color: #000000 !important;
}

.dropdown-item:focus {
  background-color: transparent !important;
}

.dropdown-toggle::after {
  display: none;
}


.dropdown-submenu {
  position: relative!important;
}




.middle-header{
       display: flex;
      align-items: center;
      justify-content: space-between;
     padding-left: 0px!important;
  padding-right: 0px!important;
      padding-bottom: 5px;
  }
  .middle-header .container{
       display: flex;
      align-items: center;
      justify-content: space-between;
    
  }
.website-name h1{
  font-size: 80px;
  font-weight: 900;
  font-family: Calibri;
  text-transform: uppercase;
}

  .navbar{
    background-color: #10498c;
    padding-bottom: 0px;
  }

  .service-list li a {
    text-decoration: none;
    color: #000;
  }
  .service-list li a:hover{
    color: #e05a11;
  }

  .page-location{background-color: #f2f2f2;}
/* extra css  */

.page-location P{
  color: #000;
  font-size: 14px;
  display: flex;
  gap: 10px;
  margin-bottom: 0px;
}

.page-location P a{
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

.page-title h2{
  font-size: 30px;
  font-weight: 700;
  color: #e05a11;
}

.announcement-inner{
 margin-top: 10px;
}

.all-announcement .announcement-inner table thead tr th{
 background-color: #10498c;
 border: 1px solid #fff;
 color: #fff;
}

.all-announcement .announcement-inner table tr, .all-announcement .announcement-inner table td{
  border: 1px solid #b6b6b6;
}

.announcement-inner table td a{
  color: #e05a11;
  text-decoration: none;
}

#event-box {
  height: auto!important;
  position: sticky;
  top: 0;
}

.event-list a:hover{
  color: #e05a11;
}

.inner-news-details{
  padding: 20px ;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.inner-news-img img{
  border-radius: 10px;
}

.news-small {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  justify-content: space-between;
}

.news-small p{
  font-size: 15px;
  font-weight: 500;
 
  margin-bottom: 0px;
}

.news-small p strong{
  color: #e05a11;
}

.news-small p i{
  color: #e05a11;
}

.news-inner-content h4{
  font-family: math;
  font-weight: 700;
  font-size: 30px;
}

.news-img .img{
border-radius: 10px;
overflow: hidden;
}

.news-img .img:hover img{
  transform: scale(1.1);
}

.img img{
  transition: all ease 0.3s;
}

.lates-box a{
  display: flex;
  text-decoration: none;
  color: #000;
  gap: 10px;
  align-items: center;
}

.latest-text h5{
  font-size: 16px;
  margin-bottom: 0px;
}

.lates-box{
  
  margin-left: 10px;
  margin-right: 10px;
}

.lates-box .news-content span i{
  margin-right: 5px;
  color: #e05a11;
}

.latest-news{
  background-color: #f8f8f8;
  border-radius: 10px;

}

.latest-img{
  border-radius: 5px;
  overflow: hidden;
}

.lates-box a:hover {
  color: #e05a11;
}

.latest-news{
  position: sticky;
  top: 0;
}

.events-inner-box{
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}

.event-inner-text{
  padding: 10px;
 
}

.event-inner-text .read-news a{
  color: #10498c;
}

.event-inner-text .read-news a:hover{
  color: #e05a11;
}

.event-name h5{
  margin-top: 5px;
  font-size: 18px;
}

.events-inner-box{
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
}

.gallery {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.gallery li{
  width: 24%;
}

.gallery li a img{
 width: 100%;
}


.galler-sec h3{
  font-size :35px;
  font-weight: 700;
}

td a{
  display: block;
  margin-bottom: 5px;
}

/* @media screen and (max-width:767px) {
 table tr>* {
     display: block;
   }
   table tr {
     display: table-cell;
     vertical-align: top;
   }


 } */

 .mon-img img{
  border-radius: 15px;
  transition: all ease 0.3s;
 }

 .mon-img{
  overflow: hidden;
  border-radius: 15px;
 }

 .place-mon{
  padding: 10px;
  background-color: #f7f7f7;
  border-radius: 20px;
 }

 .mon-text h6{
  color: #e05a11;
 }

 .place-mon:hover .mon-img img{
 transform: scale(1.1);
 }
.about-us li {
    list-style: disc;
    margin-left: 30px;
}
.about-us td {
    padding: 5px;
}
 .banner-about{
  position: relative;
  padding: 60px;
  background: #353535;
 }

 .text-content{
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  align-items: center;
  left: 0;
  right: 0;
  justify-content: center ;

 }

 .content-ban h1{
 text-transform: uppercase;
 font-size: 25px;
 font-weight: 400;
 color: #fff;
 text-align: center;

 }

 .content-ban h6{
  text-align: center;
  color: #fff;
  font-size: 14px;
 }


 .content-ban h6 a {
  color: #fff;
  text-decoration: none;
  
 }

 .content-ban h6 a.active{
  color: #e05a11;
  
 }

 .vision-mission{
  background-color: #fff9f9;
  
 }

 .mission-text ol {
  list-style: none;
  padding-left: 0px;
 }

 .mission-text ol li{
  text-align: justify;
  padding-bottom: 8px;
 }

 .mission-text ol li::before{
  content: url(../img/icons/right.png);
 }

 .vision-text p{
  text-align: justify;
 }

 .vision-mission .row{
  align-items: end;
 }

 .vision-mission h5{
  font-weight: 700;
  color: #e05a11;
  font-size: 20px;
 }

 .heading h2{
  font-weight: 700;
 }

 .features-box{
  border: 1px solid #e05a11;
  padding: 10px;
  border-radius: 10px;
 }

 .features-box:hover .features-img img{
  transform: scale(1.1);
 }

 .features-img img{
  transition: all ease 0.5s;
 }

 .features-img{
  border-radius: 10px;
  border: 1px solid #e05a11;
  overflow: hidden;
 }

 .feature-text h5{
  text-align: center;
 }

 .feature-text p{
  text-align: center;
 }

 .benifit-sec{
  background-color: #fff9f9;
 }

 .benifit-text ul{
  list-style: none;
  padding-left: 0px;
 }

 .benifit-text ul li{
  display: flex;
 }

 .benifit-text ul li::before{
  content: url(../img/icons/check-mark.png);
  margin-right: 5px;
  margin-top: 3px;
 }

 .dc-img{
  background-color: #10498c;
  padding: 5px;
  overflow: hidden;
  border-radius: 50%;
 }

 .dc-img img{
  border-radius: 50%;
  overflow: hidden;
 }

 .dc-about .title h2{
  color: #e05a11;
  font-weight: 700;
 }

 .respomsiblities{
  background-color: #fff9f9;
  padding-top: 20px;
 }

 .title h3{
  font-weight: 700;
  color: #e05a11;
 }

 .responsiblites-list h5{
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
 }

 .address h3{
  font-weight: 700;
  font-size: 25px;
 }

 .address-details p {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
 }

 .address-details p a{
  color: #e05a11;
  text-decoration: none;
 }

 .address-details p span i{
  color: #10498c;
  font-size: 20px;
  margin-right: 5px;
  margin-left: 10px;
 }

 .other-divisions .heading h3{
  font-weight: 700;
 }

 .other-posts .row{
  border: 1px solid #5e5e5e;
  padding: 10px;
 }

 .other-posts p{
  margin-bottom: 0px;
 }

 .name p{
  color: #e05a11;
  font-weight: 500;
 }

 .glance .heading h3{
  font-weight: 700;
 }

 .glance-location h6{
  font-size: 25px;
 }

 .glance-location p span i{
  color: #10498c;
  font-size: 20px;
  margin-right: 5px;
 }

 .glance-location p span {
  font-size: 18px;
 }

 .glance-location p strong{
  font-weight: 600!important;
 
 }



 .dc-message{
  background-color: #fff8f8;
  padding: 20px;
  border: 1px solid #e05a11;
 }

 .heading h4{
  font-weight: 700;
 }

 .box-outer .dc-img{
  width: 250px;
 }

 .box-outer{
  display: flex;
  justify-content: center;
 }

 .message-sub h5{
  font-weight: 600;
 }
 .message-sub{
  margin-bottom: 20px;
 }

 .message-sub strong{
  color: #e05a11;
  font-weight: 500!important;
 }

 @media screen and (max-width:600px) {
  
 

 .announcement-inner {
  min-width: 100%;
  overflow-x: scroll;
}

 .announcement-inner table{
  width: 500px;
 }

}

.important-notes{
  background-color: #fdfaf5;
}

.administation-list{
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
}

.administation-list li{
  margin-bottom: 10px;
}

.administation-list li span{
  font-weight: 500;
  font-size: 18px;
  color: #e05a11;
}

.login-page{
  padding: 120px 0px;
  background-size: cover;
  background-position: center;
  background-image: url(../img/login-bg.jpg);
  background-attachment: fixed;
}


/* login page code  */
 .login-wrap {
  position: relative;
  margin: 0 auto;
  background: rgb(0, 0, 0,0.8);
  max-width: 400px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #333;
  padding: 15px;

}
html .login-wrap h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
  color: #ffffff;
  font-weight: 400;
}
html .login-wrap .form {
  padding-top: 20px;
}
html .login-wrap .form input[type="text"],
html .login-wrap .form input[type="password"],
html .login-wrap .form button {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 25px;
  height: 40px;
  border-radius: 5px;
  outline: 0;
  -moz-outline-style: none;
}
html .login-wrap .form input[type="text"],
html .login-wrap .form input[type="password"] {
  border: 1px solid #bbb;
  padding: 0 0 0 10px;
  font-size: 14px;
}
html .login-wrap .form input[type="text"]:focus,
html .login-wrap .form input[type="password"]:focus {
  border: 1px solid #db4234;
}
html .login-wrap .form a {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
html .login-wrap .form a p {
  padding-bottom: 10px;
}
html .login-wrap .form button {
  background: #e74c3c;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 200;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
}
html .login-wrap .form button:hover {
  box-shadow: 1px 1px 5px #555;
}
html .login-wrap .form button:active {
  box-shadow: 1px 1px 7px #222;
}
html .login-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
  background: -moz-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
  height: 5px;
  border-radius: 5px 5px 0 0;
}


/* signup page  */


.signup-page{
  padding: 60px 0px;
  background-size: cover;
  background-position: center;
  background-image: url(../img/login-bg.jpg);
  background-attachment: fixed;
}

.signup-wrap {
  position: relative;
  margin: 0 auto;
  background: rgb(0, 0, 0,0.8);
  max-width: 800px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #333;
  padding: 15px;

}


.signup-wrap h2 {
  text-align: center;
  font-weight: 200;
  font-size: 2em;
  margin-top: 10px;
  color: #e74c3c;
  font-weight: 700;
}
.signup-wrap form {
  padding: 20px 30px;
}
 .signup-wrap .form input,
.signup-wrap .form button {
  width: 100%;
  margin-bottom: 25px;
  height: 40px;
  border-radius: 5px;
  outline: 0;
  -moz-outline-style: none;
}

.signup-wrap .form input, .form .select2-selection__rendered {
  border: 1px solid #bbb;
  padding: 0 0 0 10px;
  font-size: 14px;
}

.select2-selection--single{
  height: 40px!important;
  margin-bottom: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  height: 40px;
  line-height: 40px!important;
  border-radius: 5px;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 40px!important;
}

.signup-wrap #passwordInput{
  width: 90%!important;
  margin-right: 5px;
}
 .signup-wrap .form input:focus, .form select:focus, .form textarea:focus
 {
  border: 1px solid #db4234;
}
.signup-wrap .form a {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
.signup-wrap .form a p {
  padding-bottom: 10px;
}
.signup-wrap .form button {
  background: #e74c3c;
  border: none;
  color: white;
  font-weight: 500;
  font-size: 18px;

  cursor: pointer;
  transition: box-shadow 0.4s ease;
}
.signup-wrap .form button:hover {
  box-shadow: 1px 1px 5px #555;
}
.signup-wrap .form button:active {
  box-shadow: 1px 1px 7px #222;
}
.signup-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
  background: -moz-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
  height: 5px;
  border-radius: 5px 5px 0 0;
}

#togglePassword{
  color: #fff;
}

.select2{
  width: 100%;
}
.profile-box a {
  font-size: 20px;
  border: 1px solid  #e05a11;

}

.profile-head{
  background-color: #ffffff;
}

.profile-box a:hover{
  background-color: #e05a11;
  color: #fff;
}

.profile-box a h6{
  margin-bottom: 0px;
}

.nav-pills .nav-item .nav-link{
  color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #ffffff;
  color: #e05a11;
}

.nav-pills .nav-item{
  color: #000000;
  border-bottom: 1px solid #e05a11;
}

.nav-pills .nav-link{
  color: #f8f8f8;
  border-bottom: 1px solid #e05a11;
  border-radius: 0px;
}

.nav-pills{
  background-color: #10498c;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-nav{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;

}

.welcome-name h5{
  font-size: 20px;
  font-weight: 700;
  color: #db4234;
}

.tab-content{
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  padding: 20px;
}

.tab-pane .service-list li a{
  font-size: 16px!important;
}


.dropdown-submenu:hover > .dropdown-menu {

  background-color: #10498c!important;
}

.details-sec{
  padding-top: 50px;
  padding-bottom: 50px;

  background-color: #f6f9ff;
}

.service-list-panel{
  background-color: #10498c;
  padding: 10px 20px;
  position: sticky;
  top: 0;
}

.service-list-panel h5{
  color: #f3c313;
}

.service-list-panel ul li a{
  color: #fff;
  text-decoration: none;
}

.service-list-panel ul li:hover{
  background-color: #e05a11;
}

.service-list-panel ul li{
  border-bottom: 1px solid #fff;
  padding: 5px;
}

.service-head h2{
  font-size: 30px;
  font-weight: 700;
  display: inline;
  border-bottom: 2px solid #e05a11;
  padding-bottom: 5px;
}

.service-form-sec{
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
}

.pdf-form-downoload{
  background-color: #f5f5f5;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.download-btn button{
  background-color: #10498c;
  padding: 5px 10px;
  border-color: #10498c;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.download-btn button .fa-file-pdf{
  color: #fd6355;
}

.upload-btn button{
  background-color: #db4234;
  padding: 5px 10px;
  border-radius: 20px;
  border-color: #db4234;
  color: #ffff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.form-button-service {
  display: flex;
  gap: 10px;
}

.progress-tab{
  background-color: #d4d4d4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.boxes-tab{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.tab-box {
  background-color: #10498c;
  padding: 10px;
  border-radius: 20px 0px 20px 0px;
}

.tab-box:hover{
  background-color: #e05a11;
}

.tab-box.active{
  background-color: #e05a11;
}

.tab-box a{
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  gap: 10px;
}

.tab-box a h6{
  margin-bottom: 0px;
}

.tab-box a span {
  display: flex;
  height: 35px;
  text-align: justify;
  justify-content: center;
  font-weight: 700;
  border-radius: 50%;
  color: #e05a11;
  background-color: #ffffff;
  align-items: center;
  width: 35px;
}

.certificate-form-area h4{
  font-size: 30px;
  font-weight: 700;
  font-family: math;
}

.accordion-item{
  margin-bottom: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button{
  background-color: #10498c;
  color: #fff;
  padding: 10px 20px;
  box-shadow: none!important;
  text-transform: uppercase;
  font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
 
  display: flex!important;
  background-color: #facc40!important;
  padding: 15px!important;
  background-position: center !important;
  border-radius: 50% !important;
}

.accordion-button::after{
  display: flex!important;
  background-color: #facc40!important;
  padding: 15px!important;
  background-position: center !important;
  border-radius: 50% !important;
}

.accordion-body .form-label{
  color: #000;
  font-weight: 600;
  font-size: 14px;
  font-family: sans-serif;
}

.accordion-body .form-control{
  border: 1px solid #5e5e5e;
  border-radius: 0px;
  box-shadow: none!important;
}

.accordion-body .form-control:focus{
  background-color: #f8f8f8;
}



.accordion-body .form-select {
  
  border: 1px solid #5e5e5e;
  border-radius: 0px;
  box-shadow: none!important;
}

.sub-heading h5{
  color: #db4234;
}

.head-of-form{
  color: #db4234;
}

.btn-add{
  background-color:#e05a11 !important;
  font-size: 15px;
  font-weight: 500;
  color: #fff!important;
}

.table-income table{
 border: 1px solid #b6b6b6;
}

.table-income table tr td, .table-income table th{
  border: 1px solid #b6b6b6;
}

.table-income table tr td{
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.table-income table th{
  background-color: #01847f;
  color: #fff;
}

.submit-btn .btn-submit{
  background-color: #27ae60;
  color: #fff;
  font-weight: 500;
  display: block;
  margin: auto;
}

.upload-head{
  background-color: #27a7ae;
  color: #fff;
  padding: 8px 20px;
}

.upload-head h5{
  font-size: 18px;
  margin-bottom: 0px;
}

.upload-content{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #b6b6b6;
}


.upload-box{
  padding: 20px;
}

.upload-box .flex-upoad{
 border: 1px solid #b6b6b6;
 align-items: center;
 background-color: #ececec;
 display: flex;
 padding: 5px 10px;
 align-items: center;
 margin-bottom: 20px;
 justify-content: space-between;
 flex-wrap: nowrap;
 gap: 20px;
}

.document-name p{
  margin-bottom: 0px;
  font-weight: 600;
}

.document-name{
  width: 100%;
} 

.flex-upoad .input-group input{
  max-width: 250px;
}
.flex-upoad .input-group{
  margin-bottom: 0px!important;
  justify-content: end;
}

.document-input{
  width: 500px;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
  border: 2px solid #10498c;
}

.signature input{
  width: 250px;
}

.declaration{
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #b6b6b6;
}

.signature label{
  font-weight: 500;
}




.gap-2{
  gap: 20px;
}


/* feedback css  */


  .feedback-container {
      display: flex; 
      gap: 2rem;
      justify-content: center;
      align-items: start;
    }

    .feedback-left,
    .feedback-right {
      background: #fff;
      padding: 2rem;
      border-radius: 8px;
      box-shadow: 0 3px 12px rgb(16 73 140 / 0.15);
    }

    .feedback-left {
     
     
      border: 2px solid #10498c;
     
      margin-top: 3rem;
    }

    .feedback-left h2 {
      font-weight: 700;
      margin-bottom: 1rem;
       color: #10498c;
       font-size: 30px;
    }

    .feedback-left p {
      line-height: 1.5;
      margin-bottom: 1rem;

    }

    .feedback-right { 
      border: 2px solid #db4234;
    }

    .feedback-right h3 {
      color: #db4234;
      font-weight: 700;
      margin-bottom: 1.5rem;
      text-align: center;
    }

    .feedback-form {
      max-width: 900px;
      margin: 3rem auto;
      background: #10498c;
      padding: 2rem;
      border-radius: 10px;
    }

    .form-control {
      border-radius: 8px;
      /* padding-left: 2.5rem; */
    }

    .form-group {
      position: relative;
    }

    .form-group .bi {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      color: #db4234;
    }

    .form-control::placeholder {
      color: #888;
    }

    .btn-orange {
      background-color: #db4234;
      color: #fff;
      font-weight: 600;
      border: none;
      transition: background-color 0.3s ease;
    }

    .btn-orange:hover {
      background-color: #c13628;
    }

    .feedback-bottom {
     
      width: 100%;

    
    }

    .feedbacks{
       padding-top: 3rem;
       background-color: #fff0ee;
        padding-bottom: 3rem;
    }

    .feedback-bottom h4 {
      color: #10498c;
      margin-bottom: 1.5rem;
      font-weight: 700;
      text-align: center;
    }

    .feedback-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      justify-content: center;
    }

    .feedback-card p i{
      color: #ffb625;
    }

    .feedback-card {
      background-color: #fff;
      border: 1.5px solid #10498c;
      border-radius: 0.5rem;
      padding: 1rem 1.5rem;
      box-shadow: 0 2px 8px rgb(16 73 140 / 0.1);
      color: #000;
    }

    .feedback-card p {
      font-style: italic;
      margin-bottom: 1rem;
      line-height: 1.4;
    }

    .feedback-card .author {
      font-weight: 600;
      color: #db4234;
      font-size: 0.9rem;
    }

    @media (max-width: 768px) {
     
      .feedback-left,
      .feedback-right {
        max-width: 100%;
      }
    }
    
    
.search-box input {
    background-color: rgba(35, 35, 35, 0.1);
    border: 1px solid #ffffff;
    color: white;
  }

  .search-box input::placeholder {
    color: #ccc;
  }

  .scroll-bg {
    
    height: 350px;
    overflow: hidden;
    padding: 10px;
  }

  .scroll-container {
    height: 100%;
    overflow-y: auto; /* Allow mouse scroll */
    position: relative;
    border-radius: 10px;
   scrollbar-width: thin;        /* Firefox */
  scrollbar-color: #888 #222;   /* Thumb and Track colors */
}

/* Chrome, Edge, Safari */
.scroll-container::-webkit-scrollbar {
  width: 6px;
}

.scroll-container::-webkit-scrollbar-track {
  background: #222; /* Track color */
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: #888; /* Thumb color */
  border-radius: 10px;
}

  .scroll-box {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 10px;
    margin: 5px 0;
    font-size: 16px;
    color: #fff;
    transition: all ease 0.3s;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
   
  }

  .scroll-box:hover {
   
   
    background-color: rgba(0, 0, 0, 0.8);
  }

  .scroll-background{
    background-image: url(../img/login-bg.jpg);
    box-shadow: 3px 3px 10px #333;
    background-size: cover;
    background-position: center;
    height:100%;

  }

  .before-bg{
background-color: rgba(0, 0, 0, 0.7);
height:100%;
  }

  .scroll-box a{
    color: #fff;
    text-decoration: none;
  }

  .before-bg h5{
  color: #ffffff;
  font-weight: 700;
  }
  
   .event-list{
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
  }

  .event-list-img{
    border-radius: 10px;
    overflow: hidden;

  }

  .event-list-img img:hover{
    transform: scale(1.1);
    transition: all ease 0.3s;
  }

  .event-list-head h5{
    font-weight: 700;
  }

  .gallery-inner-btn .btn-event{
    background-color: #10498c;
    border-radius: 10px;
    width: 100%;
    color: #fff;
  }

    .gallery-inner-btn .btn-event:hover{
    background-color: #e05a11;
    border-radius: 10px;
    width: 100%;
    color: #fff;
  }
  
  .services-new{
      background-image :url(../img/srvices-bg.jpg);
      background-position:center;
      background-size:cover;
      background-attachment: fixed;
  }
  
  .services-new .heading{
      padding-bottom: 40px;
      color :#fff;
  }
  .services-box-new{
      background : #fff ;
      margin-top:10px;
      border: 1px solid #f93e00;
    border-radius: 10px;
    transition:all ease 0.3s;
  }
  
  .services-box-new:hover{
       margin-top:0px;
      box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
      background-color:#f93e00;
      color :#fff;
  }
   .services-box-new:hover .service-box-content h5{
       color : #fff!important;
   }
  .service-icon{
      display:block;
      margin:auto;
  }
  
   .service-box-content{
       margin-top:10px;
       
   }
  .service-box-content h5{
   
      font-size:14px;
  }
  .services-box-new a{
      color:#000;
      text-decoration : none;
  }