.bundle.mobile-ham-menu {
  display: none;
}

li.nav-item:hover .admission-menu {
  background: #eda33f;
  color: #fff;
}

.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #f7f7f7;
  /*cursor:pointer;*/
  transition: 0.5s;
}

.home-page.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 999;
  /*cursor:pointer;*/
  transition: 0.5s;
  background: linear-gradient(#111111d6, #fff0);
  padding: 0rem 0 0;
}



section.home-panel1.fixed .header-wrapper {
  background: #f7f7f7;
  margin-top: 0;
}

section.home-panel1.fixed .u-header__navbar-brand>img {
  width: 15rem;
  /*padding-top:10px;padding-bottom:10px;*/
  /*width:13rem;*/
  -webkit-transition: .2s;
  transition: .2s;
}

section.home-panel1.fixed .header-wrapper:before {
  display: none;
}

.header-wrapper li.nav-item {
  margin: 0 3px;
  list-style: none;
  padding: 2.5rem 0;
  color: #fff;
  justify-content: center;
  display: flex;
}

.inner-header .header-wrapper li.nav-item {
  padding: 2.7rem 0;
}

.u-header__nav-link:before {
  background: #a1024b;
  height: 6px;
  position: absolute;
  left: 0;
  width: 0;
  bottom: -2rem;
  content: '';
  transition: all .5s ease 0s;
  z-index: 9999;
}

.nav-item:hover .u-header__nav-link:before,
.nav-item .active.u-header__nav-link:before {
  width: 100%;
}

/*.nav-item .active.u-header__nav-link, .nav-item:hover .u-header__nav-link{color: #fec21f;}*/
.admission-menu.u-header__nav-link:before {
  display: none;
}

.fixed .home-page .header-wrapper li.nav-item {
  list-style: none;
  padding: 1.5rem 0;
}

.fixed .logo-home li a {
  font-size: 13px;
  line-height: 14px;
}

.u-header__navbar-brand,
.u-header__navbar-brand>img {
  padding-top: 0px;
  -webkit-transition: .2s;
  transition: .2s;
  display: block;
  width: 20rem;
}

.navbar-expand-md .navbar-collapse {
  justify-content: flex-end;
}

.u-header__nav-link {
  color: #020002;
  font-weight: 700;
  position: relative;
  font: normal normal 500 18px/28px 'Inter';
  letter-spacing: 1px;
}

.home-page .u-header__nav-link {
  color: #fff;
}

.header-wrapper li.searchnav {
  padding: 0;
  margin: 0px 47px 0px 20px;
  position: relative;
  z-index: 999;
}

.header-wrapper li.searchnav a {
  display: inline-block !important;
  text-indent: -9999px;
  width: 45px;
  height: 45px;
  background: #AB3438 url(../images/search-icon.svg) no-repeat;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-position: 0 -3px;
  padding: 0 10px;
  display: inline-block;
  background-position: center;
}

.searchoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #de0b5c;
  z-index: 99999999;
  display: none;
  -webkit-transition: left .5s ease-in-out;
  transition: left .5s ease-in-out;
}

.searchoverlay .searchform {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  z-index: 999;
  background: #AB3438;
  padding: 20px;
  text-align: center;
}

.searchoverlay:before {
  content: "";
  background: #000;
  height: 100vh;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  cursor: initial;
}

.searchoverlay .closesearch {
  color: #fff;
  position: absolute;
  font-size: 20px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 60px;
  display: inline-block;
  z-index: 9999;
  -webkit-transition: left .5s ease-in-out;
  transition: left .5s ease-in-out;
}

.searchoverlay .searchform input {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  background: 0 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  padding: 10px 50px 10px 0;
  width: 100%;
  outline: 0;
  max-width: 100%;
}

.search-box_klh {
  position: relative;
  width: 50%;
  margin: auto;
}

.searchoverlay .searchform .search {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 18px;
  cursor: pointer;
  color: #fff8f8;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.searchoverlay .searchform input::-webkit-input-placeholder {
  color: #fff;
}

.searchoverlay .searchform input:-ms-input-placeholder {
  color: #fff;
}

.searchoverlay .searchform input::-ms-input-placeholder {
  color: #fff;
}

.searchoverlay .searchform input::placeholder {
  color: #fff;
}

/*.menu{width:47px;height:42px;position:absolute;z-index:21;margin-top:0px;right:0px;top:0px;}*/
.menu span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.menu span,
.menu span::before,
.menu span::after {
  display: block;
  width: 30px;
  right: 0;
  height: 1px;
  background-color: #ffffff;
  outline: 1px solid white;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu span::before,
.menu span::after {
  position: absolute;
  content: "";
}

.menu span::before {
  top: -9px;
  width: 30px;
}

.menu span::after {
  top: 9px;
  width: 30px;
}

.menu.clicked span {
  background-color: transparent;
}

.menu.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  width: 30px;
}

.menu.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.menu.clicked span:before,
.menu.clicked span:after {
  background-color: #000;
}

.menu:hover {
  cursor: pointer;
}

.sideMenu {
  height: auto;
  background: #fff;
  position: fixed;
  z-index: 99999;
  top: 0px;
  right: 0;
  height: auto;
  max-width: 641px;
  width: 641px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-size: cover;
  transition: 0.7s;
  opacity: 0;
}

.sideMenu.show {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}

/* width */
.sideMenu::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.sideMenu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  /* border-radius: 10px; */
}

/* Handle */
.sideMenu::-webkit-scrollbar-thumb {
  background: #234e84;
  /* border-radius: 10px; */
}

/* Handle on hover */
.sideMenu::-webkit-scrollbar-thumb:hover {
  background: #a1024b;
}

