
.head_2{
color:#567426;
margin-bottom:-70px;
}
@media (max-width:320px){
.container .head_2{
margin-left:5%;
}
}
.icon i{
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    line-height: 4rem;
    font-size: 2rem;
    fill: #4054b2;
    color: #4054b2;
    border: 1px solid #4054b2;
    box-shadow: inset 0 0 0 0 #13B2CA;
    -webkit-transition: ease-out .5s;
     -moz-transition: ease-out .5s;
     transition: ease-out .5s;
    align-items: center;
    /* margin-left: 30%; */
	padding-left:15px;
    cursor: pointer;
 }
.icon i:hover{
    box-shadow: inset 0 0 0 180px #13B2CA;
    color: #fff;
    border: 1px solid #13B2CA;
    transform: scale(1.3);
    cursor: pointer;
 }
 .edu_list{
 list-style:none;
 }
 .para_1{
 font-size: 17px;
 }
nav .logo_2 .nabh_logo{
    width: 62px;
    float: right;
    margin-right: -60px;
	}
	
@media (max-width:320px){
nav .logo_2 .nabh_logo{
    width: 62px;
    float: right;
    margin-right: 5px;
	}
    .section-title h2{
        font-size: 20px;
    }
	}
	
@media (max-width:980px) {
nav .logo_2 .nabh_logo{
    width: 62px;
    float: right;
    margin-right: 10px;
	}
	}
    /* iframe{
        border-radius: 5%;
    } */
.thum_img{
    width: 350px;
    height: 200px;
    border-radius: 5%;
}
.logo_tpa{
    width: 150px;
    height: 150px;
    border-radius: 8%;
}
.department{
    font-style: italic;
}

/* blog style */

.content {
    display: none;
  }
  #loadMore {
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #13B2CA;
    transition: .3s;
  }
  #loadMore:hover {
    color: blue;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid blue;
    text-decoration: none;
  }
  .content_2 {
    display: none;
  }
  #loadMore2 {
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #13B2CA;
    transition: .3s;
  }
  #loadMore2:hover {
    color: blue;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid blue;
    text-decoration: none;
  }
  .noContent2 {
    color: #000 !important;
    font-size: 20px;
    background-color: transparent !important;
    border: 2px solid aqua;
    pointer-events: none;
  }
  .noContent {
    color: #000 !important;
    font-size: 20px;
    background-color: transparent !important;
    border: 2px solid aqua;
    pointer-events: none;
  }


  .post-title .department{
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
.post-title .department::before{
    content: "";
    position: absolute;
    background: #13B2CA;
    left: -15px;
    top: 50%;
    width: 32px;
    height: 3px;

}
.post-title .department::after{
    content: "";
    position: absolute;
    background: #13B2CA;
    right: -45px;
    top: 50%;
    width: 32px;
    height: 3px;

}
.timer{
    margin-left: 45px;
    /* color: #441b11; */
    color: #5f7de0;

}
.post-btn:hover{
    /* color: aqua; */
    font-size: 18px;
}
.calendar{
    margin-left: 45px;
    /* color: #441b11; */
    color: #5f7de0;
    font-size: 15px;
}
.calendar_2{
    margin-left: 5px;
    /* color: #441b11; */
    color: #5f7de0;
    font-size: 15px;
}
.section_1 .con{
    position: relative;
    padding-left: 40px;
    display: inline-block;
}
.section_1 .con::before{
    content: "";
    position: absolute;
    background: #13B2CA;
    left: -15px;
    top: 50%;
    margin-top: -1px;
    width: 50px;
    height: 4px;

}
.section_1 .con::after{
    content: "";
    position: absolute;
    background: #13B2CA;
    right: -45px;
    top: 50%;
    margin-top: -1px;
    width: 40px;
    height: 4px;

}
@media (max-width: 980px){
    .section_1 .con{
        position: relative;
        padding-left: 20px;
        display: inline-block;
    }
    .section_1 .con::before{
        content: "";     
        left: -28px;
        width: 45px;
        height: 4px;
    
    }
    .section_1 .con::after{
        content: "";      
        right: -35px;
        width: 30px;
        height: 4px;
    
    }
}
@media (max-width: 320px){
    .section_1 .con{
        position: relative;
        padding-left: 20px;
        display: inline-block;
    }
    .section_1 .con::before{
        content: "";     
        left: -28px;
        width: 45px;
        height: 4px;
    
    }
    .section_1 .con::after{
        content: "";      
        right: -35px;
        width: 30px;
        height: 4px;
    
    }
}
  /* end blog style */


  /* diagnostic start here */
  .color-box-shadow{
    box-shadow: 4px 0px 4px 5px #13B2CA;
}
.details{
    font-size: 17px;
    color: #000;
    font-weight: 500;
    list-style: none;
}
  /* diagnostic end here */
  .gallery{
    position: relative;
    padding-left: 30px;
    display: inline-block;
  }
 .gallery::before{
    content: "";
    position: absolute;
    background: #13B2CA;
    left: -25px;
    top: 50%;
    width: 50px;
    height: 4px;
 }
 .gallery::after{
    content: "";
    position: absolute;
    background: #13B2CA;
    right: -55px;
    top: 50%;
    width: 50px;
    height: 4px;

 }
  /* end gallery here */
  /* .svg-icon{
    height: 50px;
    width: 50px;
  } */

/* ============================================================
   PREMIUM PAGE BANNER — Navy & Gold Institutional Theme
   ============================================================ */

.page-banner {
  position: relative;
  background: linear-gradient(135deg, #0a1f44 0%, #0d2d5e 40%, #0e3a7c 70%, #093060 100%);
  background-size: cover;
  background-position: center;
  padding: 130px 0 60px;
  overflow: hidden;
  border-bottom: 3px solid #13B2CA;
}

/* When a custom bg image is supplied: darken it */
.page-banner[style*="background-image"] {
  background-blend-mode: multiply;
}
.page-banner[style*="background-image"] .page-banner__overlay {
  background: linear-gradient(135deg, rgba(10,31,68,0.92) 0%, rgba(13,45,94,0.85) 60%, rgba(9,48,96,0.90) 100%);
}

/* Dark navy overlay (always present) */
.page-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,31,68,0.55) 0%, rgba(10,31,68,0.10) 100%);
  pointer-events: none;
  z-index: 0;
}

