<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* color variable */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap");

:root {
  --color1: #ff6a2a;
}

:root {
  --color2: #efecec;
}

:root {
  --color3: #003366;
}

:root {
  --color4: #004c59;
}

:root {
  --color5: #f46101;
}

:root {
  --color6: #fff;
}

:root {
  --color7: #000;
}

:root {
  --light-color5: #fcddb9;
}

html {
  scroll-behavior: smooth;
  font-family: "Roboto Condensed", sans-serif;
}

/* nav bar mega menu */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-dark .navbar-nav .nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

/*nav bar mega menu end  */

.container-full {
  width: 90%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.pb-50 {
  padding-bottom: 50px !important;
}

/* banner start */

.banner {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.banner .wavebg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.banner video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: -1;
}

/* banner end */

/* about start */

.about {
  margin-bottom: 30px;
}

.about .left {
  background-color: var(--color2);
  position: relative;
  margin-top: 50px;
  padding-left: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 8px 8px 0px var(--color3);
  transition: 0.3s;
}

.about .left:hover {
  box-shadow: 8px 8px 0px var(--color1);
}

.about .left h1 {
  font-size: 94px;
  font-weight: bold;
  color: var(--color3);
  position: absolute;
  top: -60px;
  left: 90px;
}

.about .left h2 {
  font-size: 35px;
  font-weight: bold;
  color: var(--color3);
}

.about .left h3 {
  font-size: 26px;
  color: var(--color1);
  margin-top: 25px;
}

.about .left .about-desc {
  width: 80%;
  margin-bottom: 30px;
  text-align: justify;
}

.about .left a {
  background-color: var(--color1);
  color: var(--color6);
  padding: 10px 30px;
  text-decoration: none;
}

.about .left a h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.about .right {
  margin-top: 68px;
  position: relative;
  left: -150px;
}

.about .right .owl-carousel .item {
  border: 5px solid var(--color3);
}

.about .right .owl-carousel .item img {
  width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color3);
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 35px;
}

/* about end */

/* click section start */

.click-section {
  padding: 30px 0;
  background-image: linear-gradient(45deg, rgba(53, 50, 50, 0.829), rgba(12, 12, 12, 0.884)), url("../images/bg_stripe_bnr.png");
  background-position: center;
}

.round-icon {
  background-color: var(--color6);
  border-radius: 100%;
  padding: 25px;
  border: 3px solid var(--color1);
  text-align: center;
  height: 150px;
  width: 150px;
  margin: auto;
  transition: 0.7s all ease-in-out;
}

.round-icon_area:hover .round-icon {
  transform: rotate(360deg);
  border: 2px dashed var(--color1);
  background-color: #0009;
}

.icon-img {
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  text-align: center;
}

.icon-img img {
  width: 80px;
  transition: none;
}

/* .round-icon:hover .icon-img {
      transform: rotate(360deg);
  } */

/* .round-icon:hover img {
      filter: drop-shadow(3px 3px 2px black);
  } */

.round-icon {
  text-align: center;
  color: var(--color6);
  margin-top: 20px;
}

.round-icon p {
  font-size: 18px;
  margin-bottom: 0;
}

.round-icon_area {
  position: relative;
}

.round-icon-txt {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}

.directors .left {
  position: relative;
}

.directors .left:before {
  content: "";
  position: absolute;
  background-image: url("../images/top_bubble.png");
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  transition: 0.3s;
}

.directors .left:hover::before {
  transform: rotate(11deg);
}

.directors .left:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url("../images/bottom_bubble.png");
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  transition: 0.3s;
}

.directors .left:hover::after {
  transform: rotate(-10deg);
  transform-origin: revert;
}

.directors .left::after:hover {
  display: none;
}

.discover {
  padding: 40px 0;
  background-color: var(--color2);
}

.discover .discover-title {
  margin-bottom: 30px;
}

.discover .discover-title h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.discover .card {
  width: 400px;
  height: 300px;
  box-shadow: 10px 0px 10px 0px #0000002b;
  transition: 0.3s;
}

.discover .card .card-header {
  border-bottom-right-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  border: 0;
  box-shadow: 0 1px 10px #00000052;
  transition: 0.3s;
  background-color: rgb(248 248 248);
}

.discover .card:hover .card-header {
  transform: translateY(13px);
}

.discover .card:hover {
  transform: translateY(-10px);
}

.discover .card .card-header img {
  width: 100%;
  border-bottom-right-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
}

.discover .card .faculty_box_area {
  text-align: center;
  padding: 30px;
  padding-top: 30px;
  max-height: 191px;
}

.discover .card .faculty_box_area h5 {
  color: #584bed;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}

.discover .card .faculty_box_area p {
  /* font-weight: 600; */
  color: var(--color7);
}

.discover .card .card-footer {
  background-color: var(--color7);
  text-align: center;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 10px;
}

.discover .card .card-footer a {
  color: var(--color6);
  text-decoration: none;
}

.discover .card .card-footer h6 {
  margin-bottom: 0;
}

.discover .owl-carousel .owl-dots.disabled {
  display: block;
}

.owl-carousel-2 {
  position: relative;
}

.owl-carousel-2 .owl-prev {
  position: absolute;
  top: 80px;
  left: -34px;
  background-color: var(--color3) !important;
  border-radius: 0 !important;
}

.owl-carousel-2 .owl-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 31px;
  border-color: transparent transparent transparent #a0a0a0;
  position: absolute;
  top: -30px;
  left: 0px;
}

.owl-carousel-2 .owl-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #a0a0a0 transparent;
  position: absolute;
  top: -30px;
  left: -1px;
}

.owl-carousel-2 .owl-prev span {
  color: var(--color6);
  font-size: 80px;
  padding: 0 5px;
  font-weight: 300;
}

