:root {
  /* --themeColor: #00bfff; */
  --themeColor: #0f9b0f;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}
/* Navbar */
.customNavbar {
  background: linear-gradient(-45deg, #66ff00, #0f9b0f, #159957, #00ffff);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  color: #fff;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.customNavbar:hover .wrapper {
  clip-path: polygon(80% 0, 100% 0%, 95% 100%, 100% 100%, 81% 100%);
}
.customNavbar .container {
  max-width: 1300px;
}
.customNavbar .navbar-nav li .nav-link {
  text-transform: uppercase;
  margin-right: 0.5em;
  color: #fff;
  font-weight: 600;
  transition: 200ms all ease-in-out;
  border-radius: 0.3em;
}
.customNavbar .navbar-nav li .nav-link:hover,
.customNavbar .navbar-nav li .nav-link.active {
  text-shadow: 0 6px 1px black;
}
.wrapper {
  width: 195%;
  position: absolute;
  height: 100%;
  background-color: white;
  clip-path: polygon(80% 0, 100% 0%, 97% 100%, 100% 100%, 81% 100%);
  transition: 1s all;
  right: 65%;
}
.customNavbar .nav-item.darkSkinItemMoon {
  display: none;
  font-size: 1.7em;
  margin-top: -0.3em;
  cursor: pointer;
}
.customNavbar .nav-item.darkSkinItemSun {
  display: block;
  margin-top: -0.3em;
  font-size: 1.7em;
  color: #ffd700;
  cursor: pointer;
}
.customNavbar .nav-item.darkSkinItemSun .darkSkinBtn {
  text-shadow: 0 0 20px #ffd700;
}
.customNavbar .nav-item.darkSkinItemSun .nav-link {
  text-shadow: none !important;
}
.customNavbar .nav-link .darkSkinBtn {
  color: gold;
}
.navbar-brand img {
  height: 120px;
}
.all-show {
  z-index: 10;
}
.customNavbar .dropdown {
  position: relative;
  display: inline-block;
}
.customNavbar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  margin-top: -0.5em;
  border: none;
  border-radius: 0.4em;
}
.customNavbar .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.customNavbar .dropdown-content a:hover {
  background-color: #ddd;
}
.customNavbar .dropdown:hover .dropdown-content {
  display: block;
}
.customNavbar .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* Hero Section */
.hero-section {
  color: #fff;
  /* text-align: center; */
}
.hero-section .carousel-item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.6);
}
.hero-section .carousel-item.img-1 {
  background-image: url("../img/img1.jpg");
}
.hero-section .carousel-item.img-2 {
  background-image: url("../img/img2.jpg");
}
.hero-section .carousel-item.img-3 {
  background-image: url("../img/img3.jpg");
}
.hero-section .carousel-item.img-4 {
  background-image: url("../img/img4.jpg");
}
.hero-section .carousel-item.img-5 {
  background-image: url("../img/img5.jpg");
}
.hero-section .carousel-item.img-6 {
  background-image: url("../img/img6.jpg");
}
.hero-section .carousel-item.img-7 {
  background-image: url("../img/img7.jpg");
}
.carousel-section .carousel-control-prev,
.carousel-section .carousel-control-next {
  align-items: flex-end;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--themeColor);
  height: 65px;
  padding: 0.7em;
}
.carousel-section .carousel-control-prev {
  border-radius: 0 0.5em 0.5em 0;
}
.carousel-section .carousel-control-next {
  border-radius: 0.5em 0 0 0.5em;
}
.carousel-section .carousel-control-next-icon,
.carousel-section .carousel-control-prev-icon {
  height: 40px;
  width: 40px;
}
.carousel-section .carousel.slide {
  height: 100vh;
}
.carousel-section .carousel-control-prev-icon {
  background-image: url("../img/left.svg");
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(72deg)
    brightness(101%) contrast(102%);
}
.carousel-section .carousel-control-next-icon {
  background-image: url("../img/right.svg");
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(72deg)
    brightness(101%) contrast(102%);
}
.carousel-section .carousel-control-prev,
.carousel-section .carousel-control-next {
  width: 4%;
}
.carousel-section .carousel-indicators li {
  background-color: white;
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 0 0.5em;
}
.carousel-section .carousel-indicators .active {
  background-color: var(--themeColor);
  transform: rotate(45deg);
}
.carousel-section .carousel-indicators {
  bottom: 100px;
}
.nameText {
  font-size: 3.5em;
  font-weight: 900;
  position: absolute;
  top: 60%;
  left: 50%;
  color: var(--themeColor);
  transform: translate(-50%, -50%);
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.textAnimate {
  position: absolute;
  margin: auto;
  width: 100vw;
  height: 100pt;
  bottom: 80px;
  filter: url(#threshold) blur(0.6px);
}
#text1,
#text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 30pt;
  text-align: center;
  user-select: none;
  font-weight: 700;
}
.nameText .colord {
  color: white;
  font-style: italic;
}
.text_1 {
  animation: text1;
}
.text_2 {
  animation: text2;
}
.text_1,
.text_2 {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  animation-duration: 20s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
}
.text_1::after,
.text_2::after {
  content: "|";
  position: absolute;
  right: -5px;
  animation: caret infinite;
  color: white;
  font-weight: 500;
  animation-duration: 1s;
  animation-timing-function: steps(1, end);
}
@keyframes text2 {
  0%,
  50%,
  100% {
    width: 0;
  }

  60%,
  90% {
    width: 100%;
  }
}
@keyframes text1 {
  0%,
  50%,
  100% {
    width: 0;
  }
  10%,
  40% {
    width: 100%;
  }
}
@keyframes caret {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* News Marquee */
.newsMarquee {
  background-color: var(--themeColor);
  padding: 3em 2em;
}
.newsMarquee marquee a {
  font-size: 1.1em;
  font-weight: 500;
  color: white;
  text-decoration: none;
  transition: 200ms all ease-in-out;
  margin-left: 6em;
}
.newsMarquee marquee {
  margin-top: 2em;
}
.newsMarquee marquee a:hover {
  opacity: 0.7;
}
.newsMarquee .newsHeading {
  font-size: 3em;
  margin-top: -1.6em;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1000;
  animation-name: flash;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

/* Message Section */
.messageSection {
  padding: 4em 0;
}
.customCard {
  position: relative;
  background: #fff;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  font-size: 15px;
  border-radius: 3px;
  height: 500px;
  transition: 0.5s;
  box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.3);
}
.customCard .photo {
  position: relative;
  transition: 0.5s;
  float: left;
  height: 100%;
  width: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/principle-img.JPG");
}
.customCard:hover .photo {
  transform: rotate(5deg) scale(1.3);
}
.customCard .details {
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  list-style: none;
  margin: 0px;
  padding: 1em;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -100%;
  width: 40%;
}
.customCard:hover .details {
  left: 0px;
}
.customCard:hover .details li {
  padding: 0.1em;
}
.customCard .description {
  padding: 1em;
  position: relative;
  float: right;
  height: 100%;
  width: 60%;
  z-index: 0;
}
.customCard .description:before {
  content: "";
  background: #fff;
  width: 100%;
  z-index: -1;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  transform: skewX(-3deg);
}
.customCard .description h1 {
  font-size: 2em;
  padding: 0.5em 0px;
  font-weight: bold;
}
.customCard .description .line {
  display: block;
  height: 5em;
}
.customCard .description .product_name {
  float: left;
}
.customCard .description h2 {
  color: #9b9b9b;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 2px;
}
.customCard .description p {
  position: relative;
  padding: 2em 0px 1em 0.5em;
  text-align: justify;
}

.customCard .description p:after {
  content: "";
  background: var(--themeColor);
  height: 6px;
  width: 5em;
  position: absolute;
  top: 0.6em;
  left: 0px;
}
.customCard .details h4 {
  font-size: 1.5em;
  margin-bottom: 0.3em;
}
.customCard .details .socialIcon {
  font-size: 2em;
  color: white;
  margin-bottom: 0.2em;
}
.subHeading {
  font-size: 2.5em;
  text-align: center;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 1em;
  position: relative;
}
.subHeading::before {
  content: " ";
  position: absolute;
  background: var(--themeColor);
  height: 3px;
  width: 2.5em;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
}
.subHeading::after {
  content: " ";
  position: absolute;
  display: block;
  flex-wrap: wrap;
  background: var(--themeColor);
  height: 3px;
  width: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
.subHeading span {
  color: var(--themeColor);
  font-weight: 800;
  font-size: 1.5em;
}
.messageSection .customCard.card2 .photo {
  background-image: url("../img/coordinator-img.JPG");
}
.messageSection .customCard .hideContents {
  text-align: right;
  padding-bottom: 1em;
  display: none;
}
.messageSection .customCard .hideContents .hideHeading {
  color: var(--themeColor);
  font-weight: 700;
  margin-bottom: 0.2em;
  font-size: 1.2em;
}
.messageSection .customCard .hideContents .hideLink {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  margin-left: 0.5em;
  color: var(--themeColor);
}

/* News Section */
.newsSection {
  padding: 4em 0;
  background-color: #eee;
}
.newsSection .owl-theme .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  border-radius: 0;
}
.newsSection .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--themeColor);
  transform: rotate(45deg);
}
.newsCard {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 0.8em 0.8em 0 0;
}
.newsCard.open .addmissionImg.open {
  display: inline-block !important;
  animation-name: flash;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.newsCard.closed .addmissionImg.closed {
  display: inline-block !important;
  height: 45px !important;
}
.newsCard.soon .addmissionImg.soon {
  display: inline-block !important;
}
.newsCard .addmissionImg {
  z-index: 100;
  height: 40px !important;
  width: 80px !important;
  display: none !important;
  margin-left: 0.5em;
}
.newsCard .addmissionBg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.newsCard:hover .addmissionBg {
  top: 20%;
  opacity: 0.5;
}
.newsCard .overlay {
  position: absolute;
  bottom: calc(-80% + 50px);
  left: 0px;
  width: 100%;
  height: 90%;
  background: #fff;
  transition: 0.5s;
  padding: 1em 0;
}
.newsCard:hover .overlay {
  bottom: 0px;
}
.newsCard .overlay .line {
  width: 100%;
  text-align: left;
  line-height: 50px;
  padding: 0em 1em;
}
.newsCard .overlay .content {
  text-align: left;
  padding: 1em;
}
.newsCard .overlay .content .postdate {
  color: #9b9b9b;
  font-size: 0.9em;
  margin: 0.5em 0;
}
.newsCard .overlay .content a {
  background-color: var(--themeColor);
  color: white;
  font-weight: 600;
  font-size: 0.9em;
  padding: 0.5em 1em;
  margin-top: 1em;
  border-radius: 0.3em;
  border: 1px solid transparent;
  transition: 200ms all ease-in-out;
  display: inline-block;
}
.newsCard .overlay .content a:hover {
  background-color: transparent;
  border-color: var(--themeColor);
  color: var(--themeColor);
  text-decoration: none;
}
.newsSection .newsCard .title {
  font-size: 1.4em;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 0.2em;
  color: var(--themeColor);
}
.newsSection .owl-carousel .owl-item img {
  height: 100%;
}

/* About Section */
.aboutSection {
  background-image: url("../img/img2.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.aboutSection .subHeading {
  color: white;
  font-size: 3em;
}
.aboutSection .mainText {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1em;
}

/* Middle Section */
.middleSection {
  padding: 13em 0 8em 0;
  text-align: center;
}
.middleSection .card-style {
  background-color: rgb(242, 242, 242);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  transition: 300ms ease-in-out;
  border-radius: 2em 0 2em 0;
}
.middleSection .card-style:hover {
  background-color: white;
  box-shadow: none;
  font-weight: 400;
}
.middleSection .subHeading {
  font-size: 1.5em;
}
.middleSection .card-style {
  padding: 1.5em;
  height: 100%;
}
.middleSection .card-style img {
  margin-bottom: 1em;
  margin-top: -6em;
  position: relative;
  z-index: 1000;
  border-radius: 50%;
}
.middleSection .card-style .text-message {
  margin-top: 2.5em;
}

/* Departments Section */
.departmentsSection {
  padding: 4em 0 6em 0;
  background-color: #eee;
}
.departmentsSection .a-box {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.departmentsSection .img-container {
  height: 220px;
  width: 100%;
  overflow: hidden;
  border-radius: 0px 0px 20px 20px;
  display: inline-block;
}
.departmentsSection .img-container img {
  height: 220px;
  width: 100%;
}
.departmentsSection .inner-skew {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px;
  font-size: 0px;
  margin: 30px 0px 0px 0px;
  background: #c8c2c2;
  height: 220px;
  width: 100%;
  transition: 300ms all ease-in-out;
}
.departmentsSection .text-container {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 120px 20px 20px 20px;
  border-radius: 20px;
  background: #fff;
  margin: -120px 0px 0px 0px;
  line-height: 19px;
  font-size: 15px;
  transition: 300ms all ease-in-out;
}
.departmentsSection .text-container h3 {
  margin: 20px 0px 10px 0px;
  color: var(--themeColor);
  font-weight: 800;
  font-size: 1.5em;
}
.departmentsSection .deptText {
  color: gray;
}
.departmentsSection .departmentLink:hover .text-container {
  box-shadow: none;
}
.departmentsSection .departmentLink:hover .inner-skew {
  margin: 10px 0px 0px 0px;
}
.departmentsSection .departmentLink {
  display: inline-block;
  text-decoration: none;
}
.departmentsSection .a-box .moreBtn {
  display: inline-block;
  background-color: var(--themeColor);
  color: white;
  font-weight: 500;
  padding: 0.5em 1em;
  margin-top: 1em;
  border-radius: 0.2em;
  font-size: 0.9em;
  transition: 200ms all ease-in-out;
  text-decoration: none;
}
.departmentsSection .a-box .moreBtn:hover {
  opacity: 0.7;
}
/* Events Section */
.eventsSection {
  padding: 3em 0;
  text-align: center;
}
.eventsSection .eventsCard .eventsImg {
  width: 100%;
  border-radius: 1em;
}
.eventsSection .eventsCard {
  box-shadow: 0 0 30px #00000015;
  border-radius: 1em;
}
.eventsSection .eventsCard .eventsCardHeading {
  font-size: 1.6em;
  font-weight: 800;
}
.eventsSection .eventsCard .eventsCardHeading span {
  color: var(--themeColor);
  font-size: 1.8em;
}
.eventsSection .eventsCard .eventsCardFooter {
  padding: 1.5em;
}
.eventsSection .carousel-control-next-icon,
.eventsSection .carousel-control-prev-icon {
  filter: invert(43%) sepia(37%) saturate(5175%) hue-rotate(93deg)
    brightness(93%) contrast(88%);
  height: 40px;
  width: 40px;
}
.eventsSection .carousel-control-next-icon {
  background-image: url("../img/circle-right-solid.svg");
}
.eventsSection .carousel-control-prev-icon {
  background-image: url("../img/circle-left-solid.svg");
}
.eventsSection .carousel-control-next,
.eventsSection .carousel-control-prev {
  opacity: 1;
  bottom: -40px;
}

/* Contact Section */
.contactSection {
  background-image: url("../img/contact-bg.jpg");
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding: 4em 0;
}
.contactSection .contactHeading {
  font-size: 3.5em;
  font-weight: 700;
  color: white;
  font-family: "Raleway", sans-serif;
}
.contactSection .mainText {
  color: white;
  margin-top: 0.5em;
}
.contactSection .contactForm {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 3em;
  margin-top: 3em;
}
.contactSection .contactInput {
  width: 100%;
  border-bottom: 1px solid var(--themeColor);
  padding: 1em 0.6em;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  margin-bottom: 1em;
  outline: none;
}
.contactSection textarea.contactInput {
  resize: none;
}
.contactSection .sentBtn {
  border: none;
  display: inline-block;
  text-decoration: none;
  background-color: var(--themeColor);
  color: white;
  font-weight: 500;
  padding: 0.6em 1.5em;
  margin-top: 1em;
  transition: 200ms all ease-in-out;
  opacity: 0.7;
}
.contactSection .sentBtn:hover {
  opacity: 1;
}
.contactSection .footerLogo {
  display: inline-block;
  margin-bottom: 2em;
}
.contactSection .footerLogo img {
  height: 90px;
}
.contactSection .row {
  align-items: flex-end;
}
.contactSection .findDiv {
  margin-bottom: 0.8em;
}
.contactSection .findDiv i {
  font-size: 2em;
  color: var(--themeColor);
  margin-right: 0.8em;
}
.contactSection .socialIcon {
  display: inline-block;
  text-decoration: none;
}
.contactSection .socialIcon:hover img {
  transform: scale(1.1);
}
.contactSection .socialIcon img {
  height: 35px;
  transition: 200ms all ease-in-out;
  margin-right: 0.6em;
}
.contactSection .qucikLink {
  font-size: 1.5em;
  font-weight: 600;
  margin: 1em 0 0.4em 0;
}
.contactSection .footerLink {
  display: inline-block;
  text-decoration: none;
  color: var(--themeColor);
  margin-right: 1em;
  transition: 200ms all ease-in-out;
}
.contactSection .footerLink:hover {
  opacity: 0.7;
}
/* Copy Right Text */
.copyRightText {
  background-color: var(--themeColor);
  padding: 2em;
  font-size: 0.8em;
  color: white;
  text-align: center;
}

/* Up Arrow */
.upArrow {
  height: 70px;
  width: 70px;
  font-size: 2.5em;
  text-align: center;
  background-color: var(--themeColor);
  color: white !important;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10110;
  border: 3px solid white;
  display: inline-block;
  text-decoration: none;
  line-height: 1.7 !important;
}
.upArrow .indexArrow {
    line-height: 1.7;
}

/* Computer Science Page */
/* Staff Section */
.staffSection .Staffcard {
  position: relative;
  height: 500px;
  /* background: linear-gradient(45deg, #66ff00, #0f9b0f, #159957, #00ffff); */
  background-color: gainsboro;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3em 0 3em 0;
  border: 7px solid white;
}
.staffSection .Staffcard .teaceherName2 {
  color: white;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 1em;
}
.staffSection .Staffcard .socialIcons {
  margin-top: 1em;
}
.staffSection .Staffcard .socialIcons .staffSocialIcons {
  font-size: 1.4em;
  display: inline-block;
  text-decoration: none;
  color: white;
  margin-right: 0.6em;
}
.staffSection .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.staffSection .Staffcard .teacherDec {
  color: white;
  margin-top: 1em;
}
.staffSection .Staffcard .teacherName {
  font-weight: 700;
  margin-top: 1em;
  color: var(--themeColor);
  font-size: 1.3em;
}
.staffSection .Staffcard .teacherDesignation {
  font-weight: 700;
  margin-top: 1em;
  color: var(--themeColor);
  font-size: 1em;
}
.staffSection .Staffcard .staffImg {
  border-radius: 3em 0 3em 0;
}
.staffSection .Staffcard:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  widows: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 20;
  pointer-events: none;
}
.staffSection .Staffcard .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding: 1em;
}
.staffSection .Staffcard .overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--themeColor);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
  border-radius: 2em 0 2em 0;
}
.staffSection .Staffcard .overlay:hover {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  opacity: 0.9;
  border-radius: 0;
  border-radius: 3em 0 3em 0;
}
.staffSection .Staffcard .overlay:before {
  content: "Read";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-delay: 0.5s;
}
.staffSection .Staffcard .overlay:hover:before {
  display: none;
  transition-delay: 0s;
}
.staffSection .Staffcard .content {
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0s;
  color: #fff;
}
.staffSection .Staffcard .overlay:hover ~ .content {
  opacity: 2;
  visibility: visible;
  transition: 0.2s;
  transition-delay: 0.5s;
}
.staffSection .Staffcard .content h2 {
  margin: 0;
  padding: 0;
}
.staffSection .Staffcard .content p {
  font-size: 12px;
}
.headline {
  left: 130px;
}
.clipped {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  min-height: 85vh;
  background-position: center;
  background-size: 100%;
  background-blend-mode: multiply;
  background-color: #00000070;
  background-repeat: no-repeat;
}
.clipped.computerScience {
  background-image: url("../img/computer-science.jpg");
  /* background-size: cover; */
}

