@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* nse colors */
:root {
  /* nse primary color */
  --nse-purple: #392E7D;
  --nse-orange: #E96F24;
  --nse-red: #E41F28;
  --nse-yellow: #F1B519;
  --MIT-blue: #22438A;
  --MIT-yellow: #FCB71C;
  --nse-light-purple: #4c3ea7a6;
  --nse-light-orange: #fd7e14c4;
  --nse-light-red: #f33c44a8;
  --nse-light-yellow: #f9c53da8;
  --nse-ex-light-purple: #392e7d89;
  --nse-ex-light-orange: #fd7e1461;
  --nse-ex-light-red: #e41f284f;
  --nse-ex-light-yellow: #f1b51952;
  --btn-color: #585858;
  --main-bg-color: #fff;
  --white-color: #fff;
  --black-color: #000;
  --gray-color: #dadada;
  --light-gray-color: #eee;
  --light-bg-color: #f7f8fc;
  --bg-main-theme: #F3F6F8;
  --bg-secondary-theme: #f7fcff;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-blue: #0d6efd;
  --bs-dark-blue: #5863a6;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0080ff;
  --bs-secondary: #6c757d;
  --bs-success: #18d26b;
  --bs-info: #00b8d4;
  --bs-warning: #ffa800;
  --bs-danger: #ff3f3f;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-light-green: #58baab;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  font-size: 62.5%;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  transition: all .3s ease-in-out;
}

ul li {
  list-style: none;
}

.text-justify{
  text-align: justify;
}

/* nav starts from here */
.navbar {
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
}

.navbar .centerr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  align-items: center;
}
.navbar-nav{
  gap: 1rem;
}

.nav-item .nav-link,.brochure_btn, .brochure_btn a{
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
}
.brochure_btn a {
  border: 1px solid #e86e25 !important;
  color: #e86e25 !important;
  transition: .5s ease-in-out;
}
.brochure_btn a:hover{
  background-color: #e86e25;
  color: white !important;
}

.navbar div .navbar-logo {
  max-width: 10rem;
}

.navbar div .navbar-logo img {
  width: 100%;
}
.IIM_logo{
  max-width: 20%;
}
.IIM_logo img{
  width: 100%;
}


@media screen and (max-width: 1000px) and (min-width: 100px) {
  .navbar {
    padding: 0 2rem;
  }
  .navbar div .navbar-logo {
    width: 80px;
  }

  .IIM_logo {
    max-width: 200px;
  }
  .IIM_logo img{
    width: 100%;
  }
  .hero-section .IIM_logo {
    display: none;
  }
}

@media screen and (max-width: 700px) and (min-width: 100px) {

  .navbar {
    padding: 1rem 2rem !important;
  }

  .footer_inner {
    display: block !important;
  }
}

/* main starts from here */
main {
  position: relative;
}


.side-sticky-form{
  position: fixed;
  right: 2%;
  z-index: +999;
  bottom: 6%;
}

@media screen and (max-width: 700px) and (min-width: 100px) {
  main {
    display: flex;
    flex-direction: column;
    position: none;
    align-items: center;
  }

  .side-sticky-form{
    position:static;
  }
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  main {
    display: flex;
    flex-direction: column;
    position: none;
  }
  .side-sticky-form{
    position:static;
  }
}




/* left container */
.left-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 10px;
}


/* left heading */
.certificate-heading,
.disclaimer-heading,
.hero_section_txt_heading,
.about-iim-kashipur-heading,
.program-fee-heading,
.program-shedule-heading,
.evalution-methodology-heading,
.pedagogy-heading,
.eligbility-prequisite-heading,
.idea-for-heading,
.corse-curriculam-heading,
.af-modeling-heading,
.program-higlight-heading,
.purpose-heading,
.program-overview-heading,
.learning-outcome-headimg,
.program-benefits-heading,
.instructor-heading{
  text-transform: uppercase;
  font-size: 5rem!important;
  margin: 2rem;
  text-align: left;
  font-weight: 600;
  color: var(--nse-orange);
  padding: 5px;
  text-align: center;
}

