/* HEADER */
.header{
position:absolute;top:0;width:100%;z-index:1000;
display:flex;justify-content:space-between;
padding:20px 50px;color:#fff;
}
.logo img{height:80px;}

.header-right{display:flex;align-items:center;gap:15px;}

.btn-custom{
background: #ffc51700;
    padding: 8px 15px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #ffffff1c;
    margin-right: 8px;
    

}
.btn-custom:hover{background:#000;color:#fff;}

.btn-customs{
background: #002856;
    padding: 8px 15px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    

}
.btn-customs:hover{background:#000;color:#fff;}

.menu-btn{
   
    background: transparent;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    cursor: pointer;
   
}


/* BOX */



/* MENU */
.full-menu{
position:fixed;
bottom:-100%;
width:100%;height:100%;
overflow-y: auto;
background: linear-gradient(135deg, #002b45, #002b45);
z-index:2000;color:#fff;
padding:50px 60px;
transition:0.8s ease;

}
.full-menu.active{bottom:0;}

.menu-top{
display:flex;justify-content:space-between;align-items:center;
}
.menu-grid > div {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s ease;
}

/* stagger delay */
.full-menu.active .menu-grid > div:nth-child(1){transition-delay:0.2s;}
.full-menu.active .menu-grid > div:nth-child(2){transition-delay:0.3s;}
.full-menu.active .menu-grid > div:nth-child(3){transition-delay:0.4s;}
.full-menu.active .menu-grid > div:nth-child(4){transition-delay:0.5s;}
.full-menu.active .menu-grid > div:nth-child(5){transition-delay:0.6s;}

.full-menu.active .menu-grid > div{
    opacity:1;
    transform:translateY(0);
}
.menu-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top: 35px;
    margin-bottom: 20px;
    grid-auto-rows: 1fr;
}

.menu-grid h4{margin-bottom: 5px; font-size: 20px; color: #fddc00; font-weight: 900;}
.menu-grid li{
list-style:none;margin:8px 0;
opacity:0.8;font-size:14px;
 position: relative;
cursor: pointer;


}


.menu-grid li:hover {
    color: #fff;
    padding-left: 10px;
}

.menu-grisd li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: 0.3s;
}

.menu-grid li:hover::after {
    width: 100%;
}
.menu-grid li::before{content:"- ";}

/* card */
.menu-card{
 background:#fff;
    border-radius:20px;
    overflow:hidden;
    color:#000;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transform: translateY(-20px);
}
.menu-card img{width:100%; height:240px;}
.card-content{text-align:center;padding:15px;}
.card-content button{
    background:#eee;
    border-radius:30px;
    font-size:14px;
}

.menu-bottom{
display:flex;justify-content:space-around;
margin-top:40px;font-size:18px;
}

/* MOBILE */
/* MOBILE MENU */
.mobile-menu{
position:fixed;
bottom:-100%;
width:100%;
height:100%;
overflow-y:auto;
background:#002b45;
z-index:3000;
color:#fff;
padding:20px;
transition:0.6s;
}

.mobile-menu.active{
bottom:0;
}

.mobile-top{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:30px;
}

.mobile-top span{
font-size:35px;
cursor:pointer;
font-weight:bold;
}

.mobile-menu-box{
border-bottom:1px solid rgba(255,255,255,0.1);
padding:10px 0;
}

.mobile-title{
display:flex;
justify-content:space-between;
align-items:center;
font-size:15px;
font-weight:700;
cursor:pointer;
padding:1px 0;

}

.mobile-icon{
font-size:22px;
transition:0.3s;
}

.mobile-menu-box.active .mobile-icon{
transform:rotate(45deg);
}

.mobile-submenu{
max-height:0;
overflow:hidden;
transition:0.5s ease;
    margin: 1px 0;
    padding-bottom: 2px;
}

.mobile-menu-box.active .mobile-submenu{
max-height:500px;
padding-top:10px;
padding-bottom:10px;
}

.mobile-submenu li{
list-style:none;
margin:12px 0;
}

.mobile-submenu li a{
color:#fff;
text-decoration:none;
font-size:13px;
opacity:0.9;
transition:0.3s;
}

.mobile-submenu li a:hover{
padding-left:8px;
color:#fddc00;
}


/* responsive */
@media(max-width:768px){
.full-menu{display:none;}
.btn-custom{display:none;}
.slider-text h1{font-size:32px;}
.header{

padding: 10px 10px !important;
}
.logo img {
    height: 55px;
}
.px-content {display:none;}
}
@media(min-width:769px){
.mobile-menu{display:none;}
}


















 .top-shadow{
    position:absolute;
    top:0;
    width:100%;
    height:120px;
    z-index:2;

    background: linear-gradient(to bottom, rgb(4 11 22 / 80%), rgb(1 2 5 / 40%), #00000000);
}
.admission-card {
  grid-row: span 2;
  width:100%; 
}
.hero-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-left{
  position: relative;
}

.hero-left::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.4),
    rgba(0,0,0,0.1)
  );
}
.collage-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
   filter: grayscale(0%);
    transition: 0.4s ease;
    cursor: pointer;
}
.collage-card:hover {
  filter: grayscale(100%);
   
}
.collage-card img {
  width: 100%;
  
     padding: 0px;
    background-color: #ffffff;
  
   
}


