body {margin: 0;
    padding: 0;
    width: 100%;
    letter-spacing: 0.5px;
    font-weight: 400;
    background: #FFF;
    font-family: "Lato", sans-serif !important;
    position: relative;
    font-size: 14px;
    line-height: 1.5rem;
	
	}


.container {max-width: 1300px !important;}

.carouselInd{
  padding:15px 0px;
}

.same-size-img {
            width: 300px; 
            height: 200px; 
            object-fit: cover; 
            display: block; 
            margin-bottom: 10px; 
        }



html {
      scroll-behavior: smooth;
    }

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  transition: top 0.3s;
}

p {
    font-size: 14px;
    font-weight: 500;
    /*color: #555; text-align: justify;*/
}


 h4, h5, h6 {font-size:15px !important;}

h1, h2, h3 {font-size:18px !important;}

 .title-1 {font-size: 19px !important;}

 .title-2 {font-size: 15px !important;}

.title-4 {color: #212121;
    font-size: 20px;
    font-weight: 600;
    margin-top: -5px;}

.title-5 {color:#800d0d; font-weight:bold;}

.title-6 {font-size: 20px !important; color:#800d0d; font-weight:bold;}

h6{
  font-size: 12px;
}

.breadcrumb-item {color:white!important; font-size: 13px;}
.breadcrumb-item+.breadcrumb-item::before {color:white!important; text-decoration:none;}

.breadcrumb-item a{text-decoration:none;}

.breadcrumb-item a:hover{text-decoration:none;}

.logo-wrap dd, .clCode {
  transition: opacity 0.3s ease, visibility 0.3s ease;
 
}


.pulse-button {
          padding: 9px 6px;
    color: #fff;
    background: #0a1f44;
    border: none;
    border-radius: 10px;
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            }

            70% {
                transform: scale(1);
                box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            }

            100% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            }
        }








    .side-button {
    position: fixed;
    top: 93%;
    right: 13px;
    /*transform: translateY(-50%) rotate(-90deg);*/
    transform-origin: right top;
    background-color: #0a1f44;
    color: white;
    padding: 10px 20px;
   
    font-weight: bold;
    text-align: center;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

    .side-button i {
      margin-left: 5px;
    }

.clCode{
  text-align: -webkit-left;
    font-size: 13px;
    padding: 7px;
    border: 2px dashed #0001fb;
    border-radius: 10px;
    margin: 8px 0px;
    line-height: 20px;
}

.pgBTitle {font-size: 27px; color: white;} 

.breadcrumb-item {color:white!important; font-size: 17px;}
.breadcrumb-item+.breadcrumb-item::before {color:white!important; text-decoration:none;}

.breadcrumb-item a{text-decoration:none; color:white!important;}

.breadcrumb-item a:hover{text-decoration:none;}


.pgBn-wrap {
  background: url("../img/banner-img.png") no-repeat center center/cover;
  height: 88px;
  /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  position: relative;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(4 4 4 / 76%);
}

.banner-content {
  position: relative;
  z-index: 2;
  margin-top: 15px;
}


/* footer */

.ftUlist {list-style: none;}

.ftLinks {font-size:16px; text-decoration:none!important; margin-bottom:5px; color:white; list-style: circle;}

.ftLinks a{color:white; text-decoration:none!important;}


.ftSlist {list-style: none;}

.ftSLnk {font-size:16px; text-decoration:none!important; margin-bottom:5px; color:white; list-style: circle;}

.ftSLnk a{color:white; text-decoration:none!important;}


/*  footer end */


	
/*.header {position:sticky;}*/

.logo-wrap {display: inline-flex;}

.cLogo {height: 117px; margin-right:5px; }

.logo-text {text-align:left;}

.lgLine-1 {letter-spacing: 0.5px;
    font-weight: 300;
    margin-bottom: 3px;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.lgLine-2 {/*font-weight: 600 !important;*/
    font-size: 32px !important;
    line-height: 29px;
    font-style: normal;
    font-family: 'Georgia', serif;
	font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
    /* background-color: #00305e; */
    color: #0004fd;
    border-radius: 5px;
    /*padding: 2px;*/
}

.lgLine-3 {font-weight: 200;
    font-size: 20px !important;
    line-height: 6px;
    font-style: normal;
    font-family: 'Georgia', serif;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: black;
    border-radius: 5px;
    /* padding: 2px; */
    /* background-color: #00305e;*/
	}


.lgAuto {color: #0004fd;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 600; }
/*------------- */


/*Alumni Form*/
.form-img{
  text-align: center;
  margin-bottom:1rem;
}



.pageData {padding: 30px 0px 15px;
    /*background-color: #eee;*/}
	

.vMenu {
  background-color: white;
  padding: 14px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 100%;
 /* max-width: 300px;*/
  font-family: Arial, sans-serif;
}

.submenu {
  display: none;
  padding-left: 16px;
  margin-top: 8px;
}

.submenu a {
  display: block;
  color: #0a1f44;
  padding: 6px 0;
  text-decoration: none;
  font-size: 15px;
}

.submenu a:hover {
  color: #e5a000;
  text-decoration: underline;
}

.submenu-subsection {
  margin-top: 12px;
}

.clCd {font-size:10px; color:#202020;}


.vsCont {font-size:14px;}


.mission-banner {	
    background: url(../img/banner-img.png) no-repeat center center / cover;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}

.vwrap {padding:0rem 0rem 2rem; }


  .form-section {
      max-width: 500px;
      margin: 30px auto;
      padding: 20px;
      border-radius: 8px;
      background-color: #fff;
    }
    .form-header {
      background-color: #c8102e;
      color: white;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      border-radius: 6px 6px 0 0;
    }
    .form-control:focus {
      box-shadow: none;
      border-color: #0a2240;
    }
    .btn-submit {
      background-color: #c8102e;
      color: white;
      width: 100%;
    }
    .captcha-img {
      height: 29px;
    }
    .existing-login {
      text-align: center;
      margin-top: 10px;
    }

    

.principal-section {
  padding: 19px 0; 
  /background-color: #f8f9fa;/
display: inline-block;
}
.message {margin: 1rem 0px 5px;}


.principal-card {
  background: white;
  padding: 13px;
  /margin: 20px;/
  border-radius: 10px;    
/box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.1);/
}

.principal-card img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.principal-message {
background-color: #ffffff;
padding: 24px 24px 0px 24px;
border-radius: 12px;
/box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);/
max-width: 100%;
margin: 0 auto;

}

.principal-header {
display: flex;
/flex-direction: column;
align-items: flex-start;/
gap: 12px;
margin-bottom: 24px;
/margin-top: 2rem;/

}


.motoline {font-size: 24px;
    color: #e95d1d; padding-left: 15px;}



.principal-img {
width: 100%;
max-width: 300px;
height: auto;
margin-bottom: 10px;
}



.principal-img {
margin-right: 24px;
margin-bottom: 0;
}


.principal-tagline {
font-size: 18px;
font-weight: 600;
color: #333;
}

.principal-text {
/*font-size: 16px;
color: #555;*/
margin-bottom: 16px;
line-height: 1.6;
text-align:justify;
}

.principal-name {
font-size: 18px;
font-weight: bold;
color: #222;
margin-top: 24px;
}

.principal-qualification {
font-size: 14px;
/*color: #666;*/
}






/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
 
 header {top: 0;
    width: 100%;
    z-index: 1000;}



.top-nav {
    /*position: sticky;
    top: 0;
    width: 100%;
	display:flex;*/	
    z-index: 1000;
    background-color: #FFC107;
    color: white;
    padding: 4px 0;    
	/*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
	font-size: 15px;
}

.college-info {
    /*position: sticky;
    top: 50px;
    /* Adjust according to the height of .top-nav */
    background-color: white;
    /* Ensure visibility */
    z-index: 999;
    text-align: center;
    padding: 5px 0;
}

.topLink {text-align:right;}
 
 .top-nav a {
    color: #333;
    text-decoration: none;
    margin-right: 15px;
}

.top-nav a:hover {
    color: white;
    padding-top: 2px;
}

.search-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    width: 200px;
}

.search-box input {
    border: none;
    outline: none;
    width: 100%;
}


.otText {font-size: 12px !important;}
  
 

  .announcement {
    width: 100%;
    background-color: #00305e;
    padding: 8px 0;
    overflow: hidden;
  }

  .flex {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .fixed-text {
    color: white;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
    padding-left: 16px;
  }

  .announcement-text-container {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
  }

  .announcement-text {
    color: white;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
    animation: scroll 15s linear infinite;
    padding-right: 100%; /* Ensures space between loops */
  }

  @keyframes scroll {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }


/*--------------------------------------------------------------
# end of Navbar
--------------------------------------------------------------*/

.carousel-section {
    z-index: 1;
}


.carousel-caption {
    color: black;
    top: 100px;
    left: 0px;
}



/*--------------------------------------------------------------
# end of carousal
--------------------------------------------------------------*/


.card-wrapper {
    display: flex;    
    justify-content: center;
    gap: 5px;
    margin-top: 14px;
}

.cdContent {    
    min-width: 280px;
    max-width: 400px;
    background-color: rgba(255, 255, 255, 0.308);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 15px;
    margin: 20px; 
}

/*.cdContent {
  max-height: 300px; / Adjust as needed /
  overflow-y: auto;
  overflow-x: hidden; / Optional /
}*/

 
.acIndex {font-size:15px; padding: 0px 26px;}

.alList  {line-height: 2rem; list-style: circle;}


.alList a {text-decoration:none; color:black; transition: all 0.3s ease;}


.alList a:hover {padding-left: 10px;  cursor: pointer;}


.qlink {font-size:15px; padding: 0px 26px;}

.qllist {line-height: 2.3rem; list-style: circle;}

.qlList a {text-decoration:none; color:black; transition: all 0.3s ease;}

.qlList a:hover {padding-left: 10px;  cursor: pointer;}


.card-1 {
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    background-color: rgba(255, 255, 255, 0.308);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 15px;
}

.cdContent h5 {
    background-color: hsl(45deg 100% 51.37%);
    color: black;
    padding: 10px;
    margin: -15px -15px 10px -15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
	font-size:18px !important; 
	font-weight: 700;
}

.event-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}

.event-item div:first-child {
    font-size: 16px;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 110px;
    BACKGROUND-COLOR: #0a1f44;
    padding: 5px;
    border-radius: 5px;
}

.event-item div:last-child {
    flex: 1;
}

.event-item a {}

.event-scroll {
  height: 212px;
    overflow: hidden;
    position: relative;
    padding: 0px 26px;
}

.scrolling-wrapper {
  display: inline-block;
  animation: scroll-up 10s linear infinite;
  position: relative;
}

@keyframes scroll-up {
  0% {
    top: 0;
  }
  100% {
    top: -220px; /* This should match the total height of your items */
  }
}



.card-1 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
}

.card-1 h5 {	
	background-color: hsl(45deg 100% 51.37%);
    color: black;
    padding: 10px;
    margin: -15px -15px 10px -15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 18px !important;
    font-weight: 700;
}

.news-wrap {padding:25px 0px 38px;}



.news-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 0;
}

