.stellarnav:after,
.stellarnav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
a {
  text-decoration: none !important;
}
p {
  font-size: 15px;
}
.listing li {
  font-size: 16px;
}
.stellarnav,
.stellarnav li {
  position: relative;
  line-height: normal;
}
.stellarnav {
  width: 100%;
  z-index: 999;
}
.stellarnav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.stellarnav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.stellarnav li a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.stellarnav > ul > li {
  display: inline-block;
  float: left;
}
.stellarnav > ul > li > a {
  padding: 9px 8px;
  font-size: 14px;
  text-transform: capitalize;
}
.stellarnav.light li:hover > a,
.stellarnav.light li > a.active {
  background-color: #fff;
  color: #000;
}
.stellarnav ul ul {
  top: auto;
  width: 280px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #ddd;
}
.stellarnav li li {
  display: block;
}
.stellarnav ul ul ul {
  top: 0;
  left: 280px;
}
.stellarnav > ul > li:hover > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.stellarnav > ul > li.drop-left > ul {
  right: 0;
}
.stellarnav li.drop-left ul ul {
  left: auto;
  right: 220px;
}
.stellarnav.light,
.stellarnav.light ul ul {
  background: #bc2226;
}
.stellarnav.light ul ul {
  background: rgb(128 20 12);
  color: #fff;
}
.stellarnav.light li a {
  color: #fff;

}
.stellarnav.light ul ul li a {
  color: #fff;
  font-size: 14px;
}
.stellarnav.light ul ul li a:hover {
  /* background: rgba(188, 34, 38, 0.4); */
  background-color: #fff;
}
.stellarnav.light .call-btn-mobile,
.stellarnav.light .close-menu,
.stellarnav.light .location-btn-mobile,
.stellarnav.light .menu-toggle {
  color: rgba(255, 255, 255, 1);
}
.stellarnav.dark,
.stellarnav.dark ul ul {
  background: #2e7fc2;
}
.stellarnav.dark li a {
  color: #fff;
}
.stellarnav.dark .call-btn-mobile,
.stellarnav.dark .close-menu,
.stellarnav.dark .location-btn-mobile,
.stellarnav.dark .menu-toggle {
  color: rgba(255, 255, 255, 1);
}
.stellarnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
body.stellarnav-noscroll-x {
  overflow-x: hidden;
}
.stellarnav li.has-sub > a:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.stellarnav li li.has-sub > a:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.stellarnav li.drop-left li.has-sub > a:after {
  float: left;
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.stellarnav.hide-arrows li li.has-sub > a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub > a:after,
.stellarnav.hide-arrows li.has-sub > a:after {
  display: none;
}
.stellarnav .dd-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  z-index: 9999;
  border: 0;
}
.stellarnav .dd-toggle i {
  position: absolute;
  margin: auto;
  top: 33%;
  left: 0;
  right: 0;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
  padding: 0;
}
.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
  display: none;
}
.stellarnav li.open > a.dd-toggle i {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.stellarnav .call-btn-mobile,
.stellarnav .close-menu,
.stellarnav .location-btn-mobile,
.stellarnav .menu-toggle {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
  color: #777;
  padding: 15px;
  box-sizing: border-box;
}
.stellarnav .full {
  width: 100%;
}
.stellarnav .half {
  width: 50%;
}
.stellarnav .third {
  width: 33%;
  text-align: center;
}
.stellarnav .location-btn-mobile.third {
  text-align: center;
}
.stellarnav .location-btn-mobile.half {
  text-align: right;
}
.stellarnav.light .half,
.stellarnav.light .third {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.light.left .half,
.stellarnav.light.left .third,
.stellarnav.light.right .half,
.stellarnav.light.right .third {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.light .half:first-child,
.stellarnav.light .third:first-child {
  border-left: 0;
}
.stellarnav.dark .half,
.stellarnav.dark .third {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.dark.left .half,
.stellarnav.dark.left .third,
.stellarnav.dark.right .half,
.stellarnav.dark.right .third {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle,
.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
  border-bottom: 0;
}
.stellarnav.dark .half:first-child,
.stellarnav.dark .third:first-child {
  border-left: 0;
}
.stellarnav.mobile,
.stellarnav.mobile.fixed {
  position: static;
}
.stellarnav.mobile ul {
  position: relative;
  display: none;
  text-align: left;
  background: rgba(221, 221, 221, 1);
}
.stellarnav.mobile.active > ul,
.stellarnav.mobile > ul > li {
  display: block;
}
.stellarnav.mobile.active {
  padding-bottom: 0;
}
.stellarnav.mobile > ul > li > a {
  padding: 10px;
}
.stellarnav.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.stellarnav.mobile ul ul ul {
  left: auto;
  top: auto;
}
.stellarnav.mobile li.drop-left ul ul {
  right: auto;
}
.stellarnav.mobile li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.mobile li.has-sub a {
  padding-right: 50px;
}
.stellarnav.mobile > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.mobile.light li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.mobile.light > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.mobile li a.dd-toggle,
.stellarnav.mobile.light li a.dd-toggle {
  border: 0;
}
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .location-btn-mobile,
.stellarnav.mobile .menu-toggle {
  display: inline-block;
}
.stellarnav.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
}
.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-right: 0;
  text-align: left;
}
.stellarnav.mobile li.call-btn-mobile i,
.stellarnav.mobile li.location-btn-mobile i {
  margin-right: 5px;
}
.stellarnav.mobile.light ul {
  background: rgba(255, 255, 255, 1);
}
.stellarnav.mobile.dark ul {
  background: rgba(0, 0, 0, 1);
}
.stellarnav.mobile.dark ul ul {
  background: rgba(255, 255, 255, 0.08);
}
.stellarnav.mobile.light li.call-btn-mobile {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.stellarnav.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.stellarnav.mobile li li.has-sub > a:after,
.stellarnav.mobile li.drop-left li.has-sub > a:after,
.stellarnav.mobile li.has-sub > a:after {
  display: none;
}
.stellarnav.mobile.left > ul,
.stellarnav.mobile.right > ul {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.stellarnav.mobile.right > ul {
  right: 0;
}
.stellarnav.mobile.left .close-menu,
.stellarnav.mobile.right .close-menu {
  display: inline-block;
  text-align: right;
}
.stellarnav.mobile.left > ul {
  left: 0;
}
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.half,
.stellarnav.mobile.left .close-menu.third,
.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.half,
.stellarnav.mobile.right .close-menu.third,
.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .location-btn-mobile.third {
  text-align: center;
}
.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
  text-align: left;
}
.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
  display: none;
}
a.menu-toggle {
  position: relative;
}
a.menu-toggle .fa-bars {
  position: absolute;
  right: 25px;
  top: 14px;
  font-size: 21px;
}
@media only screen and (max-width: 1000px) {
  .stellarnav > ul > li > a {
    padding: 13px 9px;
  }
}
@media only screen and (max-width: 768px) {
  .stellarnav {
    overflow: hidden;
    display: block;
  }
  .stellarnav ul {
    position: relative;
    display: none;
  }
  .stellarnav > ul > li {
    float: none;
  }
  .stellarnav.light li a {
    color: #444;
  }
  .stellarnav.light ul ul li a {
    color: #444;
  }
  #logomain .menubox {
    position: relative;
    bottom: 0;
  }
  #menufixed.sticky {
    position: relative !important;
  }
}
@media only screen and (max-width: 420px) {
  .stellarnav.mobile .call-btn-mobile.third span,
  .stellarnav.mobile .location-btn-mobile.third span {
    display: none;
  }
  #logomain .menubox {
    position: relative;
    bottom: 0;
  }
  #menufixed.sticky {
    position: relative !important;
  }
}
.buttonCslas {
  background: #2b8a3e;
  padding: 8px 23px;
  color: #fff !important;
  border-radius: 15px;
  font-size: 12px;
  text-decoration: none;
}

