@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #000;
  background-color: #F9F6F1;
  font-family: "Bricolage Grotesque", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: msemi;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: #1A1A1A;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding-left: 15px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: msemi;
  src: url(../fonts/myriad-pro/MYRIADPRO-SEMIBOLD.OTF);
}
@media screen and (min-width: 991px) {
  .container-fluid {
    max-width: 1300px;
  }
}
.spacer {
  margin: 10px 0;
  padding: 20px 0;
}

.top-header {
  background-color: #2781cb;
  position: relative;
  z-index: 1;
}
/*.top-header::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  transform: skew(-34deg);
  background: #292F36;
}*/
.top-header .top-links ul {
  display: inline-flex;
}
.top-header .top-links ul li a {
  display: inline-block;
    padding: 5px;
    margin: 2px;
    color: #fff;
    border: 1px solid #fdfeff1c;
    height: auto;
    font-size: 13px;
    box-shadow: 0 0 10px #292f366b;
    border-radius: 5px;
}
.top-header .top-links ul li a:hover {
  background-color: #292F36;
  color: #fff;
}

/*.top-header .top-links ul li:last-child a {
  border: 0;
}*/

.logo-area {
  background-color: rgba(233, 216, 166, 0.431372549);
  overflow: hidden;
  padding: 10px 0;
}
.logo-area .glow {
  display: inline-block;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  background: linear-gradient(270deg, #2781cb, #292F36, #E9D8A6);
  background-size: 600% 600%;
  animation: glowAnimation 6s ease infinite;
  box-shadow: 0 0 10px #2781cb, 0 0 20px #292F36, 0 0 30px #E9D8A6;
  transition: box-shadow 0.3s ease;
  margin-top: 10px;
}
@keyframes glowAnimation {
  0% {
    background-position: 0% 50%;
    box-shadow: 0 0 10px #ff0080, 0 0 20px #7928ca, 0 0 30px #00ffea;
  }
  25% {
    background-position: 50% 50%;
    box-shadow: 0 0 10px #7928ca, 0 0 20px #00ffea, 0 0 30px #ff0080;
  }
  50% {
    background-position: 100% 50%;
    box-shadow: 0 0 5px #00ffea, 0 0 10px #ff0080, 0 0 20px #7928ca;
  }
  75% {
    background-position: 50% 50%;
    box-shadow: 0 0 10px #ff0080, 0 0 20px #7928ca, 0 0 30px #00ffea;
  }
  100% {
    background-position: 0% 50%;
    box-shadow: 0 0 5px #ff0080, 0 0 10px #7928ca, 0 0 20px #00ffea;
  }
}
.logo-area .palystore {
  text-align: end;
}
.logo-area .header__links {
  text-align: right;
}
.logo-area .header__links ul li {
  display: inline-block;
}
.logo-area .header__links ul li a {
  display: inline-block;
  padding: 5px 10px;
  background: #2781cb;
  font-weight: 300;
  color: white;
  margin: 2px;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #292F36;
}
.logo-area .header__links ul li a:hover {
  background: #292F36;
}
.logo-area .logo {
  display: flex;
  gap: 15px;
  align-items: center;
}
.logo-area .college_name {
  font-size: 25px;
  font-weight: bold;
  color: #292F36;
  text-transform: uppercase;
  text-shadow: 0px 2px 3px #928b8b;
  display: inline-block;
}
.logo-area P {
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.logo-area P span {
  display: block;
}
.logo-area .right-logo-box {
  text-align: right;
  position: relative;
}
.logo-area .right-logo-box::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E7E7E7;
  height: 100%;
  width: 100%;
}
.logo-area .right-logo-box ul li {
  display: inline-block;
}
.logo-area .right-logo-box ul li a {
  display: inline-block;
  background: #2781cb;
  color: #fff;
  padding: 5px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border: 2px solid #c0b3b3;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  /* Soft Glow Border */
}
.logo-area .right-logo-box ul li a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 4px;
  background: linear-gradient(135deg, #2781cb, #F9F6EE, #292F36);
  z-index: -1;
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.4s ease;
}
.logo-area .right-logo-box ul li a:hover {
  transform: translateY(-2px);
  color: #1B1B1B;
  border-color: transparent;
  background: linear-gradient(135deg, #F9F6EE, #2781cb);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
  /* Glow appears */
}
.logo-area .right-logo-box ul li a:hover::before {
  opacity: 1;
}

.about-mission {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.about-mission .inner-fluid {
  padding: 20px;
  background-color: #f9f6f1;
}
.about-mission .about-txt {
  height: 330px;
  overflow: hidden;
}
.about-mission .about-txt p {
  padding-top: 10px;
  text-align: justify;
}
.about-mission ul {
  margin-top: 10px;
}
.about-mission ul li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 20px;
  text-align: justify;
}
.about-mission ul li::before {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  content: "\f058";
  color: #292F36;
  position: absolute;
  left: 0;
  top: 0;
}
.about-mission .about_img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-mission .card {
  border-radius: 0;
}
.about-mission .nav-link {
  font-size: 18px;
  padding: 5px 57px;
  box-shadow: -6px 6px 4px #82848b;
  color: #fff;
  background-color: #2781cb;
  border-radius: 40px 0;
  border: 0;
}
.about-mission .nav-tabs {
  gap: 5px;
  border-bottom: 0;
}
.about-mission .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #292F36;
  border-color: #dee2e6 #dee2e6 #fff;
}

.header-carousel {
  position: relative;
}

.header-carousel .carousel-img {
  position: relative;
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: #2781cb;
}

.page-header {
  background: url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: #000;
}

.page-header .breadcrumb-item.active {
  color: #000;
}

.page-wrapper .wrp-inner {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
}
.page-wrapper .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
     /*object-position: top;*/
}