/* Department Section */
.departmentSection .subHeading {
  margin-bottom: 1.2em;
  text-align: left;
}
.departmentSection .subHeading::before {
  left: 0;
  transform: unset;
}
.departmentSection .subHeading::after {
  left: 0;
  transform: unset;
}
.departmentSection .mainText {
  margin-bottom: 1em;
  font-weight: 500;
}
.departmentSection {
  background-color: #eee;
}
.departmentSection .readBtn {
  display: inline-block;
  text-decoration: none;
  padding: 0.6em 1.2em;
  color: white;
  background-color: var(--themeColor);
  border-radius: 0.3em;
  border: 1px solid transparent;
  transition: 250ms all ease-in-out;
}
.departmentSection .readBtn:hover {
  color: var(--themeColor);
  border-color: var(--themeColor);
  background-color: transparent;
}

/* Administration Page */
.addStaffSection {
  padding: 5em 0;
  background-color: #eee;
}
.addStaffSection .addstaffCard {
  border-radius: 0.8em;
  margin-top: 3em;
}
.addStaffSection .addstaffCard .addStaffImg {
  width: 100%;
  border-radius: 0.8em 0.8em 0 0;
}
.addStaffSection .addstaffCard .addStaffBody {
  padding: 1.3em 1em;
  background-color: white;
  box-shadow: 0 8px 20px #00000010;
  border-radius: 0 0 0.8em 0.8em;
}
.addStaffSection .addstaffCard .addStaffName {
  font-size: 1.3em;
  color: var(--themeColor);
  font-weight: 600;
}
.addStaffSection .addstaffCard .addStaffDes {
  font-size: 0.9em;
  font-weight: 400;
  color: #9b9b9b;
  margin-bottom: 1em;
}
.addStaffSection .addstaffCard .addStaffLinks {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4em;
  margin-right: 0.5em;
  color: var(--themeColor);
}