/* Overlay */
/* DARK GRADIENT OVERLAY */


/* TEXT CENTER */
.overlay-content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* TITLE */
.overlay-content h5 {
      position: absolute;
    bottom: 0px;
    /* height: 80px; */
    width: 92%;
    text-align: center;
    color: #fff;
    z-index: 2;
        background: linear-gradient(#06173800, rgb(6 22 55));
    margin-bottom: 0px;
    padding: 6px 10px;
    cursor:pointer;
}
.overlay-content h5:hover {
   
    color: #dedbdb;
   
    background: rgba(72, 126, 161, 0.86);
   
  
}
.overlay-content h5:after {
display: block;
        content: '';
        height: 5px;
        border-radius: 8px;
        width: 80px;
        background: #fff;
        margin: 5px auto 5px;
        transition: all 1.5s linear;
        position: relative;
        top: auto;
        right: auto;
}

/* ARROW */
.arrow {
      font-size: 32px;
    color: #d4af37;
    display: inline-block;
    transition: 0.3s;
    line-height: 1;
}

/* HOVER */
.collage-card:hover img {
  transform: scale(1);
}

.collage-card:hover .arrow {
  transform: translateX(8px);
}
/* Hover Effect */
.discoverbtn {
 
    border-radius: 3px;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 10px 8px;
    background-color: #ffffff;
    color: #1f241c;
    display: inline-block;
    text-align: center;
    
    font-size: 14px;
    
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}

.discoverbtn:hover{
   
	color: #287900;
 
}



.sk-bulletin {
	background: #0b2573;
  padding-top: 100px;
    padding-bottom: 100px;
  }
 #ncon {
  padding: 30px 100px 30px 100px; 
    }
  .sk-bulletin p{
	line-height: 22px;
    color: #000000;
    font-size: 15px;
  }
  @media only screen and (max-width: 601px){
    .sk-bulletin {
      
      padding-top: 50px !important;
        padding-bottom: 50px !important;
      }
     #ncon {
      padding: 30px 15px 30px 15px !important;
        }
    .gt-sponsor-bg-wrapper {
         
          padding: 10px 15px 10px 15px !important;
         
      }
  }


  .gt-couinter-box-item-5 {
    border-radius: 10px;
    background: rgb(255, 255, 255);
    padding: 16px 0;
    text-align: center;
    position: relative;
	}
	.gt-sponsor-bg-wrapper {
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 60px 60px 60px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
	.gt-sponsor-bg-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    inset: 0;
    border-radius: 0px;
	background: linear-gradient(180deg, #0d0d0d3d 30%, #000000d9 100%);
    opacity: 0.8;
    z-index: -1;
}


  .sk-slider {
	transition: transform 0.4s ease;
  }
  
  .sk-slide {
	min-width: 50%;
  }
  
  .sk-date {
	min-width: 80px;
	width: 80px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	border: 2px solid #c9212a;
	
  }
  
  .sk-month {
	background: #c9212a;
	color: #fff;
	display: block;
	font-weight: 600;
	padding: 4px 0;
	border-top-right-radius: 7px; 
	border-top-left-radius: 7px;
  }
  
  .sk-day {
	display: block;
	font-size: 26px;
	font-weight: 700;
	padding: 8px 0;
	color: #0b2573;
  }
  
  .sk-badge {
	background: #c9212a;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    line-height: 15px;
    font-weight: 900;
  }
  
  /* Mobile */
  @media (max-width: 767px) {
	.sk-slide {
	  min-width: 100%;
	}
  }
  

  .main-footer {
    position: relative;
    overflow: hidden;
   }
   .main-footer .footer_pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}