.sideMenu.show ul.main li {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.menu.clicked {
  position: fixed;
  z-index: 999999;
  top: 50px;
  background: none;
  right: 35px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}

.header-wrapper li.searchnav {
  padding: 0;
  margin: 0px;
  position: relative;
  z-index: 999;
}

.header-wrapper li.searchnav a {
  text-indent: -9999px;
  width: 42px;
  height: 30px;
  background: #AB3438 url(../images/search-icon.svg) no-repeat;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-position: 0 -3px;
  padding: 0 10px;
  display: inline-block;
  background-position: center;
  background-size: 50%;
}

* {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  color: #a80f18;
}

.p-list ul li a:hover {
  color: #a80f18;
}

.header-wrapper {
  margin-top: 0px;
}

a.nav-link.u-header__nav-link.admission-menu {
  border: 1px solid #000;
  padding: 8px 25px;
}

li.nav-item.u-header__nav-item.search-icon a {
  background: #AB3438;
  padding: 11px;
}

li.nav-item.u-header__nav-item.humbug-icon a {
  background: #282828;
  padding: 12px;
  margin: 0px;
}

li.nav-item.u-header__nav-item.search-icon {
  margin-right: 0px;
  width: 42px;
  height: 42px;
  background: #d03d42;
  position: relative;
}

li.nav-item.u-header__nav-item.humbug-icon {
  margin: 0px;
  position: relative;
}

.header-wrapper .container-fluid {
  padding-right: 0px;
}

.header-wrapper li.searchnav a {
  display: inline-block !important;
  text-indent: -9999px;
  background: url(../images/nav-search.svg) no-repeat;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-position: 0 -3px;
  padding: 0 10px;
  display: inline-block;
}

.humbug-icon {
  position: relative;
}

.mbl-head,
.owl-carousel .owl-item img.mobile-bnr {
  display: none;
}

.tab-accor-data .col-md-8 h4 {
  display: none;
}

.header-wrapper .container-fluid {
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-expand-md.u-header__navbar--no-space {
  width: 100%;
  position: static;
  padding: 0;
}

.bundle {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menu {
  top: 0;
  height: 2rem;
  width: 2rem;
}

.header-wrapper li.searchnav {
  list-style: none;
}

/*.humburger-slide li a{color:#fff;}*/
.mobile-logo {
  display: none;
}

.mobile-banner {
  display: none;
}

.all-search {
  display: none;
}

/*mobile bottom Sticky*/
.mobile-bottom-menu {
  background: #a1024b;
  ;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.mobile-bottom-menu>ul {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  z-index: 999999;
  position: relative;
  background: #a1024b;
}

.mobile-bottom-menu ul p,
.mobile-bottom-menu ul figure {
  margin: 0;
  color: #fff;
  transition: 0.3s;
}

.mobile-bottom-menu ul figure {
  height: 40px;
}

.mobile-bottom-menu li {
  text-align: center;
  transition: 0.3s;
}

.mobile-bottom-menu li a {
  padding: 10px 20px;
  ;
  display: block;
}

.togglee.active {
  background-color: #161616;
}

.mobile-bottom-menu li a:hover {
  color: #FFBA00;
  ;
}

.mobile-bottom-menu ul p {
  color: #fff;
  margin-top: -9px;
  font: normal 10px/22px 'Open Sans';
}

.goback a {
  background-image: linear-gradient(#0161A0, #0676C0);
}

.mobile-bottom-menu ul li:hover figure {
  transform: translateY(2px);
}

.m-pop,
.notification-mobile {
  position: fixed;
  bottom: 5px;
  background: #161616;
  width: 100%;
  height: 93vh;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-size: cover;
  z-index: 999;
}

.m-pop.show,
.notification-mobile.show {
  -webkit-transform: translateY(0px);
  bottom: 65px;
  transform: translateY(0px);
}

.m-pop h2,
.notification-mobile h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin: 0;
}

.note-repeat {
  color: #fff;
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #ffffff24;
  padding: 15px 35px 15px 0;
  position: relative;
}

.note-repeat:before {
  width: 30%;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #b21717;
  ;
  height: 1px;
  transition: .5s;
}

.note-repeat:hover:before {
  width: 100%;
}

.note-repeat span {
  font-size: 12px;
  font-weight: 600;
}

.note-repeat p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 12px;
  color: #fff;
}

.note-inner {
  max-height: 94%;
  overflow-y: auto;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 20px;
  transition: 0.3s;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
}

.close-btn:hover {
  background: #ffaa0e;
}

.mobile-bottom-menu ul .note-repeat p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 12px;
  color: #fff;
}

/*enquiry-mobile*/
.enquiry-mobile.m-pop {
  background: #282828;
  padding: 50px 0;
}

.enquiry-mobile.m-pop h2 {
  letter-spacing: normal;
  text-align: center;
}

.form-m {
  padding: 10px;
  background: #333333;
  /*height: 100vh;*/
  max-height: 100%;
  overflow-y: auto;
}

.enquiry-mobile .form-control {
  font-size: 14px;
  background: none;
  border: 0;
  border-bottom: 1px solid #ffffff36;
  border-radius: 0;
  padding: 10px 0;
  height: 40px;
  color: #fff;
}

.enquiry-mobile ul {
  justify-content: center;
  border: 0;
}

.enquiry-mobile li {
  font-size: 21px;
  color: #ffffff4f;
  cursor: pointer;
}

.enquiry-mobile li a {
  display: block;
  padding: 20px 30px;
}

.enquiry-mobile li a.active {
  color: #fff;
  border-bottom: 2px solid #FFD5008F;
}

.select-group,
.number-group {
  display: flex;
  justify-content: space-between;
}

.select-group .form-group {
  width: 48%;
}

.number-group .form-group:first-child {
  width: 20%;
}

.number-group .form-group {
  width: 75%;
}

.submit-btn-sec {
  padding-top: 20px;
}

.btn-register {
  background: #FFD500;
  border: 0;
  padding: 10px;
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 5.11px;
  border-radius: 8px;
}

.custom-control label {
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  text-align: left;
}

.enquiry-mobile .form-group a {
  color: #ffffff96;
  font-size: 15px;
  display: block;
  text-align: right;
}

.enquiry-mobile .form-control::-webkit-placeholder {
  color: #fff !important;
}

.enquiry-mobile .form-control:-ms-placeholder {
  color: #fff !important;
}

.enquiry-mobile .form-control::placeholder {
  color: #fff !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*education-megha-menu*/
.education-megha-menu {
  display: none;
  justify-content: flex-end;
  padding: 80px 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #F9F9F9;
  /*visibility: hidden;transform: translateY(10%);transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.01s;*/
  opacity: 0;
  z-index: 999;
}

li.nav-item:hover .education-megha-menu {
  /*visibility: visible;transform: translateY(0%);transition-delay: 0s, 0s, 0.3s;*/
  opacity: 1;
  animation: submenu 0.5s;
  display: flex;
}

.menu-megha h5 {
  color: #172B44;
  font: normal normal bold 21px/28px Inter;
  padding-bottom: 17px;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}

.menu-megha h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}

.menu-sub {
  padding: 0px;
  width: 50%;
}


/*admission-megha*/
.admission-megha {
  width: 1240px;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 100%;
  background: #f4f4f4;
  opacity: 0;
  z-index: 999;
  display: none;
}

li.nav-item:hover .admission-megha {
  animation: submenu 0.5s;
  opacity: 1;
  display: block;
  /*-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-name:bounceInRight;animation-delay:0.3s;*/
}

.council-left {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}

.council-left div {
  width: 50%;
}

.council-right {
  width: 35%;
}

.council-left .read-more a {
  margin: 20px 0 0;
}

.menu-megha .council-top h5:first-child {
  padding-bottom: 15px;
  border-bottom: 2px solid #cccccc70;
}

.council-top {
  padding: 10px 80px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.admission-blck {
  display: flex;
  background: #282828;
  padding: 40px 80px 20px;
  color: #fff;
}

.admission-blck a {
  color: #fff;
}

.admission-blck h5 {
  color: #fff;
}

.admission-blck-left ul {
  width: 50%;
}

.admission-blck-left {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}

.admission-blck-right {
  width: 30%;
}

.apply-bottom {
  padding: 0px 80px 20px;
  background: #282828;
  color: #fff;
}

.apply-bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 70px 20px 0;
  border-top: 1px solid #ffffff2e;
}

.apply-bottom li a,
.apply-bottom li {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}

.apply-bottom li a:before {
  display: none;
  transform: none;
}

.apply-bottom .apply-now-btn {
  padding: 15px 20px;
  font-weight: 600;
}


.campus-megha h6:before {
  background: #A80F182E;
  height: 2px;
  width: 55%;
  position: absolute;
  left: 44%;
  top: 10px;
  content: '';
  transition: 0.3s;
}

*/

/*Student Development*/
.student-megha {
  width: 1240px;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 100%;
  background: #F9F9F9;
  display: none;
  opacity: 0;
  z-index: 999;
}

li.nav-item:hover .student-megha {
  /*transform: translateY(0%);transition-delay: 0s, 0s, 0.3s;*/
  display: block;
  animation: submenu 0.5s;
  opacity: 1;
}

@keyframes submenu {
  from {
    opacity: 0;

  }

  100% {
    opacity: 1;

  }
}




.student-top-m {
  display: flex;
  justify-content: flex-start;
  padding: 50px 80px;
}

.student-bottom-m {
  background: #282828;
  padding: 50px 80px;
  display: flex;
  justify-content: space-between;
}

.student-bottom-m a {
  color: #fff;
}

.student-bottom-m h5 {
  color: #fff;
}

.top-text {
  width: 90%;
}

.top-text h5 {
  border-bottom: 1px solid #ffffff2e;
  padding: 15px 0;
  margin: 0;
}

.offered {
  margin-top: 70px;
}

.offered ul {
  display: flex;
  margin-top: 40px;
}

.offered a:before {
  display: none;
}

.student-megha.menu-megha .offered li a {
  padding: 0px 20px;
  border-left: 1px solid #fff;
  line-height: 18px;
}

.student-megha.menu-megha .offered li:first-child a {
  border: 0;
  padding-left: 0;
}

.student-img {
  margin-top: -120px;
}

.student-img a {
  font-size: 21px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}

.logo-home ul {
  display: flex;
  justify-content: center;
}

.fixed .logo-home ul {
  justify-content: flex-start;
}

.logo-home li a {
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  color: #ccc;
  padding: 0 12px;
  position: relative;
}

.logo-home li a.active {
  color: #282828;
}

.logo-home li:first-child a:before {
  display: none;
}

.logo-home li:first-child a {
  padding-left: 0;
}

.logo-home li a:before {
  height: 7px;
  width: 7px;
  position: absolute;
  left: -3px;
  top: 0;
  content: '';
  background: #333;
  border-radius: 100%;
  bottom: 0;
  margin: auto;
}

.hide {
  margin-left: -100%;
  transition: all 0.8s ease;
  opacity: 0;
}

.side-menu {
  position: absolute;
  top: 0px;
  color: white;
  width: 100%;
  opacity: 1;
  z-index: 9;
  height: 100vh;
}

.show-menu {
  margin-left: 0;
}

.show-menu li {
  position: relative;
}

.sideMenu span {
  font-size: 25px;
  line-height: 20px;
  margin-left: 10px;
  opacity: 0.5;
}

.nav-link.l1.back-btn {
  padding: 10px;
}

.show-menu li a.current {
  color: #0097A9;
  font-weight: 600;
}

.humburger-slide li a.apply-now-btn {
  color: #fff;
  font-size: 21px;
  padding: 10px 20px;
  background: #A80F18;
  display: block;
}

.current+div {
  z-index: 999999;
}

.ham-menu-mob {
  margin-top: 30px;
}

.humburger-slide .ham-menu-mob li a {
  border: 0;
  padding: 5px 20px 5px 30px;
  font-size: 14px;
  background: #282828;
  transition: 0.5s;
}

.humburger-slide .ham-menu-mob li a:hover {
  font-weight: 600;
}

.inner {
  transform: translateX(-100%);
  transition: all 0.8s ease;
  opacity: 0;
  position: absolute;
  top: 0px;
  color: white;
  width: 100%;
  z-index: 9;
  height: 100vh;
}

.inner.show {
  transform: translateX(0px);
  opacity: 1;
}

.drop-menu {
  position: relative;
}

.sub-menu {
  background: #333;
  padding: 2rem;
  visibility: hidden;
  transform: translateY(0rem);
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 24rem;
  transition: 0.3s;
  border-radius: .3rem;
}

.sub-menu a {
  transition: 0.5s;
  color: #fff;
  font-size: 1rem;
  padding: .5rem;
  border-bottom: .1rem dotted #fff3;
  display: block;
}

.sub-menu a:last-child {
  border-bottom: 0;
}

.sub-menu a:hover {
  color: #FCCF14;
  transform: translateX(.5rem);
  border-color: #FCCF14;
}

.drop-menu:hover .sub-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}


/*========SB Group of Institutions ==css start==========*/
.fixed .header-wrapper .navbar-expand-md .navbar-collapse {
  justify-content: flex-end;

}

.fixed .inner-header .navbar-expand-md .navbar-collapse {
  justify-content: flex-end;
}

.header-wrapper .navbar-expand-md .navbar-nav {
  align-items: center;
}

.header-wrapper li.nav-item.admission-open {
  background: #FFBA00;
  /* padding: 1.9rem 55px 30px; */
  margin-right: 0;
  margin-right: 0;
  width: 20rem;
  margin: 0 0 0 2rem;
  padding: 10px 20px 9px;
}

.header-wrapper .admission-open p {
  font-size: 21px;
  text-align: left;
  font-weight: normal;
  margin: 0px;
  color: #000000;
  letter-spacing: 0;
  padding-bottom: 5px;
}

.header-wrapper .admission-open p strong {
  font-weight: bold;
  font-size: 21px;
  font-family: Inter;
}

.header-wrapper .admission-open .navadm_btn {
  font-weight: bold;
  font-size: 30px;
  font: normal normal bold 30px/31px Inter;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  color: #000;
}

.navadm_btn .icon {
  width: 26px;
  height: 24px;
  background: #ffcf4d;
  opacity: inherit;
  text-align: center;
  line-height: 20px;
  margin-left: 1rem;
  display: inline-block;
}

.navadm_btn .icon:hover {
  background: #fff;
}

.home-page .navs_searc {
  padding: 3.1rem 2rem 3.3rem 1rem;
  background: inherit;
  width: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navs_searc {
  padding: 3.1rem 2rem 3.3rem 1rem;
  background: #000000;
  width: 166px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*===ACADEMICS-mega-menu css start-start==========*/
.acadmic_megha {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 90%;
  display: none;
  opacity: 0;
  z-index: 999;
}

.acadmic_megha::before {
  position: absolute;
  width: 100%;
  height: 1000px;
  content: "";
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 90%);
  z-index: -1;
}

.inner-header .acadmic_megha .container.p-0 {
  max-width: 100%;
  width: 1590px;
  margin: auto;
  background: #fff;
}

.acadmic_megha .container-fluid.p-0 {
  width: 81.8%;
  margin: 0% 10%;
  background: #fff;
  left: 0;
}

.inner-header .acadmic_megha {
  top: 90%;
}

.acadmic_megha .acdm_menuimg {
  width: 100%;
  height: 100%;
  padding: 30px 25px 30px 10px;
}

.acadmic_megha .acdm_menuimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acadmic_megha .acdm_prgram,
.acdm_department {
  width: 100%;
  height: 100%;
}

.acadmic_megha .acdm_prgram {
  padding: 30px;
  background: #F1F1F1;
  color: #172B44;
}

.acadmic_megha .acdm_prgram {
  border-bottom: 7px solid #1B64BF;
}

.acadmic_megha .submenu_heading {
  text-align: left;
  font: bold 21px/28px 'Inter';
  color: #172B44;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.acadmic_megha ul li a {
  padding-left: 20px;
  position: relative;
  line-height: 24px;
  font: normal 16px/24px 'Inter';
  display: block;
}

.acadmic_megha ul .submenu_heading {
  font: bold 18px/24px 'Inter';
  padding-bottom: 10px;
}

.acadmic_megha .acdm_prgram ul {
  border-bottom: 3px solid #a1024b;
  padding-bottom: 20px;
  margin-top: 20px;
}

.acadmic_megha ul:last-child {
  border: none;
  padding-bottom: 0;
}

.acadmic_megha ul li {
  width: 100%;
  /* padding-bottom: .3rem; */
}

.acadmic_megha ul li a::before {
  content: "";
  background: url(../images/nav-arrow.webp);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 6px;
  height: 11px;
  top: 5px;
}

.acdm_department_top {
  padding: 30px 50px 0;
  width: 100%;
  height: 70%;
}

.acdm_department_top .single_menu {
  margin-top: 25px;
}

.acdm_department_top .single_menu li {
  padding: 0;
}

.acdm_department_top .single_menu a {
  border-top: 1px solid #D9D9D9;
  padding: 16px 0;
  text-align: left;
  font: bold 21px/28px 'Inter';
  color: #172B44;
  text-transform: capitalize;
}

.acdm_department_top .single_menu a::before {
  display: none;
}

.acdm_department_top .single_menu a:hover {
  color: #a80f18;
}

.acdm_department .Anti_Ragging {
  width: 100%;
  height: 30%;
  background-color: #234E84;
  padding: 30px 50px 50px;
  border-bottom: 7px solid rgb(0 0 0 / 34%);
}

.acdm_department .Anti_Ragging .submenu_heading {
  color: #FFBA00;
}

.acdm_department .Women_Safty {
  background: #262626;
  border-bottom: 7px solid #7c033b;
}

.header_btn .apply_btn {
  display: inline-block;
  background-color: #a1024b !important;
}

.header_btn .prop_btn {
  background: #1B64BF;
  margin: 4px 0;
  font-weight: normal;
}

.header_btn .prop_btn:hover {
  color: #d0d0d0;
}

/*--16-6-2022--end--*/

li.nav-item:hover .acadmic_megha {
  display: block;
  animation: submenu 0.5s;
  opacity: 1;
  /* left: 14%; */
}




/*.inner-header li.nav-item:hover .acadmic_megha {left: 5%;}
.inner-header li.nav-item:hover .program_megha { left: 18%;}
.inner-header li.nav-item:hover .admission_megha {left: 29%;}
.inner-header li.nav-item:hover .placement_megha {left: 51%;}*/

.acadmic-top-m {
  display: flex;
  justify-content: start;
  padding: 25px 25px 40px;
}

.acadmic-top-m .menu-sub .submenu_heading2 a {
  color: #172B44;
}

.acadmic-top-m .menu-sub .submenu_heading2 {
  color: #172B44;
  font: normal normal bold 21px/28px Inter;
  padding-bottom: 23px;
}

.acadmic-top-m .menu-sub p {
  font: normal normal normal 16px/24px Inter;
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  margin: 0px 0px 20px;
}

.acadmic-top-m .menu-sub ul {
  margin: 0px 0px;
}


.prop_btn {
  display: inline-block;
  width: auto;
}

.acadmic-top-m .menu-sub ul li {
  margin-bottom: 3px;
}

.acadmic-top-m .menu-sub ul a {
  padding-left: 20px;
  position: relative;
  line-height: 24px;
  font: normal normal normal 16px/24px Inter;
}

.acadmic-top-m .menu-sub ul li a::before {
  content: "";
  background: url(../images/nav-arrow.webp);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 6px;
  height: 11px;
  top: 5px;

}

.acadmic-top-m .menu-sub {
  padding-right: 40px;
}

.acadmic-top-m .menu-sub .submenu_heading {
  text-align: left;
  font: normal normal bold 21px/28px Inter;
  letter-spacing: 0px;
  color: #172B44;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 17px;
}

.acadmic-top-m .acmenu2 {
  padding-right: 0px;
}

.acadmic-top-m .acmenu2 .submenu_heading {
  border: none;
}

.acadmic-top-m .acmenu2 ul li {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0px;
}

.acadmic-top-m .acmenu2 ul li:last-child {
  border-bottom: none;
}

.acadmic-top-m .acmenu2 ul li a {
  color: #172B44;
  font: normal normal bold 21px/28px Inter;
  padding: 17px 0px !important;
  display: block;
}

.acadmic-top-m .acmenu2 ul li a::before {
  display: none;
}

.acadmic_bottom {
  background: #282828;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.acadmic_bottom::before {
  content: "";
  position: absolute;
  width: 20%;
  left: 0;
  bottom: 0;
  height: 7px;
  background: #172B44;
}

.acadmic_bottom::after {
  content: "";
  position: absolute;
  width: 80%;
  right: 0;
  bottom: 0;
  height: 7px;
  background: #BA4717;
}

.acadmic_bottom .anti_ragging {
  background: #234E84;
  width: 50%;
  padding: 33px 40px 40px;
}

.acadmic_bottom .anti_ragging .submenu_heading {
  color: #FFBA00;
  text-align: left;
  font: normal normal bold 21px/28px Inter;
  padding-bottom: 0px;
  border: none;
}

.acadmic_bottom .anti_ragging p {
  font: normal normal normal 16px/24px Inter;
  margin-top: 15px;
  color: white;
}

.acadmic_bottom .women_safety {
  background: #262626;
  width: 50%;
  padding: 33px 40px 20px;
}

.acadmic_bottom .women_safety .submenu_heading {
  color: #FFBA00;
  text-align: left;
  font: normal normal bold 21px/28px 'Inter';
  padding-bottom: 10px;
  border: none;
}

.acadmic_bottom .women_safety p {
  font: normal normal normal 16px/24px 'Inter';
  color: white;
  margin-top: 15px;
}

/*===ACADEMICS-mega-menu css end==========*/

/*===program-mega-menu css start-end==========*/
.program_megha {
  width: 455px;
  margin-left: auto;
  position: absolute;
  top: 90%;
  background: #F9F9F9;
  display: none;
  opacity: 0;
  z-index: 999;
}

li.nav-item:hover .program_megha {
  display: block;
  animation: submenu 0.5s;
  opacity: 1;
  /* left: 28%; */
}

.program_megha .prgm_submenu {
  width: 100%;
  padding-right: 0px;
}

.program_megha .prgm_submenu ul {
  margin-top: 0px;
  margin-bottom: 30px;
}

.program_megha .prgm_submenu .submenu_heading {
  border: none;
}

.prog-color1 ul li:last-child {
  border-bottom: 3px solid #a1024b;
  padding-bottom: 20px;
}

.prog-color2 ul li:last-child {
  border-bottom: 3px solid #d5c600;
  padding-bottom: 20px;
}

.prog-color3 ul li:last-child {
  border-bottom: 3px solid #1b64bf;
  padding-bottom: 20px;
}

.program_megha .prgm_submenu .submenu_heading a {
  color: #172B44;
}

.program_megha .prgm_submenu ul:nth-of-type(3) li:last-child {
  border-bottom: 3px solid rgb(32, 3, 110);
}

.program_megha .prgm_submenu ul:last-child {
  padding-bottom: 0px;
}

/*===admission-mega-menu css start-end==========*/
.admission_megha {
  width: 455px;
  margin-left: auto;
  position: absolute;
  top: 90%;
  background: #fff;
  display: none;
  opacity: 0;
  z-index: 999;
}

li.nav-item:hover .admission_megha {
  display: block;
  animation: submenu 0.5s;
  opacity: 1;
  /* left: 37%; */
}

.admission_megha .admison_submenu {
  width: 100%;
  height: auto;
  padding-right: 0px;
}

.adm_email a {
  font-size: 16px;
}

.admission_megha .admison_submenu .admission_box {
  width: 100%;
  height: auto;
  position: relative;
  background: #FFBA00;
  padding: 30px;
  margin-bottom: 30px;
}

.admission_megha .admison_submenu .admission_box .adm_heading {
  font: normal normal bold 30px/36px Inter;
  letter-spacing: 0px;
  color: #000000;
  font-size: 30px;
}

.admission_megha .admison_submenu .admission_box:after {
  content: "";
  right: 0;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-top: 50px solid #d19b0a;
  border-right: 50px solid #fff;

}

.admission_megha .admison_submenu .admission_box .submenu_heading {
  text-align: left;
  font: normal normal bold 30px/36px Inter;
  letter-spacing: 0px;
  color: #000000;
  border: none;
}

.adminpro_wrap {
  padding: 0px 30px;
}

.prop_btn {
  background: #234E84;
  text-align: left;
  font: normal normal bold 16px/21px 'Inter';
  letter-spacing: 1.6px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 8px 20px 8px 40px;
  display: block;
  margin-bottom: 12px;
  position: relative;
}

.adminpro_wrap:hover .prop_btn {
  color: #ffffff;
}

.prop_btn::before {
  background: url(../images/white-left.svg);
  background-repeat: no-repeat;
  width: 6px;
  height: 11px;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: absolute;
  left: 18px;
  top: 13px;
  content: "";
}

.apply_btn {
  background: #a1024b;
}

a:hover.apply_btn:hover {
  background: #000000;
}

.adminpro_wrap .admission_help {
  margin: 25px 0px;
}

.adminpro_wrap .admission_help .submenu_heading {
  position: relative;
  letter-spacing: 0px;
  font-weight: 400 !important;
  color: #000000;
  border: none;
}

.adminpro_wrap .admission_help .submenu_heading::after {
  width: 72px;
  background: #FFBA00;
  height: 1px;
  content: "";
  position: absolute;
  left: 45%;
  top: 15px;
}

.adminpro_wrap .admission_help ul {
  margin-top: 0px;
}

.adminpro_wrap .admission_help ul li a {
  padding-left: 0px;
  font: normal normal medium 25px/29px Inter;
  color: #000000;
  margin-bottom: 16px;
  font-size: 25px;
}

.adminpro_wrap .admission_help ul li a:hover {
  color: #a80f18;
}

.adminpro_wrap .admission_help ul li:nth-last-child(2) {
  margin-top: 10px;
}

.adminpro_wrap .admission_help ul li:nth-last-child(2) a {
  font-size: 18px;
  padding: 5px 0;
}

.adminpro_wrap .admission_help ul li:nth-last-child(2) a img,
.adminpro_wrap .admission_help ul li:last-child a img {
  height: 12px;
}

.adminpro_wrap .admission_help ul li:last-child a {
  font-size: 18px;
}

.adminpro_wrap .admission_help ul li a img {
  margin-right: 7px;
}

.adminpro_wrap .admission_help ul li a:before {
  display: none !important;
}

.admission_megha .admin_enquiry {
  width: 100%;
  height: auto;
  background: #234E84;
  padding: 23px 23px 23px 90px;
}

.admission_megha .admin_enquiry a {
  color: white !important;
  font-size: 21px;
  font-weight: 300 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon {
  width: 26px;
  height: 24px;
  display: block;
  float: right;
  background: #fff;
  opacity: 0.3;
  text-align: center;
  line-height: 24px;
}

/*===placement-mega-menu css start-end==========*/
.placement_megha {
  width: 455px;
  margin-left: auto;
  position: absolute;
  top: 90%;
  background: #F9F9F9;
  display: none;
  opacity: 0;
  z-index: 999;
}

li.nav-item:hover .placement_megha {
  display: block;
  animation: submenu 0.5s;
  opacity: 1;
  /* left: 58%; */
}

.placement_megha .prgm_submenu {
  width: 100%;
  padding-right: 0px;
}

.placement_megha .prgm_submenu ul {
  margin-top: 0px;
  margin-bottom: 30px;
}

.placement_megha .prgm_submenu .submenu_heading {
  border: none;
}

.placement_megha .prgm_submenu ul li:last-child {
  border-bottom: 3px solid #a1024b;
  padding-bottom: 20px;
}

.placement_megha .prgm_submenu ul:nth-of-type(3) li:last-child {
  border-bottom: 3px solid rgb(32, 3, 110);
}

.placement_megha .prgm_submenu ul:last-child {
  padding-bottom: 20px;
}

/*========/*Humburger menu==css start==========*/
.hemburger_wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 53px 50px 50px 56px;
  position: relative;
  background: #fff;
}

.hemburger_wrap::before {
  content: "";
  position: absolute;
  width: 20%;
  left: 0;
  bottom: 0;
  height: 7px;
  background: #172B44;
}

.hemburger_wrap::after {
  content: "";
  position: absolute;
  width: 80%;
  right: 0;
  bottom: 0;
  height: 7px;
  background: #BA4717;
}

.hemburger_heading {
  letter-spacing: 2.1px;
  color: #BA4717;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 21px;
  font-family: 'Inter';
  padding-bottom: 15px;
}

.hemburger_heading a {
  color: #BA4717;
}

.hemburger_wrap ul {
  padding-bottom: 20px;
}

.hemburger_wrap ul li {
  color: #666666;
  font-size: 16px;
  font-family: Inter;
  padding-bottom: 0px;
}

.sideMenu.show+.opacity-div {
  height: 100%;
  opacity: 0.5;
  width: 100%;
}

.opacity-div {
  background: #000;
  position: fixed;
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  transition: 0.5s;
  opacity: 0;
}

.header-wrapper li.nav-item.admission-open a:before {
  display: none;
}

/*========/*Humburger menu==css end==========*/


/*========SB Group of Institutions ==css end==========*/
@media (max-width: 1639px) {
  .header-wrapper li.nav-item.admission-open {
    width: 21rem;
    padding: 17px 30px 17px;
  }

  .header-wrapper li.nav-item {
    padding: 2rem 0;
    margin: 0;
  }

  .navs_searc {
    /*padding: 2.4rem 2rem 2.4rem 1rem;*/
    width: 140px;
  }

  .u-header__nav-link {
    font: 500 16px/20px Inter;
  }

  .u-header__navbar-brand,
  .u-header__navbar-brand>img {
    max-width: 95%;
  }

  .header-wrapper .admission-open .navadm_btn {
    font-size: 27px;
  }

  .header-wrapper .admission-open p {
    font-size: 19px;
  }

  .u-header__nav-link::before {
    bottom: -35px;
    height: 5px;
  }


}

@media (max-width: 1550px) {
  .header-wrapper .u-header__nav-link::before {
    height: 5px;
  }

  .u-header__nav-link::before {
    bottom: -17px;
  }

  .header-wrapper li.nav-item {
    padding: 1.3rem 0;
  }

  .u-header__navbar-brand,
  .u-header__navbar-brand>img {
    width: 13rem;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    max-width: 100%;
  }

  section.home-panel1.fixed .u-header__navbar-brand>img {
    width: 13rem;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    max-width: 100%;
  }

  .logo-home li a {
    font-size: 13px;
    line-height: 20px;
  }

  .header-wrapper li.nav-item.admission-open {
    width: 18rem;
    padding: 17px 15px 17px;
  }

  .sideMenu {
    max-width: 750px;
    width: 750px;
  }

  .education-megha-menu {
    padding: 40px 0;
  }

  .menu-megha h5,
  .humburger-slide h5 {
    font-size: 16px;
  }

  .menu-megha li a,
  .campus-megha.menu-megha li a,
  .student-megha.menu-megha li a {
    font-size: 14px;
    line-height: 20px;
  }

  .menu-sub {
    padding: 0 50px 0 0;
  }

  .menu-megha h5 {
    margin-bottom: 15px;
  }

  .student-megha,
  .admission-megha {
    width: 1000px;
  }

  .student-top-m,
  .student-bottom-m {
    padding: 30px 40px;
  }

  .student-img img {
    width: 180px;
  }

  .student-img a,
  .con-dtls a {
    font-size: 16px;
  }

  .offered {
    margin-top: 50px;
  }

  .top-text h5 {
    padding: 10px 0;
    margin: 0;
  }

  .campus-menu-right {
    width: 60%;
  }

  .campus-megha {
    padding: 30px 0;
  }

  .admission-blck {
    padding: 30px 40px 20px;
  }

  .council-top {
    padding: 10px 40px 0;
  }

  .apply-bottom {
    padding: 0 40px 20px;
  }

  .apply-bottom li a,
  .apply-bottom li {
    font-size: 16px;
  }

  .apply-bottom .apply-now-btn {
    padding: 10px 20px;
  }

  .council-right img {
    max-width: 70%;
  }

  .menu-megha h4 {
    font-size: 20px;
    line-height: 27px;
  }

  .other-microsite {
    padding: 15px 40px;
    margin-top: 20px;
  }

  .career-hamb.row {
    padding: 0 40px;
  }

  .other-microsite {
    padding: 15px 40px;
  }

  .ham-menu {
    padding: 20px 40px;
  }

  .ham-menu a {
    line-height: 22px;
    font-size: 15px;
  }

  .ham-menu ul {
    margin-bottom: 15px;
  }

  .apply-now-btn {
    font-size: 18px;
    padding: 10px 20px;
  }

  .con-dtls {
    padding-top: 10px;
  }

  .sideMenu {
    padding: 0px 0px 0px 0px;
  }

  .menu.clicked {
    right: 12px;
    top: 25px;
  }

  .offered ul {
    margin-top: 0;
  }

  .campus-megha h6::before {
    left: 60%;
    width: 40%;
  }

  .campus-menu-left p {
    padding: 5px 0 10px;
    font-size: 13px;
  }

  .council-left .read-more a {
    margin: 10px 0 0;
  }

  .career-hamb p {
    font-size: 15px;
    padding: 7px 0;
  }

  .apply-sec::before {
    height: 1px;
  }

  .other-microsite a {
    font-size: 15px;
    padding: 0 18px;
  }

}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 25px;
  padding-left: 0px;
}

.inner-header .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 25px;
  padding-left: 0px;
}

