@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Serif+Display:ital@0;1&family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap');

html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
/*---------- HEADER SECTION START ----------*/

.desk-nav{
  display: flex;
  align-items: center;
}
.desk-nav img {
  width: auto;
}
.logo-indira {
  height: 45px;
  width: auto;
}
.logo-singh {
  height: 50px;
  width: auto;
}
.logo-divider {
  width: 1px;
  height: 32px;
  background-color: #bcbcbc;
  margin: 0 15px;
  display: inline-block;
}
.contact-box {
  margin-left: auto;
}
.contact-num {
  background-color: #f0f8fa;
  border: 1.5px solid rgba(76, 158, 162, 0.4);
  padding: 8px 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(76, 158, 162, 0.05);
}
.contact-num svg {
  transition: color 0.3s ease;
}
.contact-num .contact-text {
  font-size: 18px !important;
  font-weight: 700;
  color: #21517D;
  transition: color 0.3s ease;
  margin-left: 2px;
}
.contact-num:hover {
  background-color: #4c9ea2;
  border-color: #4c9ea2;
  box-shadow: 0 4px 12px rgba(76, 158, 162, 0.2);
}
.contact-num:hover .contact-text {
  color: #ffffff !important;
}
.contact-num:hover svg {
  color: #ffffff !important;
}

.header {
  padding: 5px 0;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}

.header_main {
  padding: 0px 0px;
}

.header_mainbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}

.logobox img {
  max-width: 100px;
}

nav ul {
  padding: 0;
  margin: 0;
  display: flex;
}

/* -----------Banner section starts---------------- */

.mn_banner_section{
    padding: 0;
}

.banner_box {
    background-image: url("../images/banner-img.png");    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;  
    aspect-ratio: 3840 / 1583;
    background-color: #22527d;  
}
/* --------Banner section ends---------------- */

/* <!------------------------Form section start--------------------------> */
.form {
    padding: 25px 0;
    background-color: #e1f2f4;
}

.form-mainbox {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 35px;
    box-shadow: 0 10px 30px rgba(33, 81, 125, 0.06);
    border: 1px solid rgba(33, 81, 125, 0.05);
}

.form-mainbox .form-heading {
    color: #21517D;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 25px 0;
    text-align: center;
}
  
.form-mainbox .form-heading span {
    color: #21517D;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 25px 0;
    text-align: center;
}
  
.form-box {
    position: relative;
    margin: 0 0 12px 0;
}
.form-box select, textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    height: 45px;
    font-family: 'Inter', sans-serif;
    color: #374151;
    font-size: 15px;
    padding: 0 15px;
    transition: all 0.2s ease-in-out;
}
.form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    height: 45px;
    font-family: 'Inter', sans-serif;
    color: #374151;
    font-size: 15px;
    padding: 0 15px;
    transition: all 0.2s ease-in-out;
}
.form-control:focus, .form-box select:focus {
    border-color: #4c9ea2;
    box-shadow: 0 0 0 3px rgba(76, 158, 162, 0.15);
    outline: none;
}
#contactForm ::placeholder {
    color: #9ca3af;
    opacity: 1;
}
select.form-control {
    background: url("../images/arrow1.webp") no-repeat calc(100% - 15px) center #fff;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #6b7280;
}
select.form-control option {
    color: #374151;
}
.form-mainbox .btn_submit {
    background: linear-gradient(135deg, #4c9ea2, #21517D);
    color: #FFF;
    border-radius: 8px;
    font-size: 16px;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    height: 45px;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(76, 158, 162, 0.1);
    margin-bottom: 10px;
}
.form-mainbox .btn_submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(76, 158, 162, 0.25);
    background: linear-gradient(135deg, #3b888c, #1a4165);
    color: #ffffff;
    border: none;
}
  input:-internal-autofill-selected {
    background-color: #FFFF;
  }
  .loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #1b1f24; 
    border-radius: 50%; 
    width: 15px; 
    height: 15px; 
    animation: spin 1s linear infinite; 
    margin-left: 10px; 
  } 
  
  @keyframes spin { 
    0% { 
        transform: rotate(0deg); 
    } 
  
    100% { 
        transform: rotate(360deg); 
    } 
  } 
  
  .loading { 
    background-color: #ccc; 
    pointer-events: none; 
  }  
  .g-recaptcha {
    transform:scale(0.67);
    transform-origin:0 0;
}
.form-text{
  font-size: 12px;
  color: #6F7175;
  text-align: center;
  font-family: system-ui, -apple-system, sans-serif;
}
/*----------- Form section end ------------------*/