.main-footer .inner-container {
    position: relative;
}
.main-footer.style-three .widgets-section {
        position: relative;
        padding: 0px;
}

.main-footer.style-three .footer-two_logo-widget {
    padding: 50px 40px;
    background-color: white
    ;
}
.footer-logo {
    position: relative;
    margin-bottom: 30px;
}

.footer-title {
    position: relative;
    margin-top: 5px;
    margin-bottom: 2px;
    color: var(--main-color);
    text-transform: uppercase;
}
.footer-contact_list {
    position: relative;
    margin-bottom: 30px;
}
.footer-contact_list li {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    padding-left: 45px;
    margin-bottom: 15px;
    color: var(--white-color);
    text-transform: capitalize;
   }


.footer-list{
	position: relative;
}

.footer-list li{
	position: relative;
	margin-bottom: 9px;
	border-bottom: 1px solid #d3d3d3;
    padding-bottom: 8px;

}

.footer-list li:last-child{
	margin-bottom: 0px;
}

.footer-list li a{
	position: relative;
	font-size:15px;
	color: #4e4e51;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.footer-list li a::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 7px;
	opacity: 0;
	width : 30px;
	height: 8px;
	background:url(../images/icons/arrow.png) no-repeat;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.footer-list li a:hover::before{
	opacity: 1;
}

.footer-list li a:hover{
	color: var(--main-color);
	padding-left: 5px;
}

.amrishh{
	font-weight: 600; 
	font-size: 18px; 
	color: #2F3F67;
	 position: relative; 
	 margin-bottom: 10px; 
	 text-transform:uppercase;
}

  .footer-contact_list li .icon {
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 30px;
    line-height: 1em;
    color: var(--main-color);
    font-family: "flaticon_interior";
}
.footer-bottom {
    position: relative;
    padding: 10px 0px;
    background-color: #0c0d14;
}


/* SECTION */
.px-theme-section {
  padding: 60px 20px;
  background: #f5f5f5;
  text-align: center;
  overflow: hidden;
}

/* HEADER */
.px-theme-header p {
     color: #cacaca;
    font-size: 14px;
    margin-bottom: 0px;
}

.px-theme-header h2 {
  font-size: 35px;
    margin-bottom: 40px;
    line-height: 45px;
    text-transform: uppercase;

}

/* SLIDER */
.px-theme-slider {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.px-theme-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

/* CARD */
.px-theme-card {
  min-width: 300px;
  height: 500px;
  background: radial-gradient(#d42d2f, #003e80) !important;
  border:5px solid white;
  color: #fff;
  padding: 20px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* LOGO */
.px-theme-logo {
  font-size: 20px;
  margin-bottom: 40px;
}
.px-theme-logo-img{
 position: relative;
    width: 85px;
    margin: 0 auto;
    left: 17%;
    opacity: 0.6;
}

/* TITLE */
.px-theme-card h3 {
  font-size: 26px;
  margin-bottom: 20px;
      color: white;
}

/* IMAGE */
.px-theme-card img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 270px;
}

/* NAV BUTTONS */
.px-theme-nav {
  position: absolute;
  top: -60px;
  background: #000;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.px-theme-nav.prev {
  left: 0;
}

.px-theme-nav.next {
  left: 50px;
}

.custom-section{
    padding-top:100px; padding-bottom:100px;  
        background-image: 
        linear-gradient(
            to right,
            rgba(255, 255, 255, 1) 0%,   /* hard white start */
            rgba(255, 255, 255, 0.95) 15%,
            rgba(255, 255, 255, 0.8) 25%,
            rgba(255, 255, 255, 0.4) 35%,
            rgba(255, 255, 255, 0) 45%   /* fade end (~40-45%) */
        ),
        url(../assets/img/bg-11.png);
       background-size: auto 110%; background-repeat: no-repeat;
        background-position: bottom right -200px;
}
.mpara{
    color: white; font-size: 15px; line-height: 1.4; margin-top: 10px;     max-width: 245px;
}
.mheading{
 font-size: 54px; 
}

.breadcum {
  position: relative;
}

.breadcum img {
  width: 100%;
  display: block;
}

.breadcum::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,   /* header area dark */
    rgba(0, 0, 0, 0.3) 25%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0) 70%     /* neeche almost clean */
  );
}