.inner-header .navbar-expand-md.u-header__navbar--no-space {
  background: #f7f7f7;
}

.inner-header .navbar-expand-md .navbar-collapse {
  justify-content: flex-end;
  background: #fff;
  padding: 0 40px 0 0;
}

.inner-header .navs_searc {
  padding: 2.8rem 2rem 3.3rem 1rem;
}

@media only screen and (min-width: 1921px) and (max-width: 5000px) {
  .acadmic_megha .container.p-0 {
    max-width: 100%;
    width: 80%;
    margin: auto;
    background: #fff;
  }
}

@media (max-width: 1920px) {
  .header-wrapper li.nav-item.admission-open {
    padding: 10px 20px 9px;
  }

  .navs_searc {
    padding: 2.9rem 2rem 3.4rem 1rem;
  }

  .header-wrapper li.nav-item {
    margin: 0 3px;
  }

  section.home-panel1.fixed .u-header__navbar-brand>img {
    width: inherit;
    -webkit-transition: .2s;
    transition: .2s;
  }

  .u-header__navbar-brand,
  .u-header__navbar-brand>img {
    /* width: 24rem; */
    padding: 10px;
  }

}

@media (max-width: 1650px) {
  .acadmic_megha .container.p-0 {
    max-width: 100%;
    width: 1380px;
    margin: auto;
  }

  .inner-header .acadmic_megha .container.p-0 {
    max-width: 100%;
    width: 1365px;
    margin: auto;
  }

}

