
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../css/font/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  src: url("../css/font/Poppins-Bold.ttf");
}

@font-face {
  font-family: Poppins-Medium;
  src: url("../css/font/Poppins-Medium.ttf");
}

@font-face {
  font-family: Inter-Regular;
  src: url("../css/font/Inter-Regular.otf");
}

@font-face {
  font-family: Inter-Medium;
  src: url("../css/font/Inter-Medium.otf");
}

@font-face {
  font-family: Inter-SemiBold;
  src: url("../css/font/Inter-SemiBold.otf");
}

@font-face {
  font-family: Inter-Bold;
  src: url("../css/font/Inter-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: BebasNeue-Bold;
  src: url("../css/font/BebasNeue-Bold.otf");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: Metropolis-Regular;
  font-size: 16px;
  overflow-x: hidden;
}
/*---------- HEADER SECTION START ----------*/

.desk-nav{
  display: block;
}
.desk-nav img {
    width: 55%;
}

.header {
  /* margin: 26px 0 -62px 0; */
  padding: 5px 0;
  overflow: hidden;
  /* box-shadow: 0 9px 20px rgba(0, 0, 0, 0.1); */
  position: relative;
  background-color: #ffffff;
}

.header_main {
  /* display: flex; */
  align-items: center;
  /* justify-content: space-between;
  justify-content: start; */
      /* text-align: center; */
  padding: 20px 0 0 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---------------- */

/* === Banner layout === */
.banner_section {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 0 0;
  background: #0d3853;
  height: 584px !important;
}

/* Carousel Images */
.banner-carousel .item img.banner-slide {
  width: 100%;
  /* height: 175vh; */
  object-fit: cover;
}

/* Hide mobile banners by default */
.desktop-banner {
  display: block !important;
}
.mobile-banner {
  display: none !important;
}
/* --------Banner section ends---------------- */

/* <!------------------------Form section start--------------------------> */
.form{
    padding-top: 30px;
    background-color:#ed7c227d;
    /* margin-top: -24px; */
    /* width: 65%; */
}

.form-mainbox .form-heading {
    color: #6F7175;
    font-family: Poppins-Bold;
    font-size: 30px;
    margin: 0 0 33px 0;
    text-align: center;
    font-weight: 900;
  }
  
.form-mainbox .form-heading span {
    color: #0d3853;
    font-family: Poppins-SemiBold;
    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: #0d3050;
    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: #e67e23;
    border: 1px solid #e67e23;
  }
  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 ------------------*/

.txt-heading h2 {
    text-align: center;
    font-family: 'Inter-Bold';
    font-size: 40px;
    color: #ce4344;
}
/* .txt-heading h2 span{
    text-align: center;
    font-family: 'Inter-Bold';
    font-size: 40px;
    color: #D9A552;
} */
.hl-section{
  background: #fff;
  overflow: hidden;
  margin:60px 0 0 0;
}
/* 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;
}

/* ==== Recruiters Carousel Section ==== */
/* === FIX for showing multiple logos === */
.recruiters-carousel .owl-stage {
  display: flex !important;
}

.recruiters-carousel .owl-item {
  width: auto !important;   /* let owl set width dynamically */
  flex: 0 0 auto !important;
}

.recruiters-carousel .item {
  text-align: center;
  padding: 10px;
}

.recruiters-carousel .item img {
  max-width: 160px;
  width: 100%;
  height: auto;
  margin: auto;
  filter: grayscale(20%);
  transition: all 0.3s ease;
}

.recruiters-carousel .item img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}



/*-------- CTA section ---------*/
.cta_section {
  text-align: center;
  width: 100%;
  background-color: #fff;
  /* margin: -172px 0 0 0; */
}
.cta_section .cta_btn {
  border: 0;
  padding: 0px 32px;
  border-radius: 100px;
  background-color: #D9A552;
  color: #fff;
  font-family: 'HelveticaNeue-Medium';
  font-size: 32px;
  margin: 40px 0;
  cursor: pointer;
}
/*-------- CTA section ---------*/

/*--------- Programmes Offered section starts ---------------*/
.mba-section {
  background: #f4f4f4;
  padding: 50px 0;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
.program-title {
  color: #0d3050;
  font-size: 40px;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  font-family: 'Inter-Bold';
}
.program-title span{
    color: #e67e23;
}
.program-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 1px;
    background: #e67e23;
    top: 24px;
    left: 13%;
}
.program-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 1px;
  background: #e67e23;
  top: 24px;
  right: 13%;
}
.program-name {
  color: #b01923;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* Info Cards */
.info-card1 {
  background: #0d3050;
  /* background: #FF9E21;
  background: linear-gradient(90deg, rgba(255, 158, 33, 1) 4%, rgba(222, 86, 24, 1) 41%, rgba(22, 76, 108, 1) 100%); */
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  height: 90%;
  color: #fff;
}
.info-card2 {
  background:#fff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 26%);
  height: 90%;
}
.info-card1 h5{
  font-family: OptimaBold;
  margin-bottom: 15px;
  color: #fff;
}
.info-card2 h5 {
  font-family: Inter-Bold;
  margin-bottom: 15px;
  color: #3262aa;
}
.info-card1 ul li, .info-card2 ul li {
  font-family: 'HelveticaNeue-Regular';
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 10px;
}

/* Accent card */
.info-card2.accent {
    color: #fff;
    background: #e67e23;
}

/* Responsive */
@media (max-width: 991px) {
  .highlight-box {
    margin-top: 30px;
  }
}

/*---------- Programmes Offered section ends -------------*/

/*------------ Placement Highlights section starts -------------*/
.prog-section{
    margin: 0px 0 40px 0;
    padding: 20px 0;
}
.prog-section .txt-heading h2 {
    color: #707070;
    position: relative;
    z-index: 0;
    left: 0;
    font-family: Inter-Bold;
    font-size: 40px;
}
.prog-text1{
    padding: 20px 20px;
    background-color: #0d3050;
    color: #5C5C5C;
    height: 90%;
    border-radius: 33px;
    border: 1px solid #c9c9c9;
    position: relative;
}
.prog-text2{
    padding: 20px 20px;
    background-color: #D9A552;
    color: #5C5C5C;
    height: 90%;
    border-radius: 33px;
    border: 1px solid #c9c9c9;
    position: relative;
}
.prog-text3{
    padding: 20px 20px;
    background-color: #707070;
    color: #5C5C5C;
    height: 90%;
    border-radius: 33px;
    border: 1px solid #c9c9c9;
    position: relative;
}
.prog-text1 p, .prog-text2 p, .prog-text3 p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-family: 'Inter-Regular';
}
.prog-text1 p span,.prog-text2 p span, .prog-text3 p span{
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0px;
    font-family: 'Inter-Bold';
    line-height: 26px;
}
/*----------------Placement Highlights section ends ----------------*/
/* Placement Highlights section starts */
 .txt-heading h2 {
    text-align: center;
    font-family: HelveticaNeue-Medium;
    font-size: 40px;
    margin: 30px 0 0 0;
    color: #0d3050;
}
 .txt-heading h2 span{
    color: #e67e23;
}
#usp{
  margin: 40px 0;
}
.section-4-counter {
    padding: 0px 0 0px 0;
    background-attachment: fixed;
    text-align: left;
}
.features1{
    display: inline-block;
    padding: 20px 0px;
    position: relative;
    background-color: #C66129;
    color: #fff;
    border-radius: 100px;
    width: 100%;
    border: 3px solid #0d3050;
}
.features2{
    display: inline-block;
    padding: 20px 0px;
    position: relative;
    background-color: #ED7126;
    color: #fff;
    border-radius: 100px;
    width: 100%;
    border: 3px solid #0d3050;
}
.features3{
    display: inline-block;
    padding: 20px 0px;
    position: relative;
    background-color: #ed7126d4;
    color: #fff;
    border-radius: 100px;
    width: 100%;
    border: 3px solid #0d3050;
}
.features4{
    display: inline-block;
    padding: 20px 0px;
    position: relative;
    background-color: #ed7126ab;
    color: #fff;
    border-radius: 100px;
    width: 100%;
    border: 3px solid #0d3050;
}
.features-sec{
    display: inline-block;
    padding: 20px 40px;
    position: relative;
    width: 100%;
}
.features1 h2 span, .features2 h2 span, .features3 h2 span, .features4 h2 span{
    font-family: 'Inter-Bold';;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
 .features1 p, .features2 p, .features3 p, .features4 p{
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    color: #fff;
}
#counter-sec{
    margin-top: 30px;
}
#counter-sec .features-sec h2 span {
    font-family: Metropolis-Bold;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #2e2278;
    margin-bottom: 0;
}
 .features-sec p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: Metropolis-Medium;
    font-size: 17px;
    color: #2e2278;
}
/* Placement Highlights section ends */

