@font-face {
    font-family: Montserrat-Black;
    src: url(../css/font/Montserrat-Black.ttf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../css/font/Montserrat-Medium.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../css/font/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../css/font/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../css/font/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Montserrat-Light;
    src: url(../css/font/Montserrat-Light.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 17px;
    line-height: 21px;
    color: #707070;
    font-weight: 400;
    overflow-x: hidden;
    font-family: Montserrat-Regular;
}

img {
    max-width: 100%;
    height: auto;
}

img:focus {
    outline: none;
}

a {
    color: #707070;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2B2B2B;
    outline: none;
}

.main-area ul li,
.main-area ol li {
    margin-bottom: 15px;
}

ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

.section-heading {
    color: #000;
    font-family: Montserrat-SemiBold;
    font-size: 30px;
    padding: 0 0 50px 0;
    text-align: center;
    position: relative;
}
.section-heading span{
    color: #9f0908;
}
.section-heading p{
    font-size: 13px;
    color: #555;
    margin: 0;
}
/* ===========Header starts===========  */

/* responsive start  */
.toggle_menu {
    display: none;
}


/* responsive end */
.top_menu_links {
    position: absolute;
    right: 0;
    top: -65px;
}

.top_menu_mainbox {
    padding: 25px 0;
    background-color: #F8F8F8;
    /* position: fixed;
    width: 100%; */
}

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

.top_link {
    display: flex;
    margin: 0;
    padding: 0;
}

.top_link li {
    list-style-type: none;
    padding: 10px;
    position: relative;
}

.top_link li a {
    text-decoration: none;
    color: #000000;
    font-family: Montserrat-Regular;
}

.top_link .reg_btn a{
    text-decoration: none;
    font-family: Montserrat-Bold;
    background-color: #1847b8;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;    
}
.admission_process_section .register-btn a{
    text-decoration: none;
    font-family: Montserrat-Bold;
    background-color: #1847b8;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;   
    margin-top: 50px;
}
.top_link li a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: #000000;
    right: 0;
    top: 31%;
}

.top_link li:nth-child(2) a::after,
.top_link li:nth-child(3) a::after {
    display: none;
}

.top_link li:nth-child(4) a {
    font-family: Montserrat-Bold;
    color: #fff;
    font-size: 18px;
}

.my_btn {
    font-family: Montserrat-Bold;
    background-color: #1847b8;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

.main_menu_mainbox {
    background-color: #990b15;
}

.main_menu_mainbox ul {
    padding: 0;
    margin: 0;
}

.main_menu_list {
    display: flex;
    justify-content: center;
}

.main_menu_list li {
    list-style-type: none;
    padding: 10px 20px;
    position: relative;
    font-size: 16px;
}

.main_menu_list li:hover {
    background-color: #fff;
    border: 1px solid #850709;
}

.main_menu_list li:hover a {
    color: #850709;
    /* font-family: Montserrat-Bold; */
    font-size: 16px;
}

.main_menu_list li:hover a::after {
    display: none;
}

.main_menu_list li a {
    color: #fff;
    text-decoration: none;
    font-family: Montserrat-SemiBold;
}

.main_menu_list li a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: #fff;
    right: 0;
    top: 31%;
}

.main_menu_list li:last-child a::after {
    display: none;
}

/* sticky css start  */
header {
    padding: 0px;
    position: relative;
    z-index: 10;
}

/* .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 7px 4px 12px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 4px 12px 3px rgba(0, 0, 0, 0.15);
} */

.btn_register_snap a {
    font-family: Montserrat-Bold;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.btn_register_snap .my_btnregister {
    font-family: Montserrat-Bold;
    background-color: #1847b8;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;

    -webkit-animation: glowing 1300ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite;
}
@-webkit-keyframes glowing {
    0% {
      background-color: #1847b8;
      -webkit-box-shadow: 0 0 3px #1847b8;
    }
    50% {
      background-color: #1847b8;
      -webkit-box-shadow: 0 0 15px #1847b8;
    }
    100% {
      background-color: #1847b8;
      -webkit-box-shadow: 0 0 3px #1847b8;
    }
  }
  @keyframes glowing {
    0% {
      background-color: #1847b8;
      box-shadow: 0 0 3px #1847b8;
    }
    50% {
      background-color: #1847b8;
      box-shadow: 0 0 15px #1847b8;
    }
    100% {
      background-color: #1847b8;
      box-shadow: 0 0 3px #1847b8;
    }
  }

  .menu_button_box{
    display: none;
  }

  .registration-btn{
    display: none;
    background-color: #c52f33;
    border-radius: 20px;
    text-decoration:none;
    padding: 8px 0px;
    color:#ffffff;
    text-align: center;
    }

.registration-btn a{
    display:none;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
}

.registration-btn:hover{
    color: #fff;
    font-family: 'Montserrat-Bold';
}
/* sticky css end  */
/* ===========header ends============  */

/* Banner section starts */
.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: 715px;
    width: 100%;  
    background-color: #fff;  
}

.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{
    margin-top: 20px
}
.form-mainbox .form-heading {
    color: #000000;
    font-family: Montserrat-Medium;
    font-size: 30px;
    margin: 0 0 33px 0;
    text-align: center;
    font-weight: 900;
  }
  .form-mainbox {
    box-shadow: 20px 15px 86px rgb(159 9 8 / 21%);
    padding: 30px 45px 10px 45px;
    background-color: #FFF;
    border-radius: 41px;
    /* margin: -160px 0 0px 0; */
  }
  
  .form-box {
    position: relative;
    margin: 0 0 30px 0;
  }
  .form-label {
    background-color: #fff;
    font-family: Montserrat-Medium;
    position: absolute;
    top: -12px;
    left: 20px;
    color: #707070;
    padding: 0 2px;
    font-size: 13px;
    margin: 0;
  }
  .form-box select, textarea{
    background-color: #fff;
    width: 100%;
    border: 1px solid #e4e4e4;
    line-height: normal;
    padding: 15px;
    border-radius: 5px;
    color: #707070;
    font-size: 12px;
    font-family: Montserrat-Medium;
  }
  .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #e4e4e4;
    border-radius: 7px;
    height: 45px;
  }
  select.form-control {
    background: url("../images/dropdown.png") no-repeat 97% #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #707070;
  }
  .form-mainbox .btn_submit {
    background-color: #9f0908;
    color: #FFF;
    border-radius: 25px;
    font-size: 16px;
    border: 1px solid;
    font-family: Montserrat-Medium;
    padding: 5px 30px;
    transition-duration: 0.3s;
    font-weight: 800;

  }
  .form-mainbox .btn_submit:hover {
    background-color: #FFF;
    color: #9f0908;
    border: 1px solid #9f0908;
  }
  input:-internal-autofill-selected {
    background-color: #FFFF;
  }
  .loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #9f0908; 
    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; 
  }  