.txt-heading h2 {
    text-align: center;
    font-family: 'DM Serif Display', serif;
    font-size: 40px;
    color: #707070;
}
.txt-heading h2 span{
    color: #F4C746;
}
.hl-section {
  margin: 50px 0 0 0;
}

.txt-heading h2 {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  color: #6F7175;
}

/* Original image styles */
.hl-comp1, .hl-comp2, .hl-comp3 {
  margin: 0 auto;
}

/* Carousel specific styles */
.recruiters-carousel .item img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  transition: transform 0.3s ease;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  display: none;
  background: #FF8C21;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.owl-nav {
  text-align: center;
  margin-top: 15px;
}

/* -------- CTA section ---------*/
.cta_section {
  text-align: center;
  width: 100%;
  background-color: #fff;
}
.cta_section .cta_btn {
  border: 0;
  padding: 0px 32px;
  border-radius: 100px;
  background-color: #D9A552;
  color: #fff;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 32px;
  margin: 40px 0;
  cursor: pointer;
}
/*-------- CTA section ---------*/

/*--------- Programmes Offered section starts ---------------*/
.dual-carousel img{
  object-fit:cover;
  width:100%;
  box-shadow:0 8px 20px rgba(0,0,0,0.15);
  transition:0.3s;
}

.carousel-item{
  padding:20px 0;
}
.carousel-item p {
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #21517D;
}
/*---------- Programmes Offered section ends -------------*/

/*------------ Placement Highlights section starts -------------*/
.txt-heading h2{
  text-align: center;
  font-family: 'DM Serif Display', serif;
  font-size: 35px;
  margin-top: 30px;
  color: #525050;
}
.txt-heading h6{
  color: #4B9CA2;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
}

