@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gotu&display=swap");
:root {
  --blue: #1e90ff;
  --white: #ffffff;
  --themebg:#ff5e01;
  --redbf:#ba4d00;
  --themebg2:#ec9049;
  --Gotu: "Gotu", sans-serif;
  --Poppins:"Jost", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-weight: var(--Poppins);
  background: #fff;
}

a {
  text-decoration: none;
}

.header_top {
  padding: 5px 0;
}
.header_top a {
  text-decoration: none;
}
.header_top .logo_style {
  color: #810909;
}
.header_top .logo-name {
  font-size: 2em;
}
.header_top .logo-name h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: var(--Gotu);
  font-size: 1.1em;
  color: #9f161d;
}
.header_top .logo-name span {
  display: block;
  margin: 0;
  line-height: 24px;
  font-family: var(--Poppins);
  color: #ff7d00;
}

@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-item {
  border-left: 2px solid transparent;
  transition: border-left-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 28px;
  white-space: unset;
}
.dropdown-item:hover {
  border-left-color: var(--themebg);
  background-color: #f8f8f8;
  color: var(--redbf);
}

@media (max-width: 768px) {
  .header_top .logo_img {
    margin-bottom: 0.5em;
  }
  .header_top .logo_img img {
    max-height: 55px;
  }
  .header_top .logo-name {
    font-size: 1em;
  }
  .header_top .logo-name h2 {
    font-size: 1em;
  }
  .header_top .logo-name span {
    line-height: normal;
    font-size: 0.8em;
  }
  .menu_style .dropdown-menu {
    min-width: 100% !important;
  }
}
.menu_style {
  /* Mega menu */
  /* Navbar icons */
}
.menu_style .dropdown-menu {
  opacity: 0;
  transform: translateY(0px);
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  min-width: 320px;
}
.menu_style .dropdown-menu.show {
  animation: dropdownFade 0.3s ease forwards;
  visibility: visible;
}
.menu_style .nav-item.dropdown.dropdown-mega {
  position: static;
}
.menu_style .nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 0%;
}
.menu_style .navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.menu_style .navbar-toggler:focus {
  box-shadow: none;
}
.menu_style .navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 0px;
  transition: transform 0.2s ease, background 0.2s ease;
  left: 0;
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger span:last-child {
  bottom: 10%;
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  width: 0;
  left: 50%;
}
.menu_style .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
.menu_style .icons {
  display: inline-flex;
  margin-left: auto;
}
.menu_style .icons a {
  color: #ccc !important;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.menu_style .icons a:hover {
  color: #fff;
  text-shadow: 0 0 30px #fff;
}

/* Large screens */
@media (min-width: 992px) {
  .menu_style {
    background: linear-gradient(90deg, rgb(202, 0, 0) 0%, rgb(255, 149, 0) 40%, rgb(202, 0, 0) 100%);
  }
  .menu_style .nav-link {
    color: var(--white);
    line-height: 15px !important;
  }
  /* Hide dropdowns by default */
  .navbar .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
  /* Show dropdown on hover */
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropend:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  /* Adjust position for submenus (dropend) */
  .navbar .dropend:hover > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
  }
  /* Prevent flicker */
  .dropdown-menu li:hover > .dropdown-menu {
    display: block;
  }
}
/* If you want different width for large screens */
@media only screen and (max-width: 768px) {
  .offcanvas.offcanvas-end,
  .offcanvas.offcanvas-start {
    max-width: 80%;
  }
}
.marquee_new {
  margin: 0;
  background: #fff;
  padding-top: 4px;
}
.marquee_new a {
  color: #121212;
  display: inline-block;
}
.marquee_new a:hover {
  text-decoration: underline;
  color: var(--redbf);
}

.btn-1 {
  display: inline-block;
  text-align: center;
  padding: 0.6em 1.2em;
  letter-spacing: 1px;
  background: linear-gradient(90deg, rgb(253, 29, 29) 50%, rgb(252, 176, 69) 100%);
  color: #fff;
  font-size: 1.05em;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  box-shadow: inset 0 0 rgb(0, 89, 255);
}
.btn-1:hover {
  box-shadow: inset 12em 0 #fffb0e;
  color: #000;
}