/* --------------ABOUT US SECTION START------------------ */
.aboutus_section {
    /* padding: 40px 0;     */
    background-color: #fff;
}
.aboutImg_box img {
    border-radius: 10px 0 0 10px;
    border: 1px solid #ddd;
    width: 100%;
    height: 270px;
}
.about_content p {
    font-family: Inter-Regular;
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 30px;
    color: #707070;
    text-align: justify;
}
.aboutus_section .txt-heading h4 {
    text-align: center;
    font-family: Inter-Medium;
    font-size: 30px;
}

.adm-open_section{
  text-align: center;
  width: 100%;
  background-color: #0d3050;
}
.adm-open_section .txt-heading h2 {
  color: #fff;
  padding: 35px 0;
  position: relative;
  z-index: 0;
  left: 0;
  font-family: 'Poppins-SemiBold';
  font-size: 45px;
  text-transform: capitalize;
}
.apply_btn {
  border: 0;
  padding: 0px 32px;
  border-radius: 100px;
  background-color: #e67e23;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  font-size: 38px;
  margin: 30px 0 0 0;
  cursor: pointer;
}
/* --------------ABOUT US SECTION END-------------- */

/*--------------------- footer starts--------------------*/
footer{
  background: #0d3050;
}
hr{
  margin: 0;
}
.copyright{
  font-size: 10px;
  font-family: 'Poppins-Medium';
  color: #fff;
  padding: 5px 0;
}
.copyright a img{
  width: 95px;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 20px;;
}
/*--------------- footer ends ----------------------*/