/*----------- Form section end ------------------*/

/* PopUp Form (Webinar Form) Starts */
.banner-form-popup{
    max-width: 510px;
    position: relative;
    background: #fff;
    border-radius: 40px;
    z-index: 1;
}
 .banner-form-popup form {
    z-index: 2;
    position: relative;
    padding: 10px 20px 30px 20px
}
.banner-form-popup h5 {
    text-align: center;
    font-size: 25px;
    color: #9f0908;
    margin: 15px 0;
    font-family: 'Montserrat-Bold';
}
.banner-form-popup h4 {
   text-align: center;
    font-size: 16px;
    /* background-color: #00537e; */
    color: #9f0908;
    margin: 0 0 15px 0;
    padding: 10px;
    font-family: 'Montserrat-Bold';
}
.banner-form-popup h4 span {
    color: #000;
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    line-height: normal;
}
.banner-form-popup h6 {
    text-align: center;
    font-size: 22px;
    background: #9f0908;
    font-family: 'Montserrat-Bold';
    color:#fff;
    border: 2px solid;
    border-radius: 25px;
    padding: 10px 20px;
}
.banner-form-popup p {
    color: #9f0908;
    text-align: center;
    font-family: 'Montserrat-Medium';
    font-size: 17px;
}
.banner-form-popup p span {
    color: #000;
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    line-height: normal;
}
.banner-form-popup .banner-form-popup-row{
  margin: 0 auto;
}
.banner-form-popup ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
}
.banner-form-popup ul li {
    color: #000;
    text-align: left;
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    padding-left: 18px;
}
.banner-form-popup ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #9f0908; /* yellow tick */
    font-size: 14px;
    font-weight: bold;
}
.banner-form-popup lable {
  color: #000
} 
.banner-form-popup select.form-control {
  background: url("../images/arrow1.png") 100% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000ab;
  cursor: pointer
}
.banner-form-popup .banner-form-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 50px
} 

 .banner-form-popup .form-control  {
  font-size: 11px;
  line-height: 18px;
  border-radius: 4px;
  height: auto;
  min-height: auto;
  padding: 8px;
  max-height: 60px;
  margin:0 0 10px 0;
  color: #000;
}
.popup-logo{
  width: 80% !important;
  height: 55px !important;
  padding: 10px 5px;
  object-fit: contain;
  background: #fff;
  border-radius: 30px;
  margin: 0 auto;
}
 .banner-form-popup .btn_submit {
  background-color: #9f0908;
  color: #FFF;
  border-radius: 25px;
  font-size: 16px;
  border: 1px solid;
  font-family: Montserrat-Bold;
  padding: 8px 30px;
  transition-duration: 0.3s;
}
 .banner-form-popup .btn_submit:hover {
  background-color: #FFF;
  color: #9f0908;
  border: 1px solid #9f0908;
}
 .banner-form-popup .loader { 
  display: none; 
  border: 4px solid rgba(255, 255, 255, 0.3); 
  border-top: 4px solid #F6F6F6; 
  border-radius: 50%; 
  width: 15px; 
  height: 15px; 
  animation: spin 1s linear infinite; 
  margin-left: 10px; 
} 
.login-popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1099;
	background-color:rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 1s ease;
    overflow: scroll;
}
.login-popup.show{
	visibility:visible;
	opacity: 1;
  overflow-x: hidden;
}
.login-popup .box{
	/* background-color:#ffffff;
	width: 750px; */
	position: absolute;
	left: 50%;
	top:350px;
	transform:translate(-50%,-50%);
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	margin-left: 50px;
	transition: all 1s ease;
}
.login-popup.show .box{
	opacity: 1;
	margin-left: 0;
}
.login-popup .box .img-area{
	flex:0 0 50%;
	max-width: 50%;
	position: relative;
	overflow: hidden;
	padding:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-popup .box .img-area h1{
	font-size: 30px;
}
.login-popup .box .img-area .img{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url(../images/banner-img.webp);
	background-size: cover;
	background-position: center;
	animation: zoomInOut 7s linear infinite;
	z-index: -1;
  background-repeat: no-repeat;
}
@keyframes zoomInOut{
	0%,100%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.1);
	}
}
.login-popup .box .form{
	flex:0 0 50%;
	max-width: 50%;
	padding:40px 30px;
}

