@font-face {
  font-family: Metropolis-Bold;
  src: url("font/Metropolis-Bold.otf");
}

@font-face {
  font-family: Metropolis-Regular;
  src: url("font/Metropolis-Regular.otf");
}

@font-face {
  font-family: Metropolis-Medium;
  src: url("font/Metropolis-Medium.otf");
}

@font-face {
  font-family: Metropolis-MediumItalic;
  src: url("font/Metropolis-MediumItalic.otf");
}

@font-face {
  font-family: Inter-Bold;
  src: url("../css/font/Inter-Bold.otf");
}

@font-face {
  font-family: Inter-Medium;
  src: url("../css/font/Inter-Medium.otf");
}

@font-face {
  font-family: Inter-Regular;
  src: url("../css/font/Inter-Regular.otf");
}

@font-face {
  font-family: Inter-SemiBold;
  src: url("../css/font/Inter-SemiBold.otf");
}
@font-face {
  font-family: Gotham-Bold;
  src: url("../css/font/Gotham-Bold.otf");
}

@font-face {
  font-family: HelveticaNeue-Regular;
  src: url("../css/font/HelveticaNeue-Regular.ttf");
}

@font-face {
  font-family: HelveticaNeue-Bold;
  src: url("../css/font/HelveticaNeue-Bold.otf");
}

@font-face {
  font-family: HelveticaNeue-Medium;
  src: url("../css/font/HelveticaNeue-Medium.ttf");
}
/* @font-face {
  font-family: Gotham-Bold;
  src: url("../css/font/Gotham-Bold.otf");
} */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: Metropolis-Regular;
  font-size: 16px;
}
/*---------- HEADER SECTION START ----------*/

.desk-nav{
  display: block;
}
.desk-nav img{
  width: 100%;
}

header {
  padding: 5px 0;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.header_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: start;
  /* padding: 0 30px; */
}

.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---------------- */
/* .banner_section {
  position: relative;
  margin: 0px 0 25px 0;
}

.content_form_box {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_content_box img{
  width: 30%;
}
.banner_heading1 {
  font-family: 'HelveticaNeue-Regular';
  font-size: 43px;
  color: #fff;
  line-height: 57px;
  margin-top: 20px;
}
.banner_heading1 span {
  font-family: 'Metropolis-Bold';
  font-size: 43px;
  color: #FFBA00;
  line-height: 57px;
  margin-top: 20px;
}
.banner_heading2 {
  font-family: 'Metropolis-Bold';
  font-size: 35px;
  color: #ffffff;
  line-height: 50px;
}
.my_btn {
  margin-top: 20px;
  border: 0;
  padding: 2px 15px;
  border-radius: 100px;
  background-color: #e77c2f;
  color: #FFF;
  font-size: 22px;
  font-family: 'Metropolis-Bold';
}
.banner_content_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.student-img img{
  width: 96%;
}
.student-img .student-mob{
  display: none;
}

.banner_btn img{
  width: 65%;
  margin-top: 15px;
} */

/* Banner section starts */
.mn_banner_section{
    padding: 0;
}

.banner_box {
    background-image: url(../images/banner-img.webp);    
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /* padding: 25px 0; */
    min-height: 438px;
    width: 100%;  
    background-color: #fef7f1;  
}

.banner_text {
    font-family: Montserrat-Black;
    color: #FFF;
    font-size: 43px;
    line-height: 54px;
}

.banner_admission {
    color: #FFF;
    font-size: 17px;
    line-height: 23px;
    font-family: Montserrat-SemiBold;
    padding: 30px 0;
}

.banner_admission span {
    color: #E3C70C;
}
/*-------------- Banner section ends ---------------*/


/* <!------------------------Form section start--------------------------> */
.form{
    padding-top: 30px;
    background-color:#fae4d5;
    /* margin-top: -24px; */
    /* width: 65%; */
}

.form-mainbox .form-heading {
    color: #111;
    font-family: Inter-Bold;
    font-size: 30px;
    margin: 0 0 33px 0;
    text-align: center;
    font-weight: 900;
  }
  
