@font-face {
  font-family: 'Dancing Script';
  src: url('../assets/fonts/dancing-script/DancingScript-Regular.ttf') format('truetype');
}

/* @font-face {
  font-family: 'Dancing Script';
  src: url('../assets/fonts/dancing-script/DancingScript-SemiBold.ttf') format('truetype');
  font-weight: bold;
} */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #0f0f0f;
  color: #fffffa;
}

a {
  text-decoration: none;
  color: #e8e8e3;
}

a:hover {
  color: #FF312E;

  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.container {
  transition: flex 0.75s cubic-bezier(0.23, 1, 0.32, 1),
    max-width 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-vermilion {
  margin-left: 5px;
  background-color: #FF312E;

  border-radius: 10px;
}

.navbar-style {
  border-bottom: 1px solid #ffffff64;
  color: #fffffa;
  position: absolute;

  margin-left: 0;
  margin-right: 0;
  z-index: 3;
  top: 115px;
}

.navbar-nav {
  /* background-color: #00000096; */
  border-radius: 10px;
  text-shadow: 1px 5px 4px #000000;
  /* box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.8); */
  z-index: 3;
  position: relative;
}

.navbar-style.scrolled {
  position: fixed;
  margin-top: -250px;
  background-color: #000103;
}

.navbar-style.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.navbar-style.scrolled.awake {
  top: 0;
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.sgsc-logo-nav {
  /* width: 50px; */
  top: -2px;
  padding: 20px;
  border-radius: 50%;
  margin-right: 1.5rem;
  display: none;
  position: absolute;
  background-color: #000103;
}

.navbar-brand .sgsc-brand {
  margin-left: 5px;
  display: none;
}

.sgsc-brand.scrolled {
  margin-left: 130px;

  display: block;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.sgsc-logo-nav:hover {
  background-color: #e8e8e3;

  /* padding: 22px; */
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;

}

/* .sgsc-logo {
  width: 350px;
} */

@media (max-width: 992px) {
  .navbar-style {
    /* background-color: #000103; */
    /* color: #fffffa; */
    top: 180px;
  }

  .navbar-nav {
    background-color: #00000096;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.8);
    padding: 10px;
  }
}

.navbar-style .navbar-brand {
  color: #fffffa;
  font-size: 1.5em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .navbar-style .navbar-brand {
    font-size: 1.2em;
  }
}

.navbar-style .navbar-nav .nav-link {
  color: #fffffa;
  font-size: 1.1em;
}

@media (max-width: 1200px) {
  .navbar-style .navbar-nav .nav-link {
    font-size: 1rem;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in;
  }
}

.navbar-style .navbar-nav .nav-item {
  padding: 0 6px 0px 6px;
}

.navbar-style .navbar-nav .nav-item:hover {
  background-color: #ff312e;
  border-radius: 5px;

  -webkit-transition: .2s all ease-in;
  -o-transition: .2s all ease-in;
  transition: .2s all ease-in;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #f0f0f0;
}

#homeCarouselControls.parallex-bg {
  cursor: zoom-in;
}

.parallex-bg {
  /* background-image: url('../assets/images/bg_curtain.jpg'); */

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.parallex-bg img {
  /* width: 100%; */
  height: 100vh;
  object-fit: cover;
}

.hero-wrap {
  /* background-image: url('../assets/images/bg_curtain.jpg'); */
  background-size: cover;
  background-position: center center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.hero-wrap img {
  filter: brightness(60%);
}


.text-justify {
  text-align: justify;
}

#nav-link-home {
  font-size: 1.2rem;
}

.top-info-strip {
  background-color: #141b41;
  color: #e8e8e3;
  padding: 2px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;

}

.top-info-strip a {
  text-decoration: none;
  color: #e8e8e3;
}

.top-info-strip a:hover {
  color: #FF312E;
}

.top-info-strip .list-inline {
  margin-bottom: 0;
}

.top-info-header {
  text-shadow: 1px 2px 4px #000000;
  /* background-color: #000000; */
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0 / 80%) 50%, rgb(0 0 0 / 0%) 100%);
  background: -webkit-linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0 / 80%) 50%, rgb(0 0 0 /0%) 100%);
  background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0 / 80%) 50%, rgb(0 0 0 / 0%) 100%);
  position: absolute;
  width: 100%;
  padding: 10px 10px 58px 10px;
  z-index: 3;
}


.top-info-header .list-inline {
  margin-bottom: 0;

}

.top-info-header .sgsc-brand {
  color: #e8e8e3;
  font-size: 1.5em;
  font-weight: bold;
  top: 0;
  bottom: 0;
}

.top-info-header .sgsc-address {
  text-shadow: 1px 5px 4px #000000;
}

@media (max-width: 768px) {
  .top-info-header .sgsc-address {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .top-info-email {
    /* display: none !important; */
  }
}

#full-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#full-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#full-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#full-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#full-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

.footer-style {
  font-size: 16px;
  padding: 7em 0;
  background: #0f0f0f;
  /* background: #515052; */
}

.footer-style .footer-widget h2 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-style .footer-widget h2::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 70px;
  height: 1px;
  background: #fff;
}