.owl-carousel-2 .owl-next {
  position: absolute;
  top: 80px;
  right: -11px;
  background-color: var(--color3) !important;
  border-radius: 0 !important;
}

.owl-carousel-2 .owl-next span {
  color: var(--color6);
  font-size: 80px;
  padding: 0 5px;
  font-weight: 300;
}

/* .logo-img-scroll .owl-carousel .owl-item {
    border: 1px solid #ccc;
    padding: 10px;
  } */

/* .owl-carousel .owl-item:hover img {
    filter: grayscale(0.8);
  }
   */
.about .owl-nav {
  display: none !important;
}

.discover .viewAll-button-section {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.viewAll-button-section {
  text-align: center;
}

.viewAll-button-section a {
  background-color: var(--color1);
  color: var(--color6);
  padding: 9px 30px;
  text-decoration: none;
  border-radius: 5px;
}

.instituteNews .viewAll-button-section a::before {
  border-radius: 5px;
}

.viewAll-button-section a i {
  margin-left: 10px;
}

.discover {
  position: relative;
  overflow: hidden;
}

/* .discover .waveBackgroundSection {
      position: absolute;
      bottom: 0;
      left: 0;
  } */

.discover .waveBackgroundSection .waveBackground {
  width: 100%;
}

/* Alumni stories start */

.alumni-stories {
  padding: 40px 0;
}

.alumni-stories .titleAndButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.alumni-stories .titleAndButton .title h4 {
  font-size: 32px;
  font-weight: bold;
}

.alumni-stories .story {
  width: 300px;
  min-height: 335px;
  max-height: 335px;
  padding: 15px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 5px 0 #00000018;
}

.alumni-stories .story .story-image {
  width: 110px;
  margin: auto;
  margin-bottom: 25px;
}

.alumni-stories .story .story-image img {
  width: 100%;
  border-radius: 100%;
  border: 2px solid var(--color3);
}

.alumni-stories .story .story-title {
  margin-bottom: 8px;
}

.alumni-stories .story .story-title h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 17px;
}

.alumni-stories .story .story-desc p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.alumni-stories .story .readMore-button {
  position: absolute;
  bottom: -15px;
  left: 95px;
}

.alumni-stories .story .readMore-button a button {
  border: none;
  font-size: 13px;
  color: var(--color6);
  background-color: var(--color3);
  padding: 8px 16px;
}

.owl-carousel-3 {
  position: relative;
}

.owl-carousel-3 .owl-prev {
  position: absolute;
  top: 40%;
  left: -50px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 100% !important;
  color: var(--color6) !important;
  background-color: var(--color3) !important;
  font-size: 28px !important;
}

.owl-carousel-3 .owl-next {
  position: absolute;
  top: 40%;
  right: -55px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 100% !important;
  color: var(--color6) !important;
  background-color: var(--color3) !important;
  font-size: 28px !important;
}

.owl-carousel-3 .item {
  margin: 20px 10px;
}

/* Alumni stories end */

/* institute news start */

.instituteNews {
  background-image: linear-gradient(rgba(44, 48, 71, 0.95), rgba(67, 72, 95, 0.95)), url("../images/about-banner03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 100px 40px 100px;
  box-shadow: 11px 11px 0px 0px #7fbe4c;
}

.instituteNews:hover {
  box-shadow: 11px 11px 0px 0px var(--color1);
}

.instituteNews .title-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.instituteNews .title-button .title h3 {
  font-size: 30px;
  color: #ffffff;
}

.institute-line {
  border: 2px solid var(--color6);
  width: 400px;
  opacity: 1;
}

.news {
  overflow: hidden;
}

.news .news-image img {
  width: 100%;
}

.news .news-details {
  align-items: center;
  color: var(--color6);
  margin-top: 20px;
}

.news .news-details .left {
  align-items: center;
  padding-right: 10px;
}

.news .news-details .left h4 {
  color: #ffa100;
  font-size: 30px;
  margin-bottom: 0;
  margin-right: 5px;
}

.news .news-details .left .monthYear {
  border-right: 3px solid #ffa100;
}

.news .news-details .left .monthYear h6 {
  margin-bottom: 0;
}

.news .news-details .right {
  padding-left: 10px;
}

.news .news-details .right h6 {
  margin-bottom: 0;
}

/* gallery */

.photoGallery {
  padding: 50px 0;
  padding-left: 80px;
}

.photoGallery .photoGallery-title {
  margin-bottom: 20px;
}

.photoGallery .photoGallery-title h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: var(--color3);
  position: relative;
}

.photoGallery .photoGallery-title h4::after {
  content: "";
  height: 3px;
  width: 0%;
  bottom: -15px;
  right: calc(50% - 21.5%);
  position: absolute;
  background-color: var(--color3);
  transition: 0.5s;
}

.photoGallery .photoGallery-title h4:hover::after {
  width: 43%;
}

.photoGallery .photoGallery-photos .photo {
  margin-bottom: 25px;
}

.photoGallery .photoGallery-photos .photo img {
  width: 100%;
  transition: 0.3s;
}

.photoGallery-photos .photo img:hover {
  border-radius: 20px 0px 20px 0px;
  border: 2px solid var(--color1);
  padding: 2px;
}

/* Our Partner Logo */

.logo-img-scroll .wraper {
  padding: 0px 40px;
}

.owl-carousel-4 .owl-dots {
  display: none;
}

.owl-carousel-4 .owl-prev {
  background-color: var(--color7) !important;
  color: var(--color6) !important;
  width: 28px;
  height: 28px;
  border-radius: 50px !important;
}

.owl-carousel-4 .owl-prev {
  position: absolute;
  left: -50px;
  top: 35%;
}

.owl-carousel-4 .owl-next {
  background-color: var(--color7) !important;
  color: var(--color6) !important;
  width: 28px;
  height: 28px;
  border-radius: 50px !important;
}