.pl-heading .divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}
.pl-heading .div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 34%;
    width: 33%;
    height: 2px;
    background: linear-gradient(to right, #969DEB, transparent);
}
.pl-after-line {
    max-height: 80%;
    border-right: 1px solid #CBCBCB;
}
.white-line{
    content: "";
    position: absolute;
    top: 47%;
    left: 45px;
    width: 91%;
    height: 2px;
    background: #fff;
    margin: 20px 0;
}
.pl-bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
}
.pl_box, .pl_box1 {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    margin: 15px 0;
    box-shadow: 0 10px 30px rgba(33, 81, 125, 0.05);
    border: 1px solid rgba(33, 81, 125, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1 1 calc(25% - 20px);
    min-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.pl_box:hover, .pl_box1:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(76, 158, 162, 0.12);
    border-color: rgba(76, 158, 162, 0.2);
}
.pl_box img, .pl_box1 img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    background-color: #f0f8fa;
    padding: 12px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    transition: all 0.3s ease;
}
.pl_box:hover img, .pl_box1:hover img {
    background-color: #4c9ea2;
    filter: brightness(0) invert(1);
}
.pl_box p {
    text-align: center;
    margin: 0 0 8px 0;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #21517D;
}
.pl_box1 p {
    text-align: center;
    margin: 0 0 8px 0;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #4B9CA2;
}
.pl_box h5, .pl_box1 h5 {
    text-align: center;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #4b5563;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}
.pl_box h5 strong, .pl_box1 h5 strong {
    color: #111827;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}
.pl-after-line {
    border-right: none !important;
}
.rc-list {
    background: #E1F2F4;
    padding: 40px 20px;
    border-radius: 16px;
    margin-top: 20px;
}
.recruiters_logobox {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    margin: 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    filter: grayscale(1);
    opacity: 0.75;
}
.recruiters_logobox:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(76, 158, 162, 0.15);
}
.recruiters_logobox img {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}
/*----------------Placement Highlights section ends ----------------*/

/* ------------Specialization section starts ----------------*/
.why-section {
  background: #21517D;
}

.why-section .txt-heading h2 {
    text-align: center;
    font-family: 'DM Serif Display', serif;
    font-size: 35px;
    color: #fff;
}
.why_content p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
/* ICON STYLE */
.icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon i {
  font-size: 28px;
  color: #fff;
}

.icon.red {
  background-color: #b52b27;
}

.icon.gray {
  background-color: #9e9e9e;
}

/* Divider line between columns */
.border-end {
  border-right: 1px solid #CBCBCB!important;
}
/*------------- Specialization section ends ---------------*/

/* ------------Awards section starts ----------------*/
.aw-section {
  padding: 40px 0;
  background: #f8fafc;
}
.aw-section .border-end {
  border-right: none !important;
}
.aw-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 10px 30px rgba(33, 81, 125, 0.03);
  border: 1px solid rgba(33, 81, 125, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.aw-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(76, 158, 162, 0.1);
  border-color: rgba(76, 158, 162, 0.2);
}
.aw-box img {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain;
  margin-bottom: 20px;
}
.aw-box p {
  color: #4b5563;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}
.aw-box p strong {
  color: #111827;
}
.aw-box span {
  color: #4B9CA2;
  font-weight: 600;
}
.aw-section hr {
  display: none;
}
/*------------- Awards section ends ---------------*/

/* --------------ABOUT US SECTION START------------------ */
.abt_section{
  background: #fff;
  overflow: hidden;
  margin: 40px 0 0 0;
}
.abt-bg{
  background: #fff;
}
.abt-to-join-points h2 {
    text-align: left  ;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    margin:20px 0 15px 0;
    color: #D9A552;
}

.abt-to-join-points{
    background: #fff;
    height: -webkit-fill-available;
    position: relative;
}
.abt-to-join-points p {
    font-size: 16px;
    color: #525050 !important;
    font-family: 'Inter', sans-serif;
    padding: 10px 40px 0 20px;
    text-align: justify;
}
.abt-to-join-points p span{
  color: #4B9CA2;
}
.aboutus_section {
    padding: 40px 0;    
    background-color: #fff;
    padding: 40px 0 0 0;
}
.aboutImg_box img {
    border-radius: 10px 0 0 10px;
    border: 1px solid #ddd;
    width: 100%;
    height: 270px;
}
.about_content p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 30px;
    color: #707070;
}
.aboutus_section .txt-heading h4 {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
}

.gallery_section{
  margin-bottom: 40px;
}
.adm-open_section{
  text-align: center;
  width: 100%;
  background-color: #21517D;
}
.adm-open_section .txt-heading h2 {
  color: #fff;
  padding: 0 0 35px 0;
  position: relative;
  z-index: 0;
  left: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
  text-transform: capitalize;
}
.apply_btn {
  border: 0;
  padding: 0px 32px;
  border-radius: 100px;
  background-color: #F4C746;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  margin: 30px 0 0 0;
  cursor: pointer;
}
/* --------------ABOUT US SECTION END-------------- */

/* <!-- Popup Info--> */
  #popupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    overflow-y: auto; 
  }

  #popupBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #22527d;
    padding: 25px;
    width: 580px;
    border-radius: 10px;
    text-align: center;
    overflow-y: auto; 
  }

  #popupBox h2 {
    color: red;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
  }

  #popupBox p {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    color: #fff;
  }

/* TEXT SHINE */
.shine-text {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
}

.shine-text {
  background: linear-gradient(
    90deg,
    #ffffff 20%,
    #f7cd01 40%,
    #ffffff 60%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textShine 2.5s linear infinite;
}

@keyframes textShine {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* UNDERLINE SHINE */
.shine-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    #ffc34c,
    transparent
  );
  background-size: 200% 100%;
  animation: underlineShine 5.5s linear infinite;
}