.certificate-heading h3,
.disclaimer-heading  h3,
.hero_section_txt_heading  h3,
.about-iim-kashipur-heading  h3,
.program-fee-heading  h3,
.program-shedule-heading  h3,
.evalution-methodology-heading  h3,
.pedagogy-heading  h3,
.eligbility-prequisite-heading  h3,
.idea-for-heading  h3,
.corse-curriculam-heading  h3,
.af-modeling-heading  h3,
.program-higlight-heading  h3,
.purpose-heading  h3,
.program-overview-heading  h3,
.learning-outcome-headimg  h3,
.program-benefits-heading  h3,
.instructor-heading h3{
  font-size: 3.2rem;
  font-weight: 700;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.449);*/
}

/* para font size */
.text-heading{
    font-size: 1.6rem;
    font-weight: 600;
}
.sub-heading{
  font-size: 1.6rem;
  color: #121212;
}
.text-para{
  color: #6b6b6b;
  font-weight: 400;
  font-size: 1.5rem;
}
/* para font size ends from here*/


/* section body padding */
.disclaimer,
.about-nse,
.about-iim-kashipur,
.program-fee,
.program-shedule,
.evalution-methodology,
.pedagogy,
.eligbility-prequisite,
.corse-curriculam,
.program-benefits,
.learning-outcome,
.program-overview,
.program-higlight,
.af-modeling,
.instructor,
.idea-for{
    padding:  5px 20px;
    margin: 5px;
  }
/* section body padding ends from here*/



/* jumbotron starts from here */
.container-fluide{
  position: relative;
  margin-bottom:10vh ;
}
#program-shedule{
  position: absolute;
  top: 80%;
  left:0%;
}
.jumbotron-banner-image {
  position: relative;
  max-width: 100%;
  /* height: 80vh; */
}

.jumbotron-banner-image img {
  width: 100%;
  max-height: 85vh;
  background-size: cover;
}
/* jumbotron ends from here */


