body {
  font-family: "Montserrat", sans-serif;
}
.space-section {
  padding: 60px 0;
}

.orange-bg {
  background: rgba(246, 130, 32, 0.1);
  position: relative;
}
.light-bg {
  background: #fafafa;
}
/* .orange-bg:after {
  content: url(../images/left-bg.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} */
.header {
  padding: 20px 0;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  margin-bottom: 0;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-grid {
  display: flex;
  align-items: center;
}

.logo .lpude-logo {
  height: 90px;
}

.logo .naac-logo {
  height: 50px;
}
.header-number {
  list-style-image: none;
  background: #f68634;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 0.3rem;
  color: #fff;
}
.top-bar {
  background: #f68634;
  padding: 8px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.slider {
  background: url("../images/admission-2026.webp") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
}
 #toggleForm {
     position: absolute;
     right: 400px;
     top: 34%;
     z-index: 10;
     cursor: pointer;
     z-index: 9;
 }

 .formContainer {
     position: fixed;
     top: 190px;
     right: -400px;
     width: 400px;
     transition: right .3s ease;
     z-index: 999;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }
.col-form {
  /* position: absolute;
  right: 0;
  top: 0; */
  background: rgba(54, 90, 166, 0.05);
  padding: 15px;
  border-radius: 5px;
  width: 400px;
  background: #fff;
}
.col-form p {
  font-size: 14px;
  margin-bottom: 0 !important;
  display: block;
}
#lpform .error {
  float: left;
}
#lpform label {
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 10px;
}
#lpform .form-control {
  padding-left: 4px;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
#lpform .form-control:focus {
  box-shadow: none !important;
  background-color: transparent !important;
}
#lpform .form-group {
  display: flex;
  margin-top: 15px;
}
#lpform #OTP .form-group {
  display: inline;
  margin: 0;
}
#lpform .phone-number {
  display: flex;
  align-items: center;
}
#lpform .phone-number .form-group {
  display: inline;
}
.otp-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innr-heading h2 {
  font-weight: 700;
  font-size: 35px;
  text-transform: none;
  margin-bottom: 20px;
}
.card {
  padding: 24px;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  background: #fff;
  min-height: 436px;
  border: 0;
}

.card-img img {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 15px;
}

.card h2 {
  font-size: 20px;
}