@keyframes underlineShine {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.shine-text {
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}

  .closeBtn {
    margin-top: 15px;
    padding: 8px 18px;
    background: #f4c747;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
  }

  .closeBtn:hover {
    background: #f4c747;
  }

  .prog-list h5{
    color:#f4c747;
    font-family: 'Inter', sans-serif;
    margin-top: 20px;
  }
  .prog-list ul li {
    color: #fff;
    text-align: left;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
  }
  
/* -----------Disclaimer Section Starts--------- */
.disclaimer_section {
    padding: 40px 0;    
    background-color: #fff;
}
.disclaimer_section .txt-heading h6{
  font-family: system-ui, -apple-system, sans-serif;
  color: #525050;
  text-align: left;
  font-size: 20px;
}
.disclaimer_section .txt-heading h6 span{
  font-family: system-ui, -apple-system, sans-serif;
  color: #707070;
  text-align: left;
  font-size: 17px;
}
.disclaimer_section .txt-heading p{
  font-family: system-ui, -apple-system, sans-serif;
  color: #707070;
  text-align: left;
  font-size: 13px;
}
.disclaimer_section .disclaimer-links a{
  text-decoration: none;
  color: #262E5D;
}

/* SINGH EDUCATION POLICY MODALS */
.as-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 620px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
    overflow: hidden;
}
.as-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px 14px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
    flex-shrink: 0;
}
.as-modal-header h2 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}
.as-modal-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    line-height: 1;
    transition: background 0.15s;
}
.as-modal-close:hover { background: #f0f0f0; color: #333; }
.as-modal-body {
    padding: 20px 24px 24px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.75;
    color: #444;
}
.as-modal-body h3 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 18px 0 6px;
}
.as-modal-body h3:first-of-type { margin-top: 8px; }
.as-modal-body p { margin: 0 0 8px; }
.as-modal-body ul { padding-left: 20px; margin: 0 0 8px; }
.as-modal-body ul li { margin-bottom: 4px; }
.as-modal-body a { color: #1a73e8; text-decoration: none; }
.as-modal-body a:hover { text-decoration: underline; }
.as-modal-meta {
    font-size: 12px;
    color: #888;
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 4px !important;
}
@media (max-width: 600px) {
    .as-modal { width: 95%; max-height: 85vh; }
    .as-modal-header { padding: 14px 16px 12px; }
    .as-modal-body { padding: 16px; }
}

/*--------------------- footer starts--------------------*/
footer{
  background: #707070;
}
hr{
  margin: 0;
}
.copyright{
  font-size: 14px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #fff;
  padding: 45px 0;
}
.copyright a img{
  width: 95px;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 20px;;
}
.copyright p a{
  color: #EDB62B !important;
  text-decoration: none;
}
/*--------------- footer ends ----------------------*/

/* Top button start*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: 0;
  background-color: #F4C746;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  border-radius: 40px;
  font-size: 22px;
  opacity: 0.5;
  height: 40px;
  width: 40px;
}
#myBtn:hover {
  opacity: 1;
}

/****************Thankyou page starts**********/
.thankyoutext {
  text-align: center;
  padding: 30px 0;
  font-size: 25px;
}
.thankyou_button {
  text-align: center;
}
.thankyou_banner_section{
  padding: 50px 0 120px 0;
  color: #000;
  font-family: 'Inter', sans-serif;
}

.ty_btn, .btn_tysubmit a{
  font-family: 'Inter', sans-serif;
  background: #4c9ea2;
  padding: 8px 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: 0.4s;
}

.ty_btn:hover, .btn_tysubmit a:hover {
  text-decoration: none;
  color: #555;
  background: #fff;
  border: 1px solid #4c9ea2;
}

/* ================RESPONSIVE START=============== */
@media screen and (max-width: 1024px) {
.student-img img {
    width: 90%;
    margin: 0px 0 0 0;
}
.student-img{
  padding: 0 0;
}
.student-img .student-mob{
  display: none;
}
.banner_form_box {
  margin: 28px 0 0 0;
  width: 290px;
}
.list_icon p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
}
.aw-img {
  width: 125px;
  padding-top: 20px;
}
.spl-to-join-points ul li {
  font-size: 15px !important;
  line-height: 23px;
}
.spl-to-join-points {
    background:#c02d27;
    height: auto;
    position: relative;
}
.spl-to-join-points ul li::before {    
    top: 4px;
}
.banner_heading1 {
    font-size: 35px;
    margin-top: 120px;
}
.banner_heading1 span {
    font-size: 35px;
}
.g-recaptcha {
  transform: scale(0.8);
}
.banner-form-wrap {
  padding-top: 0;
}
.banner-form {
    max-width: 297px;
}
.banner_section {
    height: 450px !important;
}
.spl-to-join-points ul li::before,.spl-to-join-points ul li.pointer2::before {
  background-size: 18px;
}
}
@media screen and (max-width: 992px) {
   .toggle_menu {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      margin:12px 20px 0 0;
      cursor: pointer;
  }

  .toggle_menu_close {
      z-index: 50;
      margin: 14px 10px 0 0;
  }
  #navbar img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    margin: 112px 0 0 0;
    z-index: 999;
  }
  nav ul li::after {
      display: none;
  }

  .menu_box ul li:last-child a {
      border: 0;
      padding: 20px 0 0 0;
  }

  .top_menubox ul {
      width: 100%;
  }

  .menu_box .top_menubox ul li {
      padding: 0 5px 0px 5px;
  }

  .menu_box .top_menubox ul li a {
      color: #ffd980;
      padding: 5px 0;
  }

  .menu_box ul {
      display: block;
      padding: 50px 0 0 0;
  }

  .menu_box .top_menubox ul {
      height: auto;
      overflow-y: auto;
  }

  .menu_open .menu_box {
      display: block;
      position: fixed;
      background-color: #eb9048ba;
      backdrop-filter: blur(10px);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 50;
  }

  .menu_box ul li {
      text-align: center;
      width: 100%;
      position: relative;
      font-family: 'Inter', sans-serif;
  }

  .menu_box ul li a::after {
      display: none;
  }

  .menu_box ul li a {
    width: 100%;
    font-size: 15px;
    color: #fff;
    padding: 9px 0;
    border-radius: 0;
    margin: 0 20px;
    font-weight: bold;
    align-items: end;
    text-align: right;
  }

  .menu_box ul li a:hover {
      color: #fff;
  }

  .dropdown_menubox_open {
      background-color: #13886a;
      margin: 0 auto;
      overflow-y: scroll;
      padding: 10% 40px 10px 40px;
      width: 90%;
      display: block !important;
      position: fixed;
      top: 10%;
      max-height: 400px;
      box-shadow: 0 0px 180px #000;
      z-index: 50;
  }

  .menu_box ul .dropdown_menubox a {
      width: 50%;
      border-bottom: 1px dashed #fff;
      padding: 8px 20px;
      margin: 0;
  }

  .dropdown_icon {
      display: none;
  }

  .dropdown_icon img {
      margin: 0;
  }

  .dropdown_icon_mobile {
      float: right;
      margin: 0px 40px 0 0px;
      position: absolute;
      right: 0;
      background-color: #a1e9d6;
      padding: 4px 10px;
      top: 5px;
      bottom: 5px;
      display: block;
  }

  .dropdown_menu:hover .dropdown_menubox {
      display: none;
  }

  .menu_box ul .dropdown_menubox .toggle_menu {
      width: auto;
      height: auto;
      margin: 14px 10px 0 0;
  }

  .logobox img {
      max-width: 56px;
  }

  .mob-nav{
    display: block;
  }
  .student-mob{
    display: block;
    width: 100% !important;
  }
  .banner_content_box img {
    width: 10%;
    margin: -301px 0 0 0;
  }
  .banner_btn img{
    width: 25%;
    margin: 0;
  }
  .banner_heading1 {
    font-size: 30px;
  }
  .banner_heading2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 21px;
    color: #ffffff;
    line-height: 38px;
}
.banner_listbox_inner {
  margin-bottom: 20px;
}
.aw-box p {
  font-size: 14px;
}
.spl_section .txt-heading h2 {
  left: 0;
}
.about_content p span {
  font-family: 'Inter', sans-serif;
  font-size: 21px;
}
.about_content p {
  text-align: center;
  font-size: 16px;
  padding: 18px 10px 0 10px;
}
.adm-open_section .txt-heading h2 {
  font-size: 36px;
}
.banner_form_box {
  margin: 28px 0 0 0;
  width: 100%;
}
.banner-mob{
  display: block;
}
.banner-form{
  margin-top: 20px;
}
.prog-list1 li, .prog-list2 li, .prog-list3 li, .prog-list4 li, .prog-list5 li{
  font-size: 17px;
}
.prog_listbox5 {  
  margin-top: -222px;
}
.student-img{
  padding: 0 0;
}