.btn-2 {
  display: inline-block;
  text-align: center;
  padding: 0.6em 1.2em;
  letter-spacing: 1px;
  font-size: 1.05em;
  border: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, rgb(253, 29, 29) 50%, rgb(255, 149, 0) 100%);
  overflow: hidden;
  color: var(--white);
  border-radius: 25px 0 25px 0;
}
.btn-2::before, .btn-2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgb(0, 29, 134), rgb(0, 106, 255), rgb(123, 0, 47));
  background-size: 400% 400%;
  animation: shine 6s ease infinite;
  top: 0;
  border-radius: 5px;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.btn-2::before {
  left: 0;
}
.btn-2::after {
  right: 0;
}
.btn-2:hover {
  color: var(--white);
}
.btn-2:hover::before, .btn-2:hover::after {
  width: 0;
}

.btn-3 {
  display: inline-block;
  text-align: center;
  padding: 0.6em 1.2em;
  letter-spacing: 1px;
  font-size: 1.05em;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  position: relative;
  background: linear-gradient(-45deg, #b60000, #ffdd00, #c00, #ff5500);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  color: #fff;
  z-index: 1;
}
.btn-3:hover {
  color: var(--white);
}
.btn-3::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, rgb(22, 0, 163) 50%, rgb(3, 0, 84) 100%);
  right: 0;
  top: 0;
  border-radius: 5px;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.btn-3:hover::after {
  width: 100%;
}

.profile_home .profile_inn {
  align-items: center;
}
.profile_home .profile_inn img {
  border-radius: 99px;
  width: 99px;
  height: 99px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile_home .profile_inn h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.profile_home .profile_inn p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media only screen and (max-width: 768px) {
  .profile_home .btn-3 {
    font-size: 0.8em;
  }
}
@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.Vision_style {
  background: #ba4d00 url("../images/pattern-bg-7.png");
  color: #fff;
  padding: 2em 0;
  text-align: justify;
}

.misson_style {
  background: #ba4d00 url("../images/Mission2.png") fixed;
  background-size: cover;
  position: relative;
  padding: 2em 0;
  z-index: 1;
  text-align: justify;
  color: #fff;
}
.misson_style::before {
  background: rgba(66, 0, 6, 0.9);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.Newsbg {
  background: #e7edf2;
  padding: 3em 0;
  position: relative;
  z-index: 1;
}

.NewsAnnouncements {
  background: white;
  border-radius: 0.25rem;
  padding: 1em;
}
.NewsAnnouncements h5 {
  border-bottom: #999 2px dashed;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  color: var(--redbf);
}
.NewsAnnouncements a {
  color: #202020;
  border-bottom: #999 1px dashed;
  margin-bottom: 1em;
  font-size: 0.9em;
  padding-bottom: 0.5em;
}
.NewsAnnouncements a:last-child {
  border-bottom: 0;
  margin-bottom: 0em;
  padding-bottom: 0em;
}
.NewsAnnouncements a:hover {
  color: #0a8add;
}
.NewsAnnouncements a:hover .ClickHere {
  color: #8f0000;
}
.NewsAnnouncements .days {
  color: #121212;
  font-weight: normal;
  opacity: 0.75;
  font-size: 0.85em;
  position: relative;
}
.NewsAnnouncements .ClickHere {
  color: #d1642c;
  font-weight: bold;
}

.marquee {
  height: 250px; /* visible area */
  overflow: hidden;
  position: relative;
}

.marquee-content {
  position: absolute;
  width: 100%;
  top: 0;
}

.rainbow-btn {
  text-align: center;
  position: relative;
  text-decoration: none;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  z-index: 1;
  overflow: hidden;
  padding: 2px;
  transition: transform 0.3s ease;
  color: #202020;
  /* Hover Effects */
}
.rainbow-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(115deg, #000000, #ffcc00, #ff9100, #92000f, #ff0d00);
  background-size: 50% 100%;
  animation: rainbow-move 4s linear infinite;
  z-index: -1;
  transition: animation-duration 0.3s ease;
}
.rainbow-btn .rainbow-content {
  position: relative;
  z-index: 2;
  background: #ffeee2;
  border-radius: 8px;
  padding: 1em;
  transition: all 0.5s ease;
  background-size: 200% 200%;
  background-position: center;
  height: 100%;
}
.rainbow-btn .rainbow-content h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 8px;
  transition: color 0.3s ease;
}
.rainbow-btn .rainbow-content span {
  display: inline-block;
  background: linear-gradient(135deg, #ffb578, #ffd2a2, #ff9d00);
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: var(--themebg);
  letter-spacing: 1px;
}
.rainbow-btn:hover {
  transform: scale(1.03);
}
.rainbow-btn:hover:before {
  animation-duration: 1.5s;
}
.rainbow-btn:hover .rainbow-content {
  color: #000;
  animation: bg-move 3s ease infinite alternate;
  box-shadow: 0 0 18px rgba(255, 60, 0, 0.4);
}
.rainbow-btn:hover .rainbow-content h4 {
  color: #ff0d00;
}
.rainbow-btn:hover .rainbow-content span {
  background: var(--themebg2);
  color: var(--white);
}

@keyframes rainbow-move {
  to {
    transform: translateX(-50%);
  }
}
@keyframes bg-move {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}
.count_bx {
  background: #810909 url("../images/pattern-bg-1.jpg");
  position: relative;
  padding: 3em 0;
  z-index: 1;
  color: var(--white);
}
.count_bx::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(108, 0, 0, 0.9);
  z-index: -1;
}
.count_bx .count_inn {
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.count_bx .count_inn .counter {
  font-size: 3em;
  font-weight: bold;
}
.count_bx .count_inn i {
  font-size: 3em;
}

.Highlights_styles .accordion-button {
  background-color: #e2793f;
  color: #fff;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3e%3c/svg%3e");
}

.Academic-Events .gall_img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
  padding: 6px;
}

#backToTopBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 100;
  font-size: 18px;
  border: none;
  outline: none;
  background: var(--themebg);
  color: white;
  cursor: pointer;
  padding: 0.6em 0.6em;
  border-radius: 5px;
}