.footer-social li a {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.footer-style .footer-widget ul li a span {
  color: #fff;
}

.footer-social li a i {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.block-23 ul {
  padding: 0;
}

.block-23 ul li,
.block-23 ul li>a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}

.block-23 ul li i {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: white;

  display: table-cell;
  vertical-align: top;
}

#section-counter {
  position: relative;
  z-index: 1;
}

.intro-block {
  margin-top: -150px;
}

.intro-block .block-18.color-1 {
  background: #333138;
  -webkit-transition: .5s all cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: .5s all cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: .5s all cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.intro-block .block-18.color-1.intro-block-box:hover {
  background: #ff312e;
  /* background: #080808; */
  border-radius: 15px 15px 0 0;
  margin-top: -15px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.intro-block .block-18.color-2 {
  background: #ff312e;
  -webkit-transition: .5s all cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: .5s all cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: .5s all cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.intro-block .block-18.color-2.intro-block-box:hover {
  background: #ffffff;
  /* background: #080808; */
  border-radius: 15px 15px 0 0;
  margin-top: -15px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.intro-block .block-18.color-3 {
  background: #ffffff;
  -webkit-transition: .5s all cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: .5s all cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: .5s all cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.intro-block .block-18.color-3.intro-block-box:hover {
  background: #ff312e;
  /* background: #080808; */
  border-radius: 15px 15px 0 0;
  margin-top: -15px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.intro-block-box:hover .text, .color-3.intro-block-box:hover .text {
  color: #ffffff;
  /* color: #000000; */
  text-shadow: 1px 2px 4px #000000;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;

}

.intro-block .block-18 {
  display: block;
  width: 100%;
  padding: 30px;
  color: white;
}

.text-dancingscript {
  font-family: 'Dancing Script', cursive;
}

.tagline {
  font-size: 4rem;
  font-weight: bolder;
  text-shadow: 4px 8px 8px #000000;
  /* wrap */
  white-space: normal;
  word-wrap: break-word;
}

.intro-texts .texts p {
  display: none;
  padding: 10px;
}

.intro-texts .tagline.text-dancingscript {
  font-size: 6rem;
}

@media (max-width: 768px) {

  .tagline,
  .intro-texts .tagline {
    font-size: 2.2rem;
  }

  .intro-texts .tagline.text-dancingscript {
    font-size: 2.6rem;
  }
}

.text mark {
  border-radius: 8px;
  padding: 8px;
}

mark {
  background-color: #e8e8e3;
  color: #000000;

  border-radius: 8px;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  mark {
    font-size: 1.2rem;

    /* padding: 5px; */
  }
}

.intro-block-box .text {
  font-size: 1rem;
  font-weight: bold;
  color: #e8e8e3;
  /* text-shadow: 1px 2px 4px #000000; */
}

.color-3.intro-block-box .text {
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  /* text-shadow: 1px 2px 4px #000000; */
}

.intro-block-box .text a {
  color: #e8e8e3;
}

.intro-block-box h1 {
  margin-top: 15px;
  font-size: 3rem;
  font-weight: bolder;
  /* text-shadow: 4px 8px 8px #000000; */
}

.principal-about-section {
  /* background-color: #222831; */
  padding: 2em 0;
  color: #e8e8e3;
}


.principal-about-section .about-section .img-about {
  background-image: url(../assets/images/mono_350px_trans.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  margin: 6px;
}

.principal-about-section .principal-msg-section .img-principal {
  /* background-image: url(../assets/images/principal-pic.jpg); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
}

.principal-about-section .principal-msg-section {
  padding: 10px;
  border-radius: 10px;
  background-color: #212529;
}

.principal-about-section .about-section {
  padding: 10px;
}

.underlined-h2 {
  font-weight: normal;
  /* color: #fff; */
  margin-bottom: 40px;
  font-size: 1.3rem;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.underlined-h2::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 70px;
  height: 1px;
  background: #fff;
}


#latest-news-events {
  /* background-color: #e8e8e3 ; */
  background-color: #212529;
  /* color: #000000 !important; */
  padding: 2em 0;
}

#latest-news-events .news-section {
  padding: 10px;
  border-radius: 10px;
  /* background-color:#fffffa; */
}

#latest-news-events .events-section {
  padding: 10px;
  border-radius: 10px;
  /* background-color:#fffffa; */
}

@media screen and (min-width: 768px) {
  #recent-blogs .article-section {
    border-right: 1px dotted #e8e8e3;
  }

}

.form-switch.form-switch-md {
  margin-bottom: 1rem;
  /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.simple-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}

.simple-gallery a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.simple-gallery a:hover {
  transform: scale(1.05);
}

.simple-gallery img {
  width: 300px;
  /* height: 100px; */
  object-fit: cover;
}

#small-gallery {
  background-color: #fffffa;
  color: #000000 !important;
  padding: 2em 0;
}

#small-gallery mark {
  background-color: #000000;
  color: #e8e8e3;
}

#footer-image {
  background-image: url("../assets/images/sikkim_ftr.jpg");
  filter: grayscale(100%);
  /*cover small height*/
  height: 30vh;
  /* background-size: cover; */
  background-position: center;
  transition: 1.5s;
}