.student-img img {
    width: 86%;
    margin: 0px 0 0 0;
}
.g-recaptcha {
  transform: scale(0.6);
}
.banner-form-wrap {
  padding-top: 0;
}
.banner-form {
    max-width: 257px;
}
.form-heading {
    font-size: 18px;
}
.spl-to-join-points {
    height: auto !important;
}
.spl-to-join-points ul li {
    font-size: 16px !important;
}
  .banner-carousel .item img.banner-slide {
    width: 100%;
    object-fit: cover;
}
.aw-ran-bg .txt-heading h2 {
    width: 80%;
}
.white-line {
    content: "";
    position: absolute;
    top: 44%;
    left: 45px;
    width: 89%;
}
.left-col, .right-col {
  text-align: left;
}
.hl-section {
  margin: 0px 0 0 0;
}
.aw-box{
    padding: 30px 25px;
}
}
@media screen and (max-width: 768px) {
.student-img .student-desk{
  display: none;
}
.student-img .student-mob{
  display: block !important;
}
.banner_imgbox {
  display: none;
}
 .desk-nav img {
    width: auto;
}
.banner_content_box{
  display: none;
}
.banner-form {
  max-width: 325px;
}
  .form-heading {
    font-size: 22px;
}
.g-recaptcha {
  transform: scale(0.9);
}
.banner_heading {
    color: #000;
    line-height: normal;
    padding: 10px;
    font-size: 26px;
}
  .banner_btn {
      padding: 10px 0 20px;
  }
  .content_form_box {
      position: relative;
  }
  .list_icon {
      padding: 10px 0;
  }
  .list_heading {
      min-height: auto;
  }
  section.acheivment_section {
      padding: 30px 0;
  }
  .list_icon span {
      max-height: initial;
      font-size: 40px;
  }
  .nav-pills .nav-link {
      color: #000;
      margin: 10px 10px 0;
      padding: 9px 18px;
      font-weight: 100;
      font-size: 16px;
  }
  .specializationBox {
      margin: 25px 20px 0;
  }
  footer {
      text-align: center;
  }
  footer::before {
      width: 100%;
  }
  .whyus_section {
      padding: 30px 0;
  }
  .program_offered {
      padding: 30px 0;
  }
  .heading35_white {
      line-height: normal;
  }
  .heading35_black {
      line-height: normal;
  }
  .mapbox {
      margin: 10px 0 0 0;
  }
  .navbar-nav a::after {
      display: none;
  }
  .prog_listbox5 {
    margin-top: -292px;
  }
  .pl_box h5,.pl_box1 h5,.aw-ran-box h5 {
    font-size: 14px;
  }
  .aw-ran-bg .txt-heading h2 {
    width: 92%;
  }
  .mobile-banner .banner-mob{
    display: block !important;
  }
  .desktop-banner .banner-slide {
    display: none !important;
  }

  .white-line {
    content: "";
    position: absolute;
    top: 50%;
    left: 45px;
    width: 89%;
  }
  .aw-ran-after-line {
    border-right: 0;
  }
  .pl-bg {
    width: 90%;
    margin: 0 auto;
  }
 .desktop-banner {
    display: none !important;
  }
  .mobile-banner {
    display: block !important;
    margin-top: -60px;
  }
 

.banner_section {
    background: #fbf5eb;
    height: 1600px !important;
}

.left-col, .right-col {
  text-align: left;
  border-right: 0 ;
}
.pl_box p,.pl_box1 p {
    text-align: center;
    font-size:22px;
    line-height: 25px;
}

.carousel-item p {
    font-size: 25px;
}
#popupBox {
  margin-top: 130px;
  width: 320px;
}
}