#backToTopBtn:hover {
  background: var(--themebg2);
}

.our-clients {
  background: var(--themebg);
  padding: 1em 0;
}
.our-clients .c_logo {
  opacity: 0.65;
  transition: opacity 0.3s ease-in-out;
}
.our-clients .c_logo:hover {
  opacity: 1;
}

.footer_bx {
  background: var(--themebg2) url("../images/pattern-bg-7.jpg");
  padding: 2em 0;
}
.footer_bx h5 {
  color: var(--white);
  animation: fadeInDown 0.8s ease-in-out;
}
.footer_bx ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_bx ul li {
  margin: 5px 0;
  animation: fadeUp 0.6s ease forwards;
}
.footer_bx ul li:nth-child(1) {
  animation-delay: 0.2s;
}
.footer_bx ul li:nth-child(2) {
  animation-delay: 0.4s;
}
.footer_bx ul li:nth-child(3) {
  animation-delay: 0.6s;
}
.footer_bx ul li:nth-child(4) {
  animation-delay: 0.8s;
}
.footer_bx ul li:nth-child(5) {
  animation-delay: 1s;
}
.footer_bx ul li:nth-child(6) {
  animation-delay: 1.2s;
}
.footer_bx ul li:nth-child(7) {
  animation-delay: 1.4s;
}
.footer_bx ul li:nth-child(8) {
  animation-delay: 1.6s;
}
.footer_bx ul li:nth-child(9) {
  animation-delay: 1.8s;
}
.footer_bx ul li:nth-child(10) {
  animation-delay: 2s;
}
.footer_bx ul li:nth-child(11) {
  animation-delay: 2.2s;
}
.footer_bx ul li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  transition: color 0.3s ease;
  padding-left: 18px;
}
.footer_bx ul li a::before {
  content: "\f061";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75em;
  color: #fff;
  transition: transform 0.3s ease, color 0.3s ease;
}
.footer_bx ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s ease;
}
.footer_bx ul li a:hover {
  color: #000;
}
.footer_bx ul li a:hover::before {
  color: #000;
  transform: translateY(-50%) translateX(3px);
}
.footer_bx ul li a:hover::after {
  width: 100%;
}
.footer_bx a {
  color: var(--white);
}