.notice-area {
  background-color: rgba(196, 155, 112, 0.1490196078);
}
.notice-area .achiv-box {
  overflow-y: scroll !important;
  /* Chrome, Edge, Safari */
  /* Firefox */
  scrollbar-color: #2781cb #f1f1f1;
  scrollbar-width: thin;
}
.notice-area .achiv-box::-webkit-scrollbar {
  width: 8px;
}
.notice-area .achiv-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.notice-area .achiv-box::-webkit-scrollbar-thumb {
  background: #2781cb;
  border-radius: 10px;
}
.notice-area .achiv-box::-webkit-scrollbar-thumb:hover {
  background: rgb(30.7809917355, 101.8140495868, 160.2190082645);
}
.notice-area .achiv-box ul li {
  margin: 10px 0;
  position: relative;
  padding: 12px 15px 12px 40px;
  background: rgba(39, 129, 203, 0.08);
  border-left: 4px solid #292F36;
  border-radius: 6px;
  transition: 0.3s ease;
}
.notice-area .achiv-box ul li::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: 0.3s;
  color: #2781cb;
}
.notice-area .achiv-box ul li:hover {
  background: rgba(39, 129, 203, 0.15);
  transform: translateX(5px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}
.notice-area .achiv-box ul li:hover::before {
  color: rgb(34.8904958678, 115.4070247934, 181.6095041322);
  transform: translateY(-50%) scale(1.2);
}
.notice-area .princi-img {
  position: relative;
  z-index: 1;
}
.notice-area .princi-img .shape001 {
  position: absolute;
  left: 26%;
  top: 30%;
  transform: rotate(30deg);
  z-index: -1;
}
.notice-area .princi-img .p-img {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice-area .princi-img .p-img .principal {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #2781cb;
}
.notice-area .princi-img .p-txt {
  margin-top: 40px;
}
.notice-area .princi-img .p-txt h3 {
  font-size: 25px;
}
.notice-area .princi-img .p-txt h5 {
  margin: 5px 0;
  font-size: 16px;
}
.notice {
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.notice .common-title {
  margin-bottom: 30px;
}
.neWs_date {
    display: inline-block;
    font-size: 12px;
    background: #2781cb;
    border-top: 2px solid #292F36;
    border-bottom: 2px solid #292F36;
    border-radius: 25px 0 0 0;
    color: #fff;
    padding: 6px;
    position: absolute;
    left: 5px;
    top: 0;
    width: 65px;
    height: 50px;
    text-align: center;
    z-index: 1;
    box-shadow: 1px 1px 3px #635c5c;
}
.neWs_date .year01 {
  display: block;
  border-top: 1px solid #ffffff;
}
#faq__accordian-main-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.faq__accordian-heading:nth-last-child(5) {
  margin-bottom: 0;
}
.faq__accordian-heading {
  background: #2781cb;
  padding: 10px 30px 10px 10px;
  display: block;
  margin-bottom: 2px;
  position: relative;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  border: 2px solid #BFC0C0;
  border-radius: 10px;
}
.faq__accordian-heading::before {
  content: "\f107";
  color: #ffffff;
  font-family: fontawesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(0deg);
}
.faq__accordian-heading.active {
  background: #292F36;
  color: #fff;
}
.faq__accordian-heading.active::before {
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(360deg);
}
.faq__accordian-heading.active::before {
  color: #fff;
}
.faq__accordion-content {
  display: none;
}
.view-btn {
  text-align: right;
}
.marquee {
  height: 328px;
  background-color: #d9ddeb;
  padding: 10px;
  overflow-y: scroll;
}
.qiick-links ul li {
  position: relative;
  min-height: 80px;
}
.qiick-links ul li a {
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: 400;
  padding-top: 0;
  padding-left: 75px;
}
.qiick-links ul li a:hover {
  color: #2781cb;
  font-weight: 600;
}
.view-btn .common_btn {
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 0;
}
.notice-area .owl-carousel .owl-item img {
  height: 660px;
}
.notice-area .qiick-links ul li {
  position: relative;
  min-height: 80px;
}
.notice-area .qiick-links ul li a {
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: 400;
  padding-top: 0;
  padding-left: 75px;
}
.notice-area .qiick-links ul li a:hover {
  color: #2781cb;
  font-weight: 600;
}
.notice-area .view-btn .common_btn {
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 10px;
}
.notice-area .p-box {
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  background-color: #fff;
  height: 504px;
  overflow: hidden;
  border-radius: 10px;
}
.notice-area .p-box p {
  text-align: justify;
}

.facilities {
  /* Flip Box Container */
  /* Inner Wrapper */
  /* Flip Trigger on Hover */
  /* Mobile Click Flip */
  /* Front & Back */
  /* Modern Glass Front */
  /* Colorful Gradient Back */
}
.facilities .flip-card {
  perspective: 1200px;
}
.facilities .flip-card-inner {
  position: relative;
  width: 100%;
  height: 260px;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
  cursor: pointer;
}
.facilities .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.facilities .flip-card-inner.active {
  transform: rotateY(180deg);
}
.facilities .flip-card-front,
.facilities .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 25px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backface-visibility: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}
.facilities .flip-card-front {
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.facilities .flip-card-back {
  background: linear-gradient(135deg, #2781cb, #2781cb);
  color: white;
  transform: rotateY(180deg);
}
.facilities .flip-title {
  font-weight: 600;
  color: #1B1B1B;
  margin-top: 20px;
}
.facilities .flip-text {
  color: #fff;
}
.facilities .flip-icon img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  /* Makes it round */
  -o-object-fit: cover;
     object-fit: cover;
  /* Keeps image clean */
  border: 4px solid #fff;
  /* White border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* Colored glow */
  transition: all 0.35s ease;
  animation: floatIcon 3s ease-in-out infinite;
}
@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

.highlight-area {
  background-color: rgba(196, 155, 112, 0.1490196078);
}
.highlight-area .dg-box {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
  height: 350px;
  overflow: hidden;
}
.highlight-area .common_btn {
  border-radius: 0;
  width: 100%;
}
.highlight-area .owl-theme .owl-nav {
  display: none;
}
.highlight-area .owl-carousel .owl-item img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.highlight-area .quickl li a {
  display: block;
  background: linear-gradient(135deg, #2781cb, #292F36);
  padding: 7px 10px 7px 35px;
  margin: 4px 0;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s ease;
  /* glossy light shine */
}
.highlight-area .quickl li a::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  transition: 0.3s;
  color: #fff;
}
.highlight-area .quickl li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-25deg);
  transition: 0.4s;
}
.highlight-area .quickl li a:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.highlight-area .quickl li a:hover::before {
  left: 18px;
}
.highlight-area .quickl li a:hover::after {
  left: 120%;
}
.highlight-area .c_desc i {
  color: #2781cb;
}
.highlight-area .list {
  height: 255px;
  overflow-y: scroll;
  background: #d9ddeb;
  padding: 10px;
  scrollbar-color: #2781cb #ffffff;
}
.highlight-area .list li {
  padding: 5px 0;
}
.highlight-area .nav-tabs {
  gap: 5px;
  border-bottom: 0;
}
.highlight-area .nav-tabs .nav-link {
  font-size: 16px;
  padding: 10px 43px;
  box-shadow: -6px 6px 4px #82848b;
  color: #ffffff;
  background-color: #2781cb;
  border-radius: 0;
  border: 0;
}
.highlight-area .nav-tabs .nav-item.show .nav-link,
.highlight-area .nav-tabs .nav-link.active {
  background-color: #292F36;
  color: #fff;
}