.card h2 span {
  color: rgba(246, 130, 32, 1);
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.card p {
  margin-bottom: 5px;
}

.advantages-list {
  display: flex;
  list-style: none;
  z-index: 99;
  position: relative;
  padding: 0;
  margin: 0;
}

.advantages-list li {
  display: flex;
  flex-direction: column;
  margin: 0 5px 20px 5px;
}

.advantages-list li .advantage-img img {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.advantages-list li .advantage-content {
  padding: 20px;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  background: #fff;
  min-height: 380px;
  border-radius: 0 0 0.5rem 0.5rem;
}
.advantages-list li .advantage-content h4 {
  font-size: 20px;
  border-bottom: 4px solid #385ca6;
  padding-bottom: 7px;
  min-height: 60px;
  color: rgba(246, 130, 32, 1);
}

.program-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  list-style: none;
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0;
  grid-row-gap: 10px;
}

.program-grid li {
  background-color: #fff;
  text-align: left;
  color: #4e5d64;
  padding: 10px;
  border-left: 5px solid #f58220;
  font-weight: 500;
}
.program-head {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-top: 40px;
  font-weight: 600;
}

.stats-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.stats-grid .stats-innr {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: rgba(246, 130, 32, 1);
}

.stats-grid .stats-innr.bg1 {
  background: url(../images/stat-bg.png);
  background-position: -725px top;
  background-color: #fff;
}

.stats-grid .stats-innr.bg2 {
  background: url(../images/stat-bg.png);
  background-position: -790px 99px;
  background-color: #fff;
}

.stats-grid .stats-innr .stats-content {
  font-size: 16px;
  color: #232020;
  font-weight: 400;
}

.awards-wrapper .card .card-img {
  position: relative;
}
.awards-wrapper .card .card-img .awards-badge {
  position: absolute;
  background: #fff;
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 0px 3px 0 rgb(0 0 0 / 0.5), 0 1px 2px -1px rgb(0 0 0 / 0.5);
  left: 20px;
  display: flex;
}
.awards-wrapper .card .card-img .awards-badge img {
  width: 100%;
  border: 0;
  border-radius: 0;
}
.awards-wrapper .card-img img {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
  border-radius: 0.5rem 0.5rem 0 0;
}

.awards-wrapper .card {
  padding: 0;
}
.awards-wrapper .card h2 {
  font-size: 19px;
}
.awards-wrapper .card-content {
  padding: 24px;
  min-height: 280px;
}

.testi-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.testi-wrapper > img {
  width: 100%;
}

.testi-grid {
  text-align: center;
}

.testi-grid a {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.testi-grid a > img {
  width: 100%;
}

.testi-img {
  position: relative;
  display: inline-block;
}

.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-address {
  background: #292929;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 13px;
}

.copy-right-section {
  background: #161616;
  padding: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-align: center;
}

.footer-email {
  display: flex;
  margin-top: 10px;
  justify-content: center;
  list-style: none;
}

.footer-email li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.footer-email li:not(last-child) {
  margin-right: 10px;
}

.footer-email li:after {
  content: "|";
  padding-left: 10px;
}

.footer-email li.last:after {
  content: "";
}
.mobile-slide {
  display: none;
}

.owl-carousel .nav-button {
  height: auto;
  width: auto;
  cursor: pointer;
  position: absolute;
  top: 45% !important;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  padding: 10px;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: -35px;
}
.owl-carousel .owl-next {
  right: -35px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 3px;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}
.btn-primary {
  background: #f68634 !important;
  border-color: #f68634 !important;
}
.hall-of-fame-carousel .events .entry,
.hall-of-fame-carousel .ievent {
  padding: 0 0 30px 0;
  background-color: transparent;
  border-bottom: 0;
}

.fame-head h3 {
  font-weight: 700 !important;
}

.fame-head h3 span {
  font-weight: 400;
  color: #232020;
}

.fame-innr-head {
  background: rgba(246, 130, 32, 1);
  padding: 10px;
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
}

.heading-block h3 + span.fame-innr-head {
  color: #fff !important;
  font-weight: 300;
  max-width: 350px;
  margin-top: 0;
}
.sci-grid {
  bottom: -0.75rem;
  right: 0;
  width: 98%;
  height: 98%;
  z-index: 0;
  transform: translate3d(0px, 0px, 0px);
  position: absolute;
  border-radius: 0.4rem;
}

.sci-card-bg-1 {
  background-color: rgba(2, 97, 115, 0.2) !important;
}

.sci-card-bg-2 {
  background-color: rgba(246, 130, 32, 0.08) !important;
}

.sci-card-bg-3 {
  background-color: rgba(246, 130, 32, 0.08) !important;
}

.sci-card-bg-4 {
  background-color: rgba(246, 130, 32, 0.08) !important;
}

.sci-card {
  box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0 0 1.25rem rgb(30 34 40 / 4%);
  border: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.4rem;
}

.sci-card-img img,
.sci-card-img {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.sci-card-img img {
  opacity: 0.9;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.sci-card-img img:hover {
  opacity: 1;
}

.sci-card-img {
  width: 100%;
}

.sci-card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.sci-card-body h6 {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.hall-grid-top {
  position: relative;
}

.hall-grid-back {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(53, 53, 53, 0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.hall-grid-top:hover .hall-grid-back {
  top: 0;
  height: 100%;
}

.hall-grid-back .text {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hall-grid-back .text span {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
}

.hall-grid-back .text span.name {
  font-size: 16px;
  font-weight: bold;
}

.hall-grid-back span.prog {
  font-size: 12px;
  line-height: 18px;

  padding-bottom: 10px;
}

.hall-grid-back .text ul {
  padding: 0;
  margin: 0;
}

.hall-grid-back .text li:nth-child(1) {
  border-top: 0;
}

.hall-grid-back .text li {
  list-style: none;
  /* list-style-image: url(images/Star-Bullet.svg) !important; */
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  border-top: 1px dashed #666;
  padding: 5px 20px;
}

.hall-grid-back .text li:before {
  content: "";
  margin: 0 5px 0 -11px;
  background-position: center;
  background-image: url(images/li-right-arrow-white.png);
  width: 5px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
}

.sci-card-body span {
  font-weight: 500;
  display: block;
  font-size: 13px;
}

.sci-card-body .prog {
  font-size: 12px;
}

.gc-ser-grid {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px #ccc;
  transition: all 0.4s;
  padding: 2.7rem 2.7rem;
  text-align: center;
  height: 183px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  width: 100%;
}

.gc-ser-grid img {
  display: none;
}

.gc-price-tenure {
  display: block !important;
  font-size: 16px;
  color: #232020;
  font-weight: 400;
}

.gc-pricing-price {
  font-size: 35px;
  font-weight: 700;
  color: #f5821f;
  display: block;
  width: 100%;
}

.gc-highlights .entry-content {
  min-height: 100px;
}
.plogo1 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: 5px;
}
.plogo2 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -175px;
}
.plogo3 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -335px;
}
.plogo4 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -510px;
}
.plogo5 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -660px;
}
.plogo6 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -835px;
}
.plogo7 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -1000px;
}
.plogo8 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -1175px;
}
.plogo9 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -1322px;
}
.plogo10 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -1480px;
}
.plogo11 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -1657px;
}
.plogo12 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -1818px;
}
.plogo13 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -1981px;
}
.plogo14 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -2152px;
}
.plogo15 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -2310px;
}
.plogo16 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -2475px;
}
.plogo17 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -2645px;
}
.plogo18 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -2810px;
}
.plogo19 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -2970px;
}
.plogo20 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -3140px;
}
.plogo21 {
  background-image: url(../images/placement/all.jpg);
  width: 164px;
  height: 73px;
  background-position-x: -2930px;
}