.owl-carousel-4 .owl-next {
  position: absolute;
  right: -50px;
  top: 35%;
}

/* sticky style start */

/* .fixed {
      position: fixed;
      width: 100%;
      z-index: 99;
      transition: 0.3s ease-in-out;
  }
  
  .none {
      display: none;
  } */

/* sticky style end */

/* Aboutus page start */

.page-banner img {
  width: 100%;
}

.welcomeSection .title {
  margin-top: 20px;
}

.welcomeSection .title h2 {
  font-size: 36px;
  color: var(--color3);
}

.welcomeSection .title p {
  font-size: 24px;
  color: var(--color5);
  margin-bottom: 0;
}

.welcomeSectionDesc {
  padding-top: 13px;
}

.welcomeSectionDesc p {
  /* text-align: justify; */
}

.welcomeSectionDesc .image {
  padding: 10px;
  position: relative;
}

.welcomeSectionDesc .image .properImage {
  border-radius: 10px;
  opacity: 1;
  display: block;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.overley {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.overley-text {
  background-color: #04aa6d;
  color: white;
  font-size: 16px;
  padding: 10px;
}

.welcomeSectionDesc .image:hover .properImage {
  opacity: 0.3;
}

.welcomeSectionDesc .image:hover .overley {
  opacity: 1;
}

/* Aboutus page end */

/* Faculty page start */

.breadcrumb-section {
  padding-top: 20px;
  border-bottom: 2px solid var(--grey);
}

.breadcrumb-section .breadcrumb .breadcrumb-item a {
  text-decoration-line: none;
}

.faculty-titleAndSearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.faculty-titleAndSearch .title p i {
  color: var(--color3);
}

.faculty-titleAndSearch .title p {
  font-size: 32px;
  font-weight: 600;
  color: var(--color1);
  margin-bottom: 0;
}

.faculty-titleAndSearch .searchArea {
  display: flex;
  align-items: center;
}

.faculty-titleAndSearch .searchArea input {
  width: 100%;
  padding: 10px 22px;
  border: none;
  background-color: var(--color2);
  border-radius: 20px 0 0 20px;
  outline: none;
  font-size: 16px;
}

.faculty-titleAndSearch .searchArea a {
  background-color: var(--color2);
  color: var(--color7);
  padding: 10px 16px;
  border-radius: 0 20px 20px 0;
  font-size: 16px;
}

.faculty-members .card {
  width: 100%;
  border: none;
  padding: 10px;
  min-height: 500px;
}

.faculty-members .card img {
  border-radius: 10px 10px 0 0;
  height: 280px;
  /* object-fit: cover; */
}

.faculty-members .card .card-title {
  color: var(--color2);
}

.faculty-members .card .faculty_box_area {
  background-color: var(--color3);
  border-radius: 0 0 10px 10px;
  position: relative;
  padding: 10px;
}

.faculty-members .card .faculty_box_area h5:first-of-type {
  color: var(--color6);
}

.faculty-members .card .faculty_box_area h5:last-of-type {
  font-size: 18px;
}

.faculty-members .card .faculty_box_area .card-text {
  color: var(--color6);
  font-size: 14px;
  margin-bottom: 12px 18px;
  /* min-height: 65px; */
}

.faculty-members .card .faculty_box_area .card-link {
  color: var(--color5);
  font-weight: 600;
}

.faculty-members .card .card-head {
  position: relative;
  min-height: 280px;
  max-height: 280px;
}

.mail {
  background-color: #f56c23;
  width: 40px;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0;
  position: absolute;
  right: -20px;
  bottom: 5px;
}

.mail a {
  color: var(--color6);
  font-size: 20px;
}

/* mail tooltip start */

.mail .tooltip {
  position: absolute;
  right: 4rem;
  top: 0.325rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #000;
  padding: 0.325rem 1rem;
  border-radius: 4px;
  transform: translateX(-0.325rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease-in-out 0s, transform 300ms ease-in-out 0s;
}

.mail .tooltip::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #000;
  right: -10px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}

.mail:hover .tooltip {
  transform: translateX(0.325rem);
  opacity: 1;
}

/* mail tooltip end */

.people {
  position: relative;
  padding-bottom: 20px;
}

.people-div {
  position: absolute;
  top: 40px;
  background-image: linear-gradient(179deg, #222427, #08070700);
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  display: none;
}

.people-div ul {
  padding: 0;
}

.people-div ul li {
  margin-bottom: 10px;
  margin-left: 0;
}

.people-div a {
  color: #fff;
}

.people:hover .people-div {
  display: block;
}

.wave {
  background: url("../images/wave_background.png") repeat-x;
  position: absolute;
  bottom: -100px;
  width: 6400px;
  height: 198px;
  transform: translate3d(0, 0, 0);
  animation: wave 18s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite, swell 8s ease -1.25s infinite;
  opacity: 0.3;
}

/* .wave:hover {
     
      bottom: -62px;
  } */

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

/* 
  @keyframes swell {
      0%,
      100% {
          transform: translate3d(0, -40px, 0);
      }
      50% {
          transform: translate3d(0, -10px, 0);
      }
  } */

/* breadcrumb-start */

.full-area ul {
  display: inline-block;
  list-style: outside none none;
  padding: 0;
}

.full-area li {
  display: inline;
  float: left;
  margin-right: 10px;
}

.full-area li:last-child {
  margin: 0;
}

.full-area a,
.full-area a:hover,
.full-area a:focus,
.full-area a:active {
  background: #ff6a2a;
  display: inline-block;
  outline: medium none;
  padding: 6px 24px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.full-area a:hover {
  background: var(--color5);
  color: #000;
}

.full-area a:focus {
  background: var(--color5);
}

.full-area li:first-child a {
  /* border-radius: 10px 0 0 10px; */
  padding-left: 10px;
}

.full-area li:last-child a {
  border-radius: 0 15px 15px 0;
}

.full-area a::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 18px;
  box-sizing: border-box;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.full-area a::after {
  border-color: transparent transparent transparent #ff6a2a;
  border-style: solid;
  border-width: 18px;
  box-sizing: border-box;
  content: "";
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}

.full-area a:hover::after {
  border-left-color: var(--color5);
}

.full-area a:focus::after {
  border-left-color: var(--color5);
}

.full-area li:first-child a:before,
li:last-child a:after {
  display: none;
}

.full-area i {
  margin-right: 5px;
}

.full-area .active {
  background: var(--color3);
  color: #fff;
}

/* breadcrumb-end */

.phone {
  color: var(--color6);
  background-color: #f56c23;
  width: 40px;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0;
  position: absolute;
  right: -20px;
  top: 5px;
}

.phone a {
  color: var(--color6);
  font-size: 20px;
}

.phone .tooltip {
  position: absolute;
  right: 4rem;
  top: 0.325rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #000;
  padding: 0.325rem 1rem;
  border-radius: 4px;
  transform: translateX(-0.325rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease-in-out 0s, transform 300ms ease-in-out 0s;
}

.phone .tooltip::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #000;
  right: -10px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}

.phone:hover .tooltip {
  transform: translateX(0.325rem);
  opacity: 1;
}

/* facultyDetailsSection-start */

.facultyDetailsSection .facultyDetailsSectionLeft img {
  width: 100%;
  border-radius: 10px;
}

.facultyDetailsSection .facultyDetailsSectionRight .head {
  background-color: var(--color3);
  padding: 15px 40px;
  border-radius: 7px 7px 0 0;
}

.course-box {
  padding: 2em 0 35px;
}

.facultyDetailsSection .facultyDetailsSectionRight .head .facultyName {
  color: var(--color2);
  font-size: 25px;
  margin-bottom: 0;
  font-weight: bold;
}

.facultyDetailsSection .facultyDetailsSectionRight .head .facultyDesignation {
  color: var(--color2);
  font-size: 18px;
  margin-bottom: 0;
}

.facultyDetailsSection .facultyDetailsSectionRight .body {
  padding: 20px 40px;
  border-radius: 0 0 10px 10px;
  background-color: #43afe61e;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .professionalSummary {
  font-size: 22px;
  color: var(--light-red);
  font-weight: bold;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .professionalSummaryDetails {
  font-size: 18px;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .contactInformation {
  font-size: 22px;
  color: var(--light-red);
  font-weight: bold;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .mailandphone {
  color: #000;
  font-size: 16px;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .mailandphone span i {
  color: var(--white);
  background-color: var(--deep-blue);
  padding: 6px;
  margin-right: 5px;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .mailandphone span:first-of-type {
  margin-right: 20px;
}

.facultyDetailsSection .facultyDetailsSectionRight .body button {
  background-color: var(--color3);
  padding: 8px 30px;
  color: var(--color6);
  font-size: 18px;
  border: none;
  margin: 8px 0;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .pdf-btn {
  margin-right: 20px;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .pdf-btn button {
  border-radius: 0 15px 0 15px;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .login-btn button {
  border-radius: 15px 0 15px 0;
}

.facultyDetailsSectionAbout {
  padding-top: 40px;
}

.facultyDetailsSectionAbout .facultyDetailsSectionAboutTItle p {
  color: var(--light-red);
  font-size: 24px;
  font-weight: bold;
}

.facultyDetailsSectionAbout .facultyDetailsSectionAboutTItle p i {
  color: var(--color3);
  margin-right: 5px;
  font-size: 28px;
}

.researchPublications {
  padding-left: 50px;
  padding-top: 40px;
}

.researchPublications .researchPublicationsTitle {
  margin-bottom: 30px;
}

.researchPublications .researchPublicationsTitle .researchIcon {
  color: var(--color6);
  background-color: var(--color3);
  padding: 10px 10px;
  font-size: 20px;
  border-radius: 2px;
}

.facultyDetailsDesc {
  text-align: justify;
  color: gray;
}

.researchPublications .researchPublicationsTitle .researchTitle {
  margin-left: 20px;
  font-size: 24px;
  font-weight: bold;
}

/*DIRECTOR Page Start*/

.about-director {
  padding: 60px 120px;
  background-color: #ccc;
  background-repeat: repeat;
  border: 1px solid #bfbfbf;
  background-size: cover;
}

.about-director-txt {
  border: 8px #69b532 double;
  padding: 26px 40px;
  background: #e1f1d5;
}

.director-information {
  text-align: justify;
}

/*Mega menu css start*/

.menu-animation .menuContent h6 {
  color: #fff;
  font-size: 18px;
}

.menu-animation .menuContent {
  position: relative;
  top: 20%;
  padding-bottom: 20px;
  margin-top: -60px;
  overflow: auto;
  max-height: 692px;
}

.height-set {
  /* height: 200px; */
}

.facul {
  background-color: #e9f6fc;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  border-radius: 15px;
}

/*for logo change color*/
#logo-white {
  display: none;
}

.background-black #logo-white {
  display: block;
  filter: contrast(0.1);
}

.background-black #logo-blue {
  display: none;
}

.header-logo a img {
  width: 85px !important;
}

.changetext {
  display: none;
  font-size: 22px;
}

.header-logo {
  align-items: center;
}

.header-logo h1 {
  font-weight: 900;
  line-height: 20px;
}

.header-logo p {
  font-size: 14px;
}

.activetext {
  display: inline-block;
}

.awards-and-recognition {
  background-image: url(../images/gradient.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.awards-and-recognition .border-start {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.title-h4 {
  font-size: 42px;
}

.font-w-600 {
  font-weight: 600;
}

.c-white {
  color: #fff !important;
}

/* .border-start, .border-bottom, .border-end {
    border-color: #ececec !important;
}
.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.awards-and-recognition .border-start {
    border-color: rgba(255, 255, 255, .2) !important;
} */
.cust-border-end {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.cust-border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*****************************
	Tabs
*****************************/
.nav-pills .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #022d62;
  font-size: 20px;
  line-height: 1;
  padding: 15px 0px;
  font-weight: 600;
  border-radius: 0;
  position: relative;
}

.nav-pills .nav-link:hover {
  color: #ff5722;
  background: transparent;
}

.nav-pills .nav-link:hover:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: 0;
}

.nav-pills .nav-link:hover .data-hover {
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.nav-pills .nav-link:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-pills .nav-link .data-hover {
  display: block;
  position: relative;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  font-weight: 500;
}

.nav-pills .nav-link .data-hover span {
  margin-right: 20px;
}

.nav-pills .nav-link .data-hover:before {
  display: block;
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  font-weight: bold;
  width: 100%;
}

.nav-pills .nav-link.active {
  color: #ff5722;
  background: transparent;
}

.nav-pills .nav-link.active:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: 0;
}

.nav-pills .nav-link.active .data-hover {
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.nav-pills .show&gt;.nav- {
  color: #ff5722;
  background: transparent;
}

.nav-pills .show&gt;.nav-link {
  color: #ff5722;
  background: transparent;
}

.nav-tabs.nav-tabs-02 {
  border: none;
}

.nav-tabs.nav-tabs-02 .nav-link {
  border: none;
  color: #022d62;
  font-weight: 700;
  background: #f6f6f6;
  border-radius: 50px;
  margin-right: 10px;
  padding: 12px 28px;
  margin-bottom: 10px;
}

.nav-tabs.nav-tabs-02 .nav-link.active {
  color: #ffffff;
  background: #ff5722;
}

.nav-tabs.nav-tabs-02 .nav-link:hover {
  color: #ffffff;
  background: #ff5722;
}

@media (max-width: 1199px) {
  .nav-pills .nav-link {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .nav-pills .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .accordion .accordion-icon.card-header button {
    padding: 22px 20px 22px 52px;
  }

  .accordion .card-body {
    padding: 25px 25px 35px 52px;
  }

  .nav-pills.flex-column {
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
  }

  .nav-pills .nav-link {
    padding: 0 25px 25px 0;
    font-size: 16px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
  }

  .nav-pills .nav-link.active:after {
    content: none;
  }
}

@media (max-width: 575px) {
  .accordion .accordion-icon.card-header button {
    font-size: 16px;
    padding: 20px;
    line-height: 22px;
  }

  .accordion .card-body {
    padding: 20px;
  }
}

.space-ptb {
  padding: 60px 0;
}

a {
  outline: medium none !important;
  color: #ff5722;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #282828;
}

.text-primary {
  color: #ff5722 !important;
}

.img_txt h4 {
  margin-bottom: 0px;
  padding: 15px 15px 8px;
  font-size: 20px;
  font-weight: bold;
}

.overflow-flow {
  height: 350px;
  overflow-y: scroll;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
}

.counter .counter-icon i {
  color: #ff5722;
  margin-right: 25px;
  font-size: 70px;
  line-height: 70px;
}

.counter .counter-content {
  -ms-flex-item-align: center;
  align-self: center;
}

.counter .counter-content .timer {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}

.counter .counter-content label {
  display: block;
  color: #ffffff;
  margin-bottom: 0;
}

/* Counter 02 */
.counter.counter-02 .counter-content .timer {
  color: #022d62;
}

.counter.counter-02 .counter-content label {
  color: #626262;
}

.counter.counter-02 .counter-icon i {
  color: #dfdfdf;
}

/* Counter 03 */
.counter.counter-03 {
  background: #d62976;
  padding: 32px;
  text-align: center;
  display: block;
  border-radius: 5px;
}

.border-rounded {
  border-radius: 10px;
}

iframe {
  width: 100%;
}

/* *********************** */
.campus-widget .image {
  position: relative;
  overflow: hidden;
}

.campus-widget .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #eeeef6;
}

.campus-widget .content h3 {
  color: var(--blackColor);
  text-align: left;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 1.28px;
  margin-bottom: 0;
}

.campus-widget .content .icon {
  display: inline-block;
  width: 40px;
  color: rgb(255, 255, 255);
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  border-radius: 2px;
  background: #ff5722;
}

.btn-three {
  color: #fff;
  transition: all 0.5s;
  position: relative;
}

.btn-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}

.btn-three:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.btn-three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(1.2, 1.2);
}

.btn-three:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-3 {
  display: flex;
  align-items: center;
  height: 50px;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
  justify-content: center;
  margin-right: 10px;
}

.btn-3 a {
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  position: relative;
  z-index: 9;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.event-teaser {
  margin: 0;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  font-weight: inherit;
  text-decoration: none;
  border-top: 2px solid #e77500;
}

.event-teaser h3 {
  font-size: 18px;
  margin: 10px 0 0;
  text-align: left;
}

.event-teaser h3 a {
  border-width: 0;
  background-image: linear-gradient(#151515, #151515);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s;
  position: relative;
  background-size: 0 4px;
  color: #ff5722;
  text-decoration: none;
  background-image: linear-gradient(#151515 0, #fff 1px);
}

.breadcrumb-section {
  position: relative;
  padding: 50px 0px 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.overlay {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.breadcrumb-section h1 {
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
}

.site-content {
  padding: 50px 0 0;
}

.team-single .team-aside {
  margin-top: -140px;
  z-index: 9;
}

.team-aside img {
  width: 100%;
  background: #f9f9f9;
}

.team-single .team-aside h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 15px;
  color: #e77500;
}

.ci-team-grid {
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.ci-team-grid .cix-featured-image {
  width: 100%;
  margin: 0px;
  overflow: hidden;
  position: relative;
}

.cix-featured-image img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cix-featured-image:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.ci-team-grid .grid-bottom {
  border: 1px solid #e9ebf4;
  border-top: none;
  padding: 20px;
}

.ci-team-grid .grid-bottom .team-title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

.ci-team-grid .grid-bottom .team-title .lead {
  color: #5a5a5a;
  font-size: 15px;
  margin-top: 8px;
}

.ci-team-grid .grid-bottom .team-single-social-links {
  margin-bottom: 0px;
}

/* ********************************* */

.header-inner .header-inner-title {
  font-size: 18px;
}

.header-inner .header-inner-title h1 {
  font-size: 18px;
  margin-bottom: 0;
}

.about-inner {
  left: -14px;
  background: rgb(0 0 0 / 50%);
  padding: 10px 20px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  z-index: 9;
}

.bg-dark {
  background-color: #022d62 !important;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
}

.counter .counter-icon i {
  color: #ff5722;
  margin-right: 25px;
  font-size: 50px;
  line-height: 70px;
}

.counter .counter-content {
  -ms-flex-item-align: center;
  align-self: center;
}

.counter .counter-content label {
  display: block;
  color: #ffffff;
  margin-bottom: 0;
}

.counter .counter-content .timer {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;

  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}

.blog-post .blog-post-content {
  padding: 20px 20px 0;
}

.blog-post .blog-post-content .blog-post-date a {
  color: rgba(2, 45, 98, 0.5);
}

.blog-post-title h5 {
  font-size: 18px;
}

/*********************************************************************************************************/

.bread-new {
  background: linear-gradient(90deg, #dde6f4 0%, #e6eaf8 17.57%, #d4dcfc 34.86%, #e2e6f6 52.23%, #e0e5f8 65.17%, #eef4fd 97.75%);
}

.bread-new h1 {
 font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.5em;
    position: relative;
    color: var(--color3);
}

.ui.faculty-vertical-list {
  margin-top: 25px;
  filter: drop-shadow(0px 4px 12px rgba(134, 134, 134, 0.1));
  border-radius: 4px;
  padding-bottom: 4rem;
  display: flex;
}

.vertical-list {
  position: sticky;
  top: 5rem;
}

.first {
  width: 33vw;
}

.second {
  width: 75vw;
  margin-left: 25px;
}

.ui.section-heading-blue {
  color: #0064ad;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: capitalize;
  padding: 1.25rem 0;
  letter-spacing: 0.0625rem;
  line-height: 1.5rem;
}

.ui.sub-heading {
  line-height: 1.3rem;
  color: var(--black);
  font-size: 1.25rem;
  /* padding: 1.25rem 0; */
}

.title-bar {
  display: flex;
  flex-direction: row;

  align-items: center;
  justify-content: space-between;
}

.ui.faculty-vertical-list .publication-list {
  margin-bottom: 3rem;
}

.ui.publication-list {
  padding-top: 1.5rem;
}

.ui.publication-list&gt;.publicationListItem hr {
  border-width: 0.125rem;
}

.link-link .nav-link {
  width: 100%;
  padding: 0;
  font-size: 16px;
  padding-left: 15px;
  font-weight: normal;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.text-justify {
  text-align: justify;
}

.qr-profile {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 100px;
}

.bg-brighter-3 {
  background: #f5faff;
  border-bottom: 2px solid #212a4d;
}
.bg-brighter-3 h4{
	font-size:14px;
}
.p-8 {
  padding: 1rem;
}

.font-normal {
  font-weight: 400;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-pulse-color {
  color: #002d5c;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.leading-loose {
  line-height: 2;
}

.font-light {
  font-weight: 300;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-\[8px\] {
  font-size: 8px;
}

.text-pulse-color {
  color: #002d5c;
}

.font-semibold {
  font-weight: 600;
}

.text-\[12px\] {
  font-size: 12px;
}

.bg-pulse-color-darker3 {
  background-color: #002d5c;
	margin-right:7px;
}

.projects-section {
  background-color: #002d5c;
  color: #ffffff;
}

.projects-section .titletext {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #ffffff;
}

.projects-section .titlebloc-cc:after {
  background-color: #ffffff;
}

.projects-section .first-letter {
  font-size: 40px;
}

.bg-pulse-color-darker1 {
  background-color: #0040796b;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.h-\[50px\] {
  height: 50px;
}

.items-center {
  align-items: center;
}

.w-full {
  width: 100%;
}



.box-content {
  background-color: hsl(208.51deg 98.5% 33.79% / 34%);
}

.bottom {
  width: 100%;
}

.bottom .item {
  display: flex;
  margin-right: 15px;
  align-items: center;
}

.bottom .item i {
  padding-right: 5px;
}

.top-features-box {
  background: linear-gradient(151.71deg, #30c4ff 0%, #7259ff 100%) !important;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-1);
  overflow: hidden;
  height: 250px;
}

marquee a {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

marquee a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 2.5px;
  background-color: #155a97;
  left: 0px;
  position: absolute;
  top: 7px;
}

.course-plan-detailas-box {
  height: auto;
  padding: 25px;
}

.gdlr-core-block-item-title {
  position: relative;
  letter-spacing: 0px;
}

.gdlr-core-block-item-title::after {
  content: "";
  width: 150px;
  position: absolute;
  height: 1px;
  background-color: #d2d2d2;
  margin-left: 15px;
  top: 50%;
}

/*******************inner-heading****************************/
.three h3 {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  color: var(--color3);
}

.three h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: var(--color1);
  z-index: 9;
}

.three h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

/**********************governer list**********************/
.pod {
  position: relative;
  height: 100%;
  background-color: #fdfdfd;
}

.pod__link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;

  border: 1px solid #e1e1e1;
}

.pod__link:focus {
  outline: 3px solid #fd0;
  outline-offset: 0;
}

.pod__link:hover,
.pod__link:focus {
  opacity: 1;
  background-color: #fff;
}

.pod__image {
  overflow: hidden;
}
.pod__image img{
height:300px;
    object-fit: cover;
    object-position: top;
}
.pod__link:hover .pod__image img,
.pod__link:focus .pod__image img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.62, 1.06, 0.4, 0.95);
}

.pod__link:hover .pod__title,
.pod__link:focus .pod__title {
  color: var(--color1);
}

.pod__link:hover {
  color: var(--color1);
}

.pod__link--full:hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.pod__title {
  font-size: 20px;
  color: #3c3c3c;

  display: table;
  font-weight: bold;
  line-height: 1.16;

  margin-bottom: 0;
  transition: margin-top 0.3s ease;
}

.pod--iframe-loaded .pod__title {
  margin-top: -2rem;
}

.pod__text {
  padding: 20px;
  overflow-wrap: break-word;
  position: relative;
  color: #3c3c3c;

  font-weight: normal;
}

.pod__text p {
  margin-bottom: 0;
}

.pod__text p:last-of-type {
  padding-bottom: 0;
}

.seminar-box-list {
  padding: 25px;
  border-top: 6px solid var(--color1);
  background: #fafafa;
  border-radius: 25px 25px 25px 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  margin-bottom: 30px;
}
.result-box .seminar-box-list{
	 border-top: 0;
	 border-left: 6px solid var(--color1);
	    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seminar-box-list h3 {
  font-size: 18px;
}
.result-box .seminar-box-list h3{
	margin-bottom:0;
}

/* timeline */
.timeline {
  width: 100%;
  background-color: #002d5f;
  color: #fff;
  padding: 30px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.timeline ul {
  list-style-type: none;
  border-left: 2px solid #094a68;
  padding: 10px 5px;
}

.timeline ul li {
  padding: 20px 20px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}

.timeline ul li span {
  display: inline-block;
  background-color: #1685b8;
  border-radius: 25px;
  padding: 2px 5px;
  font-size: 15px;
  text-align: center;
}

.timeline ul li .content p {
  padding: 15px 0px 15px 0px;
  font-size: 15px;
}

.timeline ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #34ace0;
  border-radius: 50%;
  left: -11px;
  top: 28px;
  transition: 0.5s;
}

.timeline ul li:hover {
  background-color: #071f2a;
}

.timeline ul li:hover:before {
  background-color: #0f0;
  box-shadow: 0px 0px 10px 2px #0f0;
}

@media (max-width: 300px) {
  .timeline {
    width: 100%;
    padding: 30px 5px 30px 10px;
  }

  .timeline ul li .content h3 {
    color: #34ace0;
    font-size: 15px;
  }
}

/***************************************************/

select.wst-select option:first-child {
  display: none;
}

.wst-form .accordion-button {
  padding-top: 3px;
  padding-bottom: 6px;
}

.wst-add-btn {
  background-color: #002d5c;
}

.wst-form .form-control:focus {
  box-shadow: unset;
}

.wst-drop {
  border: 1px solid #ced4da;
  width: 96%;
  z-index: 3;
}

.wst-step {
  display: none;
}

.active-step {
  display: block;
}

.prev-next-btn {
  margin-top: 20px;
}

.wst-form .prev,
.wst-form .next {
  cursor: pointer;
  padding: 8px 25px;
  background-color: #198754;
  color: white;
  border: none;
  border-radius: 5px;
}

.wst-form .disabled {
  background-color: #cccccc;
  pointer-events: none;
}

/* ********************************* */
@media (max-width: 767px) {
  .banner .banner-image .overlay .banner-desc .title-section h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .banner .banner-image .overlay .banner-desc {
    padding: 20px;
  }

  .banner .carousel-control-prev,
  .banner .carousel-control-next {
    display: flex !important;
  }

  .banner button.carousel-control-prev {
    left: unset;
    right: 70px;
    top: unset;
    bottom: 15px;
  }

  .banner button.carousel-control-next {
    left: unset;
    right: 15px;
    top: unset;
    bottom: 15px;
  }

  .banner button:hover span {
    filter: unset;
  }

  .about-us .right .position {
    width: 100%;
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-us .right .position a {
    display: inline-block;
  }

  .about-us:hover .about-us-image {
    box-shadow: unset;
  }

  .campus-content .campus-title h3 {
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .bn-news ul {
    left: 5px;
  }

  .about-us {
    padding: 20px 12px;
    margin-top: 20px;
  }

  .campus-image {
    margin-top: 50px;
  }

  .count-area .col-sm-6,
  .count-area {
    margin-bottom: 10px;
  }

  .notice-box-list ul {
    margin: 25px 10px;
  }

  .space-ptb {
    padding-bottom: 10px;
    padding-top: 50px;
  }

  .space-ptb .col-md-5 {
    margin-top: 20px;
  }

  .announcements-title {
    margin-top: 20px;
  }

  .announcements-section .col-lg-4 {
    margin-bottom: 30px;
  }

  .announcements-section .announcements .announcements-title a {
    margin-right: 15px;
    margin-top: 7px;
  }

  .course-box {
    padding-top: 1.5em;
  }

  .awards-and-recognition .title-h4 {
    font-size: 28px;
  }

  .changetext {
    font-size: 16px;
  }

  .bn-label {
    display: none;
  }
}

/* *******************miraz********************** */
#deptShow img {
  width: 100%;
  display: block;
}

#deptShow .statement__text-container {
  background-color: #022d62;
  color: #fff;
  padding: 15px 18px;
  margin: 0 18px;
  transform: translateY(-51%);
  position: relative;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

#deptShow .depart-box:hover .statement__text-container {
  transform: translateY(-60%);
}

#deptShow .statement__text-container h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

#deptShow .statement__text-container a {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 7px;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}

#deptShow .statement__text-container a:hover {
  background-color: #fff;
  color: #022d62;
  padding: 7px 20px;
}

/* tab css */

.wst-tab-cont p,
.wst-tab-cont li,
.wst-tab-cont td,
.wst-tab-cont th {
  font-size: 15px;
}

.wst-tab-cont p {
  margin-bottom: 5px;
}

.wst-tab-cont a {
  text-decoration: none;
}

.wst-tab {
  max-width: 1900px;
  gap: 20px;
}

.wst-tab-cont h2,
.wst-tab-cont h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #022d62;
  margin: 10px 0;
  padding-right: 10px;
  width: fit-content;
  position: relative;
}

.wst-tab-cont h3 {
  font-size: 30px;
  line-height: 40px;
}

.wst-tab-cont h2::after,
.wst-tab-cont h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  left: 100%;
  top: 53%;
  background-color: #022d62;
}

.wst-tab-cont h3::after {
  width: 60px;
}

.wst-tab button {
  font-size: 16px;
  background-color: #fff !important;
  color: #181818 !important;
  transition: 0.5s;
  padding: 10px 25px !important;
  font-weight: bold;
}

.wst-tab button:hover {
  background-color: var(--color5) !important;
  color: var(--color2) !important;
}

.wst-tab button.active {
  background-color: var(--color5) !important;
  position: relative;
  color: var(--color2) !important;
}

.wst-tab button.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  rotate: 45deg;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color5);
}

.wst-tab button.active {
  color: var(--color2);
}

.wst-tab button.active::after {
  content: none;
}

.wst-tab .nav-link:hover:after {
  content: none;
}

.wst-tab-cont .ws-img-div h3 {
  background-color: #022d62;
  color: #fff;
  text-align: center;
  width: 100%;
}

.wst-tab-cont ul {
  margin: 0;
}

.wst-tab-cont .ws-img-div img {
  display: block;
  border: 1px solid #022d62;
}

.wst-tab-cont li {
  padding-bottom: 4px;
  text-align: justify;
}

.wst-tab-cont li::marker {
  font-weight: 600;
  color: #1c1c1c;
}

.wst-tab-cont .ws-img-div h3 {
  margin-top: 0;
  font-size: 25px;
}

.wst-tab-cont .ws-img-div h3::after {
  content: unset;
}

.content a {
  color: #022d62;
}

.wst-bor {
  border: 1px solid #022d62;
  margin-top: 30px !important;
  background: #022d62;
  border-radius: 10px 10px 0 0;
}

.wst-bor li {
  margin-bottom: 0 !important;
}

.wst-tab-cont {
  border: 1px solid #022d62;
  border-top: unset;
}

@media (max-width: 500px) {
  .wst-tab {
    gap: 10px;
  }

  .wst-tab button {
    padding: 9px !important;
    font-size: 14px;
  }

  .wst-tab-cont h3::after {
    content: unset;
  }

  .wst-tab-cont li {
    word-break: break-all;
  }
}

.alumi-slider {
  height: 420px;
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  background-image: url(../images/ncc1.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.alumi-slider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.alumi-slider p {
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
}

.alumi-slider p.statement {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
  max-height: 200px;
  padding-right: 20px;
  overflow: auto;
}

.alumi-slider p::-webkit-scrollbar {
  width: 4px;
}

.alumi-slider p::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}

.alumi-slider p::-webkit-scrollbar-track {
  background: transparent;
}

.alumi-slider p.name {
  text-align: right;
  font-size: 15px;
  width: 100%;
}

.alumi-slider .quo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.alumi-slider .owl-nav {
  margin: 0;
}

.alumi-slider .owl-nav button {
  position: absolute;
  color: transparent !important;
  background-color: #ffffff !important;
  color: #000 !important;
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  font-size: 25px !important;
  line-height: 1 !important;
  bottom: 50px;
}

.alumi-slider .owl-nav button.owl-next {
  right: 20px;
}

.alumi-slider .owl-nav button.owl-prev {
  right: 70px;
}

.rdp p {
  margin-bottom: 8px;
}

.wst-tex-jus p {
  text-align: justify;
}

.owl-theme .owl-dots .owl-dot span {
  transition: all 0.3s ease-in-out;
}

.wst-faq p {
  margin-bottom: 0;
}

.wst-faq .accordion-body ul {
  padding-left: 2rem;
  list-style: disc;
}
.items-info ul {
 
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

a.faq-view-more {
  background-color: #022d62;
  color: #fff;
  max-width: 120px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

a.faq-view-more:hover {
  max-width: 140px;
}

.faq-cont h4 {
  font-size: 20px;
  margin-top: 20px;
}

.faq-cont p {
  padding-left: 25px;
  margin-bottom: 12px;
}

.faq-cont ul {
  list-style: disc;
  padding-left: 40px;
}

.logo-img-scroll .owl-carousel .owl-item {}

.react-photo-gallery--gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 100%;
}
.department-subchlid{
    position:absolute;
    width:200px;
    background:#efeffc;
    left:100%;
    text-align:left;
}
.department-subchlid li a{
    text-align:left;display:block;
}
.campus-widget .image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.archive-noti nav.none{
    display:block !important;
}
.accordion-flush .accordion-item:last-child ul{
padding-left:25px;
}

.accordion-flush .accordion-item:last-child ul li{
    list-style: square;
}
</pre></body></html>