/* hero section starts from here */
.hero-section {
  padding: 20px;
  max-width: 100%;
  top: 7%;
  left: 4%;
  position: absolute;
  color: rgb(255, 255, 255);
}
.hero-nse-bottom{
  display: flex;
  max-width: 100%;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero-nse-bottom span{
  border-left: 3px solid rgb(6, 0, 48);
  padding: 0px 10px;
  background: rgb(241,181,25);
  background: linear-gradient(90deg,  rgba(57,46,125,1)0%,  rgba(241, 180, 25, 0.459) 59%);
}

.hero-section-inner h3{
  font-size: 2rem;
  color: var(--nse-orange);
}
.hero-section-inner h1{
  font-size: 3.5rem;
}
.hero-section-inner {
  /* box-shadow: 2px 2px 3px rgb(0, 0, 0), -2px -2px 3px rgb(0, 0, 0); */
  background-color: #000000b0;
  backdrop-filter: blur(20px);
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 10px;
  width: 70%;
  font-size: 3rem;
  backdrop-filter: blur(10px);
  filter: brightness(20px);
}

.hero-section-cards {
  display: flex;
  gap: 1rem;
  max-width: 70%;
}

.hero-section-card {
  align-items: center;
  border-radius: 4px;
  padding: 5px 10px;
  max-width: 350px;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  background-color: #0000003f;
  backdrop-filter: blur(20px);
  transition: all ease-in-out;
  box-shadow: 5px 5px var(--nse-purple);
}

.hero-section-card i {
  font-weight: 800;
  font-size: 2.5rem;
  color: var(--nse-yellow);
}

.hero-section-card span {
  text-align: center;
}

.hero-section-card-inner {
  display: flex;
  flex-direction: column;
}

.hero-section-cards-two{
  display: none;
 
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .hero-section-cards{
    display: none;
    background-color: #0000003f;
  }
  .hero-section-cards-two{
    display: block;
  }
  .jumbotron-banner-image {
    min-height: 100;
  }
  .jumbotron-banner-image img{
    height: 100%;
  }
  #program-shedule{
    margin-top: 17%;
    bottom:  0;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    left: -11%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .hero-section {
    top: 0%;
    left: -2%;
    right: 0%;
  }
  .hero-section-inner{
    min-width: 100%;
    min-height: 100%;
  }

  .hero-section-inner h3{
    font-size: 2rem;
  }
  .hero-section-inner h1{
    font-size: 1.7rem;
  }

  .hero-section-cards-two {
    margin-top: -10px;
    /* display: none; */
    /* flex-wrap: nowrap; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .hero-section-cards-two .hero-section-card{
    margin: 10px;
    max-width: 100%;
    min-width: 80%;
  }
  
  .hero-section-cards-two .hero-section-card i {
    color: white;
    font-size: 1.4rem;
  }
  .hero-section-card span {
    color: white;
    font-size: 1rem;
    flex-direction: column;
  }
}

@media screen and (max-width: 700px) and (min-width: 100px) {

  .hero-section-card span {
    font-size: 1.2rem;
    text-wrap: nowrap;
    flex-direction: column;
  }
}

.nse-line-img {
  max-width: 100%;
  min-width: 30%;
}

.nse-line-img img {
  width: 100%;
}

/* hero section end from here */



/* program highlight cards */
.program-higlight-cards{
  justify-content:center;
  display: flex;
  gap: 1rem;
  padding: 5px;
  flex-wrap: wrap;
}
.program-higlight-card{
  border: 2px solid rgba(0, 0, 0, 0.226);
  padding: 0px 20px;
  display: flex;
  flex-direction: row;
  max-width: 250px;
  min-width: 250px;
  align-items: center;
  text-align: center;
  border-radius: 20px;
}
.program-higlight-card-img{
  max-width: 80px;
  color: var(--nse-purple);
}
.program-higlight-card-img img{
  width: 100%;
  color: var(--nse-purple);
}
.program-higlight-card p{
  text-align: left;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.781);
  font-weight: 600;
}


/* program shedule start from here*/
.program-shedule-img{
  max-width: 150px;
}
.program-shedule-img img{
  max-width: 50%;
}

.program-shedule-cards{
  padding: 0px 20px;
  box-shadow: 2px 2px 3px black;
  background-color: var(--nse-purple);
  margin-left: 18px;
  min-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--nse-yellow);
  border-radius: 20px;
}
.program-shedule-card{
  max-width: 150px;
}
.program-shedule-card .text-para p{
  text-align: center;
  color: white;
}
.program-shedule-card .sub-heading{
  display: none;
  font-size: 1.2rem;
}
.program-shedule-card .text-para{
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
.program-shedule{
  max-width: 100%;
}
.program-shedule-card{
  max-width: 100px;
} 
.program-shedule-card .sub-heading{
  font-size: 1.2rem;
}
.program-shedule-card .text-para{
  font-size: 1rem;
}
}

/* program shedule end from here*/


/* program-overview starts from here */
.program-overview-banner{
  max-width: 100%;
  display: flex;
  justify-content: center;

}

.program-overview-inner{
  border-radius: 5px;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .program-overview-banner img{
    width: 100%;
    max-height: max-content;
  }
 
}



/* program-overviews end from here */





/* APPLICATIONS OF FINANCIAL MODELING starts from here */
.af-lists{
    /* margin: 20px; */
}
.af-modeling-list{
   /* padding: 20px; */
   /* filter: drop-shadow(2px 3px 3px rgb(0, 0, 0)); */
   border-radius: 5px;
}
.af-modeling-button{
    padding: 2px 5px;
    min-width: 250px;
	color: var(--nse-purple);
    /* background-color: var(--nse-light-purple); */
}
/* application finance end here */


.eligbility-prequisite-inner span{
	color: var(--nse-purple);
}

.af-lists li{
	list-style: disc;
}


/* learning-outcome */
.learning-outcome-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
 /* .learning-outcome-cards::-webkit-scrollbar{
    color: #0080ff;
 } */
.learning-outcome-card{
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
       display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 250px;
    max-width: 250px;
    padding: 20px;
    /* background-color: rgba(128, 128, 128, 0.205); */
    /* border: 1px solid black; */

}
.learning-outcome-card-line{
    width: 100%;
    height: 2px;
    /* background-color: var(--nse-orange); */
}
.learning-outcome-icon{
    /* max-width: 200px; */
 
    
}
.learning-outcome-icon img{
  max-width: 120px;
}
.learning-outcome-text .text-heading{
 color: var(--nse-purple);
 font-weight: 600;

}
.learning-outcome-text{
  
    padding: 5px;
    height: 10em;
    text-align: center;
    font-size: 1.5rem;
   
}

/* learning outcome end here */
.program-benefits{
    border-radius: 5px;
    margin: 10px;
    background-color: var(--nse-purple);
}
.program-benefits-lists{
    display: flex;
    flex-direction: column;
    /* margin: 0px 50px; */
}
.program-benefits-list{
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}
.program-benefits-list p{
    filter: drop-shadow(1px 1px 2px rgba(12, 12, 12, 0.363));
    color: white;
}
.program-benefits-list i{
  margin-top: 6px;
    font-size: 1.4rem;
    color: white;
}

/* instructor starts from here */
.instructor-inner{
  /*box-shadow: 1px 1px 1px  rgba(0, 0, 0, 0.467), -1px -1px 1px  rgba(0, 0, 0, 0.467);*/
  box-shadow: 1px 1px 1px rgb(57 46 125), -1px -1px 1px rgb(57 46 125);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  
}

.instructor-inner-id{
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 2rem;
}
.instructor-inner-id-img{
  min-width: 200px;
}
.instructor-inner-id-img img{
  width: 100%;
}

.instructor-inner-id-name .name-heading{
  margin: 0%;
  font-size: 2rem;
}
.instructor-inner-id-name .sub-heading:nth-child(2){
  margin-top: -15px;
}

.instructor-inner-id-name .line{
  background-color: #000000;
  max-width: 100%;
  height: 1px;
}

.instructor-inner-id-name h5{
  font-size: 1.2rem;
  margin: 0%;
}

.instructor-inner-para{
  margin-top: -20px;
  padding: 10px;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .instructor-inner-id-img{
    max-width: 80px;
  }
  
.instructor-inner-id-name .sub-heading{
  font-size: 1.3rem;
}



  .instructor-inner-id-name .name-heading{
    margin: 0%;
    font-size: 1.5rem;
  }
  
    .instructor-inner{
      flex-wrap: wrap;
      gap: 3rem;
    }
    .instructor-inner-id{
      flex-direction: column;
      align-items: center;
    }
    .instructor-inner-id{
      max-width: 100%;
    }
}
/* instructor ends from here */
/* corse curriculam starts from here */
.acc-li li{
  list-style: disc;
}



/* corse curriculam end from here */
/* Idea For starts from here */
.idea-for-cards{
  margin-top: 30px;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.idea-for-card{
  max-width: 250px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.457);
  border-bottom: 2px solid rgb(253 126 20);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.idea-card-heading{
  background-color: var(--bs-orange);
  text-align: center;
  padding: 5px;
  margin: 10px;
}

.idea-card-heading .sub-heading{
 color: white;
}

/* idea for end from here */

/* eligbility prequisite starts from here */


/* eligbility prequisite ends from here */
.eligbility-prequisite-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.eligbility-prequisite-inner-container{
  max-width: 35%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.eligbility-prequisite-inner-container:nth-child(2){
  border-left:2px solid #f2f2f4 ;
  border-right: 2px solid #f2f2f4;
}
.eligbility-prequisite-container-img{
  max-width: 150px;
}
.eligbility-prequisite-container-img img{
  width: 100%;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .eligbility-prequisite-inner-container{
    max-width: 100%;
  }
  .eligbility-prequisite-inner{
    flex-direction: column;
  }
  .eligbility-prequisite-inner-container:nth-child(2){
    border-left: none;
    border-right: none ;
    border-top: 1px solid black ;
  border-bottom: 1px solid black ;
  }
  .instructor-inner-id{
    max-width: 100%;
  }
}

/*  pedagogy starts from here*/

/*  pedagogy ends from here*/

/* evalution methodology starts from here*/
.evalution-methodology-cards{
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
      margin: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 10px;
}
.evalution-methodology-card{
 border-radius: 5px;
 padding: 10px;
 max-width: 70%;
 /*box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.187),-2px -2px 9px rgba(0, 0, 0, 0.306);*/
 background: aliceblue;
}

.evalution-methodology-card .sub-heading{
  color: var(--nse-purple);
  text-align: left;
  padding: 5px;
}
.evalution-methodology-card .text-para{
  padding: 5px;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .evalution-methodology-cards{
    flex-direction: column;
  }
  .evalution-methodology-card{
    max-width: 100%;
  }
}

/* evalution methodology ends from here*/


/* PROGRAM FEE starts from here*/

.program-fee-outer{
  border-radius: 2px;
  background-color: var(--nse-ex-light-purple);
  padding: 10px;
}
.program-fee-table{
  background-color: white;
  margin: 5px;
  border: 1px solid rgb(128, 128, 128);
}
table{
  border: 1px solid black;
}
table{
text-align: center;
font-size: 1.6rem;
font-weight: 400;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.payment_para{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.payment_para h1{
  font-size: 1.4rem;
  color: #ed6f07;
}
.payment_para_two {
  text-align: center;
  margin-top: 4rem;
  background-color: #392d7d;
  font-size: 1.6rem;
  color: aliceblue;
  padding: 10px;
}
.payment_para_two span{
  font-size: 1.2rem;
}
/* PROGRAM FEE ends from here*/

/* about-iim-kashipur */


.about-iim-kashipur-inner{
  display: flex;
  background-image: url(../images/custom/73299d7da1c515f0e23bb8d96302b94c145b8f40e2bea2f9b5a557a969ad0241.jpeg);
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  background-size: cover;  
  align-items: center;
  border-radius: 10px;
 
}

.about-iim-kashipur-para{
 align-self: flex-end;
 color: white;
 background-color: rgba(0, 0, 0, 0.5);
 padding: 10px;
 border-radius: 10px 10px 10px 10px;
 transition: ease-in 0.5s;
}

.about-iim-kashipur-para:hover{
  background-color: white;
  color: #000000;
}
.about-iim-kashipur-para:hover .text-para {
  color: black;
}
.about-iim-kashipur-para .text-para {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  color: rgb(255, 255, 255);
}
.about-iim-kashipur-inner-img{
  width: 300px ;
}
.about-iim-kashipur-inner-img img{
  width: 100%;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .about-iim-kashipur-inner{
    max-width: 100%;
  }
 
}


/* =============== about nse section start ================ */

.about_nse_inner {
  display: flex;
  background-image: url(../images/custom/nse_building.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  background-size: cover;  
  justify-content: baseline;
  align-items: center;
  border-radius: 10px;
}

.about_nse_img {
  width: 100%;
  background-color: var(--nse-purple);
}

.about_nse_img img {
  border-radius: 5rem 0 5rem 0;
  border: 1rem solid var(--white-color);
  width: 100%;
}

.about-nse-para{
  align-self: flex-end;
  color: white;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  transition: ease-in 0.5s;
}
.about-nse-para .text-para  {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  color: rgb(255, 255, 255);
}
.about_nse_inner:hover .about-nse-para{
  background-color: white;
  color: #000000;
}
.about_nse_inner:hover .about-nse-para .text-para{
  color: #000000;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .about_nse_inner{
    flex-direction: column-reverse;
  }
 
}


/* =============== contact section start ================ */
.contact_inner {
  width: 100%;
}

.contact_inner_cards {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

}

.contact_inner_card {
  margin: 25px 0px;
  width: 25rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.contact_inner_card_name {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.contact_inner_card_name .icon{
  min-width: 5rem;
  max-width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.contact_inner_card_name .icon i{
  font-size: 3rem;
  padding: 10px;
}

.icon img {
  width: 100%;
}

.contact_inner_card a {
  width: fit-content;
  padding: .6rem .8rem;
  border-radius: .6rem;
  /* border: .1rem solid var(--nse-ex-light-red); */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  font-size: 2rem;
  color: var(--bs-gray-dark);
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-left: 11px;
}

.contact_inner_card a i {
  color: var(--nse-purple);
}

/* =============== contact section end ================ */

/* 
.purpose_section_card {
  padding: 3rem 2rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 1rem;
  width: 200px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  transition: all 1s ease;
  text-align: center;
  position: relative;
}

.purpose_section_card h4 {
  min-height: 50px;
  color: var(--nse-purple);
}

.purpose_section_card p {
  font-size: 1.4rem;
}

.purpose_section_cardIMG {
  max-width: 10rem;
  max-height: 10rem;
  padding: 10px;
}

.purpose_section_cardIMG img {
  width: 100%;
  height: 100%;
}

.purpose_section_card:hover {
  scale: 0.9;
  box-shadow: 2px 2px 3px orangered, -2px -2px 3px blueviolet;
}

.purpose_section_card:hover {
  transition: all 1s ease;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/* purpose end here */



/* more about start here */
.more-about {
  display: flex;
  gap: 2rem;
}

.more-about-img {
  max-width: 250px;
}

.more-about-img img {
  max-width: 100%;
  border-radius: 2rem;
}

.more-about-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.more-about-text .more-about-text-list {
  display: flex;
  gap: 1rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .more-about {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }
} 

/* more about end here */

/* disclaimer-list  */

.disclaimer-list {
  font-size: 1.2rem;
}
.disclaimer-list ul li ol li{
  list-style: none;
}
.disclaimer-list ul li{
  list-style: disc;
}
/* disclaimer-list  */

/* footer */

.footer_main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.2rem;

}

.footer_main .nse_line_footer {
  width: 98%;
  height: .6rem;
  margin: 0 auto;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
}

.footer_inner {
  font-size: 1.4rem;
  color: var(--bs-gray);
  font-weight: 400;
  padding: 0px 20px;
}

.social_media ul {
  width: fit-content;
  display: flex;
  gap: 2rem;
}

.social_media .icon {
  min-width: 2.8rem;
  width: 2.8rem;
}

.social_media .icon img {
  min-width: 2.8rem;
  width: 2.8rem;
}


























/* form starts from here */
.form {
  
  min-width: 33rem;
  filter: drop-shadow(2px 3px 3px rgb(0, 0, 0));
  /* box-shadow: 2px 2px 3px var(--nse-ex-light-red), -2px -2px 3px var(--nse-ex-light-red); */
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 350px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

.title {
  font-size: 28px;
  color: #392E7D;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: #392E7D;
}

.title::before {
  width: 18px;
  height: 18px;
  background-color: #392E7D;
}

.title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.message,
.signin {
  color: rgba(88, 87, 87, 0.822);
  font-size: 14px;
}

.signin {
  text-align: center;
}

.signin a {
  color: #392E7D;
}

.signin a:hover {
  text-decoration: underline #392E7D;
}

.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}

.form label {
  position: relative;
}

.form label .input {
  width: 100%;
  padding: 10px 10px 10px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
  font-size: 1.4rem;
}

.form label .input+span {
  position: absolute;
  left: 10px;
  top: 2px;
  color: grey;
  font-size: 2rem;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown+span {
  top: 15px;
  font-size: 1.1rem;
}

.form label .input:focus+span,
.form label .input:valid+span {
  top: 30px;
  font-size: 1.1em;
  font-weight: 600;
}

.form label .input:valid+span {
  color: green;
}

.submit {
  border: none;
  outline: none;
  background-color: #392E7D;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: .3s ease;
}

.submit:hover {
  background-color: rgb(56, 90, 194);
}

#section-curriculam{
  background-image: url('../images/banners/garden.jpg');
  background-attachment: fixed;
}

#section-curriculam .accordion-item{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px;
    padding: 10px;
    color: #000000;
}





/* banner starts from here  */
#section-lerning-outcomes{
  background-image: url('../images/banners/1716177274.jpg');
  background-attachment: fixed;
}

.white-a{
  background-color: white;
}
.white-b{
  background-color: white;
  padding: 5px;
  border-radius: 2px;
}


/* register form modal start */
 #registerModal{
    z-index: 99999999999999999999999;
    height: 100vh;
}
#registerModal .modal-header img{
    position: static !important;
    width: 8rem;
}

.get_in_touch_inner{
    display: flex;
    flex-direction: column;
    gap: 3rem;
   }
   .get_in_touch_inner .section_heading_main{
    color: var(--bs-white);
   }

   .get_in_touch_innerForm{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
   .get_in_touch_innerForm form{
    width: 70rem;
    min-width: 40rem;
    padding: 2rem;
    padding-top: 0;
    border-radius: .8rem;
    background-color: #fff;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
    z-index: 9;
   }
  
   .get_in_touch_innerForm_title h4{
    font-size: 2rem;
    color: #392d7d;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
   }
   /* .get_in_touch_innerForm_title p{
    font-size: 1.5rem;
    color: var(--bs-gray);
    margin: 1rem 0;
   } */
   .get_in_touch_innerForm_input{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
   }
   .get_in_touch_innerForm_input .form-control{
    border-radius: 0px;
    border: none;
    background-color: #f2f2f3;
    font-size: 1.6rem;
    color: #777;
    padding: 1rem 1.2rem;
    border-radius: .3rem;
  }
  .get_in_touch_innerForm_input .form-control:focus{
    width: 100%;
    box-shadow: none;
    outline: none;
    background-color: #f2f2f3;
  }
  .get_in_touch_innerForm_input span{
    display: flex;
    gap: 1.2rem;
  }
  .get_in_touch_innerForm_input select{
    padding: 1rem 1.2rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    font-size: 1.6rem;
    border: none;
    color: #777;
  }
  .get_in_touch_innerForm_input .form-control::placeholder{
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #777;
  }
  .get_in_touch_innerForm_input button{
    padding: .8rem 1.6rem;
    color: #fff;
    background-color: #392d7d;
    border: none;
    border-radius: .4rem;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .btn-close{
    font-size: 1.4rem;
  }

  #ajaxResponseCheckoutForm{
    font-size: 1.4rem;
  }
/* register form modal end -----------------------------------------------------nitesh*/



.certificate-inner{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin-bottom: 10px;
 
}

.certificate-inner-card-img{
  max-width: 250px;
}
.certificate-inner-card-img img{
  width: 100%;
}
.certificate-inner-card .warn{
  font-weight: 600;
  font-size: 1.8rem;
      color: #ffffff;
    background: #392e7d;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.certificate-inner-card .sub-heading{
  color: var(--nse-purple);
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .certificate-inner{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  }