/* Top button start*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: 0;
  background-color: #e67e23;
  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: 'Inter-Bold';
}

.ty_btn, .btn_tysubmit a{
  font-family: 'Inter-Medium';
  background: #e67e23;
  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 #e67e23;
}

/**********Thankyou page end*******************/

/* ================RESPONSIVE START=============== */
@media screen and (min-width:1401px) and (max-width:1500px) {
  .student-img img {
    width: 91%;
}
/* .spl-to-join-points{
    height: 100% !important;
} */
}
@media screen and (min-width:1301px) and (max-width:1400px) {
  .student-img img {
    padding: 23px 0 0 0;
    width: 100%;
}
/* .spl-to-join-points{
    height: 100% !important;
} */
} 
@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: 15px !important;
  line-height: 23px;
}
.spl-to-join-points {
    /* background:#c02d27; */
    /* padding-left: 30px; */
    /* padding-right: 20px; */
    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;
}
.program-title::before,.program-title::after  {
    content: "";
    display: block;
    position: absolute;
    width: 17%;
 }
 .banner_section {
    height: 458px !important;
}
}
@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;
}
.afac_section .spl-to-join-points{
    height: auto !important;
    text-align: center;
}
.afac_section.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%;
    /* height: 185vh; */
    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;
  /* margin-bottom: 30px; */
}
.hl-section {
  margin: 0px 0 0 0;
}
.specializations-box {
  flex-direction: column;
  gap: 20px;
  margin: 0 0px;
}
  .spec-list, .minor-box {
    flex: 0 0 70%;
    margin: 20px 0 0 0;
  }
  .program-title {
    width: 100%;
  }
  .program-name {   
    text-align: center;
}
.program-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 15%;
    height: 1px;
    background: #ccc;
    margin: 10px auto 0;
    top: 13px;
    left: 15%;
}
.program-title::after{
    content: "";
    display: block;
    position: absolute;
    width: 15%;
    height: 1px;
    background: #ccc;
    margin: 10px auto 0;
    top: 13px;
    right: 15%;
}
}
@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;
} */
 .desk-nav img {
  width: 40%;
}
.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: 31px;
  } */
  .aw-ran-bg .txt-heading h2 {
    width: 92%;
  }
  .mobile-banner .banner-mob{
    display: block !important;
  }
  .desktop-banner .banner-slide {
    display: none !important;
  }

  /* .banner-carousel .item img.banner-slide {
    height: auto !important;
  } */
  .white-line {
    content: "";
    position: absolute;
    top: 50%;
    left: 45px;
    width: 89%;
  }
  .aw-ran-after-line {
    border-right: 0;
  }
  /* .hl-comp1-mob {
    display: block;
  }
  .hl-comp1, .hl-comp3 {
    display: none;
  } */
  .pl-bg {
    width: 100%;
  }
 .desktop-banner {
    display: none !important;
  }
  .mobile-banner {
    display: block !important;
    margin-top: -60px;
  }