.hbl{
    border-top: 5px double #005436; opacity: .7; 
}
/* responsive */
@media(max-width:768px){
    .px-theme-nav{
        width: 30px;
    height: 30px;
        top: -35px;
    }
    .px-theme-card{
        height: 450px;
    }
    .px-theme-logo{
            margin-bottom: 20px;
    }
.custom-section{
    padding-top:60px; padding-bottom:60px; 
    background-image: none !important;
}
.mpara{
 font-size: 14px;  max-width: 405px;
}
.mheading{
 font-size: 40px; 
}
.it-about-2-text{
    text-align: justify;
}
.chairm{
    margin-top:30px;
    padding:8px;
}
}




.quick-links{
    position: relative;

    margin-top: -70px;      /* adjust according to banner height */

    z-index: 10;

    

    border-radius:10px;

   

    overflow:hidden;
}
.quick-links .container{
    width:90%;
    
    margin:0 auto;

    background:#fff;
    border-radius:10px;
    
    padding:8px 20px;
    border: 1px solid whitesmoke;
}

.quick-card{

    display:flex;
    align-items:center;
    gap:18px;

    background:#fff;

    padding:25px;

    border-radius:12px;

    transition:.35s;

    cursor:pointer;

    height:100%;
    

}


.quick-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 35px rgba(0,0,0,.08);

}

.quick-card img{

    width:55px;
    height:55px;
    object-fit:contain;
    flex-shrink:0;

}

.quick-card h4{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1d3464;
    line-height: 26px;
}

.quick-card p{

   margin: 2px 0 0;
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 500;

}

.quick-card:hover h4{

    color:#c69b2d;

}

@media(max-width:991px){

    .quick-card{

        padding:18px;

        gap:15px;

    }

    .quick-card img{

        width:50px;
        height:50px;

    }

    .quick-card h4{

        font-size:24px;

    }

    .quick-card p{

        font-size:15px;

    }

}

@media(max-width:575px){

    .quick-card{

        flex-direction:column;

        text-align:center;

        padding:2px 5px;

    }

    .quick-card img{

        width:36px;
        height:36px;

    }

    .quick-card h4{

        font-size:16px;

    }

    .quick-card p{

        font-size:12px;

    }
    .main-footer.style-three .footer-two_logo-widget {
    padding: 20px 15px;
   
}

}