/* Exam Section */
.examSection {
  padding: 5em 0;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.tabset .tab-panel {
  display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}
.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #00000010;
}
.tabset > label:hover,
.tabset > input:focus + label {
  color: var(--themeColor);
}
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: var(--themeColor);
}
.tabset > input:checked + label {
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.examSection .tab-panel {
  padding: 30px 0;
  border-top: 4px solid #00000009;
}
.examSection .examHeading {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--themeColor);
  margin-bottom: 0.8em;
}
.examSection .examLink .newNotiImg {
  height: 15px;
  margin-right: 0.2em;
  display: none;
  animation-name: flash;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.examSection .examLink.new .newNotiImg {
  display: inline-block;
}
.examSection .examLink {
  display: block;
  text-decoration: none;
  color: #9b9b9b;
  font-weight: 400;
  margin-bottom: 0.8em;
  transition: 200ms all ease-in-out;
  position: relative;
}
.examSection .examLink:hover {
  color: var(--themeColor);
}

@media screen and (max-width: 650px) {
  .headline {
    left: 20px;
  }
  .clipped {
    clip-path: none;
    max-height: 300px !important;
  }
}

/* Media Query */
@media all and (max-width: 767px) {
  .eventsSection .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
@media all and (min-width: 576px) {
  .eventsSection .carousel-container #carousel-thumbs {
    position: absolute;
  }
}
@media all and (max-width: 576px) {
  .eventsSection .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
  .nameText {
    font-size: 0.9em;
  }
}
@media (max-width: 992px) {
  .customCard {
    max-width: 100%;
    height: 400px;
    height: auto;
  }
  .customCard .photo {
    float: none;
    height: 350px;
    width: 100%;
  }
  .customCard:hover .photo {
    transform: none;
  }
  .customCard:hover .details {
    left: -100%;
  }
  .customCard .description {
    float: inherit;
    width: 100%;
  }
  .customCard .description p {
    margin-bottom: 1em;
  }
  .messageSection .customCard .hideContents {
    display: block;
  }
  .nameText {
    font-size: 0.9em;
    top: 30%;
  }
  #text1,
  #text2 {
    font-size: 10pt;
  }
  .carousel-section .carousel.slide,
  .hero-section .carousel-item {
    height: 42vh;
  }
  .textAnimate {
    top: 40px;
  }
  .carousel-section .carousel-indicators {
    bottom: 50px;
  }
  .carousel-section .carousel-indicators li {
    height: 12px;
    width: 12px;
  }
  .carousel-section .carousel-control-prev,
  .carousel-section .carousel-control-next {
    width: 10%;
  }
  .carousel-section .carousel-control-prev,
  .carousel-section .carousel-control-next {
    align-items: center;
    height: 50px;
  }
  .newsMarquee .newsHeading {
    font-size: 1.5em;
    margin-top: 0;
  }
  .newsMarquee {
    padding: 1em;
  }
  .newsMarquee marquee {
    margin-top: 1em;
  }
  .subHeading {
    font-size: 1.7em;
  }
  .aboutSection .subHeading {
    font-size: 1.8em;
  }
  .customCard .description h1 {
    font-size: 1.4em;
  }
  .customCard .description .line {
    height: 4em;
  }
  .newsCard {
    height: 270px;
  }
  .newsSection .newsCard .title {
    font-size: 1.1em;
  }
  .newsSection .subHeading {
    margin-bottom: 1.5em;
  }
  .newsSection .owl-theme .owl-dots .owl-dot span {
    height: 14px;
    width: 14px;
  }
  .middleSection .card-style img {
    margin-top: -4.5em;
    height: 100px;
  }
  .middleSection .subHeading {
    font-size: 1.3em;
  }
  .middleSection .card-style .text-message {
    font-size: 0.9em;
    text-align: justify;
  }
  .departmentsSection .departmentLink {
    display: block;
    margin-bottom: 1em;
  }
  .contactSection .contactHeading {
    font-size: 2em;
  }
  .navbar-brand img {
    height: 80px;
  }
  .wrapper {
    width: 270%;
    right: 50%;
  }
  .customNavbar .navbar-nav li .nav-link {
    color: var(--themeColor);
    font-size: 0.9em;
  }
  .customNavbar .navbar-nav li .nav-link:hover,
  .customNavbar .navbar-nav li .nav-link.active {
    text-shadow: none;
    opacity: 0.8;
  }
  .middleSection {
    padding: 6em 0 5em;
  }
  .departmentsSection .img-container {
    height: unset;
  }
  .customNavbar {
    position: relative;
    z-index: 1010;
  }
  .customCard .description p {
    padding: 2em 0;
  }
  .contactSection .contactForm {
    padding: 2em 1em;
  }
  .eventsSection .carousel-control-next,
  .eventsSection .carousel-control-prev {
    bottom: -100px;
  }
  .clipped {
    min-height: 30vh;
  }
  .departmentSection .subHeading {
    padding-top: 2em;
  }
  .customNavbar .nav-item.darkSkinItemMoon {
    margin-top: unset;
  }
  .upArrow {
    height: 60px;
    width: 60px;
    right: 20px;
    bottom: 50px;
    line-height: 2.3 !important;
    font-size: 1.5em;
    border-width: 1px;
  }
  .upArrow .indexArrow {
    line-height: 2.3;
}
  .aboutSection .mainText {
    text-align: justify;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
