/* Special Student Page Styles */

.video-container video {
  position: relative;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: none;
}

.video-container > img.slider {
  z-index: 11;
}

body .justify-content-center {
  justify-content: center !important;
}

.countercorner {
  z-index: 0;
}
.main-title {
  padding-top: 5rem;
}
.container {
  padding-bottom: 5rem;
}
.btnwrap {
  margin-top: 0;
}

.btnwrap .mybtn {
  min-width: 13.4375rem;
}

.accordion-toggle::after {
  background-image: url(/images/plus.png);
  content: "";
  background-size: 1.4375rem 1.4375rem;
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
  left: 1.5625rem;
  top: 2.1875rem;
  display: inline-block;
}

.accordion-toggle.collapsed::after {
  background-image: url(/images/minus.png);
}

.panel-heading {
  position: relative;
}

.panel-title a {
  display: block;
  text-decoration: none;
}

.countersection .counterarea {
  color: var(--color-primary);
  width: 9.0625rem;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.btnwrap .mybtn {
  margin-right: auto;
}

.college-news .card1 .card-title {
  font-size: 1.625rem;
}

.card1 .card-date {
  max-width: inherit;
  min-width: inherit;
  background: var(--color-primary);
  font-size: 1.5rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  height: auto;
  width: auto;
  line-height: normal;
  min-width: 11.25rem;
  margin-top: -2.1875rem;
}

.cardcontainer {
  border: 1px solid var(--color-border);
  padding: 0;
  min-height: auto;
  border-radius: 0.5rem;
}

.card1 {
  box-shadow: none;
}

.college {
  background: transparent;
}

.card {
  background-color: transparent;
}

.card1 .card-img-top {
  height: 14.2287rem;
  object-fit: cover;
}

.ev-section,
.newev-box {
  min-height: auto;
}

.ev-title {
  font-size: 1.5625rem;
}

.ev-subtitle {
  font-size: 1rem;
}

.ev-date {
  font-size: 1.625rem;
}

.event-btn a {
  font-size: 1.125rem;
}

.ev-section {
  min-height: auto;
}

.vision {
  background: #fff;
}

.college-banners {
  background: #fff;
}

.college-news {
  background: #fff;
}

.college-news .str-top {
  margin-bottom: 2.5rem;
}

.college-news {
  padding-top: 1.875rem;
}

.college-banners {
  padding-bottom: 4.375rem;
}

.team-title {
  min-height: 5rem;
}

.str-box {
  position: relative;
}

.structure .countercorner {
  top: -1.25rem;
  right: -1.25rem;
}

.structure .str-box {
  max-width: 100%;
}

.structure .str-main .col-md-4 {
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.team {
  margin-bottom: 2.5rem;
}

.research-table table tbody tr td:last-child {
  font-weight: inherit;
}

.research-table {
  margin-bottom: 5rem;
}

.inner-top .container .research-table:last-child {
  margin-bottom: 0;
}

.main-section {
  overflow-x: hidden;
}