.form-mainbox .form-heading span {
    color: #fa0d0d;
    font-family: Inter-Bold;
    font-size: 30px;
    margin: 0 0 33px 0;
    text-align: center;
    font-weight: 900;
  }
  /* .form-mainbox {
    box-shadow: 20px 15px 86px rgb(248 149 34 / 19%);
    padding: 30px 30px 10px 30px;
    background-color: #FFF;
    border-radius: 41px;
    border: 2px solid #f89522;
  } */
  
  .form-box {
    position: relative;
    margin: 0 0 10px 0;
  }
  .form-box select, textarea{
   background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #bcbcbc;
    border-radius: 7px;
    height: 45px;
    font-family: 'HelveticaNeue-Regular';
  }
  .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #bcbcbc;
    border-radius: 7px;
    height: 45px;
    font-family: 'HelveticaNeue-Regular';
  }
  #contactForm ::placeholder {
    color: #bcbcbc;
    opacity: 1; /* important for some browsers */
  }
  select.form-control {
    background: url("../images/arrow1.webp") no-repeat 97% #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #bcbcbc;
  }
  .form-mainbox .btn_submit {
    background-color: #e97e42;
    color: #FFF;
    border-radius: 25px;
    font-size: 16px;
    border: 1px solid;
    font-family: HelveticaNeue-Regular;
    padding: 5px 30px;
    transition-duration: 0.3s;
    font-weight: 800;

  }
  .form-mainbox .btn_submit:hover {
    background-color: #FFF;
    color: #e97e42;
    border: 1px solid #e97e42;
  }
  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: HelveticaNeue-Regular;
}
/*----------- Form section end ------------------*/