.tooltip-inner {
  font-size: 1.2em;
  /* Adjust this value as needed */
}

@media (min-width: 576px) {
  .virtual-tour {
    max-width: 700px;
  }
}
.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.word {
  overflow: hidden;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
  transform-origin: bottom;
}

.common-title {
  font-size: 30px;
    text-transform: capitalize;
    position: relative;
    overflow: visible !important;
    margin-bottom: 40px;
    overflow: hidden;
    font-weight: 600;
    color: #2781cb;
    letter-spacing: 2px;
    text-shadow: 0 2px 3px #d0c8c8;
    display: block;
}
.common-title span {
  color: #292F36;
}
/*.web_title{
    position: relative;
    overflow: hidden;
}
.bg-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    font-weight: 900;
    color: #2781cb;
    white-space: nowrap;
    opacity: 0.15;
}*/
.common-title:before {
  position: absolute;
  content: "";
  background-image: url(../img/curve2.webp);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.common-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  height: 160%;
  background: radial-gradient(circle, rgba(199, 168, 168, 0.45) 0%, rgba(255, 255, 255, 0.15) 40%, transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  animation: ripple 2.2s infinite ease-out;
  pointer-events: none;
}
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.9;
  }
  60% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.35);
    opacity: 0;
  }
}

.for-unttl {
  display: inline-block;
  margin-bottom: 20px;
}