.recruiters-slider.owl-carousel .owl-next {
  right: 0 !important;
}
.recruiters-slider.owl-carousel .owl-prev {
  left: 0 !important;
}
.recruiters-slider.owl-carousel .nav-button {
  top: 0 !important;
}
.ranking .card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 10px 10px 10px;
  border-radius: 20px;
  position: relative;
  margin-top: 55px;
  min-height: 210px;
  margin-bottom: 20px;
}
.ranking .card .av-img {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  border: 5px solid #e57d00;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.ranking .card-body {
  padding-top: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
.ranking .card-body {
  padding-top: 45px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  min-height: 200px;
}
.ranking .card-body span {
  color: #e57d00;
}
@media (max-width: 1600px) {
  .slider {
    height: 600px;
  }
}
@media (max-width: 1450px) {
  /* .col-form {
    transform: translate(-10%, 60%);
  } */
}
@media (max-width: 1370px) {
  .slider {
    height: 550px;
  }
  /* .col-form {
    transform: translate(-5%, 52%);
    z-index: 99999;
  } */
  .advantages-list li .advantage-content {
    height: 330px;
  }
  .awards-wrapper .card-content {
    min-height: 250px;
  }
}
@media (max-width: 1300px) {
  /* .col-form {
    transform: translate(-5%, 40%);
  } */
  .slider {
    height: 510px;
  }
}
@media (max-width: 1200px) {
  .awards-wrapper .card-content {
    min-height: 280px;
  }
  .advantages-list li .advantage-content {
    height: 380px;
  }
  .slider {
    background-image: transparent;
    height: auto;
  }
  .mobile-slide {
    display: block;
    width: 100%;
  }
  /* .col-form {
    transform: translate(0);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 20px auto;
    position: relative;
  } */
}
@media (max-width: 1030px) {
  .advantages-list li .advantage-content {
    height: 300px;
  }
  .awards-wrapper .card-content {
    min-height: 200px;
  }
  .testi-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .testi-wrapper > img {
    width: 100%;
    margin: 0 auto;
  }

  .testi-wrapper {
    display: flex;
    flex-direction: column;
  }

  .testi-grid {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
#toggleForm{
display: none;
}
.formContainer {
  position: relative;
  top: 0;
  right: 0;
  margin:50px auto;
}
  .advantages-list li .advantage-content {
    height: 350px;
  }
  .awards-wrapper .card-content {
    min-height: 280px;
  }
  .testi-grid a {
    width: 95%;
  }
  .stats-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .logo {
    flex-direction: column;
  }
  .logo-grid {
    justify-content: space-between;
    width: 100%;
  }
  .header-number {
    /* margin-top: 10px; */
    padding: 8px 10px;
    font-size: 14px;
  }
  .footer-email {
    flex-direction: column;
  }

  .footer-email li:after {
    content: "";
    padding-left: 0;
  }
}
@media (max-width: 780px) {
  .advantages-list li .advantage-content {
    height: 430px;
  }
  .logo {
    padding: 10px;
  }

  .logo .lpude-logo {
    height: 60px;
  }

  .logo .naac-logo {
    height: 30px;
  }

  .logo .naac-logo {
    height: 30px;
  }
  .orange-bg:before {
    content: " ";
  }
}
@media (max-width: 600px) {
  .advantages-list li .advantage-content,
  .awards-wrapper .card-content {
    min-height: auto;
  }
  .space-section {
    padding: 60px 0 0 0;
  }
  .owl-carousel .owl-prev {
    left: 5px;
  }
  .owl-carousel .owl-next {
    right: 5px;
  }
  .col-form {
    width: 95%;
  }
  .advantages-list li .advantage-content {
    height: auto;
  }
  .program-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .stats-grid .stats-innr {
    font-size: 30px;
  }
}