.news-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 250px;
    /* Ensures each list has space */
}

.news-container li {
    padding: 5px 0;
}


.newscroller {
  height: 150px; /* Set max visible area */
  overflow: hidden; /* Hide scrollbar */
  position: relative;
}

/* Hide scrollbar in Webkit browsers */
.newscroller::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar in Firefox */
.newscroller {
  scrollbar-width: none;
}

/* Inner content that scrolls */
.scroll-content {
  position: absolute;
  animation: scrollUp 20s linear infinite;
}

@keyframes scrollUp {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}



.otherlinks {padding:5px 0px; background-color: #F5F5F5;}



@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}


/* new news --*/

.events-section {
  /*margin-top: 40px;*/box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.events-header {
  background-color: #ffc107;
  color: #000;
  padding: 12px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  border-radius: 5px 5px 0 0;
}

.events-subheader {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
}

.event-image {
  height: 200px;
  object-fit: cover;
}

.event-name {
  font-size: 20px;
  font-weight: 700;
}

.event-description {
  margin-top: 10px;
  font-size: 16px;
  padding: 0px 10px;
  text-align:justify;
  
}

.btn-event-readmore {
  background-color: #ffc107;
  color: black;
  font-weight: 600;
  border: none;
}

.btn-event-readmore:hover {
  background-color: #e0a800;
  color: white;
}

/* end of new news */


.card-1.news {
   flex: 0 0 70%;
    max-width: 67%;
}

.card-1 .pEvnts {background-color: hsl(45deg 100% 51.37%);
    color: black;
    padding: 10px;
    margin: -15px -15px 10px -15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 18px !important;
    font-weight: 700;}


.card-1.links {
    flex: 0 0 28%;
    /*max-width: 28%;*/
}

@media (max-width: 768px) {

    .card-1.news,
    .card-1.links {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.company-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    padding: 20px;
}

.company-box {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    min-width: 120px;
}

.list-group {--bs-list-group-bg: #ffffff00 !important; }



/* courses tabs */

 

.crsTlt {padding: 5px;
    font-size: 28px;
    text-align: center;
    border: 2px dashed #ffc107;
    margin: 10px 0px;
    border-radius: 5px;}


.courses-wrap {
      padding: 5px 0 37px;
      background-color: #ffffff;
      background-image: url("https://www.transparenttextures.com/patterns/cream-dust.png");
    }

.course-card {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.course-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.course-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.course-name {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0a1f44;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 15px;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  width: 85%;
}

.course-name a{color:white; text-decoration:none;}

/* internal tabs css */

#ugTab {font-size:14px;}
.course-row { display: none; }
    .course-row.active { display: flex; flex-wrap: wrap; }
    .course-card { /*border: 1px solid #ccc;*/ padding: 10px; margin-bottom: 20px; text-align: center; }
    .course-image img { max-width: 100%; height: auto; }
    .internal-tabs .nav-link.active { background-color: #ffc107; color: black; font-size: 14px;}
    .internal-tabs .nav-link { border: 1px solid #ddd; margin-right: 5px; }
.nav-tabs {border-bottom:none !important;}


/* end of courses tabs */

.adLink {height: auto; border-radius: 10px; color: white; /*background-color: #0a1f44;*/ margin-top: 9px; /*padding: 10px;*/}

.newsCard { margin-top: 10px; padding: 10px; border-radius: 10px; box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.1); }

.newscroller {height: 319px; overflow-y: auto;}

.vrLink {margin-top: 5px;
    color: white;
    font-size: 14px;}

.vrLink a {margin-top: 5px; color: white; font-size:17px; text-decoration:none;}



.enquiry-form {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-control {color: #a3a3a3 !important;
    height: 27px;
    /*width: 130%;*/ font-size: 14px;}

.form-select {font-size:14px !important;}


.btn-submit {
    background-color: hsl(218.28deg 74.36% 15.29%);
    color: white;
    width: 100%;
}

.btn-submit:hover {
    background-color: #ffc107;
}

.img-container img {
    width: 200%;
    /* Ensure full width */
    height: auto;
    /* Maintain aspect ratio */
    max-height: 250px;
    /* Set max height for consistency */
    object-fit: cover;
    /* Ensure proper cropping */
    border-radius: 10px;
    /* Rounded corners */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.svg-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    fill: #cc4c2f;
}


.stars {
    color: gold;
}

.quote {
    font-style: italic;
    color: #555;
}



.company-logos img {
    max-height: 50px;
    margin: 10px;
}


@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}



.announcement-text {
  display: inline-block;
  animation: scroll-left 20s linear infinite;
}

.announcement-text-container {
  overflow: hidden;
}


.course-row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.course-row img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.course-content {
    padding: 20px;
}

.btn-filter {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.btn-filter:hover {
    background: #0056b3;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

/*
.gallery-card,
.video-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    background: #fff;
}

.gallery-card:hover,
.video-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.gallery-card img,
.video-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
*/



  .vMenu {
            border: 1px solid #ddd;
            border-radius: 5px;
            overflow: hidden;
            margin-bottom: 20px; 
            background-color: white; 
        }

        .vmenu-title {
            background-color: #007bff; 
            color: white;
            padding: 10px 15px;
            margin-bottom: 0;
            font-size: 1.25rem;
            border-bottom: 1px solid #0056b3;
        }

        .vmenu-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .vmenu-button {
            width: 100%;
            text-align: left;
            padding: 10px 15px;
            background-color: #f8f9fa; 
            border: none;
            border-bottom: 1px solid #eee;
            cursor: pointer;
            transition: background-color 0.3s ease, color 0.3s ease;
            font-size: 1rem; 
        }

        .vmenu-button:hover {
            background-color: #e2e6ea; 
        }

        .vmenu-button.active {
            background-color: #007bff; 
            color: white; 
        }

        .vmenu-button:last-child {
            border-bottom: none;
        }

     
        .pageData .row {
            display: flex;
        }

        .gallery-display {
            padding: 20px; 
            border: 1px solid #ddd;
            border-radius: 5px;
            background-color: white;
            display: flex;
            flex-direction: column;
            align-items: center; 
        }

        .gallery-display img {
            max-width: 100%;
            height: auto;
            border-radius: 5px;
            margin-bottom: 15px;
        }

        .view-all-btn {
            margin-top: 15px;
        }

       
        .filter-item {
            display: none;
        }
        .filter-item.active {
            display: block; 
        }


/*
.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#prevBtn,
#nextBtn {
  width: 48px;
  height: 48px;
  font-weight: bold;
  opacity: 0.9;
  transition: 0.3s;
}

#prevBtn:hover,
#nextBtn:hover {
  opacity: 1;
  background-color: #0d6efd;
  color: #fff;
}


.gallery-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  color: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border: none;
  opacity: 0.85;
  z-index: 3;
  transition: all 0.3s ease;
}

.gallery-nav-btn:hover {
  background-color: #0d6efd;
  color: #fff;
  opacity: 1;
}*/



/* Gallery */


.gallery-sidebar-menu {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px; 
    background-color: white; 
}



.gallery-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-filter-btn { 
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    background-color: #f8f9fa; 
    border: none;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1rem; 
    color: #333; 
}

.gallery-filter-btn:hover {
    background-color: #e2e6ea; 
    color: #000; 
}

.gallery-filter-btn.active {
    background-color: #007bff; 
    color: white; 
}

.gallery-filter-btn:last-child {
    border-bottom: none;
}

/*
.gallery-main-display {
    padding: 20px; 
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center; 
}



.gallery-current-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}



.gallery-view-all-btn { 
    margin-top: 15px;
  
}


.gallery-hidden-data {
    display: none; 
}*/



/* Gallery Main Display Area - Ensure it takes full width and has a border */

.gallery-main-display {
    padding: 10px; 
   border: 1px solid #ddd; 
    border-radius: 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width: 100%; */
    width: 100%;
   
}


#firstImageContainer {
    max-width: 100%;
    height: auto; 
    display: flex;
    flex-direction: column; 
    justify-content: center;
   align-items: center;
    width: 100%; 
}

.gallery-current-image-container img {
    max-width: 100%; 
  /* height: 350px;*/
    height: auto;
    object-fit: cover; 
    border-radius: 5px;
    margin-bottom: 15px; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/*
.gallery-view-all-btn {
    margin-top: 15px; 
    display: block; 
    width: auto;
    padding: 10px 20px;
}*/


.gallery-view-all-btn {
    margin-top: 10px;
    display: block;
    width: auto;
    padding: 3px 3px;
}



/*--------------------------------------------------------------
# Awards
--------------------------------------------------------------*/


.award-wrap {padding: 10px 0px 54px;}

.award-card {
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    /* margin: 40px; */
}

.award-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.award-image {
    height: auto;
    width: auto;
    margin-bottom: 10px;
	border-radius:5px;
	border:2px solid #eee;
	padding: 6px;
}


/*--------------------------------------------------------------
# ranking
--------------------------------------------------------------*/
.ranking-wrap {background-color: #faf9f9; padding: 73px 0px; }

.counter-section {
      padding: 80px 0;
      background-color: #f1f1f1;
    }

    .counter-box {
      text-align: center;
      margin-bottom: 30px;
    }

    .counter {
      font-size: 48px;
      font-weight: 700;
      color: #0d6efd;
    }

    .counter-label {
      font-size: 18px;
      color: #555;
    }
	
/* ----  ranking end  ---------------- */


.icon-crimson {
    color: crimson;
}

.icon-aqua {
    color: aqua;
}

.icon-red {
    color: red;
}

.icon-green {
    color: green;
}

.carousel-item {margin-bottom:15px !important;}

/* ----  ranking end  ---------------- */


 
  .section-title,
  .section-title-3 {
      font-size: 26px!important;
      font-weight: bold;
      color: #e74c3c;
      text-transform: uppercase;
      border-bottom: 3px solid #e74c3c;
      padding-bottom: 10px;
      display: inline-block;
      letter-spacing: 1px;
  }
  
  .section-title-2 {
      font-size: 21px;
      color: #444;
      text-transform: uppercase;
      border-bottom: 3px solid #444;
      padding-bottom: 10px;
      display: inline-block;
      letter-spacing: 1px;
  }
  
  .section-title-4 { font-size: 26px!important;
      font-weight: bold;
      color: #e74c3c;
      text-transform: uppercase;      
      padding-bottom: 10px;
      display: inline-block;
      letter-spacing: 1px;}
 

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

  .testimonial-wrap{
    padding: 30px 0px; /*background-color: aqua;*/  display: flex;
  justify-content: center; }

.testimonial {box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); margin:0px 20px;}


.carousel-indicators {margin-bottom: -2rem !important; visibility:hidden;}

.highlight-text {
  font-size: 26px;
  font-weight: bold;
  color: #e74c3c;
  text-transform: uppercase;
  border-bottom: 3px solid #e74c3c;
  padding-bottom: 10px;
  display: inline-block;
  letter-spacing: 1px;
}

#testimonialCarousel {
  /*max-width: 1000px;*/
  margin: 0 auto;
  padding: 2rem 1rem;
}
.testimonial img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev {
  left: 0px; /* Adjust as needed */
}

.carousel-control-next {
  right: 0px; /* Adjust as needed */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
}



@media (max-width: 767.98px) {
  .carousel-item .testimonial {
    display: none;
  }
  .carousel-item .testimonial:first-child {
    display: block !important;
  }
}

 
.galleryInd {padding:24px 0px;}

.carousalInd {padding:5px 0px 25px;}

.ytbvd-wrap {padding:9px 0px; background-color: #ffffff;
    background-image: url(https://www.transparenttextures.com/patterns/brilliant.png);}




.gallery-item img,
.video-item iframe {
    width: 100%;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
}

.gallery-item img:hover,
.video-item iframe:hover {
    transform: scale(1.05);
}

.gallery-item {
    margin: 20px;
}

.video-item {
    margin: 20px;
}

.section-title {
    font-size: 26px;
    font-weight: bold;
    color: #e74c3c;
    text-transform: uppercase;
    border-bottom: 3px solid #e74c3c;
    padding-bottom: 10px;
    display: inline-block;
    letter-spacing: 1px;

   /*font-size: 26px;
    font-weight: bold;
    color: rgb(231, 76, 60);
    text-transform: uppercase;
    padding-bottom: 10px;
    display: inline-block;
    letter-spacing: 1px;
    border-bottom: 3px solid rgb(231, 76, 60);*/
}
.section-title-2 {
font-size: 21px;    
    color: #444;
    text-transform: uppercase;
    border-bottom: 3px solid #444;
    padding-bottom: 10px;
    display: inline-block;
    letter-spacing: 1px;
}

.section-title-3 {font-size: 26px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    border-bottom: 3px solid #e74c3c;
    padding-bottom: 10px;
    display: inline-block;
    letter-spacing: 1px;}


/*.carousel-indicators {
    margin-top: 40px;
}

.carousel-indicators button {
    width: 14px;
    height: 14px;
    margin: 8px;
}

.testimonial-card {
    margin: 80px 20px;
    padding: 25px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}






/* Social Media Icons */
.social-icons img {
    margin-right: 10px;
    transition: 0.3s;
}

.social-icons img:hover {
    opacity: 0.7;
}

/* Floating WhatsApp & Live Chat Icons */
.floating-icons {
    position: fixed;
    right: 20px;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.floating-icons a img {
    width: 35px;
    height: 35px;
    transition: 0.3s;
    border-radius: 50%;
}

.floating-icons a img:hover {
    transform: scale(1.1);
}



.swiper {
    width: 100%;
    padding-bottom: 30px;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.swiper-slide img {
    width: 90%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    height: 300px;
}


.associates {padding:35px 0px;}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #d4d6df;
  padding: 15px;
  transition: 0.3s;
  color: #2a2c39;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #ef6603;
}

.features .nav-link.active {
  background: #ef6603;
  color: #fff;
  border-color: #ef6603;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }
  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ef6603;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Faculty
--------------------------------------------------------------*/
.ftContent {border: 2px solid #eee; border-radius: 5px; padding: 10px;}
.facInf {padding:10px;}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.customer-section {
    margin-bottom: 7rem;
}

.customer-section .cust-title {
    color: #640606;
    font-weight: 500;
    font-size: 25px;
}

.slide-track {
    display: flex;
    gap: 10px; /* Adds space between slides */
    align-items: center; /* Aligns images vertically */
}

.slide {
    flex-shrink: 0; /* Prevents slides from shrinking */
}

.slide img {
    display: block;
    margin: 0 auto; /* Centers the images horizontally */
}


/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-80%);
        /* Scroll by the full width of the content */
    }
}

.customer-section {
    padding: 20px;
}

/*.container {
    max-width: 1200px;
    margin: 0 auto;
}*/

.row {
    display: flex;
    flex-wrap: wrap;
}

.cust-title {
    font-size: 24px;
    margin-bottom: 20px;
}

/*.col-lg-6 {
    width: 50%;
    padding: 10px;
}*/

/*h6 {
    font-size: 18px;

}*/

/* Slider styling */
.slider {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: 25px 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider .slide-track {
    display: flex;
    animation: scroll 10s linear infinite;
    /* Infinite scroll with no break */
    width: 100%;
    /* Initially set to 100% */
}

.slider .slide {
    height: 100px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .slide img {
    height: 80%;
    width: 70%;
}

/* Duplicate slides */
.slider .slide-track .slide:nth-child(n+6) {
    margin-left: 0;
}

/*--------------------------------------------------------------
# cyber
--------------------------------------------------------------*/
/* .cyber-banner {
    background: url("../img/banner-img.png") no-repeat center center/cover;
    height: 128px;
    / Adjust height as needed /
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(7 7 7 / 61%);
}

.banner-content {
    position: relative;
    z-index: 2;
    /margin-top: 2rem;/
}
*/

        .content-section {
            padding: 25px 0px;
        }
          


          .cyber-security-section {
            background-image: url(../img/cybersecurity/cyber-bg.jpg);
    min-height: 263px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* margin: 50px 0px 0px;*/
          }
		  
	.cyber-security-section .opacity {padding: 25px 0px;
    background: rgb(0 0 0 / 55%);
    color: #FFF;}	  
          
          /* .container {
            max-width: 1200px; 
            margin: 0 auto; 
          }*/
           
          .eligibility-section {
            background-color: #f8f9fa; 
            padding: 50px 0;
          }
          
          .eligibility-title {
            font-size: 2rem;
            margin-bottom: 20px;
          }
          
          .eligibility-list {
            font-size: 1.1rem;
            padding-left: 20px; 
			line-height: 2rem;
          }
          
          .eligibility-image img {
            /*max-width: 100%;*/
            height: auto;
            display: block;
          }
          
          
          
          /*.eligibility-text-col {
            display: flex;
            flex-direction: column;
            justify-content: center; 
          }*/

ol .li .cList {
    font-size: 19px;
    padding: 12px 0px;
}


.section-description{ padding: 0px 20px;}      
        
          
          h2 {
            font-size: 2rem;
            margin-bottom: 20px;
          }
          
          /*a {
            background-color: #007bff;
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
          }*/
        


/*--------- why us --->
/*feature-box */ 

.feature-box {
  padding: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  border: 1px solid #eee;
    border-radius: 12px;
  .feature-box-title {
    font-size: 22px;
    font-weight: font-weight-normal;
    line-height: 26px;
    margin-bottom: 10px; padding: 0px 15px;
  }
  .feature-box-icon {
    font-size: 50px;
    padding: 20px 0;
    line-height: 24px;
  }
  .feature-box-desc {
    margin: 0;
        padding: 0px 15px;
  }


/*feature-box style 5*/
.feature-box.f-style-5 {
  padding: 20px;
  &:hover {
    box-shadow: 0 10px 40px 0 rgba(119, 135, 147, .15);
  }
  
  
  
  .feature-box-icon {
    font-size: 30px;
        padding: 20px;
        margin-left: 16px;
        margin-bottom: 16px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
        border-radius: 50%;
        display: inline-block;
        margin-top: 15px;
  }
}


@include media-breakpoint-down(md) {
  .feature-box.f-style-2 .feature-box-icon { margin-left: 0; }
  .feature-box.f-style-2 .feature-box-title { clear: both; }

}

.feature-box-icon {
    font-size: 30px;
        padding: 20px;
        margin-left: 13px;
        margin-bottom: 20px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
        border-radius: 50%;
        display: inline-block;
        margin-top: 15px;
  }

/* ---- why us ---*/	





/*--------------------------------------------------------------
# principal
--------------------------------------------------------------*/
button:hover {
  background-color: #f0f0f0; /* Tailwind default gray-100 */
}

/* Styling for the toggle sign (rotate on hover) */
.toggleSign {
  transition: transform 0.3s ease-in-out;
}

/* Styling for the button's hover effect */
button:hover .toggleSign {
  transform: rotate(180deg); /* Rotate the + to - on hover */
}

/* Hover and active link styles */
a:hover {
  color: #f1c40f; /* Yellow for active hover */
  text-decoration: underline;
}

.table-no-border,
.table-no-border th,
.table-no-border td {
  border: none !important;
}

/*--------------------------------------------------------------
# Contact us
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/



.pgCont {font-size: 19px !important;
    text-align: justify !important;}


/*--------------------------------------------------------------
# hvbulletin
--------------------------------------------------------------*/




    
/*  gallery */

/* General Styling for Heading */
h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

/* Filter Button Styling */
.filter-btn {
  font-size: 1rem;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.filter-btn:hover {
  background-color: #007bff;
  color: white;
}

.filter-btn.active {
  background-color: #007bff;
  color: white;
}

/* Gallery Section */
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-around;
}

/* Individual Image Item */
.filter-item {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

/* Hide images that don't match the filter */
.filter-item.hidden {
  display: none;
}

/* Image Styling */
.filter-item img {
  width: 100%;
  height: 200px; /* Fixed height for all images */
  object-fit: cover; /* Ensures images fill the space without distortion */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.filter-item img:hover {
  transform: scale(1.05);
}



/* Responsive Styles */
@media (max-width: 768px) {
  .filter-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }

  .filter-item {
    width: 100%;
  }
}

/* 2-Column Grid for smaller screens */
@media (max-width: 576px) {
  .gallery {
    gap: 10px;
  }

  .filter-item {
    width: 48%;
  }
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.cta-section {
padding: 15px 0px;
    background-color: #444;
}


.course-row { display: none; }
    .course-row.active { display: flex; flex-wrap: wrap; }
    .course-card { border: 1px solid #ccc; padding: 10px; margin-bottom: 20px; text-align: center; }
    .course-image img { max-width: 100%; height: auto; }
    .internal-tabs .nav-link.active { background-color: #ffc107; color: #000; }
    .internal-tabs .nav-link { border: 1px solid #ddd; margin-right: 5px; }