.login-popup .box .form h1{
	color:#000000;
	font-size: 30px;
	margin:0 0 30px;
}
.login-popup .box .form .form-control{
	height: 45px;
	margin-bottom: 30px;
	width: 100%;
	border:none;
	border-bottom:1px solid #cccccc;
	font-size: 15px;
	/* color:#000000; */
}
.login-popup .box .form .form-control:focus{
	outline: none;
}
.login-popup .box .form label{
	font-size: 15px;
	color:#555555;
}
.login-popup .box .form .btn{
	width: 100%;
	background-color: #9a0601;
	margin-top:40px;
	height: 45px;
	border:none;
	border-radius: 25px;
	font-size: 15px;
	text-transform: uppercase;
	color:#ffffff;
	cursor: pointer;
}
.login-popup .box .form .btn:focus{
	outline: none;
}

.login-popup .close{
  position: absolute;
  top: 0px;
  left: 85%;
  font-size: 40px;
  cursor: pointer;
  float: left;
  color: #9f0908;
  z-index: 100;
}

.login-popup select.form-control {
  background: url("../images/arrow1.png") 97% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  cursor: pointer
}
.login-popup h3{
  text-align: center;
 }
 
 .form-popup-mainbox {
  box-shadow: 0px 5px 28px #0000001A;
  padding: 25px 45px;
  background-color: #fff;
  border-radius: 41px;
  margin: 70px 0 80px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
.form-popup-mainbox .btn_submit {
  background-color: #fff;
  color: #000;
  border-radius: 25px;
  font-size: 16px;
  border: 1px solid;
  font-family: Montserrat-Bold;
  padding: 8px 30px;
  transition-duration: 0.3s;
}
.form-popup-mainbox .form-heading {
  color: #000;
  font-family: Montserrat-Bold;
  font-size: 25px;
  margin: 0 0 33px 0;
  text-align: center;
}
.banner-form-popup .g-recaptcha {
    transform: scale(0.67);
    transform-origin: 0 0;
}
 /* PopUp Form (Webinar Form) Ends */


/*-------- our_partners_section start -------------*/
.client-section{
    margin: 80px 0 80px 0;
}
.partners-box {
    padding: 10px;
    background: #fff;
    color: #9f0908;
    /* margin: 0 40px; */
}
.partners-box h3 {
    font-weight: 700;
    font-size: 27px;
    /* margin-bottom: 30px; */
    text-align: center;
}
.client-section .client-logo .item {
    transition: transform 200ms cubic-bezier(.785, .135, .15, .86), box-shadow 200ms cubic-bezier(.785, .135, .15, .86);
    margin-bottom: 15px;
    margin: 10px;
    padding: 20px;
    border: 1px solid #87000021;
    background-color: #fbf7f7;
    border-radius: 10px;
}
.client-section .client-logo .item:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.client-section .client-logo img {
    width: 200px;
    margin: 0 auto;
}
.client-section .client-logo img:hover {
    transition: all 0.3s ease-in-out 0s;
}
/*------------- our_partners_section end --------------*/

/* Key Features SECTION START */
.why-bba-sscans {
  background: #fbf7f7;
  padding: 50px 0 10px 0;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
   font-family: Montserrat-SemiBold;
}

.section-title span {
  color: #9f0908; /* brand red */
}

.why-list {
  list-style: none;
  padding-left: 0;
}

.why-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
}