@media screen and (max-width: 580px) {
.banner_box {
    background-image: url("../images/banner-mob-img.png");    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;  
    aspect-ratio: 1290 / 2796;
    background-color: #e1f2f4;  
}
  #navbar img {   
    margin: 70px 0 0 0;
    width: 80px !important;
    height: 80px !important;
}

.banner_content_box img {
  width: 10%;
  margin: -165px 0 0 0;
}
.banner_heading1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 19px;
  color: #F3A43B;
  line-height: 38px;
  margin-top: 0px !important;
}
.banner_heading2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 23px;
}
.banner_btn img {
  width: 25%;
  margin: 0;
}
section.prog_section {
  padding: 0px 0 20px 0;
}
.spl_logobox {
border: 0;
}
.aboutImg_box img, .about_content p {
  text-align: center;
}
.adm-open_section .txt-heading h2, .adm-open_section .txt-heading h2 span {
  font-size: 30px;
}
.recruiters_section{
  margin: 0;
  padding: 0;
}
.prog_listbox3, .prog_listbox5 {
  margin-top: 0;
}
.txt-heading h2 {
  font-size: 36px;
}

.pl-after-line,.aw-ran-after-line{
    border-right: 0;
}
.pl-bg .div-dot:after {
    top: 90px;
    left: 40%;
}