.section-titless {
  text-align: center;
  margin-bottom: 59px;
}
.feature-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.feature-box img {
  width: 100%;
  /* height: 200px;
  object-fit: cover; */
}
.feature-content {
  padding: 18px;
  text-align: center;
}
.feature-content h4 {
  margin-top: 6px;
  font-size: 18px;
  margin-bottom: 10px;
}
.feature-content p {
  text-align: center;
  margin-bottom: 15px;
}

.placement-section {
  padding: 50px 0;
}
.placement-text h4 {
  font-size: 14px;
  font-weight: bold;
  color: #2b8a3e;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.placement-text h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.placement-text h2 span {
  color: #bc2226; /* Orange highlight */
}
.placement-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}
.btn-learn {
  background: #2b8a3e;
  color: #fff;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: 0.3s;
}
.btn-learn:hover {
  background: #bc2226;
  color: #fff;
}
.placement-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.placement-image img {
  width: 100%;
  border-radius: 15px;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffb400;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.placement-section {
  padding: 60px 0;
}
.placement-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.placement-desc {
  font-size: 15px;
  margin-bottom: 40px;
}
.stats-box {
  background: #fffbf7;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.stats-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0;
}
.stats-box p {
  margin: 0;
  font-size: 15px;
}
.right-box {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  color: #333;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.recruiters-logos img {
  max-width: 100px;
  margin: 2px;
}
.group-photo {
  margin-top: 20px;
  border-radius: 8px;
  width: 100%;
}
.yu7si {
  border-top: 3px solid #ddd;
  padding-bottom: 0px;
}

.section-wrapper {
  margin: 50px auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.left-panel {
  background: linear-gradient(135deg, #f9d423, #ff4e50);
  padding: 0px 0px;
  color: #fff;
  text-align: center;
}
.left-panel h3 {
  font-weight: 700;
  margin-bottom: 15px;
}
.left-panel img {
  /*max-width: 100px;*/
  margin: 15px auto;
}
.right-panel {
  padding: 25px;
}
.right-panel h2 {
  font-weight: 700;
  color: #333;
  margin-bottom: 7px;
}
.right-panel p {
  font-size: 15px;
  color: #555;
  line-height: 1.7em;
}
.list-links {
  margin-top: 9px;
}
.list-links li {
  margin: 8px 0;
}
.btn-custom {
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 600;
}
.btn-read {
  background: #d9534f;
  color: #fff;
}
.btn-apply {
  background: #f0ad4e;
  color: #fff;
}
.btn-apply:hover,
.btn-read:hover {
  opacity: 0.9;
}

/**/

.facility-card {
  background: white;
  border-radius: 8px;
  padding: 19px 12px;
  margin-bottom: 6px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.facility-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(to bottom, #3498db, #2ecc71);
  transition: all 0.5s ease;
}

.facility-card:hover:before {
  height: 100%;
}

.facility-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.facility-icon {
  font-size: 50px;
  margin-bottom: 20px;
  color: #3498db;
  transition: all 0.3s ease;
}

.facility-card:hover .facility-icon {
  color: #2ecc71;
  transform: scale(1.2);
}

.facility-card h3 {
  font-size: 16px;
  font-weight: 200 !important;
  margin-bottom: 8px;
  color: #2c3e50;
}

.highlightsss {
  background: linear-gradient(135deg, #3498db 0%, #2ecc71 100%);
  color: white;
}

.highlightsss .facility-icon {
  color: white;
}

.highlightsss h3 {
  color: white;
}

@media (max-width: 768px) {
  .facility-card {
    margin-bottom: 20px;
  }
}
.facility-card .facility-icon {
  margin-bottom: 0px;
}
.facility-card p {
  text-align: center;
}

/**/

.slider-container {
  position: relative;
  margin: 0 auto 50px;
  max-width: 900px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.slider {
  display: flex;
  transition: transform 0.8s ease-in-out;
}

.slide {
  min-width: 100%;
  padding: 40px;
  background: white;
  box-sizing: border-box;
  text-align: center;
}

.slide-content {
  max-width: 700px;
  margin: 0 auto;
}

.accent-badge {
  display: inline-block;
  background: linear-gradient(135deg, #3498db 0%, #2ecc71 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.main-heading {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #3498db;
  display: inline-block;
}

.accreditation-box {
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
  color: white;
  padding: 25px;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.accreditation-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.rating-badge {
  display: inline-block;
  background: #f39c12;
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  margin: 20px 0;
  font-size: 18px;
}

.ranking-item {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
  border-left: 4px solid #3498db;
  text-align: left;
}

.slider-controls {
  text-align: center;
  margin-top: 25px;
}

.slider-controls button {
  background: linear-gradient(135deg, #3498db 0%, #2ecc71 100%);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.slider-controls button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.indicators {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.indicator {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.indicator.active {
  background: #3498db;
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .slide {
    padding: 25px 20px;
  }

  .main-heading {
    font-size: 24px;
  }

  .accreditation-box {
    padding: 20px 15px;
  }
}

/**/

.university-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
  font-size: 30px;
}

.university-subtitle {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 7px;
  margin-top: 0px;
  padding: 8px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  position: relative;
}

.university-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.stats-container {
  background: rgb(165 42 42);
  border-radius: 10px;
  padding: 20px 0px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.stats-table {
  width: 100%;
  margin-bottom: 0;
  background: brown;
}

.stats-table th {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.stats-table td {
  font-size: 34px;
  font-weight: 700;
  padding: 6px;
  border: none;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}

.stats-table td:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #bc2226;
}

.stats-icon {
  display: block;
  font-size: 36px;
  margin-bottom: 10px;
  color: #bc2226;
}

@media (max-width: 768px) {
  .university-section {
    padding: 30px 20px;
  }

  .university-title {
    font-size: 24px;
  }

  .university-subtitle {
    font-size: 18px;
  }

  .university-description {
    font-size: 16px;
  }

  .stats-table th {
    font-size: 14px;
  }

  .stats-table td {
    font-size: 18px;
  }
}
.bgst5ys {
  background: #f9f9f9;
  padding-top: 44px;
  padding-bottom: 32px;
}
.section-title h2 {
  font-weight: 700;
}
.section-title h2 span {
  color: #bc2226;
}
.notification-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.notification-header {
  background: #1e733a;
  color: #fff;
  padding: 12px 20px;
}
.notification-header i {
  font-size: 20px;
}
.notification-list {
  min-height: 230px; /* fixed height for scrolling */
  padding: 0px 20px;
  border-left: 4px solid #1e733a;
}
.notification-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notification-list ul li {
  font-size: 13px;
  margin-bottom: 12px;
 
}
.notification-list ul li i {
  font-size: 7px;
  color: #bc2226;
  margin-right: 8px;
}
.notification-list ul li .date {
  color: #1e733a;
  font-weight: 600;
  margin-left:18px;
  font-size: 12px;
}
.stats-card h3 {
  font-size: 25px;
  font-weight: 700;
  margin: 15px 0px;
}
.stats-card i {
  font-size: 30px;
}
.stats-card h5 {
  font-size: 15px;
  font-weight: normal;
}
.testimonial-card {
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.rating i {
  margin-right: 2px;
}
.section-titless h2 {
  font-weight: 700;
}
.section-titless span.text-main {
  color: #bc2226; /* your primary red */
}
.testimonial-section {
  background-color: #bc2226;
}
.testimonial-card {
  background-color: #ffffff3e !important;
  border-radius: 15px;
  padding: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-top-left-radius: 30px;
}
.enquiry-card {
   border-top-left-radius: 20px !important;
   border-top-right-radius: 20px !important;
}
.enquiry-card h4 {
  background-color: #bc2226;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;

}
.enquiry-form {
  padding: 15px;
}
.enquiry-form input, .enquiry-form select{
  box-shadow: none !important;
  /* padding: 20px 10px; */
  height: 35px;
  
}
.enquiry-form input:focus{
  border-color: #bc2226 !important;
}
.enquiry-form textarea:focus{
  border-color: #bc2226 !important;
}
.enquiry-form button{
  background-color: #bc2226 !important;
  border-color: #bc2226 !important;
  padding: 10px 20px;
}
.cta-section{
  padding: 60px 0px;
}
.cta-section h2{
  font-size: 35px;
 
}
.mission-card{
  background-color: #fff !important;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 6px 0px #ccccccc6;
  border: 1px solid #ccc;
}
.mission-card h3{
  font-size: 23px;
  font-weight: bold;
  color: #bc2226;
  margin: 10px 0px;
}
.vision-card{
  background-color: #fff !important;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 7px 0px #ccc;
  border: 1px solid #ccc;
}
.vision-card h3{
  font-size: 23px;
  font-weight: bold;
  color: #2b8a3e;
  margin: 10px 0px;
}
.course-content h2{
  font-size: 30px;
}
.course-content h3{
  font-size: 26px;
}
.course-content ul li{
  list-style-type: none;
  font-size: 16px;
  margin: 10px 0px;
}
.course-details-table th, .course-details-table td{
  font-size: 15px;
  /* font-weight: bold; */
}
.career-oppor .card-body{
  background: #ea665d0a !important;
}
.listing2 li{
  font-size: 15px;
}
.accordion-button {
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.accordion-body {
  font-size: 15px !important;
}
/* this is placement section styling  */
.stats-box {
                        background: #fff;
                        transition: transform 0.3s ease, box-shadow 0.3s ease;
                        border-top: 4px solid #bc2226;
                        text-align: center;
                    }

                    .stats-box:hover {
                        transform: translateY(-6px);
                        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
                        border-top: 4px solid #bc2226;
                    }

                    .stats-box h3 {
                        font-size: 1.8rem;
                    }
                    @media (max-width: 400px) {
                      .topsocial{
                        position: relative;
                        left: -35px;
                      }
                      .hblog, .hgallery{
                        display: none;
                      }
                      header .top .topsocial ul li a {
  padding: 0 5px;
  border-right: 1px solid #ffffff52;
}
header .top .call ul li + li {
  margin-left: 8px;
  position: relative;
}
.menubox .menumain .top_apply2 a {
  display: block;
  color: #fff !important;
  text-align: center;
  font-weight: 600;
  line-height: 35px;
  font-size: 15px;
  text-decoration: none;
  background-color: #1c8932 !important;
  padding: 4px;
  
  /* transform: skew(-21deg); */
}
.menubox .menumain .top_apply2 {
  position: absolute;
  right: 90px;
  top: 0;
  bottom: 0;
  width: 170px;
  z-index: 999;
}
.stats-card h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 15px 0px;
}
.stats-card h5 {
  font-size: 11px;
  font-weight: normal;
}
 }
 .owl-theme .owl-controls .owl-buttons div{
  background-color: green !important;
  color: #fff !important;
  opacity: 1 !important;
  padding: 4px 14px !important;
 }