/* Subtle dot-grid pattern */
.page-banner__grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

/* Container sits above all overlays */
.page-banner__container {
  position: relative;
  z-index: 2;
}

/* ---- Left side ---- */
.page-banner__left {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.page-banner__icon-wrap {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: rgba(19,178,202,0.15);
  border: 1.5px solid rgba(19,178,202,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  box-shadow: 0 0 20px rgba(19,178,202,0.12);
}

.page-banner__icon {
  font-size: 1.55rem;
  color: #13B2CA;
}

.page-banner__text {
  flex: 1;
}

.page-banner__subtitle {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #13B2CA;
  margin: 0 0 8px;
  opacity: 0.9;
}

.page-banner__title {
  font-size: clamp(1.6rem, 3.5vw, 2.45rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

.page-banner__title span {
  color: #13B2CA;
}

/* Gold accent underline */
.page-banner__accent-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #13B2CA, rgba(19,178,202,0.2));
  border-radius: 3px;
}

/* ---- Right side — Breadcrumb ---- */
.page-banner__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.page-banner__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(19,178,202,0.25);
  border-radius: 50px;
  backdrop-filter: blur(8px);
}

.page-banner__crumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.80rem;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
}

.page-banner__crumb-link {
  color: rgba(255,255,255,0.70);
  text-decoration: none;
  transition: color 0.25s;
  display: flex;
  align-items: center;
  gap: 5px;
}

.page-banner__crumb-link:hover {
  color: #13B2CA;
  text-decoration: none;
}

.page-banner__crumb-link i {
  font-size: 0.85rem;
}

.page-banner__crumb--active span {
  color: #13B2CA;
  font-weight: 600;
}

.page-banner__crumb-sep {
  font-size: 0.6rem;
  color: rgba(201,169,74,0.5);
}

/* ---- Decorative "+" crosses ---- */
.page-banner__deco-cross {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.06;
  font-size: 6rem;
  color: #ffffff;
  right: 6%;
  top: -10px;
  animation: bannerCrossFade 6s ease-in-out infinite alternate;
}

.page-banner__deco-cross--2 {
  right: 18%;
  top: auto;
  bottom: -20px;
  font-size: 4rem;
  animation-delay: 3s;
}

@keyframes bannerCrossFade {
  from { opacity: 0.04; transform: rotate(0deg) scale(1); }
  to   { opacity: 0.10; transform: rotate(15deg) scale(1.1); }
}

/* ---- Tall variant ---- */
.page-banner--tall {
  padding: 90px 0 75px;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .page-banner {
    padding: 95px 0 80px;
    text-align: center;
  }
  .page-banner__left {
    flex-direction: column;
    align-items: center;
  }
  .page-banner__accent-line {
    margin: 0 auto;
  }
  .page-banner__right {
    justify-content: center;
    margin-top: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-banner {
    padding: 150px 0 80px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .page-banner {
    padding: 160px 0 30px;
  }
  .page-banner__title {
    font-size: 1.4rem;
  }
  .page-banner__breadcrumb {
    padding: 8px 14px;
    font-size: 0.75rem;
  }
  .page-banner__icon-wrap {
    width: 46px;
    height: 46px;
  }
  .page-banner__icon {
    font-size: 1.2rem;
  }
}

/* ============================================================
   END PREMIUM PAGE BANNER
   ============================================================ */
