body {
  background-color: #151719 !important;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 3px 4px 20px 0px rgb(255, 255, 255);
}

#myBtn:hover {
  background-color: #0d4386;
}

.navbar-toggler span {
  display: block;
  background-color: white !important;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  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) {
  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);
}

.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);
}
.mainheading1 {
  color: #5658dd;
  font-weight: bolder;
}
.mainheading2 {
  color: white;
}
.collegename {
  letter-spacing: 6px;
}

.centerimage {
  width: 60rem;
  height: auto;
  margin: -15%;
  padding: 0%;
}

.margin100 {
  margin-top: 100px;
}
.gallery-block.grid-gallery {
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-block.grid-gallery .heading h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover {
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.testimonial_container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.faculty-card {
  width: 220px !important;
  height: 220px !important;

  overflow: hidden;
}
.faculty-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* make the image fill the circle */
}
.carousel-indicators {
  margin-bottom: -35px;
}
.faculty_name {
  color: azure !important;
  display: block !important;
}
.testimonial {
  display: flex;
  width: 220px !important;
  height: auto !important;
  flex-direction: column;
  justify-content: flex-end;
}
.testimonial img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* make the image fill the circle */
}
.logos {
  background-color: rgb(255, 255, 255);
}
.hider2 {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile_card {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .logo {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .mobilelogo {
    display: none !important;
  }
  .centerimage {
    box-shadow: 0 24px 64px rgba(21, 23, 25, 0.64);
    width: 20rem;
    height: 15rem;
    margin-top: 50px;
  }
}
@media (min-width: 576px) {
  .gallery-block.grid-gallery .scale-on-hover:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}