.why-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #9f0908;
  font-weight: bold;
}

.highlight-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.highlight-card h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.highlight-card.dark {
  background: #02244A;
  color: #fff;
}

.highlight-card.dark h4 {
  color: #fff;
}

.info-box {
  background: linear-gradient(180deg, #a10b09db 0%, #820806 143.73%);
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  color: #fff;
  text-align: justify;
}

.duration-box span {
  font-size: 36px;
  font-weight: 800;
  color: #fbc909;
  font-family: 'Montserrat-Bold';
}
.nested-points li{
    margin-bottom: 0;
}
.nested-points li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 1px;
  color: #990b15; /* brand blue */
  font-weight: 600;
}
.info-box h4{
    font-family: 'Montserrat-Bold';
}
/* Key features SECTION END */

/* Collab section starts */
.collaboration-stats {
  background: #fbf7f7;
  padding: 0 0 40px 0;
}

.section-title {
  font-weight: 700;
  color: #000;
}

.section-subtitle {
  color: #555;
  font-size: 15px;
}

.collab-item {
  background: #fff;
      border: 1px solid #87000021;
  border-radius: 16px;
  padding: 28px 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}

.collab-item h3 {
  font-size: 40px;
  font-weight: 800;
  color: #9f0908;
  margin-bottom: 10px;
  font-family: 'Montserrat-Bold';
}

.collab-item p {
  font-size: 13px;
  font-weight: 600;
  color: #02244A;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular';
}

.collab-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
/* Collab section ends */

/* Chair professor-section starts */
.chair-professor-section {
  background: #fff;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1d1d1d;
}

.section-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.professor-img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border: 6px solid #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.pedagogy-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  margin-bottom: 40px;
  border: 1px solid #87000021;
  background-color: #fbf7f7;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .professor-img {
    width: 200px;
    height: 200px;
  }

  .pedagogy-card {
    padding: 25px;
  }
}
/* Chair professor-section ends */

/* WHY CHOOSE SECTION START */
ul.custom-list {
    max-width: 94%;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
}

.custom-list li::before {
    content: '';
    position: absolute;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    top: 5px;
    left: 0;
}
/* WHY CHOOSE SECTION END */


/* Career Opportunuties section starts*/

.opportunities-section {
    background: linear-gradient(180deg, #a10b09db 0%, #820806 143.73%);
    color: #fff;
    padding: 80px 0;
}

.opportunities-section .section-heading {
    padding-bottom: 35px;
}

.opportunities-section .section-heading span {
    color: #fff;
}
.opp-item {
  /* background: #fff; */
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 28px 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}
.opp-item img {
    max-width: 60px;
    min-height: 60px;
    margin: 0 auto 12px;
    display: block;
}
/* Career Opportunuties section ends */

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


.table thead th p,
.table thead th {
    color: #fff;
}

.table th {
    background: #00537e;
}

/*****Thankyou Page starts */

.thankyou_banner_section .heading{
    font-family: Montserrat-Black;
    font-size: 28px;
    padding: 0 0 20px 0;
    text-align: center;
    width: 100%;
    font-size: 50px;
}
.thankyoutext{
    font-family: Montserrat-Black;
    padding: 40px;
    text-align: center;
    width: 100%;
    font-size: 20px;
}
.thankyou_button .banner-btn{
    font-family: Montserrat-Black;
    font-size: 28px;
    text-align: center;
    width: 86%;
    padding: 40px;
    text-align: center;
    color: #9f0908; 
    text-decoration: none;
}
.thankyou_button .btn_tysubmit a {
    font-family: Montserrat-Black;;
    background: #9f0908;   
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.thankyou_button .btn_tysubmit a:hover {
    text-decoration: none;
    color: #9f0908;
    background: #fff;
    border: 1px solid #9f0908;
    text-decoration: none;
    text-transform: 0.4s;
}
/*****Thankyou Page end */

/* <!-- Highlights section starts --> */
/* Section */
.pl-highlights.new-style {
  background: #fbf7f7;
  padding: 80px 0;
}

/* Heading */
.pl-heading {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
  font-family: Montserrat-SemiBold;
}

.pl-heading span {
  font-weight: 700;
  color: #9f0908;
}

/* Cards */
.pl-card {
    background: #ab2b2a;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    border-top: 5px solid #fbc909;
}

.pl-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.15);
}