/*---1920px -css-end--*/

@media (max-width: 1549px) {
  .header-wrapper ul li .nav-link {
    padding-right: 0.5rem;
    padding-left: 0;
  }

  .header-wrapper .admission-open .navadm_btn {
    font: normal normal bold 26px/31px 'Inter';
  }

  .navadm_btn .icon {
    margin-top: 6px;
  }

  .u-header__navbar-brand,
  .u-header__navbar-brand>img {
    width: 18rem;
    padding: 10px;
  }

  .header-wrapper li.nav-item.admission-open {
    padding: 7px 5px 8px;
  }


  .navbar-expand-md .navbar-nav .nav-link p {
    line-height: 14px;
  }

  .navs_searc {
    padding: 2.2rem 1.5rem 2.3rem 1rem;
  }

  .inner-header .header-wrapper li.nav-item {
    padding: 2.1rem 0;
  }

  .inner-header .navs_searc {
    padding: 2.2rem 2rem 2.2rem 1rem;
  }

  /*.inner-header li.nav-item:hover .acadmic_megha {left: 3%;}
.inner-header li.nav-item:hover .program_megha { left: 19%;}
.inner-header li.nav-item:hover .admission_megha {left: 30%;}
.inner-header li.nav-item:hover .placement_megha {left: 58%;}*/

  /*--ACADEMICS Mega Menu-start--*/
  .acadmic_megha .acdm_prgram {
    padding: 20px;
  }

  .acadmic_megha .submenu_heading {
    margin-bottom: 10px;
  }

  .acadmic_megha .acdm_prgram ul {
    margin-top: 10px;
  }

  .acadmic_megha .submenu_heading {
    font: bold 18px/24px 'Inter';
    margin-bottom: 10px;
  }

  .acadmic_megha .acdm_prgram ul .submenu_heading {
    padding-bottom: 10px;
  }

  .acdm_department_top {
    padding: 30px 20px 0;
  }

  .acdm_department .Anti_Ragging {
    padding: 30px 20px 0;
  }

  .acadmic_megha .acdm_menuimg {
    padding: 20px 20px 20px 0;
  }

  .inner-header .acadmic_megha .container.p-0 {
    max-width: 100%;
    width: 1250px;
    margin: auto;
  }

  .acadmic_megha .container.p-0 {
    width: 1250px;
  }

  /*--ACADEMICS Mega Menu-end---*/

}