.banner_section {
  background: #0d3050;
  /* height: 1600px !important; */
}
.banner-carousel .item img.banner-slide {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 60px 0 0 0;
}
 .spec-title {
  background: #d58c1f;
  color: #fff;
  padding: 10px 25px;
  width: 80%;
 }
/* .spl-to-join-points {
  padding: 50px 0 0 0;
} */
.program-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 1px;
  background: #ccc;
  margin: 10px auto 0;
  top: 14px;
  left: 4%;
}
.program-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 1px;
  background: #ccc;
  margin: 10px auto 0;
  top: 14px;
  right: 4%;
}
.info-card2.accent {
    margin-top: 20px;
}
.features3, .features4 {
    margin-top: 20px;
}
.banner_section {
  height: 355px !important;
  background-color: #0d3050;
}
}
@media screen and (max-width: 580px) {
  .banner_section {
    background: #0d3050;
    height: 175px !important;
}
.banner-carousel .item img.banner-slide {
    width: 100%;
    height: auto;
    object-fit: contain;
}
  #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;
}
.afac_section.spl-to-join-points {
    /* padding-left: 45px; */
    height: 100% !important;
    /* padding: 0px 20px; */
    text-align: center;
}

/* .prog-list-left .spl-div-transparent:before, .prog-list-right .spl-div-transparent:before {
  width: 100%;
} */
.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 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
}
.rec-section {
    margin: 20px 0;
}
.adm-open_section {
  margin: 0 0;
}
.apply_btn {
  font-size: 30px;
}
.pl_box {
  padding: 20px 0;
  width: 100%;
}
.pl_box h5, .pl_box h4 {
    text-align: center;
}
.pl-after-line, .aw-ran-after-line {
    border-right: 0;
    border-bottom: 1px solid #fff;
    width: 75%;
}
.hl-comp1 {
  padding: 10px 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; */
}
.minor-title {
  width: 85%;
}
.program-title::before, .program-title::after {
  display: none;
}
.program-name {
  margin-bottom: 20px;
  font-size: 28px;
}
.features1, .features2, .features3, .features4 {
    display: inline-block;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.features3, .features4 {
    margin-top: 0px;
}

}

@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 .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: '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;
}
.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: #0d3050;
  /* height: 800px !important; */
}
/* .banner-carousel .item img.banner-slide {
    width: 100%;
    height: 383vh;
    object-fit: contain;
} */
.info-card1 {
    padding: 25px;
    height: 95%;
}
}
@media screen and (max-width: 320px) {
  .pl-bg .div-dot:after {
    top: 120px;
  }
  .apply_btn {   
    font-size: 30px;
  }
.banner_section {
  background: #0d3050;
  height: 200px !important;
}
/* .banner-carousel .item img.banner-slide {
  width: 100%;
  height: 334vh;
  object-fit: contain;
} */
}