<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&amp;display=swap');
:root {
  --primary: #5B0102;
  --secondary: #002D59 ;
  --gray: #585C5F
}
img {
  max-width: 100%;
}
html,
body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
a {
  text-decoration: none;
  transition: all 0.3s ease, background-position 1ms;
}
p{
  line-height: 26px;
}
.offcanvas .nav-link{
    color:white;
}
.bg_primary{
  background: var(--primary) !important;
}
.bg_secondary{
  background: var(--secondary);
}
.bg-primary{
  background: var(--primary) !important;
}

.bg-toppers{
  text-transform: uppercase;
  border-radius: 15px;
  background: #faf1b6;
background: linear-gradient(0deg, rgba(250, 241, 182, 1) 0%, rgba(251, 255, 237, 1) 100%);
}
.dep-title{
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
}
.fw-semibold{
  font-weight: 600;
}
.main-btn{
 
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding: 15px 40px;
  color:  var(--primary);
  border: 1px solid;
  border-color: var(--primary);
  font-size: 16px;
  }
  .light-btn{
 
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding: 15px 40px;
  color: var(--primary);
  border: 1px solid;
  border-color: #fff;
  font-size: 16px;
  background: #fff;
  }
  .main-heading{
    font-size: 30px;
    font-weight: 600;
  }
  .paragraph-text{
 
      font-weight: 300;
      letter-spacing: 0.3px;
      font-size: 16px;
      line-height: 31px;
      padding: 15px 0px;
      opacity: 0.8;
  }
  .message-box{
    background: #fff;
    border-radius: 30px;
    padding: 40px;
  }
  .message-box p{
    padding-right: 60px;
    font-size: 20px;
    line-height: 28px;
  }
 .image-frame {
    position: relative;
    z-index: 2;
    /* margin-left: -80px; */
    /* margin-top: -40px;
    margin-bottom: -40px; */
}
  .image-frame img{
        transform: scale(1.2);
        margin-left: -45px;
  }
  .message{
       background: #5B0102;
    background: linear-gradient(0deg, rgba(91, 1, 2, 1) 0%, rgb(103 3 3 / 79%) 80%);
    position: relative;
  }
  .message::before{
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: -27px;
  background: url(../images/shape-w.png) no-repeat top ;
  background-size: 100%;
  z-index:99;
   
  
  transform: scale(-1);
}
/*  .message::after{*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: -100px;*/
/*  background: url(../images/shape.png) no-repeat top ;*/
/*  background-size: 100%;*/
/*  z-index:99;*/
/*}*/

.message-content {
  position: relative;
}
.whatsapp_fixed {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    background: #2ab03f;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    z-index: 99;
}
.message-content .quote-marks {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -60px;
  left: -20px;
  font-family: Georgia, serif;
}