/*---1549px -css-end--*/

@media (max-width: 1440px) {
  .u-header__nav-link {
    font: 500 15px/20px 'Inter';
  }

  .acadmic_megha,
  .program_megha,
  .admission_megha,
  .placement_megha {
    top: 76%;
  }

  .acadmic_megha .container.p-0 {
    width: 1130px;
  }

  .inner-header .acadmic_megha .container.p-0 {
    width: 1130px;
  }

  .sideMenu {
    height: auto;
  }
}



@media (max-width: 1399px) {

  .menu-megha {
    top: 70%;
  }

  .inner-header .navs_searc {
    padding: 1.8rem 2rem 1.6rem 1rem;
  }

  .header-wrapper .admission-open p {
    font-size: 16px;
    padding-bottom: 0;
  }

  .header-wrapper .admission-open p strong {
    font-weight: bold;
    font-size: 14px;
    font-family: Inter;
  }

  .header-wrapper li.nav-item.admission-open {
    padding: 10px 20px 11px;
    width: auto;
    margin: 0 0 0 1rem;
  }

  .header-wrapper .admission-open .navadm_btn {
    font: normal normal bold 17px/13px Inter;
  }

  .navadm_btn .icon {
    width: 20px;
    height: 20px;
    line-height: 18px;
  }

  .navs_searc {
    padding: 1.7rem 2rem 1.7rem 1rem;
    width: 140px;
  }



  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    font-size: 14px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
  }

  .header-wrapper .nav-item {
    padding: 0;
  }

  .header-wrapper li.nav-item {
    padding: 1rem 0;
  }

  /* 07051988 */
  /* .u-header__navbar-brand, .u-header__navbar-brand > img {
  width: 18rem;
  padding: 0;
} */

  .inner-header .u-header__navbar-brand,
  .u-header__navbar-brand>img {
    width: 18rem;
    padding: 10px;
  }



  .u-header__nav-link::before {
    bottom: -9px;
  }

  .inner-header .header-wrapper li.nav-item {
    padding: 1.6rem 0;
  }

  .inner-header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 0px;
  }


  .header-wrapper .admission-open p {
    font-size: 15px;
    padding-bottom: 0;
  }

  .header-wrapper li.nav-item.admission-open {
    padding: 2px 5px 2px 10px;
    width: auto;
    margin: auto;
  }


  .home-page .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    font-size: 14px;
  }

  .inner-header ul.navbar-nav.u-header__navbar-nav {
    padding-left: 20px !important;
  }

  .header_btn .prop_btn {
    padding: 6px 6px 6px 25px
  }

  .header_btn .prop_btn::before {
    left: 10px;
    top: 10px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 15px;
  }

  .sideMenu {
    height: 640px;
  }

}