.pl-card img {
  max-width: 70px;
  margin-bottom: 18px;
}

/* Numbers */
.pl-card h3 {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

/* Text */
.pl-card p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

/* Highlight Card */
.pl-card.highlight {
  border-top-color: #fbc909;
  background: linear-gradient(180deg, #ffffff, #fff7db);
}
/* <!-- Highlights section ends --> */

/* ADMISSION PROCESS START */
.admission{
    padding: 60px 0;
    width: 100%;
    float: none;
    display: block;
}
.admission_listbox {
    /* display: flex; */
    justify-content: space-around;
}

.admission_no {
    font-size: 40px;
    padding: 10px 0 20px 0;
    font-family: Montserrat-Black;
    color: #9f0908;
    line-height: normal;
    float: left;
    width: 100%;
  }
.admission_no span {
    font-size: 25px;
    padding: 10px 10px 15px 0;
    font-family: Montserrat-Medium;
    color: #000;
    line-height: normal;
    float: left;
    width: 100%;
  }

.admission_list {
    padding: 0 30px 0 0;
    max-width: 100%;
    text-align: center;
}

.admission_text a {
    text-decoration: none;
}
.admission_mainbox_after {
    position: relative;
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 14px;
}
.admission_text{
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 14px;
}
.admission_mainbox_after::after {
    content: "";
    position: absolute;
    background-image: url(../images/red-arrow.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 0px 7px;
    right: -47px;
    top: 20px;
    height: 28px;
    width: 80px;
  }
  .mission_text{
    text-align: center;
  }
/* ADMISSION PROCESS END */

/*-------------- Programme section starts ------------*/
/****************** (Parallax Effect) starts********************/

body, html {
  height: 100%;
}
.parallax {
  background-image: url('../images/bg.webp');
  height: 427px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
   margin-top: 20px;
}
 .parallax .text {
  /* background-color: #0000009c; */
  /* background: linear-gradient(135deg, rgba(2, 36, 74, 0.85), rgb(0 81 143 / 38%)); */
background: linear-gradient(
  180deg,
  rgba(0, 0, 0, 0.55),
  rgba(0, 0, 0, 0.15)
);


  color: #fff;
  font-size: 2vw; 
  font-weight: bold;
  margin: 0 auto;
  padding: 63px 20px;
  width: 100%;
  text-align: center;
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* mix-blend-mode: screen; */
}

/****************** (Parallax Effect) end********************/

 .obj_txt .obj_head{
  font-family: 'Montserrat-Bold';
  font-size: 30px;
    /* margin-left: 115px; */
 }
 .obj_txt h6{
    font-family: 'Montserrat-Regular';
    font-size: 16px ;
    margin: 0 150px;
}
.obj_txt ul {
  font-family: 'Montserrat-Regular';
  margin: 30px 0 0 0px;
  font-size: 16px;
  line-height: 45px;
  text-align: left;
}
.obj_txt ul li::marker{
  color: #fff;
  font-size: 26px;
}

.para-lists li{
    position: relative;
    padding-left: 28px;
    /* margin-bottom: 14px; */
    font-size: 14px;
}
.para-lists li::before {
    content: "➜";
    position: absolute;
    left: 0px;
    top: 1px;
    color: #fff;
    font-weight: 600;
}
/*-------- Programme section ends -------------*/


/* RAnking section starts */
.recognition-section {
  padding: 60px 0;
  /* background: transparent; */
  font-family:'Montserrat-Regular';  
}

/* LEFT */
.authority-title .tagline {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    color: #9f0908;
    font-weight: 600;
    margin-bottom: 10px;
}
.authority-title h2 {
    font-size: 34px;
    line-height: 1.3;
}
.authority-title h2 span {
    color: #9f0908;
}

/* RIGHT */
.rec-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.rec-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform .3s ease;
  border: 2px solid #9f0908;
}

.rec-card:hover {
  transform: translateY(-6px);
}

.rec-card.dark {
  background: linear-gradient(180deg, #a10b09db 0%, #820806 143.73%);
  color: #fff;
  font-family: 'Montserrat-SemiBold';
}

.rec-card img {
  max-height: 45px;
  margin-bottom: 18px;
}

.rec-card h3 {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: 'Montserrat-SemiBold';
}

/* RANK BOX */
.rank-box {
  /* display: flex; */
  align-items: center;
  /* gap: 14px; */
  margin-bottom: 14px;
  font-family: 'Montserrat-Regular';
}

.rank-box span {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat-Regular';
  color: #000;
}

.rank-box h3 {
  font-size: 48px;
    color: #9f0908;
    margin-bottom: 5px;
}

/* QS LIST */
.qs-points {
  /* list-style: none; */
  padding: 0;
  margin: 0;
}

.qs-points li {
  font-size: 15px;
  font-family: 'Montserrat-Regular';
  margin-bottom: 10px;
  padding-left:18px;
  position: relative;
}

.qs-points strong {
  color: #f7a70c;
}
.qs-points  li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #f7a70c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
/* Ranking section ends */

/*  social media icons starts  */
.right_soial_icon {
    float: right;
    position: fixed;
    width: 41px;
    right: 0;
    top: 0;
    margin: 170px 0 0;
    z-index: 500;
    background-color: #c10200e0;
    padding: 7px;
    border-radius: 10px 0 0 10px;
}
.right_soial_icon a {
    float: left;
    width: 100%;
    margin: 0 0 9px;
}
/*  social media icons ends */

/* FOOTER START */

footer {
    background-color: #990b15;
    color: #FFF;
    padding: 60px 0 0px 0;
    font-family: Montserrat-Medium;
    width: 100%;
    float: left;
}

footer a {
    color: #FFF;
    text-decoration: none;
    line-height: 24px;
    font-family: 'Montserrat-Medium';
    font-size: 12px;
}

footer a:hover {
    color: #E3C70C;
}
.footer_content{
    font-size: 15px;
    font-family: Montserrat-Regular;
}
.footer-contact{
    font-size: 15px;
    font-family: Montserrat-SemiBold;
}
.footer_heading {
    font-family: Montserrat-Bold;
    font-size: 18px;
    padding: 0 0 20px 0;
}

.footer_list {
    /* border-right: 1px solid #FFF; */
    padding: 20px 40px 0 40px;
    min-height: 150px;
}

.footer_list:first-child {
    padding: 20px 20px 0 0;
}

.footer_list:last-child {
    border-right: none;
}

.footer_box1 {
    float: left;
    width: 32%;
}
.footer_box1 a{
    margin: 0px 10px 0 0;
}
.footer_box2 {
    float: left;
    width: 36%;
}

.footer_link img {
    transition-duration: 0.3s;
}

.footer_link img:hover {
    margin: -4px 0 0 0;
}

.made_by_text {
    padding: 19px 0;
    display: block;
    /* border-top: 1px solid #ddd;
    margin-top: 20px; */
}
/* FOOTER END */

/*****Responsive section starts */
@media screen and (min-width:1501px) and (max-width:2000px) {
    .banner_box {
        background-image: url(../images/banner-img.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 590px;
        width: 100%;
        background-color: #fff;
    }
    
}
@media screen and (min-width:1025px) and (max-width:1500px) {
    .banner_box {
        background-image: url(../images/banner-img.webp);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        padding: 25px 0;
        min-height: 450px;
        width: 100%;
        background-color: #fff;
    }
    .main-navigation ul li a {
        font-size: 12px;
        line-height: normal;
        padding: 10px 5px 6px;
    }
    .main-navigation ul .contact a {
        padding: 5px 10px;
    }
    .number {
        font-size: 36px;
    }
    .icon_list {
        width: 22%;
    }
    .footer_box2 {
        float: left;
        width: 50%;
    }
    .footer_box1 {
        width: 50%;
    }
    .footer_heading {
        font-size: 21px;
    }
    .footer_list {
        padding: 20px 30px 0 30px;
    }
    .footer_content {
        font-size: 15px;
        font-family: Montserrat-Regular;
    }
    .footer_list:first-child {
        padding: 20px 0 0 0;
    }
    .programme_structure_sec .programme_structure_box {
        min-height: 165px;
    }

}
@media screen and (max-width:1024px) {
    #pl-highlights {
        max-height: 100% !important;
    }
    .pl-reimaging_innerlist {
        height: 270px;
        /* max-width: 95%; */
    }
    .pl-reimaging_text, .pl-reimaging_text span {
        color: #fff;
        font-size: 12px;
    }
    .pl-highlights .heading {
        padding: 60px 0 0px 0;
    }
    .client-section {
        margin: 40px 0 80px 0;
    }
    .parallax .text {
        padding: 50px 20px;
    }
    .parallax {
        height: 534px;
    }
}
@media screen and (max-width:992px) {
    
    .number_list {
        width: 50%;
        min-height: 80px;
        padding: 10px 30px 10px 0;
        border-right: none;
    }
    .number_list:first-child {
        width: 50%;
    }
    .icon_mainbox {
        padding: 0px 0px 0px 150px;
        width: 100%;
        float: left;
    }
    .footer_box2 {
        float: left;
        width: 24%;
    }
    .home_banner_slider {
        background-color: #1a1f2b !important;
        background-image: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        min-height: inherit;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .form-banner-mainbox{
        margin-top: 30px;
    }
    .mobile_view {
        display: block;
        /* color: #fff; */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .admission_list{
        padding: 20px 0 20px 0;
        max-width: inherit;
        display: block;
        border-bottom: 1px dashed;
    }
    .admission_mainbox_after::after{
        right: -70px;
        top: 80px;
    }
    .header_topbox{
        position: fixed;
        top: 0;
        left: 0px;
        right: 0px;
        height: 80px;
        background: #fff;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0px 0 0 0;
        min-height: 600px !important;
        background-color: #fff;
    }
    .menu_mainbox {
        float: right;
        position: relative;
        z-index: 500;
    }
    .toggle_menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        margin: 20px 20px 0 0;
        cursor: pointer;
    }
    .menu_open .menu_box {
        display: block;
        position: fixed;
        background-color: #fdf5f5f0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
    }
    .menu_box {
        display: none;
    }
    .toggle_menu_close {
        background-color: #fff;
        z-index: 50;
        margin: 14px 10px 0 0;
    }
    .menu_box ul {
        /* height: 550px; */
        overflow-y: scroll;
    }
    .main_menu_list {
        display: block;
    }
    .menu_box ul li {
        text-align: center;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
    }
    .menu_box ul li a {
        width: 100%;
        font-size: 15px;
        color: #000;
        padding: 9px 0;
        border-radius: 0;
        margin: 0;
    }
     .service-title {
        font-size: 30px;
        text-align: center;
    }
    .service-programme {
        padding: 0px 0;
    }
    .process-hero-img {
        max-width: 100% !important;
    }
    .registration-btn{
        display: block;
        overflow: hidden;
        background-color: #990b15;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0px;
        font-family: 'Montserrat-SemiBold';
        padding: 5px;
        font-weight: 600;
    }
    .registration-btn a{
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        align-items: center;
        font-family: 'Montserrat-SemiBold';
    }   
    .registration-btn a:hover{
      color: #fff;
      text-decoration: none;
      font-family: 'Montserrat-SemiBold';
    }
    .made_by_text {
        margin-bottom: 30px;
    }
    .rec-container {
    grid-template-columns: 1fr;
  }

  .rec-right {
    grid-template-columns: 1fr;
  }

  .rec-left h2 {
    font-size: 28px;
  }
  .parallax .text {
        padding: 50px 20px;
    }
     .footer_box1,
    .footer_box2 {
        width: 100%;
    }
    .footer_list {
        border-right: none;
        min-height: auto;
        margin: 0 0 30px 0;
        padding: 0;
        text-align: center;
    }
    .footer_list:first-child {
        padding: 0;
    }
}
@media screen and (max-width:768px) {
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0 0 0 0;
        min-height: 460px !important;
        background-color: #fff;
    }
    .top_menu_logo img {
        max-width: 88%;
    }
    .form-heading {
        font-size: 24px;
    }
    .form-control {
        margin: 0px 0 20px 0px;
        color: #FFF;
    }
    .section-heading {
        font-size: 30px;
        padding: 0 0 20px 0;
    }
    .about_img {
        margin: 20px 10px;
    }
    .tab_content_mainbox {
        padding: 60px 0 0;
    }
    .nav-pills .nav-link {
        width: 100%;
        padding: 12px 8px 10px 8px;
        border-radius: 15px 15px 0 0;
        font-size: 14px;
    }
    .number_list {
        width: 100%;
        min-height: 60px;
        padding: 10px 30px 10px 0;
        border-right: none;
    }
    .number_list:first-child {
        width: 100%;
    }
    .number {
        font-size: 38px;
    }
    .icon_list {
        width: 60%;
        float: left;
        display: flex;
        gap: 20px;
        padding: 0 0 20px 0;
        flex-direction: column;
    }
    .img_text {
        max-width: inherit;
    }
    .admission_listbox {
        flex-direction: column;
    }
    .admission_list {
        padding: 20px 0 20px 0;
        max-width: inherit;
    }
    .admission_no {
        font-size: 35px;
        padding: 5px 0 0px 0;
        text-align: center;
    }
    .admission_list:last-child {
        border-bottom: none;
    }
    .footer_box1,
    .footer_box2 {
        width: 100%;
    }
    .footer_list {
        border-right: none;
        min-height: auto;
        margin: 0 0 30px 0;
        padding: 0;
        text-align: center;
    }
    .footer_list:first-child {
        padding: 0;
    }
    .thankyou_banner_section .heading{       
        font-size: 35px;
    }
    .thankyou_button .banner-btn{        
        font-size: 25px;
    }
    
    .admission_mainbox_after::after{
        display: none;
    }
    .about_us_section .about_us_left{
        text-align: center;
    }
    .about_us_right_box{
        padding: 20px 0 0 0;
    }
    .facilities_opportunities_sec .tab_heading h3{
        clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
        text-align: center !important;
        width: 100%;
    }
    .tab_heading h3{
        width: 100%;
        text-align: center;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .apply_now_sec h6{
        margin: 0 0 30px 0;
    }
    .apply_now_sec a{
        float: none;
        margin: 0px auto;
    }
    .apply_now_sec a:hover{
        float: none;
        margin: 0px auto;
    }
    .about_us_right{
        padding: 0 0 0 0px;
    }
    .our_partners_section .item{
        max-width: 120px;
    }
    .programmers_section-01 {
        padding: 40px 0px 0px 0px;
    }
    .about_us_section .section-heading:after {
        margin: 80px auto 0 auto;
    }
    .facilities_opportunities_sec .about_us_right_box {
        height: 94%;
    }
    .lane-tags span {
        font-size: 10.5px;
    }
    .parallax {
        height: 657px;
    }
    .parallax .text {
        padding: 50px 20px;
    }
    
    .chair-professor-section .section-title{
        text-align: center;   
    }
    .admission {
        padding: 40px 0 20px 0;
    }
     .login-popup .box {
        top: 440px;
    } 
    .banner-form-popup .banner-form-popup-row{
        margin: 0 auto;
    }
    .login-popup .close {
        position: absolute;
        top: 31px;
        left: 83%;
        font-size: 30px;
        cursor: pointer;
        float: left;
        color: #9f0908;
        z-index: 100;
    }
    .popup-logo{
        width: 90% !important;
        height: 55px !important;
        padding: 6px 0px;
        object-fit: contain;
        background: #fff;
        border-radius: 30px;
        margin: 0 auto;
    }
}

@media screen and (max-width:580px) {
    .top_menu_logo img {
        max-width: 85%;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0px 0 0 0;
        min-height: 240px !important;
        background-color: #fff;
    }
    .about_us_section .section-heading:after {
        /* margin:125px auto 0 auto; */
        display: none !important;
    }
    .menu_mainbox img {
        max-width: 30px;
    }
    .partners-box h3 {
        font-weight: 700;
        font-size: 28px;
    }
    .client-section .client-logo .item {
        padding: 10px !important;
    }
    .service-item {
        flex-direction: column;
        text-align: center;
    }

    .service-icon {
        margin: 0 auto;
    }
    .parallax {
        background-image: url(../images/bg.webp);
        height: 748px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .parallax .text {
        padding: 20px 20px;
    }
    .obj_txt h6 {
        font-family: 'Montserrat-Regular';
        font-size: 16px;
        margin: 0 auto;
    }
    .obj_txt ul {
        line-height: 29px;
    }
    .parallax .text {
        padding: 67px 20px;
    }
     .thankyou_button .btn_tysubmit a {
        font-size: 15px;
    }
}


@media screen and (min-width:381px) and (max-width:421px) {
    .parallax {
        height: 750px;
    }
}

@media screen and (max-width:380px) {
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0px 0 0 0;
        min-height: 225px !important;
        background-color: #fff;
    }
    .programme_structure_sec .programme_structure_box {
        min-height: 165px;
    }
    .form-control, .form-box textarea{
        display: block;
        width: 93% !important;
        margin: 0px 0 20px 10px;
    }
    /* .form-mainbox {
        padding: 0 0;
    } */
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
    .section-heading, .pl-highlights .heading {
        font-size: 28px;
        padding: 0 0 20px 0;
    }
   
    .about_us_section {
        padding: 0 0;
    }
    .form-mainbox {
        padding: 30px 20px 10px 20px;
      }
    .parallax {
        height: 825px;
    }
     .parallax .text {
        padding: 90px 20px;
    }
     .thankyou_button .btn_tysubmit a {
        font-size: 12px;
    }
}


@media screen and (max-width:350px) {
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0px 0 0 0;
        min-height: 190px !important;
        background-color: #fff;
    }
    .parallax {
        height: 927px;
    }
    .parallax .text {
        padding: 90px 20px;
    }
}

@media screen and (max-width:320px) {
    .parallax {
        height: 929px;
    }
    .parallax .text {
        padding: 47px 20px;
    }
    .thankyou_button .btn_tysubmit a {
        font-size: 9px;
    }
    .form-banner-mainbox {
        margin-top: 215px;
    }
    .banner-form-popup {
        max-width: 280px;
    }
    .login-popup .close {
        position: absolute;
        top: 225px;
    }
}

