::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #aaa;
}
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
*{
	margin:0px;
	padding:0px;
  font-family: 'Open Sans', sans-serif;line-height:2.0;
}
html,
body {
  height: 100%;
}
header{
  background-color: #662e91;
  display: flex;
  justify-content: space-between;
  color:#fff;
  padding: 6px 10px;
  font-size: 16px;
}
.cur{
	border:2px solid #bbb !important
}
.cur:hover{
	background-color:gray !important;
	border:2px solid #ddd !important;
	box-shadow:4px 2px 6px gray !important;
	font-weight:700 !important;
	color:#fff !important;
}
.col-logo {
  height: 50px;
}
a.active {
  color: #662e91 !important;
  font-weight: 700;
  text-shadow: 1px 1px 1px #aaa;
}
@media screen and (min-width: 1024px) {
  .col-logo {
    height: 60px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .col-logo {
    width: 40vw;
    height: auto;
  }
}
@media screen and (max-device-width: 640px) {
  .col-logo {
    width: 60vw;
    height: auto;
  }
  .navbar {
    padding: 15px 0px;
  }
  .navbar-nav {
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
  }
  .nav-item {
    font-size: 18px !important;
  }
  a.active {
    color: white !important;
    padding: 10px;
    border-radius: 5px;
    background-color: #662e91;
  }
}
.nav-item {
  font-size: 16px;
  font-weight: 600;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 10px;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  background-color: #662e91;
  transform: translate(15%, -33%) rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg) ;
  background-color: #662e91;
}
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg) ;
}
.navbar-toggler span:nth-child(2) {
  opacity: 1;
}
.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg) ;
}
.carousel-item {
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 1s;
}
.carousel-indicators{
    right:5px !important;
    margin: 0 1.5% 1% auto !important;
    left:auto !important;
    padding: 3px 0px !important;
    flex-direction:column-reverse !important;
    border-radius: 8px;
}
.carousel-indicators [data-bs-target]{
    background-color:#ffffffdd;
    border: 2px solid #ffd;
    width:10px !important;
    height:10px !important;
    margin:3px;
    border-radius: 100% !important;
}
.welcome{
  text-align: center;
  color:#662e91;
  font-size: 20px;
  padding-top: 20px;
  font-weight: 800;
}
.content{
  font-size: 16px !important;
  text-align: justify !important;
  color:#222;
  font-weight: 500 !important;
}
.heading{
  font-size: 21px;
  color:#662e91;
  border-left: 3px solid #662e91;
  line-height: normal;
  padding-left: 10px;
  font-weight: 800;
}
.program{
  font-size: 20px;
  font-weight: 600;
  color: #662e91;
  text-decoration:underline;
}
.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}
.card-img-top{
  transition: all 700ms;
}
.card-img-top:hover{
  filter: brightness(0.95);
}
.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; 
}
.news{
  border:1px solid #ddd;
  box-shadow: 2px 4px 4px #f0f0f0;
  border-radius: 7px;
  padding: 10px;
  min-height: 325px;
}
.holder { 
  background-color:#f9f9f9;
  padding:2px;
  border-radius: 5px;
  height: 100%;
  width: 100% !important;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 2px;
  height:210px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:#662e91;
  text-decoration:none;
}
.hod-img{
  border-radius: 5px;
  border:1px solid gray;
  box-shadow: 2px 4px 6px #aaa;
}
.hod{
  text-align:center;
  size:18px;
  padding-top:5px;
  color:#4f4f4f;
  font-weight:700;
}
.vision{
  border:1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 15px;
  text-align: center !important;
  padding:5px;
  min-height: 350px;
}
.vision>img{
  width:30%
}
.timeline {
  border-left: 1px solid #6c757d;
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: #6c757d !important;;
  left: -38px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  content: "";
}

.staff{
  border:1px solid #ddd;
  border-radius: 15px;
  box-shadow: 2px 2px 4px #ccc;
  width:132px;
  height:170px;
}
.dept{
  border:1px solid #662e91;
  width:100%;
  display: block;
  padding: 10px;
  min-height: 80px;
  text-align: center;
  display: flex;
  align-items:center ;
  justify-content: center;
  box-shadow: 2px 2px 4px gray;
  color:#fff;
  font-weight: 800;
  transition: all 500ms;
  text-decoration: none;
  background:#fff url("/static/images/map.png") center center no-repeat;
  border-radius: 4px 10px;
  border: 2px solid #662e91;
  color:#662e91;
}
.dept:hover{
  background:#662e91 url("/static/images/map.png") center top no-repeat;
  border-radius: 10px 4px;
  color: #fff;
  border: 2px solid #fff;
}