/*---1399px -css-end--*/

@media (max-width: 1280px) {

  .header-wrapper li.nav-item {
    margin: 0 3px;
  }

  .navs_searc {
    padding: 1.7rem 1rem 1.7rem 0.5rem;
    width: 120px;
  }

  .header-wrapper .admission-open p {
    font-size: 12px;
  }

  .header-wrapper li.nav-item.admission-open {
    padding: 2px 5px 2px 10px;
  }

  .header-wrapper .admission-open p strong {
    font-size: 11px;
  }

  .header-wrapper .admission-open .navadm_btn {
    font: normal normal bold 14px/13px Inter;
  }

  .u-header__navbar-brand,
  .u-header__navbar-brand>img {
    width: 15rem;
    padding: 0;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 15px;
  }

  .inner-header .navbar-expand-md .navbar-collapse {
    padding: 0 20px 0 0;
  }

  .acadmic_megha .container.p-0 {
    width: 925px;
  }

  .inner-header .acadmic_megha .container.p-0 {
    width: 925px;
  }

}

/*---1280px -css-end--*/

@media (max-width: 1199px) {

  .header-wrapper li.nav-item,
  .fixed .header-wrapper li.nav-item {
    margin: 0;
  }

  .u-header__nav-link {
    font-weight: 500;
    font-size: 14px;
  }

  a.nav-link.u-header__nav-link.admission-menu {
    padding: 8px 15px;
  }

  .campus-menu-right {
    width: 70%;
  }

  .menu-megha li a,
  .campus-megha.menu-megha li a,
  .student-megha.menu-megha li a {
    font-size: 13px;
    line-height: 15px;
  }

  .diversity p {
    font-size: 14px;
    line-height: 20px;
  }

  .menu-megha h5 {
    font-size: 15px;
  }

  .header-wrapper .admission-open p {
    font-size: 11px;
  }

  .header-wrapper li.nav-item.admission-open .nav-link {
    padding-right: 0rem;
  }

  .header-wrapper li.nav-item.admission-open {
    padding: 10px;
  }

  .navs_searc {
    padding: 1.6rem 1rem 1.6rem 1rem;
  }

  .inner-header li.nav-item:hover .program_megha {
    left: 24%;
  }

  .inner-header li.nav-item:hover .admission_megha {
    left: 35%;
  }

  .inner-header li.nav-item:hover .placement_megha {
    left: 60%;
  }

}

