.img-set img
{
width:100% !important;
border:2px solid #004080;
}
.det_con
{
	display:flex;
	flex:1;
	gap:30px;
}

.top-banner
{
	    background-image: url(../../assets/images/bg.png);
    background-size: cover;
    background-position: top;
}
.page-title-main {
    padding: 73px 0px;
    text-align: center;
    color: #000;
}
.page-title-main h2 {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
}
    .about-container ul li {
  
    font-size: 15px;
    line-height: 30px;
}  
  .area {
    text-align: center;
    color: #fff;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    animation: blur 1.75s ease-out infinite;
    text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
  }

  @keyframes blur {
    from {
      text-shadow: 0px 0px 10px #27c9e3,
        0px 0px 5px #27c9e3,
        0px 0px 10px #27c9e3,
        0px 0px 10px #27c9e3,
        0px 0px 10px #27c9e3,
        0px 0px 10px #27c9e3,
        0px 0px 10px #27c9e3,
        0px 0px 10px #27c9e3,
        0px 0px 15px #27c9e3,
        0px 0px 15px #27c9e3,
        0px 0px 15px #27c9e3,
        0px 0px 20px #27c9e3,
        0px 10px 15px #27c9e3,
        0px 10px 15px #27c9e3,
        0px 10px 15px #27c9e3,
        0px 10px 15px #27c9e3,
        0px -10px 15px #27c9e3,
        0px -10px 15px #27c9e3;
    }
  }
  @media (min-width: 768px) {
  .text-md-right{
      text-align:right !important;
      margin-top:8px;
  }
  }
  .header-top-right span{
      display:inline-block !important;
  }
.topheader
{
	margin:0px 0 0 0;
	padding:10px 0;
	font-size:15px;
}
.logo img
{
	max-height: 94px;
    margin-top: 0px;
    max-width: 100%;
}


.clear
{
	margin:0px;
	padding:0px;
	clear:both;
	line-height:0px;
}


    .nav1 {
      background:#203a72;
      color: white;
    }

    .nav-container {
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
    }

    .nav-links {
      display: flex;
      gap:0px;
    }

    .nav-links li {
      list-style: none;
      position: relative;
    }

    .nav-links a {
      color: white;
      text-decoration: none;
      padding: 8px 12px;
      display: block;
    }

    .nav-links li:hover > ul {
      display: block;
    }

    .dropdown {
      display: none;
      position: absolute;
      background: #fff;
      top: 100%;
      left: 0;
      min-width: 160px;
      z-index: 1000;
    }

    .dropdown li {
      width: 100%;
    }
	  .dropdown li a{
      color:#203a72;
    }

    .menu-toggle {
      display: none;
      font-size: 24px;
      cursor: pointer;
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #333;
      }

      .nav-links.show {
        display: flex;
      }

      .menu-toggle {
        display: block;
      }

      .nav-links li:hover > ul {
        position: relative;
      }
    }
	.header-sec
	{
	    margin: 0px;
    padding: 26px 0;
    float: right;
	}
	.btn-primary {
    color: #fff;
    background-color:#203a72;
    border-color: #2e6da4;
}

.carousel-item {
      position: relative;
      text-align: center;
    }
    .carousel-item img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .carousel-caption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      background-color: rgba(0,0,0,0.4);
      padding: 20px;
      border-radius: 10px;
    }



.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
	display: block;
}

.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%);
}

.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
		transition: none;
	}
}

.carousel-control-next,.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next,.carousel-control-prev {
		transition: none;
	}
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon,.carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon {
	filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000;
}

.carousel-dark .carousel-caption {
	color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon {
	filter: invert(1) grayscale(100);
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
	background-color: #000;
}

[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption {
	color: #000;
}

 .counter-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 30px;
    padding: 40px 20px;
  }

  .counter-box {
    flex: 1 1 200px;
    background-color:rgb(0, 0, 0, 0.7);
    padding: 40px 20px;
    border-radius: 10px;
   
  }

  .counter {
        font-size: 55px;
    color: #fff;
    margin-bottom: 10px;
  }

  .counter-box p {
      font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
  }
  .news-events-section {
    background: linear-gradient(to right, #f0f4ff, #ffffff);
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
  }



  .section-heading {
    font-size: 2.5rem;
    color: #004080;
    margin-bottom: 40px;
    position: relative;
  }

  .news-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }

  .news-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: left;
    position: relative;
  }

  .news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  }

  .news-icon {
    font-size: 30px;
    margin-bottom: 10px;
    color: #2e86de;
  }

  .news-card h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
  }

  .news-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
  }

  .news-date {
    font-size: 13px;
    color: #888;
    display: block;
    margin-top: 15px;
  }

  @media (max-width: 600px) {
    .section-heading {
      font-size: 2rem;
    }
  }
  .myGallerySwiper {
    width: 100%;
    padding: 40px 0;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  .galley-bg {
    background: rgba(0, 0, 0, 0) url(../images/pic3.jpg) repeat scroll 0 0;
    color: #ffffff;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    
}



.managetest
{
	margin:40px 0;
	padding:0px;
	
}

.gapslider
{
	padding:25px;
}

  .testimonial-carousel {
      max-width: 100%;
      margin: auto;
    }

    .testimonial-slide {
      background:#203a72;
      border-radius: 12px;
      
      text-align: center;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .testimonial-slide img {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      border: 3px solid #007bff;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .testimonial-slide p {
      font-size: 15px;
      color: #fff;
      margin-bottom: 10px;
	  text-align:justify;
    }

    .testimonial-slide h4 {
      font-size: 17px;
      color: #fff;
      margin-bottom: 5px;
    }

    .testimonial-slide span {
      font-size: 13px;
      color: #fff;
    }
	.widget ul 
	{
	  display: flex;
  justify-content: center;   
  align-items: center;       
  gap: 0px;                 
  list-style: none;          
  padding: 0;
  margin: 0;
	}
.single-event-image
{
	line-height:30px;
	text-align:left;
}
.classes
{
	 display: flex;
  padding: 0;
  margin: 0;
	
}
.classes li
{
	list-style:none !important;
	flex: 1;         /* Equal width */
  text-align: center;
  margin:0px !important;
   padding:5px 0 5px 0 !important;
}
.classes li:nth-child(even)
{
	background-color:#d3e3fd;
}
.classes li:nth-child(odd)
{
	background-color:#edf2fa;
}

@media (min-width:320px) and (max-width:800px)
{
	.det_con {
    
    display: list-item !important;
    text-align: center;
    line-height: 29px;
}
.header-top-right {
     
        text-align: center;
    }
	.header-sec {
    
    float: none;
    text-align: center;
}
.button-default {
   
    margin: 20px 0 20px 0;
}
.header-sec {
    margin: 0px;
    padding: 7px 0;
    float: right;
}
.setmenu
{
	display: flex;
    flex: 1;
    gap: 236px;
    align-items: center;
}
.nav-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
   background: #f8f9fa;
}
.abc
{
	display:block !important;
}
.nav-links {
    list-style: none;
    padding: 0;
    margin: 0px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.nav-links a {
    color: #000 !important;
}
.classes {
    display: flow;
    padding: 0;
    margin: 0;
}
.announcement-area h3 {
   
    padding: 0px 0 !important;
    text-align: center !important;
}
}