.aw-ran-bg .txt-heading h2 {
    width: 95%;
}
.prog-list-left, .prog-list-right {
    margin: 20px 0 0px 0;
}
.prog-section{
  padding: 20px 20px 0 20px;
}
.spl_section .txt-heading h2,.rec-section .txt-heading h2,.aw-ran-bg .txt-heading h2,
.prog-section .txt-heading h2, .alumni-section .txt-heading h2,.iba-hl-section .txt-heading h2,
.txt-heading h2, .spl_section .spl-to-join-points .txt-heading h2, .txt-heading h2 span  {
    font-size: 28px;
}
.prog-section .txt-heading h2, .prog-section .txt-heading h2 span{
  margin-top: 0;
  font-size: 28px;
}
.cta_section .cta_btn {
  font-size: 25px;
}
.white-line {
    display: none;
}
.spl-img img {
    width: 95%;
    padding-bottom: 20px;
}
.rank-logo {
    max-width: 80%;
    height: 150px;
    padding-bottom: 20px;
}
.alumni-logo{
  padding: 10px 0 0 0 ;
}
.pl_box p, .pl_box1 p {
    text-align: center;
    font-size: 40px;
    line-height: 35px;
}
.rec-section {
    margin: 20px 0;
}
.adm-open_section {
  margin: 0 0;
}
.apply_btn {
  font-size: 30px;
}
.pl_box, .pl_box1 {
  padding: 20px 0;
  width: 100%;
}
.pl_box h5, .pl_box h4,.pl_box1 h5, .pl_box1 h4 {
    text-align: center;
}
.pl-after-line, .aw-ran-after-line {
    border-right: 0;
    border-bottom: 1px solid #707070;
    width: 75%;
}
.hl-comp1 {
  padding: 0 0 ;
}
.ftr-to-join-points {
  padding: 50px 20px 0 20px;
}
.programmes-section, .spl_section, .ftr_section, .aboutus_section {
    padding: 0px 0 0 0;
    margin: 40px 0 0 0;
}
.program-card1 {
  margin-bottom: 0;
}
.border-end {
  border-right: none !important;
}
hr:not([size]){
    height: 0px;
}
.feature-box, .aw-box {
    padding: 0px 25px;
}
.recruiters_logobox{
  padding-bottom: 10px;
}
.aw-box img {
    width: 40%;
}
header{
  display: none;
}
.abt-to-join-points p {
  padding: 10px 20px;
}
.gallery_section img{
  margin-bottom: 20px;
}
}

@media screen and (max-width: 450px) {
  #navbar img {
    margin: 70px 0 0 0;
    width: 68px !important;
    height: 68px !important;
}

  .banner_heading1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 15px;
  }
  .banner_heading2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 17px;
  }
  .banner_btn img {
    width: 25%;
    margin: 0;
}
.aw-ran-bg .div-dot:after {
  top: 20px;
  left: 40%;
}
.pl-bg .div-dot:after {
    top: 120px;
    left: 40%;
}
}

@media screen and (max-width: 380px) {
  .banner_heading1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 13px;
}
.banner_heading2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px;
  color: #ffffff;
  line-height: 17px;
}
.txt-heading h2, .spl-wht-bg .txt-heading h2, .pl-bg .txt-heading h2, .adm-open_section .txt-heading h2 {
  font-size: 27px;
}
.spl_logobox {
  font-size: 12px;
}
form {
  overflow: hidden;
}
.banner_content_box img {
  width: 10%;
  margin: -138px 0 0 0;
}
.banner_btn img{
  width: 24%;
  margin: 0 0 0 0;
}
.prog_listbox3, .prog_listbox5 {
  margin-top: 0;
}
.aw-ran-bg .txt-heading h2 {
    font-size: 24px;
}
.pl-bg .div-dot:after {
    top: 100px;
}
.prog-list-left h4, .prog-list-right h4 {
  font-size: 23px;
}
.prog-list-left ul li, .prog-list-right ul li{
    font-size: 16px;
}
.cta_section .cta_btn {
    font-size: 22px;
}
 .banner_section {
  background: #fbf5eb;
  height: 800px !important;
}
.banner-carousel .item img.banner-slide {
    width: 100%;
    object-fit: contain;
}
}
@media screen and (max-width: 320px) {
  .pl-bg .div-dot:after {
    top: 120px;
  }
  .apply_btn {   
    font-size: 30px;
  }
.banner_section {
  background: #fbf5eb;
  height: 680px !important;
}
.banner-carousel .item img.banner-slide {
  width: 100%;
  object-fit: contain;
}
}