/*---1199px -css-end--*/

@media (max-width: 991px) {
  .bundle.desktop-ham-menu {
    display: none;
  }

  .bundle.mobile-ham-menu {
    display: flex;
  }

  .header-wrapper li.nav-item,
  .fixed .header-wrapper li.nav-item {
    padding: 0;
    margin: 0;
  }

  .navbar-expand-md .navbar-collapse {
    display: none !important;
  }

  .bundle {
    order: 1;
    margin: 0;
  }

  .logo-home {
    margin: auto;
  }

  .fixed .logo-home {
    margin-left: 0;
  }

  .navbar-expand-md .u-header__navbar-brand {
    width: 80%;
    margin: auto;
  }

  .navbar-expand-md .u-header__navbar-brand img {
    width: auto;
  }

  .navbar-expand-md.u-header__navbar--no-space {
    order: 0;
  }

  .header-wrapper .container-fluid {
    justify-content: space-between;
    padding: 0;
  }

  .fixed .logo-home ul {
    justify-content: flex-start;
  }

  .logo-home li:first-child a {
    padding-left: 10px;
  }

  .logo-home li a.active {
    color: #A80F18;
  }

  section.home-panel1.fixed .header-wrapper {
    background: #313131e6;
    padding: 0px;
    border-bottom: none;
  }

  .fixed .inner-header .header-wrapper {
    background: #fff !important;
  }

  .nav-link.l1.back-btn {
    margin: 0;
    border: 0;
    text-align: left;
  }

  .sideMenu {
    background: #161616;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .humburger-slide li a {
    padding: 0px 30px 0px 40px;
    color: #FFBA00;
    display: block;
    text-align: left;
    font: 300 26px/48px 'Inter';
  }

  .humburger-slide li a span {
    display: none;
  }

  .humburger-slide li a:hover {
    background: #020002;
  }

  .menu.clicked {
    right: 7px;
    top: 12px;
    width: 40px;
    height: 40px;
  }

  .menu.clicked span,
  .menu.clicked span::before,
  .menu.clicked span::after {
    right: 4px;
    outline: none;
  }

  .header-wrapper {
    z-index: 999;
    border-bottom: 0;
    background: #fff;
    margin: 0;
  }

  .head-happening h2::before,
  .head-happening h2::after {
    width: 20%;
  }

  .mobile-bottom-menu {
    display: block;
    width: 100%;
  }

  .icon-panel {
    display: none;
  }

  .searchoverlay .searchform {
    padding-top: 200px;
  }

  .search-box_klh {
    width: 90%;
  }

  .fixed .header-wrapper .container-fluid {
    justify-content: space-between;
  }

  .fixed .navbar-expand-md.u-header__navbar--no-space {
    order: 0;
    width: auto;
  }

  .fixed .navbar-expand-md .u-header__navbar-brand {
    width: 60%;
    padding: 0;
    margin: 5px 0 5px 10px;
  }

  .sideMenu.show {
    animation: none;
    padding-top: 45px;
  }

  .menu.clicked span::before,
  .menu.clicked span::after {
    background-color: #fff;
    width: 20px;
  }

  .menu {
    cursor: pointer;
  }

  .navbar-expand-md.u-header__navbar--no-space {
    width: auto;
    position: static;
    padding: 0;
  }

  section.home-panel1.fixed .u-header__navbar-brand>img {
    width: 22rem;
  }

  .menu.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
    width: 20px;
  }

  .ham-menu-mob {
    background: #172b44;
    padding: 30px 30px 30px 40px;
  }

  .humburger-slide .ham-menu-mob li a {
    border: 0;
    transition: 0.5s;
    font: 300 18px/36px 'Inter';
    color: #fff;
    background: none;
    padding: 0px;
  }

  .header-wrapper .nav-item {
    padding: 0;
    display: none;
  }

  .navs_searc {
    padding: 1.5rem 1rem;
    width: 85px;
  }

  .bundle {
    justify-content: center;
  }

  /*---humburger_mobiletop-css start----*/

  .humburger_mobiletop {
    background: #161616;
    width: 100%;
    padding: 50px 0 20px 0px;
  }

  .humburger_mobiletop ul {
    padding: 0px 0px 10px 0px;
  }

  .humburger_mobiletop ul li a {
    padding: 0px 30px 0px 0px;
    color: #FFBA00;
    display: block;
    text-align: left;
    font: 300 26px/48px 'Inter';
  }

  .humburger_mobilebottom {
    background: #172b44;
    padding: 50px 0 20px 40px;
  }

  .humburger_mobilebottom {
    background: #172b44;
    padding: 40px 0 40px 40px;
  }

  .humburger_mobilebottom ul li a {
    font: 300 18px/36px 'Inter';
    color: #fff;
    padding: 0px;
    text-align: left;
  }

  .mobile-bottom-menu li a {
    padding: 10px;
    display: block;
  }

  .inner-header .navbar-expand-md.u-header__navbar--no-space {
    background: #ffffff;
  }

}