@keyframes section-title-run {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
.common_btn {
  transition: all 0.45s ease;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #2781cb;
  z-index: 1;
  border: 0;
  font-weight: 600;
  font-size: 16px;
}

/* Diagonal glossy swipe */
.common_btn::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 250%;
  height: 250%;
  background: linear-gradient(120deg, transparent 0%, #292F36 50%, transparent 100%);
  transform: translateX(-100%);
  transition: 0.6s ease;
  z-index: -1;
}

/* Shine reflection */
.common_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-25deg) translateX(-100%);
  transition: 0.6s ease;
  z-index: 2;
}

/* Hover effect */
.common_btn:hover {
  transform: translateY(-4px);
  color: #fff;
}

/* Glossy swipe animation */
.common_btn:hover::before {
  transform: translateX(0);
}

/* Shine reflection slide */
.common_btn:hover::after {
  transform: skewX(-25deg) translateX(220%);
}

#lcl_wrap {
  background-color: rgba(26, 79, 139, 0.7490196078);
}

.sitee__footer {
  background-color: #1C1C1C;
  padding: 30px 0;
}
.sitee__footer .bx-1 {
  padding-right: 20px;
}
.sitee__footer .social ul {
  display: inline-flex;
  gap: 10px;
  margin-top: 10px;
}
.sitee__footer .social ul li a {
  font-size: 18px;
  background-color: #fff;
  color: #2781cb !important;
  padding: 5px 10px !important;
  display: inline-block;
}
.sitee__footer .inner-box h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
  display: block;
  padding: 5px;
  border-bottom: 2px solid #fff;
}
.sitee__footer .inner-box p {
  text-align: justify;
  color: #fff;
}
.sitee__footer .inner-box ul li a {
  display: block;
  color: #fff;
  padding: 5px 0;
}
.sitee__footer .inner-box ul li a:hover {
  padding-left: 10px;
}