.message-content .paragraph-text {
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.message-footer {
  color: #fff;
}

.message-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.gallery{
  position: relative;
}
/*.gallery::after{*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: -1px;*/
/*  background: url(../images/shape.png) no-repeat bottom ;*/
/*  background-size: 100%;*/
/*  z-index:99;*/
  
/*  transform: scaley(-1);*/
/*}*/
/* 
.container{
  max-width: 1200px;
} */
.pt-70{
  padding-top: 70px;
}
.pb-70{
  padding-bottom: 70px
}
.ps-0{
  padding-left: 0px!important;
}
.bread-banner::before{
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  background: url(../images/shape-w.png) no-repeat top ;
  background-size: cover;
  z-index:99;
   
  
  transform: scalex(-1);
}
header {
  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;

}
.caps{
  text-transform: uppercase;
}
.header-top{
  background: var(--primary);
  display: block;
  padding: 10px 0px;
}
.header-top ul{
  padding: 0px;
  margin: 0px;
}
.header-top ul li{
  list-style: none;
  display: inline-block;
  
}
.header-top ul li a {
    color: rgb(255, 255, 255);
    padding-left: 20px;
    display: inline-block;
    font-size: 14px;
}
.header-icon{
  color: var(--secondary);
  font-size: 22px;
  margin-right: 20px;
}

.logo img{
  height: 70px;
}
.btn-primary {
  background: #169bd6;
  border-color: #169bd6;
}
.modal-footer {
  justify-content: center;
}
.min-h-100{
  min-height: 100vh;
}
.min-h-80{
  min-height: 80vh;
}

.min-h-70{
  min-height: 70vh;
}
.min-h-90{
  min-height: 90vh;
}

.text-primary{
  color: var(--primary) !important;
}
.text-secondary{
  color: var(--secondary) !important;
}

@keyframes myanimation {
  0% {
    background-color: #169bd6;
  }
  25% {
    background-color: green;
  }
  50% {
    background-color: #ffc525;
  }
  75% {
    background-color: rgb(250, 141, 16);
  }
  100% {
    background-color: #169bd6;
  }
}
.menu-bar{
  background: var(--primary);
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* margin-top: 5px; */
}
.page-header{
  background: url(../images/banner-d.jpg);
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    color: white;
    position: relative;
}
.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}
.page-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: url(../images/shape-w.png) no-repeat center bottom;
    background-size: cover;
}
.page-start {
  padding-top: 130px;
}
.top-header {
  background: #054374;
  padding-top: 5px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.top-header-left a {
  color: #ffffff;
  /* opacity: 0.8; */
  font-size: 13px;
  display: inline-block;
  font-weight: 700;
  /* margin-right: 30px; */
}
.top-header-left a i {
  margin-right: 5px;
}
.top-header-right {
  text-align: right;
}
.top-header-right a {
  color: #ffffff;
  opacity: 0.8;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
}
.top-header a:hover {
  color: #84898b;
}
.header-right {
  position: relative;
}
.header-right a {
  color: #ffffff;
  font-weight: 600;
  margin-top: 5px;
  display: inline-block;
  font-size: 13px;
  /* line-height: 20px; */
  position: relative;
  width: 180px;
  border-radius: 5px;
  padding: 5px 10px;
  /* border: 1px solid #169bd6; */
  float: right;
  background: #169bd6;
}
.header-right p {
  margin-bottom: 0px;
  line-height: 18px;
}
.header-right a sma {
  font-weight: 300;
}

.header-right a i {
  color: #ffffff;
  font-size: 19px;
  position: absolute;
  top: 32%;
  right: 8px;
}
.profile-image{
  width: 40px;
  height: 40px;
  border: 1px solid #169bd6;
}
.cart-header{
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #054374;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}
.header-right span small {
  color: #169bd6;
}
.carousel-item{
  position: relative;
}
/*.carousel-item::after{*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 60px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  background: url(../images/shape-w.png) no-repeat bottom  ;*/
/*  background-size: 100%; */
/*  z-index:99;*/
/*}*/

.carousel-item::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
}
.banner{
    position: relative;
}
.banner-content{
  margin-bottom: 15%;
}
.banner .banner-img{
  max-height: 680px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner span{
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
  display: block;
}
.banner h1{
  font-weight: 500;
  font-size: 55px;
  line-height: 1.22em;
  color: #fff;
}
.banner p{
  font-size: 24px;
    line-height: 44px;
  color: #fff;;
  font-weight: 300;
}
/* .banner .carousel-caption {
  bottom: 30%;
}
.banner .carousel-caption h1 {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.banner .carousel-caption p {
  max-width: 600px;
  margin: 0px auto; 
  font-size: 18px;
} */
 .card-btn{
  
  background: var(--primary);

  display: inline-block;
  padding: 12px 18px;
  
  color: #fff;
  transition: all 0.3s ease, background-position 1ms;
  
  border-radius: 30px;
  font-size: 14px;
 }
 .card-btn:hover {
  border: solid 1px var(--primary);
  background: #ffffff;
  color: var(--primary);
 }
.banner-btn {
  background: #fff;
  
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  color: var(--primary);
  transition: all 0.3s ease, background-position 1ms;
  font-weight: 600;
}
.banner-btn:hover {
  background: #ffffff;
  color: #000;
}
.news-marquee{
   font-weight: 600;
   border-bottom: 1px solid #BEDFFF;
   padding-top: 5px;
}
.icon-box {
  background: #ffffff;
  width: 60px;
  border-radius: 100px;
  margin: 0px auto;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #F4F4F4;
}


.notice-board{
  background: var(--primary);
  padding: 30px;
  border-radius: 16px;
}
.notice-board h4{
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.notice-list{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 5px;
  display: block;
  
}
.notice-list:hover {
    transform: scale(1.05);
}


.notice-list h6{
  color: var(--secondary);
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 3px;
}

.notice-list small{
  color: var(--secondary);
}
.arrow-icon{
 position: absolute;
 right: 15px;
 top: 40%;
 color: var(--secondary);
}
.notice-head{
  height: 41px;

  margin-top: -60px;
}

.product-list{ 
  background: #181b1d;
  border: 1px solid #212529;
  padding:50px 20px;
}
.border-right-bottom{
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.border-bottom-only{
  border-bottom: 1px solid #e3e3e3;
}
.border-right-only{
  border-right: 1px solid #e3e3e3;
}
.client-list{
  
  padding: 20px;
  height: 150px;
}
.client-list img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}

.image-bg h2{
  padding-top: 90px;
  padding-bottom: 90px;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.india{
  background: url(../images/india.png) no-repeat center top;
  padding: 0px;
  background-size: 100%;
}
.uae{
  background: url(../images/uae.png) no-repeat center top;
  padding: 0px;
  background-size: 100%;
}
.germany{
  background: url(../images/germany.png) no-repeat center top;
  padding: 0px;
  background-size: 100%;
}
.camp{
  background: url(../images/camp.png) no-repeat center top;
  padding: 0px;
  background-size: 100%;
}
.bg-light{
  background: #F6F6F6;
}
.white-box{
  background: #ffffff;
  padding: 20px;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.white-box h6{
  color: #003399;
  font-weight: 600;
  font-size: 18px;
}

.white-box p{
  color: #707070;
  font-size: 13px;
}
.home-video{
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #cacaca;
}
.home-video h2{
  color: #003399;
  font-weight: bold;
  text-transform: uppercase;

}

.testimonial {
  border-top: 1px solid #e3e3e3;
  position: relative;
}


.testimonial-user img {
  border-radius: 100%;
  width: 60px !important;
  height: 60px;
  margin: 0px auto  ;
  border: 1px solid #5eb1df;
  
}
.testimonial-user h6 {
  font-size: 18px;
}
.testimonial-user h6 small {
  font-size: 14px;
}
.testimonial-list {
  
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  
}
.testimonial-list p {

  padding-bottom: 20px;
}
.carousel-control-prev-icon {
  background-image: url(../images/prev.png);
  width: 34px;
  height: 34px;
  background-size: auto;
}
.carousel-control-next-icon {
  background-image: url(../images/next.png);
  width: 34px;
  height: 34px;
  background-size: auto;
}

.course-list a {
  background: #169bd6;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s ease, background-position 1ms;
}
.news-letter {
  background: #243E90;
  padding-top: 130px;
  padding-bottom: 130px;
}
.news-letter h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;

}
.news-letter p {
  color: #fff;
  /* margin-bottom: 20px; */
}
.news-letter .form-control-lg,.btn-lg{
  border-radius: 0px;
}
.white-btn {
  background: #fff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  color: #000;
}
.news-letter-btn{
  max-width: 150px;
}
.white-btn:hover {
  background: #169bd6;
  color: #ffffff;
}
.choose {
  background: #054374;
  padding-top: 70px;
  padding-bottom: 70px;
}
.choose h2 {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 50px;
}
.choose p {
  color: #ebebeb;
  margin-bottom: 20px;
}
.box {
  padding:  30px;
  position: relative;
 
  border-radius: 30px;
  
}
.box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.96) 40%, rgba(255, 255, 255, 0.50) 100%), #D2CBCC;
   border-radius: 25px;
 
}
.box-style-one{
  
  background:url(../images/chemistry-lab.JPG) no-repeat center top;
  background-size: cover;
  position: relative;
     border-radius: 25px;
}
.box-style-two{
  
  background:url(../images/physics-lab.jpeg) no-repeat center top;
  background-size: cover;
  position: relative;
     border-radius: 25px;
}
.box-style-three{
  
  background:url(../images/computer-lab.jpeg) no-repeat center top;
  background-size: cover;
  position: relative;
     border-radius: 25px;
}
.box-style-four{
  
  background:url(../images/english-dep.png) no-repeat center top;
  background-size: cover;
  position: relative;
     border-radius: 25px;
}
.box-style-five{
  
  background:url(../images/history-dep.png) no-repeat center top;
  background-size: cover;
  position: relative;
     border-radius: 25px;
}
.box-style-six{
  
  background:url(../images/commerce-dep.png) no-repeat center top;
  background-size: cover;
  position: relative;
     border-radius: 25px;
}


.box h6 {
  font-weight: 600;
  color: var(--secondary);
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
}
.box p {
 font-size: 16px;
 font-weight: 400;
 line-height: 24px;
 color: #000;
}
.box .line{
  width: 50px;
  height: 2px;
  background: var(--primary);
  display: inline-block;
  margin: 15px 0px;
}
.line{
  width: 70px;
  height: 4px;
  background: var(--primary);
  display: inline-block;
  margin-bottom: 15px 0px;
}
.line-w{
  width: 70px;
  height: 4px;
  background: #fff;
  display: inline-block;
  margin: 15px 0px;
}

.box-icon{
  height: 52px;
}
.icon-bg img{
  height: 35px;
}
.home-event{
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.card{
  border-radius: 20px;
}
.event-list .card-title{
  font-weight: 600;
  font-size: 20px;
}
.event-list .main-btn{
  padding: 8px 16px;
  font-size: 14px;
}
.shape-footer{
  transform: scaley(-1);
      margin-bottom: -1px;
      width: 100%;
}
.shape-header{
     width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 99;
}
footer {
  padding-top: 40px;
  background: var(--primary);

}
footer p {
  color: #ffffff;
  opacity: 0.8;
  font-size: 14px;
}
footer p a {
  color: #ffffff;
  opacity: 0.8;
}
footer h6 {
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
  font-size: 18px;
}
footer h5 {
  margin-bottom: 25px;
  color: #ffffff;
  opacity: 0.8;
}
.footer-menu ul {
  padding: 0px;
  margin: 0px;
}
.footer-menu li {
  list-style: none;
  line-height: 34px;
}
.footer-menu li a {
  color: #ffffff;
  opacity: 0.8;
}
.footer-menu li a:hover {
  color: #169bd6;
}
footer .form-control {
  border-radius: 30px;
}
footer .btn-primary {
  border-radius: 30px;
}
.footer-top {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.327);
  padding-top: 30px;
  padding-bottom: 15px;
}
.footer-social ul {
  padding: 0px;
  margin: 0px;
}
.footer-social li {
  list-style: none;
  float: left;
  margin-right: 20px;
}
.footer-social li a {
  color: #ffffff;
  opacity: 0.8;
}
.footer-social li a:hover {
  color: #169bd6;
}
.footer-social p {
  font-size: 14px;
}
.footer-social p span {
  color: #169bd6;
}
.mobile-bth {
  
  display: none;
}
.programs{
  padding-top:60px ;
  padding-bottom: 60px;
}
.programs-filter h6{
  margin-bottom: 15px;
  color: #333;
  font-size: 18px;
}
.programs-filter .bg-light{
  border: 1px solid #797979;
  padding: 8px;
  font-weight: 400;
  margin-bottom: 10px;
}
.program-list{
  margin-top: 20px;
  border-radius: 10px;
}

.program-list h3{
  color: #054374;
  font-weight: bold;
}
.program-list img{
  border-radius: 10px;
  position: relative;
}
.program-list .badge{
  position: absolute;
  right: 25px;
  top: 15px;
  background: #43B5E8;
  color: #ffffff;
  font-weight: 400;
  z-index: 9;
  font-size: 12px;
}
.program-list p{
  font-size: 14px;
}
.bg-light-blue {
  background: #169bd6;
}
.bg-dark {
  background: var(--secondary);
}
.arrow-right-one {
  margin-top: 90px;
}
.arrow-left-bottom {
  width: 80px;
  margin-top: 70px;
}
.arrow-right-bottom {
  width: 80px;
  margin-top: 70px;
}
.popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.inner-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
.inner-page h1 {
  margin-bottom: 40px;
}
.contact-page h6 {
  color: #169bd6;
}
.contact-page h3 {
  font-size: 22px;
}
.contact-page p {
  color: #666e75;
}
.course-page p {
  font-size: 19px;
}
.testimonial-page .card {
  border-radius: 10px !important;
  box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
  border: none !important;
}
.testimonial-page .testimonial-user {
  margin-top: 20px;
  margin-bottom: 30px;
}
.announcement-list {
  margin-bottom: 20px;
}
.announcement-list img {
  max-width: 40px;
  position: absolute;
  /* left: 0; */
  right: 20px;
  top: 20px;
  opacity: 0.5;
}
.page-head{
  padding-top: 100px;
  padding-bottom: 90px;
  background: url(../images/page-header.jpg) no-repeat center ;
  background-size: 100%;
 
}
.page-head h1{
  color: #ffffff;
  font-weight: bold;
}
.header-btn{
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px;
  
}
.location-btn i{
  margin-right: 3px;
}
.reg-box-one{
  background: #fffce4;
}
.reg-box-two{
  background: #f5fffa;
}
.reg-box p{
  font-size: 14px;
}
.reg-box .main-btn{
  padding: 10px 20px;
  font-size: 13px;
}
.reg-box h4{
  font-weight: 600;
  color: #054374;
  font-size: 20px;
}
.custom-checkbox{
  font-size: 12px;
    line-height: 1;
    position: relative;
    display: inline-block;
    /* margin: 0 5px 0 0; */
    text-transform: uppercase;
    color: #000;
    background-color: #f1f2f6;
    
}
.custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.custom-checkbox .size-name {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0;
  border-radius: 3px;
 
  padding: 8px;
  display: inline-block;
}
.custom-checkbox input:checked~.size-name {
  color: #fff;
  background-color: #2d8f56;
}
.custom-checkbox .size-name small{
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
  display: inline-block;
}
.custom-checkbox .disabled{
  color: red !important;
  text-decoration: line-through;
}
.custom-checkbox .disabled small{ 
  
  text-decoration: line-through;
}
.counter-section {
    position: relative;
   background: #D3000F;
background: linear-gradient(90deg, rgba(211, 0, 15, 1) 0%, rgba(91, 1, 2, 1) 100%);
    background-size: cover;
    padding: 30px;
    border-radius: 30px;
}

.counter-box {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.counter-box:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.counter-number {
    font-size: 2.5rem;
    font-weight: 700;
}

/* Profile container */
.profile-side {
   background: #ececec;
   background: #f2fbff;
   padding: 20px;
   min-height: 70vh;
 
   border: 1px solid rgba(0,0,0,.125);

}
.progile-image{
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
}
.profile-side h5{
  font-size: 16px;
  margin-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
}
.profile-content .card-body{
  min-height: 70vh;
}

.price-details p {
  color: #000;
  margin-bottom: 10px;
}
.price-details p span {
  float: right;
}
.price-details h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.price-details h5 span {
  float: right;
}
.form-bg{
  background: #003399;
}

.video-container{
	margin:0 auto;
	width:100%;

}
.js-video{
	height:700px;
	width:100%;
	background:#dedede;
	position:relative;
	margin:0px auto;
}
.play img{
  position: absolute;
  left: 40%;
  top: 30%;
  color: #EA0B8C;
  font-size: 70px;
 
  border-radius: 50%;
  
  width: 20%;
  line-height: 50px;
  z-index:2;
}
.video-poster{
		background: url('../images/video-img.jpg');
	  background-repeat: no-repeat;
	  position: absolute;
	  width: 100%;
	  height: 700px;
 
}
.play i:hover{
	cursor:pointer;
}
.js-video iframe{
	z-index:5;
	position: relative;
}
.facilities-list{
 background: #F9F9FB;
}
.facilities-list img{
  border: 10px solid #fff;
}
.facilities-list .card-title{
  font-weight: 600;
  font-size: 24px;
}
.video-bg{
  background: url(../images/video-bg.png) no-repeat bottom;
  background-size: 100%;
  position: relative;
  padding-bottom: 100px;
}
.banner-mobile{
  display: none;
}
 
.toppers-section {
            /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
            padding: 40px 0;
            position: relative;
            overflow: hidden;
        }

       

        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
            background: -webkit-linear-gradient(45deg,#FFD700, #FFA500, #DAA520);
            background: linear-gradient(45deg,#FFD700, #FFA500, #DAA520);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            
        }

        .section-title h2:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -10px;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: #FFD700;
        }

        

        .topper-card {
            background: #fff;
            padding: 25px 15px;
            border-radius: 20px;
            box-shadow: 0 5px 15px  rgba(0,0,0,0.06);
            margin: 15px 10px;
            transition: all 0.4s ease;
            border: 1px solid rgba(0,0,0,0.05);
            /* min-height: 420px; */
        }

        .topper-card:hover {
          transform: translateX(-50%);
            background: linear-gradient(135deg, #FFD700, #FFA500, #DAA520);
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,123,255,0.15);
        }

        .topper-image {
            position: relative;
            width: 140px;
            height: 140px;
            margin: 0 auto 25px;
            border-radius: 50%;
            padding: 5px;
            background: linear-gradient(135deg, #FFD700, #FFA500, #DAA520);
        }

        .topper-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            border: 4px solid white;
            transition: transform 0.4s ease;
        }

        .topper-card:hover .topper-image img {
            transform: scale(1.05);
        }

        .rank-badge {
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #FFD700, #FFA500, #DAA520);
            color: white;
            padding: 6px 18px;
            border-radius: 25px;
            font-size: 0.95rem;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(0,123,255,0.2);
            white-space: nowrap;
        }
        .topper-card:hover .rank-badge {
            
            background: #fff;
            color: #DAA520;
            padding: 6px 18px;
            border-radius: 25px;
            font-size: 0.85rem;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(0,123,255,0.2);
            white-space: nowrap;
        }

        .topper-info {
            padding: 0 10px;
        }

        .topper-info h4 {
            color: #2c3e50;
            margin-bottom: 12px;
            font-size: 1rem;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .topper-card:hover .topper-info h4 {
            color: #fff;
        }
        .topper-card:hover .batch {
          background: #fff;
          color: var(--primary);
        }
         .topper-card:hover .stream {
          color: #fff;
        }
       

        .topper-info .marks {
            color: var(--primary);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 8px;
            background: -webkit-linear-gradient(45deg,#FFD700, #FFA500, #DAA520);
            background: linear-gradient(45deg,#FFD700, #FFA500, #DAA520);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
         .topper-card:hover .topper-info .marks{
          background: -webkit-linear-gradient(45deg, #ffffff, #fff);
            background: linear-gradient(45deg, #fff, #fff);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .topper-info .stream {
            color: #6c757d;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 500;
        }
        .topper-info .batch {
            display: inline-block;

            
            padding: 4px 12px;
            border-radius: 15px;
            font-size: 0.95rem;
            font-weight: 500;
            border: 1px dashed rgba(2, 2, 2, 0.3);
        }

        /* Owl Carousel Custom Navigation */
        .owl-nav button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: white !important;
            color: #5B0102 !important;
            width: 46px;
            height: 46px;
            border-radius: 50% !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
            box-shadow: 0 3px 15px rgba(0,0,0,0.1) !important;
            transition: all 0.3s ease !important;
        }

        .owl-nav button i {
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .owl-nav button:hover {
            background: #5B0102 !important;
            color: white !important;
            box-shadow: 0 5px 20px rgba(0,123,255,0.3) !important;
        }

        .owl-nav button:hover i {
            transform: scale(1.2);
        }

        .owl-prev {
            left: -60px;
        }

        .owl-next {
            right: -60px;
        }

        

        .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 0 5px;
            background: #dee2e6;
            transition: all 0.3s ease;
        }

        .owl-dots .owl-dot.active span {
            background: #5B0102;
            transform: scale(1.3);
        }
         .about-tabs .nav-link {
            border: none;
            padding: 15px 30px;
            background-color: #f8f9fa !important;
            color: #333;
            border-radius: 0;
            margin-right: 5px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .about-tabs .nav-link.active {
            background-color:var(--primary) !important;
            color:#fff;
        }
        .tab-content {
            padding: 30px;
            background: #fff;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
        }
        
        .value-card {
            padding: 20px;
            margin: 15px 0;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .value-card:hover {
            transform: translateY(-5px);
        }
        
        .value-card i {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 15px;
        }
        
       
        
        .counter-box {
            text-align: center;
            position: relative;
        }
        
        .counter-box .counter {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        /* Toppers Section Styles */

        /* Additional styles for new sections */
        .story-card {
            background: #fff;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            height: 100%;
        }

        .story-card .year {
            color: #5B0102;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .team-card {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .team-card:hover {
            transform: translateY(-5px);
        }

        .team-image {
            position: relative;
            overflow: hidden;
        }

        .team-image img {
            width: 100%;
            height: auto;
        }

        .team-info {
            padding: 20px;
        }

        .team-info h4 {
            margin: 0;
            font-size: 1.2rem;
            color: #333;
        }

        .designation {
            color: #5B0102;
            font-weight: 600;
            margin: 5px 0;
        }

        .leadership-card {
            background: #fff;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .principal-card {
            background: #fff;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .principal-image img {
           
            border: 5px solid #5B0102;
        }
        .trust-section{
          margin: 40px 0px;
          padding: 30px;
          position: relative;
          border-radius: 15px;
          background:#ffd1002b;
        }
        .chairman-section{
         
          margin: 40px 0px;
          padding: 30px;
        }
        .Patron-section{
         
          margin: 40px 0px;
          padding: 30px;
        }
        .leading-team-section{
         
          margin: 40px 0px;
          padding: 30px;
        }

        .people-section-title  h3:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 70px;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--primary);
        }
        .signature-event{
          background-color: var(--primary);
        }


         .department-header {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/dep1.png');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: white;
            position: relative;
        }

        .department-header::after {
            content: '';
            position: absolute;
            bottom: -40px;
            left: 0;
            right: 0;
            height: 100px;
            background: url('../images/shape-w.png');
            background-size: cover;
        }

        .course-card {
            min-height: 373px;
            border: none;
            border-radius: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .course-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
        }

        .course-header {
            background: var(--primary);
            color: white;
            padding: 20px;
            position: relative;
            overflow: hidden;
        }

        .course-header::after {
            content: '';
            position: absolute;
            width: 150px;
            height: 150px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            top: -75px;
            right: -75px;
        }

        .course-body {
            padding: 30px;
        }

        .faculty-card {
            text-align: center;
            margin-bottom: 30px;
            transition: all 0.3s ease;
        }

        .faculty-image {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            margin: 0 auto 20px;
            overflow: hidden;
            border: 5px solid var(--primary);
        }

        .faculty-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .event-card {
            min-height: 139px;
            background: #f8f9fa;
            border-radius: 15px;
            padding: 25px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
            border-left: 5px solid var(--primary);
        }

        .event-card:hover {
            transform: translateX(10px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .dep-section-title {
            position: relative;
            margin-bottom: 40px;
            padding-bottom: 20px;
        }

        .dep-section-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: var(--primary);
        }

        .highlight-box {
            background: linear-gradient(45deg, var(--primary), #054374);
            color: white;
            padding: 30px;
            border-radius: 15px;
            margin-bottom: 30px;
        }

        .highlight-box h3 {
            color: white;
            margin-bottom: 20px;
        }

        .stats-counter {
            font-size: 2.5rem;
            font-weight: bold;
            color: white;
            margin-bottom: 10px;
        }


        /* academics */

        .department-card {
            background: #fff;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0,0,0,0.08);
            transition: all 0.4s ease;
            margin-bottom: 30px;
            border: 1px solid rgba(0,0,0,0.05);
        }

        .department-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }

        .department-image {
            position: relative;
            overflow: hidden;
            height: 220px;
        }

        .department-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1;
        }

        .department-card:hover .department-image::before {
            opacity: 1;
        }

        .department-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .department-card:hover .department-image img {
            transform: scale(1.1);
        }

        .department-content {
            padding: 25px;
            position: relative;
        }

        .department-content::before {
            content: '';
            position: absolute;
            left: 25px;
            top: 0;
            width: 50px;
            height: 3px;
            background: var(--primary);
            transform: translateY(-50%);
        }

        .department-content h3 {
            color: var(--primary);
            margin-bottom: 15px;
            font-size: 1.5rem;
            font-weight: 600;
        }

        /* Academic Corner Styles */
        .academic-box {
            background: #fff;
            padding: 35px;
            border-radius: 15px;
            margin-bottom: 30px;
            transition: all 0.4s ease;
            border: 1px solid rgba(0,0,0,0.05);
            position: relative;
            overflow: hidden;
        }

        .academic-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 3px;
            height: 100%;
            background: var(--primary);
            transition: all 0.4s ease;
        }

        .academic-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }

        .academic-box:hover::before {
            width: 5px;
        }

        .academic-icon {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 20px;
            transition: all 0.4s ease;
        }

        .academic-box:hover .academic-icon {
            transform: scale(1.1);
        }

        /* Examination Section Styles */
        .exam-card {
            background: #fff;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.08);
            margin-bottom: 30px;
            border-left: 5px solid var(--primary);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .exam-card::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100px;
            height: 100px;
            background: var(--primary);
            opacity: 0.1;
            border-radius: 50%;
            transform: translate(50%, -50%);
            transition: all 0.4s ease;
        }

        .exam-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }

        .exam-card:hover::after {
            transform: translate(30%, -30%) scale(1.2);
        }

        .exam-badge {
            display: inline-block;
            padding: 6px 18px;
            border-radius: 25px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .badge-upcoming {
            background: linear-gradient(45deg, #ffeeba, #fff3cd);
            color: #856404;
        }

        .badge-ongoing {
            background: linear-gradient(45deg, #d4edda, #e8f6ec);
            color: #155724;
        }

        .exam-date {
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 12px;
            font-size: 1.1rem;
        }

        /* Wave shape divider with enhanced styling */
       

        /* Enhanced Section Title Styles */
        .section-title {
            position: relative;
            margin-bottom: 50px;
        }

        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -15px;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--primary);
        }

        .section-title p {
            font-size: 1.1rem;
            color: #6c757d;
            max-width: 600px;
            margin: 15px auto 0;
        }

        /* Enhanced Examination Guidelines */
        .exam-guidelines {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 15px;
            border: 1px solid rgba(0,0,0,0.05);
        }

        .exam-guidelines h4 {
            color: var(--primary);
            border-bottom: 2px solid rgba(0,0,0,0.1);
            padding-bottom: 15px;
            margin-bottom: 25px;
        }

        .exam-guidelines li {
            position: relative;
            padding-left: 30px;
        }

        .exam-guidelines .fas {
            position: absolute;
            left: 0;
            top: 4px;
        }

        /* Main Button Enhancement */
        .main-btn {
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            display: inline-block;
            border: 2px solid var(--primary);
            background: transparent;
            color: var(--primary);
        }

        .main-btn::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: var(--primary);
            transition: all 0.4s ease;
            border-radius: 50%;
            z-index: -1;
            opacity: 0;
        }

        .main-btn:hover {
            color: #fff;
            background: var(--primary);
        }

        .main-btn:hover::before {
            width: 300px;
            height: 300px;
            margin-left: -150px;
            margin-top: -150px;
            opacity: 1;
        }

        /* Page Header Styles */
        .page-header {
            position: relative;
            height: 400px;
            overflow: hidden;
            color: #fff;
            min-height: 300px;
            display: flex;
            align-items: center;
        }

        .page-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
        }

        .page-header h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
            z-index: 1;
        }

        .page-header .breadcrumb {
            margin-bottom: 0;
            display: inline-flex;
            padding: 10px 20px;
            background: rgba(255,255,255,0.1);
            border-radius: 30px;
        }

        .breadcrumb-item + .breadcrumb-item::before {
            color: rgba(255,255,255,0.5);
        }

        .header-shape {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100px;
            z-index: 1;
        }

        /* Course Highlights Section Styles */
        .program-card {
            background: #fff;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0,0,0,0.08);
            transition: all 0.4s ease;
            border: 1px solid rgba(0,0,0,0.05);
        }

        .program-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }

        .program-header {
            background: linear-gradient(45deg, var(--primary), #054374);
            padding: 25px;
            color: #fff;
            position: relative;
            overflow: hidden;
        }

        .program-header::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 150px;
            height: 150px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            transform: translate(50%, -50%);
        }

        .program-badge {
            display: inline-block;
            padding: 5px 15px;
            background: rgba(255,255,255,0.2);
            border-radius: 20px;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }

        .program-header h3 {
            margin: 0;
            font-size: 1.8rem;
            font-weight: 600;
        }

        .program-body {
            padding: 25px;
        }

        .program-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .program-list li {
            display: flex;
            align-items: flex-start;
            padding: 20px;
            border-bottom: 1px solid rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }

        .program-list li:last-child {
            border-bottom: none;
        }

        .program-list li:hover {
            background: rgba(0,0,0,0.02);
            transform: translateX(5px);
        }

        .program-list li i {
            color: var(--primary);
            font-size: 1.5rem;
            margin-right: 15px;
            margin-top: 5px;
        }

        .program-list li h4 {
            margin: 0 0 5px 0;
            font-size: 1.2rem;
            color: #333;
        }

        .program-list li p {
            margin: 0;
            color: #666;
            font-size: 0.95rem;
        }
        .registration-box{
   background: #5B0102;
    background: linear-gradient(0deg, rgba(91, 1, 2, 1) 0%, rgb(103 3 3 / 79%) 80%);
    border-radius: 20px;
        }
        
         .green-initiative {
            position: relative;
            padding: 20px;
            background: #fff;
            border-radius: 15px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
            overflow: hidden;
        }

        .green-initiative::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 3px;
            height: 100%;
            background: #28a745;
            transition: width 0.3s ease;
        }

        .green-initiative:hover::before {
            width: 5px;
        }

        .green-initiative:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }


        /* Responsive Adjustments */
        @media (max-width: 767.98px) {
            .page-header {
                height: 300px;
            }

            .page-header h1 {
                font-size: 2.5rem;
            }

            .course-highlights {
                padding: 50px 0;
            }
        }

        /* Academic Corner Styles */
        #academic-corner {
    position: relative;
    background-color: #f8f9fa;
    overflow: hidden;
}