.notice-list {
  padding: 10px;
  border-radius: 10px;
  /* background-color:#333138; */
}

.notice-list .blog-entry {
  /* padding: 10px; */
  border-bottom: 1px solid #e8e8e3;
  border-radius: 10px;
  /* background-color:#333138; */
  transition: 0.3s;
}

.notice-list .blog-entry:hover {
  background-color: #000000;
  transition: 0.3s;
  margin: -5px;
  margin-bottom: 5px;
}

.form-group {
  margin: 10px 0;
}

.mce-content-body {
  padding: 50px;
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
  border-radius: 20px 20px 0 0;
  background-color: #fffffa;
  color: #000000;
  margin-top: -200px;
}

@media (max-width: 768px) {
  .mce-content-body {
    padding: 20px;
  }
}

.mce-content-body p {
  font-size: 1.08rem;

}

.mce-content-body a {
  color: #515052;
}

.mce-content-body a:hover {
  color: #FF312E;
}

.bread {
  /* background-color: #000103; */
  color: #e8e8e3;
  padding: 10px;
  border-radius: 10px;
}

.breadcrumbs {
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 1px 2px 4px #000000;
}

.bread {
  font-size: 4rem;
  font-weight: bolder;
  text-shadow: 4px 8px 8px #000000;
}

@media (max-width: 768px) {
  .bread {
    font-size: 2.2rem;
  }
}

.blog-body-section {
  position: relative;
  z-index: 1;
}

.hover-link-container {
  position: relative;
  /* Container for positioning the image */
  display: inline-block;
  /* Keep the link inline */
}

.hover-image {
  position: absolute;
  bottom: 100%;
  /* Position the image below the link */
  left: 0%;
  /* Center the image */
  display: none;
  /* Hide the image initially */
  width: 150px;
  /* Set a width for the preview */
  z-index: 1000;
  /* Ensure the image is above other elements */
  border: 1px solid #ccc;
  border-radius: 15px;
  background-color: #000000;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hover-link:hover+.hover-image {
  display: block;
  /* Show the image on hover */
}

.dept-tagline {
  font-size: 1.6rem;
  font-weight: bold;
  text-shadow: 1px 2px 4px #000000;
}

@media (max-width: 768px) {
  .dept-tagline {
    font-size: 0.8rem;
  }
}

.faculty-list-pic {
  height: 250px;
  /* center */
}

.dropdown .dropdown-menu{

  -webkit-transition: .5s all ease-out;
  -o-transition: .5s all ease-out;
  transition: .5s all ease-out;
}

.dropdown:hover .dropdown-menu {
  display: block;

  opacity: 1;
  margin-top: 0;


  -webkit-transition: .5s all ease-out;
  -o-transition: .5s all ease-out;
  transition: .5s all ease-out;
}

.navbar .megamenu {
  padding: 1rem;
  text-shadow: none;
}

.dropdown-menu .row .section {
  padding: 10px;
  border-radius: 5px;
  margin-top: 2px;

  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;
}

.dropdown-menu .row .section:hover {
  margin-top: 0;
  margin-bottom: 2px;
  background-color: #dfdcdc;
  border-radius: 5px;

  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;

}

.megamenu h5 {
  background-color: #0f0f0f;
  color: #fffffa;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  margin-top: 15px;
}

@media all and (min-width: 992px) {

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;

  }

}

@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

.research-item {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.research-item:hover {
  background-color: #f1f0f1 !important;
  border-radius: 10px;

  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.gslide-title {
  font-size: 1.2rem !important;
  font-weight: bolder !important;
  /* text-shadow: 1px 2px 4px #000000; */
  text-align: center;
}

.faculty-card {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.faculty-card:hover {
  background-color: #f1f0f1 !important;
  border-radius: 10px;
  margin-top: -5px;
  margin-bottom: 5px;

  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.blogs-card {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.blogs-card:hover {
  background-color: #f1f0f1 !important;
  border-radius: 10px;
  margin-top: -5px;
  margin-bottom: 5px;

  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.glightbox img {
  filter: brightness(60%);
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.glightbox img:hover {
  filter: brightness(100%);
  transform: scale(1.1);

  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.events-section iframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  border: solid 1px #777
}

.registration-info .container {
  padding: 50px !important;
}

@media (max-width: 768px) {
  .registration-info .container {
    padding: 50px 15px !important;
  }
  
}

.img-fluid {
  width: 70%;
}

@media (max-width: 768px) {
  .img-fluid {
    width: 100%;
  }
}

.principal-pic {
  width: 250px;
  border-radius: 10px;
}