.lower__ft {
  padding: 10px;
  background-color: #2781cb;
}
.lower__ft p {
  color: #fff;
}
.lower__ft p a {
  font-weight: bold;
  color: #fff;
}
.lower__ft p a:hover {
  color: #F9F6EE;
}

.master-banner {
  position: relative;
  z-index: 1;
}

.master-banner img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.master-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(212, 163, 115, 0.57);
  z-index: 2;
}

.master-banner .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 3;
  font-weight: bold;
  text-shadow: 3px 2px 3px #514c4c;
  overflow: hidden;
  white-space: nowrap;
  animation: waveFloat 5s ease-in-out infinite;
}

@keyframes waveFloat {
  0% {
    opacity: 0;
    transform: translate(-50%, -55%) rotate(-10deg);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(10deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -45%) rotate(-10deg);
  }
}
.master-page {
  padding: 20px 0;
}

.master-page .center_text h2 {
  font-size: 30px;
  display: block;
  color: #2781cb;
}

.master-page .sidebar-menu {
  background-image: url(../img/menu-bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  border-radius: 10px;
}

.master-page .tittle_menu {
  color: #2781cb;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.master-page .sidebar-menu .drop2x {
  position: absolute;
  right: 15px;
  top: 8px;
}

.master-page .sidebar-menu nav ul li:hover .submenu2 {
  max-height: 100%;
  visibility: visible;
  transform: translateY(0);
}

.master-page .sidebar-menu nav ul li a {
  font-size: 16px;
  padding: 10px;
  margin: 5px 0;
  color: #1B1B1B;
  position: relative;
  background: #fff;
  border-top: 1px solid #ddd;
  transition: all 0.5s;
  display: block;
  padding-left: 35px;
}

.master-page .sidebar-menu nav ul li a::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  padding-left: 10px;
  vertical-align: middle;
  content: "\e521";
  color: #000;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
}

.master-page .sidebar-menu nav ul li a:hover {
  background: #2781cb;
  color: #ffffff;
  border: 0;
}

.master-page .sidebar-menu nav ul li a:hover::before {
  color: #ffffff;
}

.master-page .sidebar-menu nav ul li a:focus {
  background: #2781cb;
  color: #ffffff;
  border: 0;
}

.master-page .sidebar-menu nav ul li a:focus::before {
  color: #ffffff;
}

.master-page .sidebar-menu nav .active {
  background: #2781cb;
  color: #ffffff;
  border: 0;
}

.master-page .sidebar-menu nav .active::before {
  color: #ffffff;
}

.master-page .sidebar-menu .submenu2 {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-20px);
  transition: all 0.3s linear;
}

.master-page .master-content {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  border-radius: 10px;
}

.master-page .master-content .master-title {
  text-align: center;
}

.master-page .master-content .inner {
  padding: 10px;
  margin: 5px 0;
}

.master-page .master-content .inner p {
  text-align: justify;
  padding: 5px 0;
  color: #1B1B1B;
}

.master-page .table {
  margin-top: 10px;
  color: #1B1B1B;
  background-color: #fff;
  text-align: center;
}

.master-page .table tr,
.master-page .table td,
.master-page .table th {
  border: 1px solid #888888;
}