/* 🔥 Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.footer_b {
  background: var(--themebg);
  padding: 0.5em 0;
  color: var(--white);
}
.footer_b .terms-links a {
  color: var(--white);
}

@media (max-width: 992px) {
  .Academic-Events .gall_img {
    height: 130px;
  }
}
.site-breadcrumb {
  background: linear-gradient(135deg, #ffbfbf, #ffe5ae);
  padding: 50px 0;
  text-align: center;
  color: #000;
  position: relative;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  animation: fadeInDown 0.8s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-breadcrumb .breadcrumb-menu li {
  font-size: 0.95rem;
  color: #000;
  position: relative;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #000;
}
.site-breadcrumb .breadcrumb-menu li.active {
  color: #000;
  font-weight: 600;
}
.site-breadcrumb .breadcrumb-menu li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: #000;
}

/* 🔥 Animation */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page_list {
  margin: 0;
  padding: 0;
}
.page_list li {
  display: block;
  color: #000;
}
.page_list li a {
  color: #000;
}
.page_list li a i {
  color: #ff0d0d;
  font-size: 1.2em;
}
.page_list li a:hover {
  text-decoration: underline;
  color: #92000f;
}

@media (min-width: 992px) {
  .img_page {
    max-width: 500px;
    width: 100%;
    float: left;
    margin-right: 1.2em;
    margin-bottom: 1em;
    background: #fff;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .img_page {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
    background: #fff;
    padding: 10px;
  }
}
.gallery-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
  padding: 7px;
}

.syllabus_style a {
  color: #810909;
}
.syllabus_style a:hover {
  text-decoration: underline;
}

.custom-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-menu-list li {
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
}

.menu-container {
  width: 100%;
  background: #fff;
}

.menu-toggle {
  display: none;
  background: #308d46;
  color: #fff;
  border: none;
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  cursor: pointer;
  text-align: left;
}

.custom-menu-heading {
  color: #308d46;
  font-weight: bold;
  padding: 12px 16px;
  background-color: #e8f3ec;
}

.custom-menu-item {
  border-bottom: #aaaaaa 1px dashed;
}
.custom-menu-item .lef_icon {
  max-width: 30px;
  height: 25px;
  margin-right: 10px;
}
.custom-menu-item:last-child {
  border-bottom: none;
}

.custom-menu-link {
  display: block;
  padding: 10px 5px;
  color: #333;
  text-decoration: none;
}
.custom-menu-link:hover {
  background: #f0f0f0;
}

.custom-menu-children {
  display: none;
  margin-left: 0;
  border-left: 2px solid #f00;
  position: absolute;
  background: #fff;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
  list-style: none;
  min-width: 250px;
}

.caret {
  float: right;
  font-size: 12px;
  transition: transform 0.2s;
}

.open > a .caret {
  transform: rotate(90deg);
}

/* Hover open on desktop */
@media (min-width: 768px) {
  .custom-menu-has-children:hover > .custom-menu-children {
    display: block !important;
  }
}
/* Mobile styles */
@media (max-width: 768px) {
  .menu_style {
    background-color: #FF9800 !important;
  }
  .menu-container {
    display: none;
    width: 100%;
  }
  .menu-toggle {
    display: block;
  }
  .custom-menu-children {
    position: relative;
    left: 0;
  }
  .banner_style .carousel-item img {
    height: auto;
  }
}
.news_bx a {
  color: #9f161d;
}
.news_bx a:hover {
  color: #110600;
}
.news_bx a:hover .text-primary {
  color: #8f0000 !important;
}/*# sourceMappingURL=styles.css.map */