/*---991px -css-end--*/


@media (max-width: 575px) {
  .navs_searc {
    padding: 1rem 0.7rem 1rem 0.2rem;
    width: 70px;
  }

  .navbar-expand-md .u-header__navbar-brand {
    width: 80%;
    padding: 0;
    margin: 0px 10px;
  }

  .navbar-expand-md .u-header__navbar-brand img {
    width: 15rem;
  }

  .u-header__navbar-brand>img {
    width: 20rem;
  }

  section.home-panel1.fixed .u-header__navbar-brand>img {
    width: 17rem;
  }

}

/*--575px -css-end--*/


@media (max-width: 320px) {
  .navs_searc {
    padding: 0.8rem 1rem 0.8rem 1rem;
  }

  .header-wrapper li.searchnav a {
    width: 30px;
    height: auto;
    background-size: contain;
    margin-right: 15px;
  }
}

/*---320px -css-end--*/


section.home-panel1.fixed .home-page.header-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
  padding: 0px;
}

.header-wrapper .admission-open .navadm_btn:hover {
  color: #fff;
}

section.home-panel1.fixed .home-page .navs_searc {
  padding: 1.1rem 2rem 1.3rem 1rem;
}

.inner-header ul.navbar-nav.u-header__navbar-nav {
  padding-left: 10px;
}





.home-panel1.fixed li.nav-item:hover .acadmic_megha {
  display: block;
  animation: submenu 0.5s;
  opacity: 1;
  top: 100%;
  /* left: 14%; */
}

.home-panel1.fixed .u-header__nav-link::before {
  bottom: -24px;
}

.home-panel1.fixed li.nav-item:hover .program_megha {
  top: 100%;
}

.home-panel1.fixed li.nav-item:hover .admission_megha {
  top: 100%;
}

.home-panel1.fixed li.nav-item:hover .placement_megha {
  top: 100%;
}

.hem_left {
  padding-right: 15px;
}

.acadmic-top-m .menu-sub .adminpro_wrap ul {
  margin: 0px 0px 24px;
}

.adminpro_wrap .prop_btn {
  display: inline-block;
}


.inner-header .program_megha {
  background: #FFF;
}

.logo-home .navbar-brand {
  margin-right: 0px;
}



@media (max-width: 1550px) {

  .acadmic_megha,
  .menu-megha {
    top: 80%;
  }
}

@media (max-width: 1399px) {

  .acadmic_megha,
  .menu-megha {
    top: 80%;
  }
}

#top-bar-nav {
  position: relative;
  background: #0d3050;
}

#top-bar-nav .navbar-nav {
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

#top-bar-nav .placement_megha {
  width: auto;
}

#top-bar-nav ul li.nav-item {
  padding: 0;
}

#top-bar-nav ul li.nav-item .nav-link {
  padding: 0;
  font-size: 12px;
  padding: 3px 0px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: normal;
}

#top-bar-nav ul li.nav-item .u-header__nav-link::before {
  height: 1px;
  bottom: 0;
}

/* Navigation Submenu Hover Effects */
.acadmic-top-m .menu-sub ul li a {
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 2px;
}

.acadmic-top-m .menu-sub ul li a:hover {
  background-color: #a1024b;
  color: #ffffff !important;
  padding-left: 25px !important;
}

.placement_megha .prgm_submenu ul li a,
.menu-megha .prgm_submenu ul li a {
  display: block;
  /* padding: 10px 20px; */
  padding: 5px 0px;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 2px;
}

.placement_megha .prgm_submenu ul li a:hover,
.menu-megha .prgm_submenu ul li a:hover {
  background-color: #a1024b;
  color: #ffffff !important;
  padding-left: 25px !important;
}

.admission_megha .admison_submenu ul li a {
  display: block;
  /* padding: 10px 20px; */
    padding: 5px 0px;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 2px;
}

.admission_megha .admison_submenu ul li a:hover {
  background-color: #a1024b;
  color: #ffffff !important;
  padding-left: 25px !important;
}

/* Academics submenu hover */
.acdm_prgram ul li a {
  display: block;
  padding: 5px 0px;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 2px;
}

.acdm_prgram ul li a:hover {
  background-color: #a1024b;
  color: #ffffff !important;
  padding-left: 25px !important;
}

.acdm_department ul li a {
  display: block;
  /* padding: 10px 20px; */
   padding: 5px 0px;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 2px;
}

.acdm_department ul li a:hover {
  background-color: #a1024b;
  color: #ffffff !important;
  padding-left: 25px !important;
}

/* Single menu items hover */
.single_menu ul li a {
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 2px;
}

.single_menu ul li a:hover {
  background-color: #a1024b;
  color: #ffffff !important;
  padding-left: 25px !important;
}
