.row-header {
  margin: 0px auto;
  padding: 0px 0px; }
.row-content {
  margin: 0px auto;
  padding: 20px 0px;
  border-bottom: 1px ridge;
  min-height: 400px; }
.footer {
  background-color: #00003E;
  margin: 0px auto;
  padding: 20px 0px; }
.jumbotron {
  margin: 0px auto;
  padding: 20px 20px;
  background: #000;
  color: floralwhite; }
.navbar-dark {
  background-color: #512DA8; }
.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px; }
.carousel {
  background: #512DA8; }
  .carousel .carousel-item {
    height: 600px;
    width: 100% ;
    max-width: 100%;}
    .carousel .carousel-item img {
      position: absolute;
      top: 0;
      left: 0;
      min-height: 500px; }
#carouselButton {
  right: 0px;
  position: absolute;
  bottom: 0px;
  z-index: 1; }
  #vcmore {display: none;}
  #directormore {display: none;}
  .hhtext
  {
    font-size:2.25vw;
  }
  .htext
  {
    font-size:1.7vw;
    font-family: "Times New Roman", Times, serif;
  }
  .headertext
  {
    font-size:3.5vw;
    font-family: "Times New Roman", Times, serif;
    color: midnightblue;
  }
  .fromtext
  {
    font-size:2.5vw;
    font-family: "Times New Roman", Times, serif;
    text-decoration: underline;
    text-decoration-color: #f1cd8f;
  }
  .btext
  {
    font-size:1.05vw;
    color: white;
    font-weight: bold;
  }
  .ftext
  {
    font-size:1vw;
  }
  .piccolumn 
  {
    float: left;
    width: 33.33%;
    display: block;
  }
  .piccontent 
  {
    background-color: black;
    padding: 10px;
  }
  .rtable, .rth, .rtd {
    border: 1px solid black;
    font-size:1.0vw;
  }
  .menu a {
    position: relative;
    text-decoration: none;
  }
  .menu a::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 3px;
    top: 100%;
    left: 0;
    background: #ff7000;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: center;
  }
  .menu a:hover::after {
    transform: scaleX(1);
  }
  .glow {
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
    }
    @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 5px #fff, 0 0 7px #fff, 0 0 9px #e60073, 0 0 11px #e60073, 0 0 14px #e60073, 0 0 16px #e60073, 0 0 18px #e60073;
    }
    to {
      text-shadow: 0 0 6px #fff, 0 0 8px #ff4da6, 0 0 10px #ff4da6, 0 0 12px #ff4da6, 0 0 15px #ff4da6, 0 0 17px #ff4da6, 0 0 19px #ff4da6;
    }
    }
  .ani {
    color: red;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  @keyframes example {
    from {color: green;}
    to {color: yellow;}
  }
  .ani2 {
    color: red;
    animation-name: example2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  @keyframes example2 {
    from {color: rgb(128, 19, 0);}
    to {color: rgb(174, 0, 255);}
  }
  #notice
  {
    min-height: 200px;
  }
  .body1
  {
    background-image: url("khaju2.jpg");
    background-size: cover;
    position: relative;
  }
  .body2
  {
    background-image: url("khaju6.jpg");
    background-size: contain;
    position: relative;
  }
  .body3
  {
    background-image: url("courses.jpg");
    background-size: cover;
    position: relative;
  }
  .body4
  {
    background-image: url("faculty.jpg");
    background-size: contain;
    position: relative;
  }
  .body5
  {
    background-image: url("events.jpg");
    background-size: contain;
    position: relative;
  }
  .vcbg 
  { 
    background-image: url("vc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .vcimg
  {
    width: 740px;
    height: 650px;
    object-fit: contain;
  }
  .dicimg
  {
    width: 740px;
    height: 600px;
    object-fit: cover ;
  }
  #carouselExampleIndicators2 {
    background: white; }
    .carousel #carousel-item2 {
      height: 400px;
      width: 100% ;
      max-width: 100%;}
  #carouselButton2 {
    right: 500px;
    position: absolute;
    bottom: 0px;
    z-index: 1; }
    #carouselExampleIndicators3 {
      background: white; }
      .carousel #carousel-item3 {
        height: 400px;
        width: 100% ;
        max-width: 100%;}
    #carouselButton3 {
      right: 500px;
      position: absolute;
      bottom: 0px;
      z-index: 1; }
    .faculty .carousel-control-prev-icon,
.faculty .carousel-control-next-icon {
  height: 60px;
  width: 60px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 5px solid black;
  background-image: none;
}
.faculty .carousel-control-next-icon:after
{
  content: '>';
  font-size: 30px;
  color: red;
}
.faculty .carousel-control-prev-icon:after {
  content: '<';
  font-size: 30px;
  color: red;
}
.card1 {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
  transition: 0.3s;
  background: white;
  }
  .card1:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  .cb2a a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
  }
  .cb2a a:visited {
  color: green;
  background-color: transparent;
  text-decoration: none;
  }
  .cb2a a:hover {
  color: green;
  background-color: transparent;
  text-decoration: none;
  }
  .cb2a a:active {
  color: green;
  background-color: transparent;
  text-decoration: none;
  }
  .ci2{
  display: block;
  transition: transform .4s;
  }
  .ci2:hover {
  transform: scale(1.02);
  transform-origin: 50% 50%;
  }
  .cardcontainer {
  position: relative;
  width: 100%;
  height: 400px;
  }
  .ccimage {
  display: block;
  width: 100%;
  height: 400px;
  }
  .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  }
  .cardcontainer:hover .overlay {
  height: 100%;
  }
  .text {
  color: white;
  font-size: 1vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 5%;
  }
  .allevents
  {
    background-color: #FDF9D4;
  }
  @keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
.mySlides {display: none}
img {vertical-align: middle;}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 100%;
  width: auto;
  padding: 30px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.fade1 {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade1 {
  from {opacity: .4} 
  to {opacity: 1}
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg:hover {opacity: 0.7;}
.modal 
{
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}
.modal-content 
{
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
#caption 
{
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.closes {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.closes:hover,
.closes:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.closet {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.closet:hover,
.closet:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}