/*------------------- Programmes Offered  section starts -----------------------*/
.prog-offered{
  background: #faf6f3;
  padding: 10px 0;
}
.txt-heading p {
    margin: 4px 0 10px 0;
    color: #6b6b6b;
    font-size: 14px;
    text-align: center;
}
:root{
      --card-radius: 10px;
      --gap: 1.25rem;
      --accent-1: #0f66b4;  /* blue */
      --accent-2: #c6861d;  /* ochre */
      --accent-3: #7b8b2f;  /* olive */
      --accent-4: #b84a2f;  /* brick */
      --accent-5: #2f7f8f;  /* teal */
      --accent-6: #6a3b6b;  /* purple */
      --accent-7: #2e9a52;  /* green */
      --accent-8: #2576a3;  /* deep blue */
    }

    /* Header area */
    .hero {
      display:flex;
      gap: 1rem;
      align-items:center;
      margin-bottom: 28px;
      padding: 0 1rem;
      justify-content: center;
    }

    .title {
      line-height:1;
    }
    .title h1{
      margin:0;
      font-size:28px;
      font-weight:700;
      color:#2a2a2a;
    }
    .title p{
      margin:4px 0 0 0;
      color:#6b6b6b;
      font-size:14px;
    }

    /* Grid */
    .catalog {
      padding: 1rem;
      max-width:1200px;
      margin: 0 auto;
    }

    .card-program {
      border-radius: var(--card-radius);
      box-shadow: 0 6px 18px rgba(22,22,22,0.06);
      overflow: hidden;
      background: #fff;
      min-height:160px;
      display:flex;
      flex-direction:column;
    }

    .card-head {
      padding: 12px 16px;
      color:#fff;
      font-weight:700;
      font-size:15px;
      letter-spacing:0.3px;
    }

    .card-body {
      padding: 14px 16px 18px;
      flex:1;
    }

    .card-body ul {
      margin:0;
      padding-left: 18px;
      list-style-type: disc;
      color:#333;
    }

    .card-footer {
      height:6px;
      /* background: linear-gradient(90deg, var(--accent-1), #155fa0); */
      /* background: transparent; */
    }

    /* Accent headers cycling */
    .accent-1 .card-head{ background: linear-gradient(90deg, var(--accent-1), #155fa0); }
    .accent-1 .card-footer{ background: linear-gradient(90deg, var(--accent-1), #155fa0); }
    .accent-2 .card-head{ background: linear-gradient(90deg, var(--accent-2), #b3711a); }
    .accent-2 .card-footer{ background: linear-gradient(90deg, var(--accent-2), #b3711a); }
    .accent-3 .card-head{ background: linear-gradient(90deg, var(--accent-3), #6a7a24); }
    .accent-3 .card-footer{ background: linear-gradient(90deg, var(--accent-3), #6a7a24); }
    .accent-4 .card-head{ background: linear-gradient(90deg, var(--accent-4), #a63e26); }
    .accent-4 .card-footer{ background: linear-gradient(90deg, var(--accent-4), #a63e26); }
    .accent-5 .card-head{ background: linear-gradient(90deg, var(--accent-5), #1f6d77); }
    .accent-5 .card-footer{ background: linear-gradient(90deg, var(--accent-5), #1f6d77); }
    .accent-6 .card-head{ background: linear-gradient(90deg, var(--accent-6), #512e57); }
    .accent-6 .card-footer{ background: linear-gradient(90deg, var(--accent-6), #512e57); }
    .accent-7 .card-head{ background: linear-gradient(90deg, var(--accent-7), #1f7a45); }
    .accent-7 .card-footer{ background: linear-gradient(90deg, var(--accent-7), #1f7a45); }
    .accent-8 .card-head{ background: linear-gradient(90deg, var(--accent-8), #1a5e8a); }
    .accent-8 .card-footer{ background: linear-gradient(90deg, var(--accent-8), #1a5e8a); }

    /* responsive column layout */
    .grid-row { margin: 30px 0; gap: var(--gap); display:grid; grid-template-columns: repeat(4, 1fr); }

    @media (max-width:1100px){ .grid-row{ grid-template-columns: repeat(3, 1fr);} }
    @media (max-width:820px){ .grid-row{ grid-template-columns: repeat(2, 1fr);} }
    @media (max-width:540px){ .grid-row{ grid-template-columns: 1fr;} }

    /* small heading inside card */
    .card-head small{ display:block; opacity:0.9; font-weight:600; font-size:13px;}

    /* subtle separator under grid */
    .section-sub { margin-top:18px; color:#666; font-size:13px; text-align:center;}
/*------------------ Programmes Offered  section ends ---------------*/

/* === WHY MIT-ADT SECTION STARTS=== */
/* ===== WHY MIT-ADT SECTION ===== */
.why-bba-sscans {
  background-color: #faf6f3;
  padding: 0 0 40px 0;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.3;
}
.section-title span {
  color: #b1002e; /* MIT brand red */
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  background: #fff;
  border-left: 5px solid #cd5a2b;
  padding: 16px 18px;
  margin-bottom: 14px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.why-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.why-list b {
  color: #522d7e;
  font-weight: 600;
}

.why-list li br {
  margin-bottom: 4px;
}

/* WHY MIT ADT SECTION ENDS */

/* ===== IMPECCABLE Placements Section Styling starts ===== */
.placements-section {
  background-color: #fff;
}

.placements-section h2 {
  color: #2a2a2a;
  font-size: 28px;
}

.text-primary {
  color: #6a3b6b !important; /* MIT purple shade */
}

.highlight-box i {
  display: block;
}

.highlight-box h3 {
  font-size: 28px;
}

.highlight-box p {
  font-size: 14px;
}

.highlight-box {
  background: #faf6f3;
  border-radius: 10px;
  padding: 20px 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/* ===== IMPECCABLE Placements Section Styling ends===== */

/* ------------------OUR Partners SECTION START--------------*/

.partners_section {
  padding: 20px 0;
}
.partners_section .txt-heading h2{
  color:#522d7e;
  text-align: center;
  font-family: 'Metropolis-Bold';
  font-size: 28px;
  margin-top: 30px;
}

.partners_section .txt-heading h2 span{
  color: #CD5A2B;
  text-align: center;
  font-family:'Metropolis-Bold';
  font-size: 28px;
  margin-top: 30px;
}
.prog-divider{  
  position: relative;
}
.partners_section .prog-div-transparent:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 37%;
    right: 0;
    width: 26%;
    height: 1px;
    background: #989898;
}
.partners_section .prog-div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 45%;
    width: 80px;
    height: 6px;
    background-color: #CD5A2B;
    border-radius: 50px;
}

.partners_logobox {
  /* border: 1px solid #EB9048; */
  margin: 0 0 25px 0;
  overflow: hidden;
  transition-duration: .5s;
  background-color: #FFF;
}

.partners_logobox img {
  transform: scale(0.9);
  transition-duration: .5s;
}

.partners_logobox:hover img {
  transform: scale(1.0);
}
/* ------------------OUR Partners SECTION END--------------*/

/* ===== Awards Section Styling ===== */
.awards-section {
  background: #faf6f3;
  padding: 30px 0 60px 0;
}

.txt-heading h2 {
    color: #522d7e;
    text-align: center;
    font-family: 'Metropolis-Bold';
    font-size: 28px;
    margin-top: 30px;
}

.txt-heading h2 span {
    color: #CD5A2B;
    text-align: center;
    font-family: 'Metropolis-Bold';
    font-size: 28px;
    margin-top: 30px;
}

.prog-div-transparent:before{
    content: "";
    position: absolute;
    top: 3px;
    left: 37%;
    right: 0;
    width: 26%;
    height: 1px;
    background: #989898;
}

.prog-div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 45%;
    width: 80px;
    height: 6px;
    background-color: #CD5A2B;
    border-radius: 50px;
}
.award-box {
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 167px;
}

.award-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.award-box img {
  max-height: 145px;
  object-fit: contain;
}
.award-box .naac-img {
  max-height: 95px;
  object-fit: contain;
}
.award-box p{
  font-size: 12px;
  margin-bottom: 0;
}
/* <!-- ===== AWARDS SECTION END ===== --> */

/* recruiters section starts */
.rec-section{
  margin: 30px 0 60px 0;
}
.rec-section .txt-heading h2{
  color:#522d7e;
  text-align: center;
  font-family: 'Metropolis-Bold';
  font-size: 28px;
  margin-top: 30px;
}

.rec-section .txt-heading h2 span{
  color: #CD5A2B;
  text-align: center;
  font-family: 'Metropolis-Bold';
  font-size: 28px;
  margin-top: 30px;
}
.prog-divider{  
  position: relative;
}
.rec-section .prog-div-transparent:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 37%;
    right: 0;
    width: 26%;
    height: 1px;
    background: #989898;
}
.rec-section .prog-div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 45%;
    width: 80px;
    height: 6px;
    background-color: #CD5A2B;
    border-radius: 50px;
}
 
.rec-section .owl-carousel .owl-item img {
    display: block;
    width: 92% !important;
}
/* recruiters section ends */

/* --------------ABOUT US SECTION START------------------ */
.aboutus_section .txt-heading h2{
  color:#522d7e;
  text-align: center;
  font-family: 'Metropolis-Bold';
  font-size: 28px;
  margin-top: 30px;
}
.aboutus_section .txt-heading h2 span{
  color: #CD5A2B;
  text-align: center;
  font-family: 'Metropolis-Bold';
  font-size: 28px;
  margin-top: 30px;
}
.about_content p {
    font-family: HelveticaNeue-Regular;
    font-size: 20px;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 30px;
    color: #707070;
    text-align: center;
}
.about_content{
  margin: 20px 0;
}
.aboutus_section .prog-div-transparent:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 37%;
    right: 0;
    width: 26%;
    height: 1px;
    background: #989898;
}
.aboutus_section .prog-div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 45%;
    width: 80px;
    height: 6px;
    background-color: #CD5A2B;
    border-radius: 50px;
}
ul.custom-list {
    max-width: 94%;
    padding: 10px 0;
    color: #707070;
    list-style: none;
    font-family: Inter-Bold;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    line-height: 30px;
    /* margin-bottom: 25px; */
}

.why li.point2::before {
    content: '';
    position: absolute;
    background-image: url(../images/orng-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    top: 5px;
    left: 0;
}
.why li::before{
    content: '';
    position: absolute;
    background-image: url(../images/blue-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    top: 5px;
    left: 0;
}

.adm-open_section{
  text-align: center;
  width: 100%;
  background-color: #522d7e;
  /* margin: -172px 0 0 0; */
}
.adm-open_section .txt-heading h2 {
  color: #fff;
  padding: 25px 0 0 0;
  position: relative;
  z-index: 0;
  /* top: -60px; */
  left: 0;
  font-family: 'Metropolis-Bold';
  font-size: 45px;
}
.adm-open_section .txt-heading h2 span {
  font-size: 45px;
  font-family: 'Metropolis-Bold';
}
.apply_btn {
  border: 0;
  padding: 0px 32px;
  border-radius: 100px;
  background-color: #e97e42;
  color: #ffffff;
  font-family: 'Metropolis-Bold';
  font-size: 38px;
  margin: 40px 0;
  cursor: pointer;
}
/* --------------ABOUT US SECTION END-------------- */


/* -----------Disclaimer Section Starts--------- */
.disclaimer_section {
    padding: 40px 0;    
    background-color: #fff;
}
.disclaimer_section .txt-heading h6{
  font-family: 'HelveticaNeue-Bold';
  color: #e97e42;
  text-align: left;
  font-size: 20px;
}
.disclaimer_section .txt-heading h6 span{
  font-family: 'HelveticaNeue-Bold';
  color: #707070;
  text-align: left;
  font-size: 17px;
}
.disclaimer_section .txt-heading p{
  font-family: 'HelveticaNeue-Regular';
  color: #707070;
  text-align: left;
  font-size: 13px;
}
.disclaimer_section .disclaimer-links a{
  text-decoration: none;
  color: #262E5D;
}

/* ADMISSIONSHALA 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; }
}
/* ADMISSIONSHALA POLICY MODALS Sections */

/* -----------Disclaimer Section Ends--------- */

/*--------------------- footer starts--------------------*/
footer{
  background: #522d7e;
}
hr{
  margin: 0;
}
.copyright{
  font-size: 14px;
  font-family: 'HelveticaNeue-Regular';
  color: #fff;
  padding: 45px 0;
}
.copyright a img{
  width: 95px;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 20px;;
}
.copyright p a{
  color: #e97e42 !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: #e97e42;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  border-radius: 40px;
  font-size: 22px;
  opacity: 0.5;
  height: 40px;
  width: 40px;
}
#myBtn:hover {
  opacity: 1;
}
/* Top button ends*/

/****************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: 'Metropolis-Regular';
}

.ty_btn, .btn_tysubmit a{
  font-family: 'Metropolis-Regular';
  background: #e97e42;
  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: #e97e42;
  background: #fff;
  border: 1px solid #e97e42;
}

/**********Thankyou page end*******************/

/* ================RESPONSIVE START=============== */
@media screen and (min-width:1601px) and (max-width:2000px) {
  .banner_box {
    background-image: url(../images/banner-img.webp);    
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /* padding: 25px 0; */
    min-height: 585px;
    width: 100%;  
    background-color: #fef7f1;  
}
}
@media screen and (min-width:1501px) and (max-width:1600px) {
  .banner_box {
    background-image: url(../images/banner-img.webp);    
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    /* padding: 25px 0; */
    min-height: 546px;
    width: 100%;  
    background-color: #fef7f1;  
}
}
@media screen and (min-width:1301px) and (max-width:1500px) {
 .banner_box {
    background-size: cover;
    min-height: 470px;
 }
} 
@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-Regular';
  font-size: 15px;
}
.aw-img {
  width: 125px;
  padding-top: 20px;
}
.spl-to-join-points ul li {
    font-size: 17px !important;
    line-height: 28px;
}
.spl-to-join-points {
    background: #752F2C;
    padding-left: 70px;
    padding-right: 20px;
    height: 408px !important;
    position: relative;
}
.spl-to-join-points ul li::before {    
    top: 9px;
}
.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-carousel .item img.banner-slide {
    width: 100%;
    height: 182vh;
    object-fit: cover;
}
.banner_box {
    min-height: 355px;
    background-color: #faf6f3;
}
}
@media screen and (max-width: 992px) {
  /* -------Responsive header start----------- */
   /* ------MAIN-MENU-START---- */
   .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-Regular';
  }

  .menu_box ul li a::after {
      display: none;
  }

  .menu_box ul li a {
    /* border-bottom: 1px dashed #fff; */
    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;
  }

  .menu_mainbox {
      float: right;
      position: relative;
      z-index: 500;
  }

  .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;
  }

  /* ------MAIN-MENU-END---- */
   /* -------Responsive header end----------- */
  .student-mob{
    display: block;
    width: 100% !important;
    /* float: right;
    margin: -329px 0 0 0 !important; */
  }
  /* .student-desk{
    display: none;
  } */
  .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: 'BebasNeue-Bold';
    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-Regular;
  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-desk, .banner_heading1, .banner_heading2, .banner_heading3, .banner_btn{
  display: none;
} */
.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: 393px !important;
}
.spl-to-join-points ul li {
    font-size: 16px !important;
}
  .carousel-control-prev{
    left: 0px;
}
.carousel-control-next{
    right: 0px;
}
.banner-carousel .item img.banner-slide {
    width: 100%;
    height: 175vh;
    object-fit: cover;
}
.prog-offered {
    padding: 20px 0;
}
}
@media screen and (min-width:767px) and (max-width:991px) {
} 
@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 {
    display: none;
} */
.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;
  }
  .prog-list-left .spl-div-transparent:before, .prog-list-right .spl-div-transparent:before  {
    top: 0px;
    left: 0;
    right: 0;
    width: 60%;
  }
  .pl_box h5,.aw-ran-box h5 {
    font-size: 14px;
  }
  .pl_box p,.aw-ran-box p {
    font-size: 28px;
  }
  .aw-ran-bg .txt-heading h2 {
    width: 55%;
  }
  .apply_btn {
    font-size: 27px;
  }
  .desktop-banner {
    display: none !important;
  }
  .mobile-banner {
    display: block !important;
  }
  .banner-carousel .item img.banner-slide {
    height: auto !important;
}

  .banner_box {
    background-image: url(../images/banner-mob-img.webp);    
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    /* padding: 25px 0; */
    min-height: 920px;
    width: 100%;  
    background-color: #fef7f1;  
}
}

@media screen and (max-width: 580px) {
  #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: 'BebasNeue-Bold';
  font-size: 19px;
  color: #F3A43B;
  line-height: 38px;
  margin-top: 0px !important;
}
.banner_heading2 {
  font-family: 'BebasNeue-Bold';
  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%;
}

.spl-wht-bg .spl-div-dot:after {
    left: 40%;
}
.spl_section .div-transparent:before {
    content: "";
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #FFBA00;
}
.spl_section .div-dot:after {
  width: 0;
}
.spl-to-join-points {
    background: #752F2C;
    padding-left: 45px;
    height: 100% !important;
}
.txt-heading h2, .spl_section .spl-to-join-points .txt-heading h2{
  font-size: 35px;
}
.prog-list-left .spl-div-transparent:before, .prog-list-right .spl-div-transparent:before {
  width: 100%;
}
.aw-ran-bg .txt-heading h2 {
    width: 95%;
}
.awards-section .spl-div-transparent:before,.prog-section .prog-div-transparent:before,
.rec-section .prog-div-transparent:before,.aboutus_section .prog-div-transparent:before,
.partners_section .prog-div-transparent:before  {
    content: "";
    position: absolute;
    top: 3px;
    left: 30%;
    right: 0;
    width: 41%;
    height: 1px;
    background: #989898;
}
.awards-section .spl-div-dot:after, .spl_section .spl-div-dot:after, .prog-section .prog-div-dot:after,
.rec-section .prog-div-dot:after,.aboutus_section .prog-div-dot:after ,.partners_section .prog-div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 45%;
    width: 45px;
    height: 6px;
    background-color: #CD5A2B;
    border-radius: 50px;
}
ul.custom-list {
    padding: 0px 0;
    margin-bottom: 0;
}
.partners_section .txt-heading h2, .prog-section .txt-heading h2,.awards-section .txt-heading h2,
.rec-section .txt-heading h2 {
  margin-top: 0;
}
.spl_section {
    margin-bottom: 0px;
}

.rec-section .owl-carousel .owl-item img {
    width: 88% !important;
}
.award-left img {
    width: 32%;
}
.award-right img {
    width: 45%;
}
.carousel-inner{
    margin-top: 0px;
}
.award-left p {
  margin-bottom: 0;
}
.about_content {
    margin: 0px 0 0px 0;
}
.second-line{
  margin-top: 10px;
}
.award-box {
    height: 100%;
}
}

@media screen and (max-width: 450px) {
  #navbar img {
    margin: 70px 0 0 0;
    width: 68px !important;
    height: 68px !important;
}

  .banner_heading1 {
    font-family: 'BebasNeue-Bold';
    font-size: 15px;
  }
  .banner_heading2 {
    font-family: 'BebasNeue-Bold';
    font-size: 17px;
  }
  .banner_btn img {
    width: 25%;
    margin: 0;
}
.aw-ran-bg .txt-heading h2 {
    font-size: 28px;
}
.aw-ran-bg .div-dot:after {
  top: 20px;
  left: 40%;
}
.pl-bg .div-dot:after {
    top: 120px;
    left: 40%;
}
  .prog-div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 45%;
    width: 30px;
  }
}

@media screen and (max-width: 380px) {

  .banner_heading1 {
    font-family: 'BebasNeue-Bold';
    font-size: 13px;
}
.banner_heading2 {
  font-family: 'BebasNeue-Bold';
  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 {
  /* padding: 0px; */
  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;
}
.banner_box {
    background-image: url(../images/banner-mob-img.webp);    
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    /* padding: 25px 0; */
    min-height: 810px;
    width: 100%;  
    background-color: #fef7f1;  
}
.award-box p {
    font-size: 10px;
}
}
@media screen and (max-width: 320px) {
  .pl-bg .div-dot:after {
    top: 120px;
  }
  .apply_btn {   
    font-size: 30px;
  }
  .banner_box {  
    min-height: 694px;
  }

}