.master-page .table thead {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.master-page .table thead th {
  border-bottom: 0;
}

.master-page .table i {
  font-size: 22px;
  color: #2781cb;
}

.master-page .table i:hover {
  color: #243763;
}

.master-page .nav-tabs {
  flex-direction: column;
  border: 0;
}

.master-page .nav-tabs .nav-link {
  font-size: 16px;
  padding: 10px;
  margin: 5px 0;
  color: #1B1B1B;
  position: relative;
  background: #fff;
  border-top: 1px solid #ddd;
  transition: all 0.5s;
  display: block;
  padding-left: 35px;
  border: 0;
}

.master-page .nav-tabs .nav-link::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  padding-left: 10px;
  vertical-align: middle;
  content: "\e521";
  color: #000;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
}

.master-page .nav-tabs .nav-link:hover {
  background: #2781cb;
  color: #ffffff;
  border: 0;
}

.master-page .nav-tabs .nav-link:hover::before {
  color: #ffffff;
}

.master-page .tdesk .in_bx {
  background: #dadada;
  margin-bottom: 10px;
  padding: 10px;
  height: 250px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
}

.master-page .tdesk .in_bx img {
  border-radius: 50%;
}

.master-page .tdesk .in_bx h4 {
  font-size: 18px;
  color: #1B1B1B;
  margin-top: 10px;
}

.master-page .tdesk .in_bx p {
  color: #1B1B1B;
  font-size: 14px;
  text-align: center;
  padding-top: 0;
}

.master-page .tdesk .in_bx .dtalis {
  font-size: 16px;
  background: #2781cb;
  color: #ffffff;
  padding: 5px 20px;
  display: inline-block;
  margin: 5px;
  border-radius: 50px 50px 50px 0;
}
.master-page .tdesk .in_bx .dtalis:hover {
  background: #292F36;
  color: #1B1B1B;
}

.master-page .msub-title {
  font-size: 30px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.master-page .msub-title::before {
  position: absolute;
  content: "";
  background-image: url(../img/line-shapes.webp);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.photo-gallery {
  /* IMAGE */
  /* 🟣 Hover Parallax Zoom */
  /* 🟢 Split Reveal Overlay */
}
.photo-gallery .gallery-card {
  display: block;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  background-color: #1b7fcccc;
  padding: 5px;
}
.photo-gallery .gallery-img {
  position: relative;
  overflow: hidden;
}
.photo-gallery .gallery-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 14px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-gallery .gallery-card:hover img {
  transform: scale(1.1);
}
.photo-gallery .gallery-hover {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  opacity: 0;
  transition: all 0.35s ease;
}
.photo-gallery .gallery-hover p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  transform: translateY(20px);
  transition: all 0.35s ease;
  text-align: center;
}
.photo-gallery .gallery-card:hover .gallery-hover {
  opacity: 1;
}
.photo-gallery .gallery-card:hover .gallery-hover p {
  transform: translateY(0px);
}
.photo-gallery .inner {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  border-radius: 10px;
}
.photo-gallery .inner .gal_inner {
  margin-bottom: 10px;
  text-align: center;
  height: 245px;
  border: 2px solid #2781cb;
  background-color: #E9D8A6;
  transition: all 0.3s linear;
}
.photo-gallery .inner .gal_inner:hover p {
  color: #243763;
}
.photo-gallery .inner .gal_inner img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-gallery .inner .gal_inner p {
  padding: 10px 0;
  color: #1B1B1B;
  transition: all 0.3s linear;
  font-weight: 600;
}
.photo-gallery .owl-theme .owl-nav {
  display: none;
}
.photo-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #E9D8A6;
  padding: 10px;
  transition: 0.45s ease;
}
.photo-gallery .gallery-item1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(27,127,204,.8);
  padding: 5px;
  transition: 0.45s ease;
  border-radius: 14px;
}
.photo-gallery .gallery-item1 iframe {
  border-radius: 14px;
}
.photo-gallery .gallery-item img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  transition: transform 1s ease;
}
.photo-gallery .gallery-item:hover img {
  transform: scale(1.25) translateY(-6%);
}
.photo-gallery .gallery-item::before,
.photo-gallery .gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: transform 0.6s ease;
  z-index: 1;
}
.photo-gallery .gallery-item::before {
  transform: translateX(-100%);
}
.photo-gallery .gallery-item::after {
  transform: translateX(100%);
}
.photo-gallery .gallery-item:hover::before,
.photo-gallery .gallery-item:hover::after {
  transform: translateX(0);
}