#academic-corner .card {
    transition: transform 0.3s ease-in-out;
    border: none;
    border-radius: 15px;
}

#academic-corner .card:hover {
    transform: translateY(-5px);
}

.pathway-card {
    border: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.pathway-card:hover {
    background-color: #fff !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature-list li {
    display: flex;
    align-items: start;
    gap: 10px;
}

.feature-list i {
    margin-top: 4px;
}
.registration-btn {
    background: var(--primary);
    color: white;
    padding: 6px 15px;
    border-radius: 5px;
    
    transition: all 0.4s ease;
}
.registration-btn-w {
    background: #fff;
    color: var(--primary) !important;
    padding: 5px 15px;
    border-radius: 5px;
    border-radius: 30px;
    transition: all 0.4s ease;
    font-size: 14px;
}

/* Wave Shape Divider */
@media (max-width: 1399px){
    .header-menu menu li a{
        padding:30px 12px !important;
    }
}

@media (max-width: 1200px) {
  .box-item h1{
    font-size:28px;
  }
  .icon-box{
   width: 55px;
   height: 55px;
   line-height: 55px;
  }
  .top-header-left a {
    font-size: 12px;
  }
  .header-right a {
    font-size: 12px;
    padding: 5px 5px;
    width: 100%;
  }
  .header-right a i {
    display: none;
  
}
.banner .banner-img{
  max-height: 480px;
}
}
@media (max-width: 992px) {
  .banner .banner-img{
    max-height: 380px;
  }
  .hide_sm{
    display: none;
  }
  .menu-bar{
    display: none;
  }
  .location-btn{
    text-transform: uppercase;
    padding: 10px 20px;
  }
  .header-right a {
    /* margin-top: 10px;
    font-size: 12px; */
    width: 150px;
  }
  .banner .carousel-caption h1 {
    font-size: 40px;
  }
  .mobile-bth {
    display: block;
  }
  .top-header-left {
    display: none;
  }
  .demo-btn {
    display: block;
  }
}

@media (max-width: 768px) {
    .courses-section{
            max-height: 450px;
    overflow-y: scroll;
    }
    .depart-carousel{
        max-height: 420px ;
    }
  .banner-mobile{
    display: block;
  }
  .banner .banner-img{
    display: none;
  }
  .banner-btn{
    color: #fff;
    padding: 10px 18px;
    font-size: 14px;
    background: var(--primary);
    font-weight: 300;
  }
  .about,.home-video,.gallery,.testimonial{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about h2{
    margin-top: 20px;
    font-size: 24px;
  }
  .home-video h2{
    font-size: 24px;
  }
  header {
    position: relative;
    padding-top: 10px;
    padding-bottom: 12px;
  }
  .page-start {
    padding-top: 0px;
  }
  .flow-chart {
    display: none;
  }

  .logo {
    text-align: center;
  }
  .logo img {
    max-height: 40px;
    margin-top: 0px !important;
  }
  .header-right {
    text-align: left !important;
  }
  .header-right a {
    margin-top: 15px;
    font-size: 14px;
  }
  .white-box {
    margin-top: 30px;
  }

  .box-item {
    padding: 10px 25px;
   
    margin-bottom: 10px;
    /* text-align: left; */
  }
  .icon-box {
    width: 55px;
    height: 55px;
    line-height: 55px;
}
  .box-item img {
    max-height: 30px;
  }
  .box-item h1{
    font-size: 25px;
  }
  .box-item h4 {
    font-size: 16px;
    font-weight: 400;
  }
  .courses,
  .news-letter,
  .news,.programs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .choose {
    padding-top: 30px;
  }
  .choose img {
    margin-top: 20px;
  }

  .top-header-right {
    text-align: center;
  }
  .nav-link {
    text-transform: uppercase;
  }
  .news-letter h2{
    font-size: 25px;
  }
  .news-letter p{
    font-size: 14px;
  }
  .footer-social{
    margin-bottom: 20px;
    overflow: hidden;
  }
  .page-head{
    padding-top:30px;
    padding-bottom: 30px;
  }
  .page-head h1{
    font-size: 25px;
  }
  .inner-page{
    padding-top:30px;
    padding-bottom: 30px;
  }
  .program-list img{
    margin-bottom: 12px;
  }
  .price-details{
    margin-top: 30px;
  }
  .profile-side{
    min-height: auto;
    margin-bottom: 20px;
  }
  .toppers-section .section-title h2 
  {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
            background: -webkit-linear-gradient(45deg,#FFD700, #FFA500, #DAA520);
            background: linear-gradient(45deg,#FFD700, #FFA500, #DAA520);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            
        }
        
        .section-title h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        .banner h1{
  font-weight: 500;
  font-size: 38px;
  line-height: 1.22em;
  color: #fff;
}
.banner p{
  font-size: 18px;
    line-height: 32px;
  color: #fff;;
  font-weight: 300;
}
.about-content{
    padding:0px 25px;
}
.notice-board{
  margin-top: 40px;
}
.message-box{
  margin: 20px;
  padding: 20px;
}
.message-box p{
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
}
.image-frame img{
  transform: scale(0.9);
  margin:auto;

}
.pt-70{
  padding-top: 50px !important;
}
.pb-70{
  padding-bottom: 50px !important;
}
  
}
  /* Committee Page Styles */
  
.committees-section {
    padding: 70px 0;
    background: #f8f9fa;
}

.committee-block {
    margin-bottom: 30px;
}

.committee-block .inner-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.committee-block .inner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.committee-block h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.committee-block h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #2a5db0;
}

.committee-block h3 {
    color: #2a5db0;
    font-size: 18px;
    margin: 20px 0 15px;
}

.committee-block .content p {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.committee-block .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.committee-block .content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #666;
    line-height: 1.5;
}

.committee-block .content ul li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #2a5db0;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .committees-section {
        padding: 40px 0;
    }
    
    .committee-block .inner-box {
        padding: 20px;
    }
    
    .committee-block h2 {
        font-size: 20px;
    }
}


</pre></body></html>