.vtour {
  font-size: 25px;
  color: #1B1B1B;
  color: #2781cb;
}

.close_mod {
  background-color: #2781cb;
  color: #fff;
  font-size: 16px;
  border: 0;
}
.close_mod:hover {
  background-color: #243763;
}

.event-listing {
  /* Event Item */
  /* Details Box */
  /* Fade-in animation */
}
.event-listing .inner {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  border-radius: 10px;
}
.event-listing .item img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-listing .item {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
}
.event-listing .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.event-listing .item img {
  transition: all 0.5s ease;
}
.event-listing .item:hover img {
  transform: scale(1.05);
}
.event-listing .details-box {
  padding: 20px;
  text-align: left;
}
.event-listing .check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.event-listing .check .left p {
  color: #666;
  font-weight: 500;
}
.event-listing .check .left i {
  color: #2781cb;
  margin-right: 5px;
}
.event-listing .check .right a:hover {
  color: #243763;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.event-listing .event-slide .item.animated {
  animation: fadeInUp 1s ease both;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.principal-desk {
  padding: 30px 60px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: rgba(233, 216, 166, 0.2);
}
.principal-desk .p-img {
  float: left;
  width: 300px;
  margin: 10px 10px 0 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px;
  /* acts as the frame thickness */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.principal-desk .p-img img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  display: block;
}
.principal-desk p {
  text-align: justify;
  padding-bottom: 10px;
}
.principal-desk .teach-name {
  font-size: 25px;
  color: #1B1B1B;
  font-style: italic;
}
.principal-desk .subtttl {
  text-align: right;
}

@media (min-width: 576px) {
  .techer-pop .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}

.techer-pop .topmodal .Right h3 {
  font-size: 25px;
  color: #000;
  font-style: italic;
}

.techer-pop .topmodal .Right P {
  font-size: 20px;
  color: #000;
}

.techer-pop .topmodal .Right h4 {
  font-size: 20px;
  color: #000;
}

.techer-pop .nav-tabs .nav-link {
  font-size: 12px;
  color: #000;
  background-color: #dee2e6;
  font-weight: 600;
}

.user-img {
  border-radius: 50%;
}

.techer-pop .nav-tabs .nav-item.show .nav-link,
.techer-pop .nav-tabs .nav-link.active {
  background-color: #2781cb;
  color: #ffffff;
}

.techer-pop .nav-tabs {
  border-bottom: 0;
  gap: 5px;
}

.techer-pop .academic-table h3 {
  font-size: 20px;
  color: #000;
  padding: 10px 0;
}

.techer-pop .table {
  font-size: 14px;
  color: #000;
  text-align: center;
}

.techer-pop .table thead {
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  border-bottom: 0;
}

.techer-pop .table tr,
.techer-pop .table td,
.techer-pop .table th {
  border: 1px solid grey;
}

@media screen and (min-width: 991px) {
  /* Sticky on scroll */
  .sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9098039216) !important;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 1s ease forwards;
    z-index: 999;
    padding: 20px;
  }
  .sticky-menu ul.mainNav li.active > a {
    color: #1B1B1B;
  }
  .sticky-menu ul.mainNav li.active > a:hover {
    color: #fff;
  }
  .sticky-menu ul.mainNav > li > a {
    padding: 15px 10px;
    color: #000;
  }
  /* Slide-down animation */
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
/* Modern News Ticker */
.modern-news-ticker {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-top: 10px;
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.mnt-title {
  background: linear-gradient(135deg, #2781cb, #292F36);
  padding: 12px 22px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  border-radius: 14px 0 0 14px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 15px;
}

.mnt-wrapper {
  overflow: hidden;
  position: relative;
  flex: 1;
}

.mnt-track a {
  color: #1B1B1B;
  animation: multiBlink 1.5s infinite;
  font-weight: bold;
}

@keyframes multiBlink {
  0% {
    color: #292F36;
  }
  /* Pink */
  25% {
    color: #243763;
  }
  /* Orange */
  50% {
    color: #2781cb;
  }
  /* Sky Blue */
  75% {
    color: #243763;
  }
  /* Lime */
  100% {
    color: #2781cb;
  }
  /* Back to Pink */
}
.mnt-track {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  animation: scrollModern 18s linear infinite;
  font-size: 16px;
  padding: 0 20px;
}
.mnt-track a {
  color: #1B1B1B;
}
.mnt-track a:hover {
  color: #2781cb;
}

.mnt-wrapper:hover .mnt-track {
  animation-play-state: paused;
}

@keyframes scrollModern {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.gsap-text {
  display: inline-block;
}
.page-wrapp{
    position: relative;
    padding: 120px 3%;
    background: linear-gradient(135deg, #2781cb, #292F36);
    color: #fff;
    overflow: hidden;
}

/* Background big text */
.page-wrapp .big-text{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    font-size: 65px;
    font-weight: 900;
    color: #ffffff14;
    white-space: nowrap;
    pointer-events: none;
    display: none!important;
}

/* Layout */
.page-content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}



.page-text h2{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}





/* Accent line */
.page-text::after{
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #fff;
    margin-top: 10px;
}

/* Responsive */
@media(max-width:768px){
    .page-content{
        flex-direction: column;
    }
    .page-wrapp .big-text{
        font-size: 60px;
    }
    .page-text h2{
        font-size: 30px;
    }
}

.pageTitle {
    font-size: 25px;
    font-weight: 700;
    padding: 5px 15px;
    background: linear-gradient(135deg, #2781cb, #292f36);
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(39, 129, 203, 0.3);
}


.entry {
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.05),
        0 4px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border: 1px solid #f1f1f1;
}
.entry p{
    text-align: auto;
    padding-bottom: 5px;
}

.galpic {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-top: 10px;
}

/* Image Wrapper */
.galpic-img {
    overflow: hidden;
}

.galpic img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Hover Overlay */
.galpic-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.2));
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.galpic-hover h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}


/* Hover Effects */
.galpic:hover img {
    transform: scale(1.1);
}

.galpic:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.galpic:hover .galpic-hover {
    transform: translateY(0);
}

.content-area .tab-content{
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border: 1px solid #f1f1f1;
}
.title-wrap{
   text-align: center;
   margin-bottom: 20px;
}
.staff{
    background:#fff;
    border-radius:12px;
    padding:25px 20px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:all .35s ease;
    height:350px;
    margin-bottom: 10px;
}

.staff:hover{
    transform:translateY(-6px);
    box-shadow:0 14px 35px rgba(0,0,0,0.15);
}

/* Profile Image */

.staff .pic{
    margin-bottom:15px;
}

.staff .pic img{
    width:140px;
    height:140px;
    border-radius:50%;
    object-fit:cover;
    border:5px solid #f2f4f8;
    transition:.4s;
}

.staff:hover .pic img{
    border-color:#2b5db8;
}

/* Name */

.staff h3{
    font-size:20px;
    font-weight:600;
    margin-bottom:5px;
    color:#222;
}

/* Designation */

.staff .designation{
    font-size:15px;
    color:#2b5db8;
    font-weight:500;
    margin-bottom:5px;
}

/* Qualification */

.staff .degree{
    font-size:14px;
    color:#777;
    margin-bottom:15px;
}

/* Button */

.staff .btn-green{
background:#2b5db8;
color:#fff;
border-radius:30px;
padding:8px 18px;
font-size:14px;
transition:.3s;
}

.staff .btn-green:hover{
background:#1d4694;
color:#fff;
}
.content-area .table thead{
background: linear-gradient(135deg, #2781cb, #292f36);
color:#fff;
}