@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");
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  overflow-x: hidden;
  position: relative;
}
.nse_header{
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
}


#registerModal{
  z-index: 99999;
}
.thankYou_msg_main{
  width: 100%;
  min-height: 46rem;
  display: flex;
  flex-direction: column;
  gap: .8rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 0;
}
.thankYou_msg_main h1{
  font-size: 3.5rem;
  color: #24257f;
}
.thankYou_msg_main h3{
  font-size: 2.2rem;
  color: #585858;
}
.thankYou_msg_main h6{
  font-size: 1.6rem;
  color: #585858;
}


.offcanvas.offcanvas-start {
  width: 335px !important;
}
.offcanvas .offcanvas-header button {
  position: absolute;
  left: 36rem;
  top: 2rem;
  font-size: 1.5rem;
  border: none;
}
.banner_btn{
  width: 25%;
  display: flex;
  /* justify-content: space-between; */
  gap: 1rem;
}
.banner_btn button{
  width: 49%;
  border-radius: 1rem;
  background-color: #24257f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  outline: none;
  padding: 1.2rem 1.2rem;
}
.banner_btn button:hover{
  background-color: #fff;
  color: #24257f;
  transition: all .8s ease;
}
.banner_btn a{
  display: contents;
}

@media screen and (max-width: 500px) and (min-width: 100px) {
  .offcanvas .offcanvas-header button {
    left: 25rem;
  }
  .banner_btn{
    width: 100%;
  }
}
.offcanvas .offcanvas-header button span {
  width: 35px;
  height: 35px;
  background-color: rgb(239, 240, 242);
  display: flex;
  justify-content: center;
  align-items: center;
}
.offcanvas .offcanvas-header button span i {
  font-size: 2rem;
  color: #392d7d;
}
.offcanvas .offcanvas-header .offcanvas-title {
  display: flex;
  justify-content: center;
}
.offcanvas .offcanvas-header .offcanvas-title img {
  width: 50%;
  margin-top: 3rem;
}
.offcanvas .offcanvas-body .list_side {
  list-style: none;
  font-size: 1.5rem;
  padding: 0.5rem 1.5rem;
}
.offcanvas .offcanvas-body .list_side li {
  transition: all linear 0.3s;
  width: 94%;
  align-items: center;
  border-radius: 0.25rem;
  padding: 1.3rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(69, 71, 81);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin: 0 0.8rem;
  position: relative;
}
.offcanvas .offcanvas-body .list_side li:hover {
  background-color: rgb(238, 243, 255);
  color: rgb(44, 106, 229);
}
.offcanvas .offcanvas-body .list_side li a {
  margin-left: 1.4rem;
  text-decoration: none;
  color: rgb(69, 71, 81);
}
.offcanvas .offcanvas-body .list_side li:hover a {
  transition: all linear 0.3s;
  background-color: rgb(238, 243, 255);
  color: rgb(44, 106, 229);
}
.offcanvas .offcanvas-body .list_side li:hover .accordion-wwer:after {
  background-color: rgb(238, 243, 255);
  color: rgb(44, 106, 229);
}
.offcanvas .offcanvas-body .list_side li span i {
  color: #392d7d;
  font-size: 1.9rem;
}
.offcanvas .offcanvas-body .list_side li button {
  background-color: transparent;
  border: none;
  transition: all linear 0.3s;
  display: flex;
  width: 90%;
  align-items: center;
  border-radius: 0.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(69, 71, 81);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.offcanvas .offcanvas-body .list_side li button:hover {
  background-color: rgb(238, 243, 255);
  color: rgb(44, 106, 229);
}
.offcanvas .offcanvas-body .list_side li .accordion-wwer:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  right: 15px;
  transition: all linear 0.3s;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: rgb(69, 71, 81);
}
.offcanvas .offcanvas-body .list_side li .active:after {
  content: "\f106";
}
.offcanvas .offcanvas-body .list_side li .panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.offcanvas .offcanvas-body .list_side li .panel .panel_inner {
  margin-top: 1rem;
  list-style: disc;
}
.offcanvas .offcanvas-body .list_side li .panel .panel_inner li {
  padding: 1rem 0rem;
}
.offcanvas .offcanvas-body .list_side li .panel .panel_inner li a {
  color: rgb(69, 71, 81);
}
.offcanvas .offcanvas-body .list_side li .panel .panel_inner li:hover a {
  color: rgb(44, 106, 229);
}

.active {
  border-radius: 6px;
  /* background-color: rgb(238, 243, 255); */
  /* color: #392d7d !important; */
}

.active a {
  background-color: #e07030 !important;
  color: white;
}

.offcanvas-backdrop {
  width: 100vw;
  height: 100dvh;
}
@media screen and (max-width: 1445px) and (min-width: 1200px) {
  .offcanvas-backdrop {
    width: 102vw !important;
    height: 102vh !important;
  }
  .nse_line img {
   width: 66% !important;
}
}
.navbar {
  padding: 0rem 8rem;
  display: flex;
  justify-content: space-between;
}
.navbar .centerr{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navbar div img.nse_logo {
  width:455px;
}
.navbar div img.IIM_logo {
  width:100px;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .navbar {
    padding: 0 2rem;
  }
  .cen_content{
    display: none;
  }
  @media screen and (max-width: 1100px) and (min-width: 700px) {
    .nse_line img{
    /* width: 98% !important; */
  }
  }
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .navbar div img.nse_logo {
    width:290px;
  }
  .sorbonne_logo {
    width:21rem;
    height: 7rem;
  }
  .banner_slider .banner_content .banner_para img{
    width: 97% !important;
    /* height: 5px !important; */
  }
  .navbar {
    padding: 1rem 2rem !important;
  }
  

}

.marquee_section {
  background-color: #392d7d;
  height: auto;
  width: 100%;
  padding: 1.5rem;
}
.marquee_section .marquee_style {
  color: rgb(255, 211, 91);
  font-size: 2rem;
  width: 90%;
  font-weight: 700;
}

.marquee_section .marquee_style span{
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

.banner_slider{
  background: url(../images/banners/Banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider{

      min-height: 50vh;
  }
  .banner_slider .carousel .carousel-inner {
    min-height: 50vh !important;
  }
  .banner_slider .banner_content .banner_para .power_by_S img.power_by{
    width: 30% !important;
  }

}


@media screen and (max-width: 1500px) and (min-width: 1800px){
  .banner_btn button {
     width: 30% !important;
  }
}



.banner_slider {
  height: fit-content;
  position: relative;
}
.banner_slider .banner_content{
  background-image: linear-gradient(to right, rgb(22 22 22 / 100%), rgb(255 255 255 / 0%));max-height: 100%;
  height:100%;
}

.banner_slider .carousel-item img {
  width: 100%;
  height: 72dvh;
  filter: brightness(0.5);
}
.banner_slider .banner_content {
  z-index: 1;
  color: white;
  /* position: absolute; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner_slider .banner_content .banner_para {
  padding: 4rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 110%;
  gap: 1.2rem;
}
.banner_para_list{
  display: flex;
  gap: 1rem;
  margin-top: .6rem;
}


.banner_slider .banner_content .banner_para h2.two{
  background-color: #24257f;;
  width: fit-content;
  color: white;
  padding: .6rem .8rem;
  border-radius: .3rem;
  font-size: 1.8rem;
  font-weight: 500;
}

/* .banner_slider .banner_content .banner_para h2.two{
  background-color: #24257f;
  width: fit-content;
  color: white;
  padding: .6rem .8rem;
  border-radius: .3rem;
  font-size: 1.8rem;
  font-weight: 500;
} */

.hero_section_content h2.one{
  background-color: #e07030;
  width: fit-content;
  color: white;
  padding: .6rem .8rem;
  border-radius: .3rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.hero_section_content  img{
  padding-top: 1rem;
}

.banner_slider .banner_content .banner_para .power_by_S img.power_by{
width: 12%;
height: 20%;
margin-left: .5rem;
border-radius: 1rem;
border: 1rem solid white;
/*padding: .5rem; */
}

.banner_slider .banner_content .white_bg  {
  margin-top: 1rem;
  padding: 1rem 2rem;
  background-color: white;
  color: white;
  border-radius: .4rem;
  /* width: 20rem; */
  position: relative;
  /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */

  box-shadow: 0px 2px 10px rgba(17, 121, 239, .1);
}
.white_bg_icon{
  box-shadow: 0px 2px 10px rgba(17, 121, 239, .1);
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--bs-white);
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.white_bg_icon i{
  animation: scaliing 1.8s infinite ease alternate;
  color: #fdb400;
  font-size: 2.2rem;
}
@keyframes scaliing{
  0%{
    scale: .5;
  }
  100%{
    scale: 1;
  }
}

.banner_slider .banner_content .white_bg p {
  font-size:1.5rem;
  font-weight: 500;
  color: #777;
  text-align: center;
  margin: 0;
}

.banner_slider .banner_content .white_bg p span {
  color: #585858;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1320px) and (min-width: 1000px) {
  .banner_slider .banner_content .white_bg p {
    font-size: 1.6rem;
  }
}
.banner_slider .banner_content .white_bg .white_inner {
display: flex;
column-gap: 2rem;
flex-wrap: wrap;
}
.banner_slider .banner_content .white_bg .white_inner .white_card{
  flex-basis: 31.33%;
  text-align: center;
  /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  padding: 1rem;
  border-radius: .5rem;
  font-style: normal;
  color: #111111;
  font-weight: 400;
  display: flex;
  column-gap: 1rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .banner_content .white_bg .white_inner .white_card{
    flex-basis: 100%;
    text-align: center;
    padding: 1rem;
    border-radius: .5rem;
    font-style: normal;
    color: #111111;
    font-weight: 400;
    display: flex;
    column-gap: 1rem;
  }
  .banner_slider .banner_content .banner_para h2.two{
    width: fit-content;
  }
  .banner_slider .banner_content .banner_para{
    width: 100%;
  }
}
.banner_slider .banner_content .white_bg span.icon_herp{
  min-width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e07030;
  color: white;
  border-radius: 1rem;
}

.banner_slider .banner_content .white_bg .white_inner .white_card p{
  font-style: normal;
  color: #111111;
  font-weight: 500;
  margin: 0;
  font-size: 1.5rem;
  height: 100%;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .banner_content .white_bg .white_inner .white_card p{
    font-style: normal;
    color: #111111;
    font-weight: 500;
    margin: 0;
    font-size: 1.3rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
}
.banner_slider .banner_content .white_bg .white_inner img {
  width: 100%;
  height: 3px;
}
.banner_slider .banner_content .partner {
  background-color: white;
  padding: 1rem;
  width: 20%;
  /* margin-top: 2rem; */
  border-radius: 1rem;
}
.banner_slider .banner_content .partner p{
  color: #e07030;
  font-style: normal;
  font-size: 1.1rem;
}
.banner_slider .banner_content .partner img{
  width: 40% !important;
  height: 40px !important;
}
.banner_contentIMG{
  width: 12rem;
  position: relative;
  top: -2rem;
}
.banner_contentIMG img{
  width: 120% !important;
  height: 100% !important;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para {
    padding: 2rem 2rem;
  }
}
/* .banner_slider .banner_content .banner_para h2 {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 2.1rem;
  color: #e07030;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
} */
.banner_slider .banner_content .banner_para span.plus {
  margin: 1rem 0;
  font-size: 3rem;
  color: #FF9800;
}
.banner_slider .banner_content .banner_para h2.one {
  text-align: left;
  width: fit-content;
  padding: 0.5rem 1rem;
  background-color: #fd7e14;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: white;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  /* margin-bottom: 1rem; */
  margin-top: 1rem;
}

.banner_slider .banner_content .banner_para h3.two {
  text-align: left;
  width: 66%;
  padding: 1rem;
  background-color: #24257f;
  border-radius: 1rem;
  font-weight: 300;
  font-size: 2rem;
  color: white;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1312px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para h3.one , .banner_slider .banner_content .banner_para h3.two {
    width: 95%;
  }
}
.banner_slider .banner_content .banner_para h2.batch {
  font-weight: 700;
  font-size: 2.6rem;
  color: #e07030;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
.banner_slider .banner_content .banner_para h1.heading {
  font-weight: 600;
  font-size: 5rem;
  color: white;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  margin-bottom: -0.5rem;
}
.hero_section_content{
  width: fit-content;
}
@media screen and (max-width: 1320px) and (min-width: 1200px) {
  .banner_slider .banner_content .banner_para h1.heading {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1000px) {
  .banner_slider .banner_content .banner_para h1.heading {
    font-size: 4rem;
  }
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para h1.heading {
    font-size: 2.4rem;
  }
}
.banner_slider .banner_content .banner_para .puple{
color: #e07030;
font-size: 2.5rem;
font-weight: 500;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para .puple{
    font-size: 2rem;
  }
  .power_by_S{
    margin-top: 0 !important;
  }
  .power_by_S p{
    font-size: 1.2rem;
  }
}
.banner_slider .banner_content .banner_para img {
  width: 56%;
  height: 8px;
}
.banner_slider .banner_content .banner_para img.iim_iim {
width: 60%;
    height: 30%;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.banner_slider .banner_content .banner_para img.paris {
width: 30%;
    height: 30%;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para img.iim_iim  , .banner_slider .banner_content .banner_para img.paris{
    display: none;
  }
}
.banner_slider .banner_content .banner_para .banner_logo_img {
  width: 80rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para .banner_logo_img {
    width: 100%;
  }
}
.banner_slider .banner_content .banner_para .banner_logo_img img {
  width: 88px;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para .banner_logo_img img {
    width: 111%;
  }
}
.banner_slider .banner_content .banner_para .banner_logo_img .banner_logo_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 94px;
  top: 22px;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para .banner_logo_img .banner_logo_heading {
    left: 58px;
    top: 16px;
  }
}
.banner_slider .banner_content .banner_para .banner_logo_img .banner_logo_heading h4:nth-child(1) {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para .banner_logo_img .banner_logo_heading h4:nth-child(1) {
    font-size: 1.1rem;
  }
}
.banner_slider .banner_content .banner_para .banner_logo_img .banner_logo_heading h4:nth-child(2) {
  font-size: 2.2rem;
  font-weight: 600;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para .banner_logo_img .banner_logo_heading h4:nth-child(2) {
    font-size: 1.1rem;
  }
}
.banner_slider .banner_content .banner_para .banner_logo_img .banner_logo_heading h4:nth-child(3) {
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para .banner_logo_img .banner_logo_heading h4:nth-child(3) {
    font-size: 1.1rem;
  }
}
.banner_slider .banner_content .banner_para h1 {
  letter-spacing: 0.04rem;
  color: #e07030;
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
.banner_slider .banner_content .banner_para .center_btn {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1445px) and (min-width: 800px) {
  .banner_slider .banner_content .banner_para .center_btn {
    justify-content: center;
  }
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para .center_btn {
    right: 2rem;
    width: 96%;
    display: flex;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.banner_slider .banner_content .banner_para .center_btn .button-56 {
  width: 235px;
  align-items: center;
  background-color: #392d7d;
  border: 2px solid #392d7d;
  border-radius: 8px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .banner_content .banner_para .center_btn .button-56 {
    width: 100%;
    font-size: 1rem;
  }
}
.banner_slider .banner_content .banner_para .center_btn .button-56:after {
  background-color: #e2b24c;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform 0.2s ease-out;
  z-index: -1;
}
.banner_slider .banner_content .banner_para .center_btn .button-56:hover:after {
  transform: translate(0, 0);
}
.banner_slider .banner_content .banner_para .center_btn .button-56:active {
  background-color: #ffdeda;
  outline: 0;
}
.banner_slider .banner_content .banner_para .center_btn .button-56:hover {
  outline: 0;
}
@media (min-width: 768px) {
  .banner_slider .banner_content .banner_para .center_btn .button-56 {
    padding: 0 40px;
  }
}
.banner_slider .banner_content .bg {
  background-color: black;
  opacity: 0.3;
  z-index: 1111;
}

.nav_section {
  background-color: #392d7d;
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem 0rem;
  position: sticky;
  top: 0;
  z-index: 5;
}
.nav_section ul li a {
  background-color: #6c59d8;
  border-radius: 1rem 1rem 0rem 0rem;
  text-decoration: none;
  color: white;
  font-weight: 500;
  text-align: center;
  min-width: 200px;
}
.nav_section ul li a:hover {
  background-color: #e07030;
  color: white;
}
@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .nav_section ul li a {
    min-width: 137px;
    font-size: 1.5rem;
  }
}

.tab_heading {
  font-weight: 800;
  font-size: 32px;
  line-height: 3.5rem;
  margin-bottom: 2.5rem;
  text-align: left;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .tab_heading {
    font-size: 27px;
  }
}
.tab_heading .H_one {
  position: relative;
  color: #392d7d;
}
.tab_heading .H_one span {
  font-size: 4rem;
}
.tab_heading .H_second {
  position: relative;
  color: #e07030;
}
.tab_heading .H_second span {
  font-size: 4rem;
}
.tab_heading .H_second ::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #e07030;
  position: absolute;
  bottom: 0;
  right: -11px;
}

.nse_tab {
  margin: 3rem 0rem;
}
.nse_tab .tab_section {
  /* Style the buttons inside the tab */
  /* Style the tab content */
}
.nse_tab .tab_section .tab {
  display: flex;
  padding: 1rem;
  background-color: rgba(57, 45, 125, 0.4588235294);
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin-top: 5px;
  flex-direction: column;
}
.nse_tab .tab_section .tab button {
  border: none;
  text-align: left;
  padding: 0.9rem;
  background-color: #392d7d;
  color: white;
  font-weight: 400;
  border-top: 1px solid white;
}
.nse_tab .tab_section .tab button:hover {
  background-color: white;
  color: #392d7d;
  font-weight: 500;
}
.nse_tab .tab_section .tab button.active {
  background-color: white;
  color: #392d7d;
  font-weight: 500;
}
.nse_tab .tab_section .tabcontent {
  float: left;
  padding: 0px 12px;
  width: 100%;
  margin-left: 10px;
}




.Program_Overview h3.top {
  color: black;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e07030;
}
.Program_Overview p {
  color: black;
  font-size: 2.1rem;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 1445px) and (min-width: 1000px) {
  .Program_Overview p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Program_Overview p {
    font-size: 1.4rem;
  }
}

.program_batch {
  background-image: url(../images/BodyImg/batch_img.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0rem 9rem 4rem 9rem;
}
.img_center_content{
  padding: 2rem;
  border-radius: 1rem;
  background-color: #392d7d;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  height: 270px;
}
.img_center_content h5{
  font-size: 2rem;
  color: white;
  margin-bottom: 1.5rem;
  position: relative;
  font-weight: 300;
  padding-bottom: .8rem;
}
.img_center_content h6{
  font-size: 1.6rem;
  color: white;
  text-align: end;
  font-weight: 300;
}
.img_center_content h5::before{
  content: "";
  position: absolute;
  bottom: -1rem;
  width: 100%;
  height: .18rem;
  background-image: linear-gradient(to left, #FFC107, #ff980066 100%);
  padding-top: .3rem;
}

.center_center{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 700px) and (min-width: 100px) {
  .program_batch {
    padding: 2rem 2rem;
  }
}
.program_batch h3 {
  font-size: 2rem;
  color: white;
  font-weight: 800;
  line-height: 3rem;
  background: #392d7d;
  border-radius: 1rem;
  padding: 2rem;
  width: 280px;
  border-bottom: 3px solid #e07030;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .program_batch h3 {
    width: 100%;
  }
}
.program_batch .img_center {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.program_batch .img_center img {
  margin-top: 1rem;
  width: 97%;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.program_Uniqueness {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0rem 9rem 4rem 9rem;
}
.program_batch_inner{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .program_Uniqueness {
    padding: 2rem 3rem;
  }
}
.program_Uniqueness h3 {
  font-size: 2rem;
  color: white;
  font-weight: 800;
  line-height: 3rem;
  background: #3a2d7d;
  border-radius: 1rem;
  padding: 2rem;
  width: 310px;
  border-bottom: 3px solid #e07030;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .program_Uniqueness h3 {
    width: 100%;
  }
}
.program_Uniqueness .background_boxs {
  padding: 1rem;
  position: relative;
}
.program_Uniqueness .background_boxs .padding_row {
  padding: 1rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .program_Uniqueness .background_boxs .padding_row .modile_margin_top {
    margin-top: 5rem;
  }
}
.program_Uniqueness .background_boxs .back_card {
  padding: 1rem 1.5rem;
  border: 2px solid #3a2d7d;
  border-radius: 1rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
}
.program_Uniqueness .background_boxs .back_card span {
  position: absolute;
  top: -32px;
  font-size: 5rem;
  font-weight: 600;
  color: white;
  left: -39px;
  opacity: 0.9;
  background: #e07030;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}
.program_Uniqueness .background_boxs .back_card p {
  font-size: 2.1rem;
  font-weight: 400;
  text-align: center;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1445px) and (min-width: 100px) {
  .program_Uniqueness .background_boxs .back_card p {
    font-size: 1.7rem;
  }
}
.program_Uniqueness .background_boxs .back_colo_style {
  width: 98.5%;
  height: 100px;
  border-radius: 1rem;
  background-color: #3a2d7d;
  position: absolute;
  z-index: -1;
}
.program_Uniqueness .background_u {
  background-color: #e2b24c;
  border-radius: 1rem;
  padding: 1rem;
}
.program_Uniqueness .background_u ul li {
  font-size: 1.6rem;
  font-weight: 500;
}
.program_Uniqueness .background_u ul li::marker {
  color: #392d7d;
}

.Program_Objectivess {
  background-image: linear-gradient(0deg, rgba(57, 45, 125, 0.55), rgba(57, 45, 125, 0.55)), url(../images/BodyImg/director.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0rem 9rem 4rem 9rem;
  min-height: 100dvh;
  width: 100%;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Program_Objectivess {
    padding: 2rem 2rem;
  }
}
.Program_Objectivess .Program_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 100%;
  margin-left: -2rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Program_Objectivess .Program_left {
    height: 100%;
  }
  .Program_Objectivess .Program_left{
    margin-left: 0rem;
  }
}
.Program_Objectivess .Program_left h3 {
  color: white;
  font-size: 5rem;
}
.Program_Objectivess .Program_left p {
  font-size: 2rem;
  font-weight: 400;
  color: white;
  text-align: justify;
}
.Program_Objectivess .Program_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.Program_Objectivess .Program_right .tranplrent_card_one {
  padding: 3rem 1.5rem;
  background: linear-gradient(230deg, rgba(57, 45, 125, 0.35), rgba(57, 45, 125, 0.7));
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  border-radius: 1rem;
  height: 100%;

}
@media screen and (max-width: 1445px) and (min-width: 1200px) {
  .Program_Objectivess .Program_right .tranplrent_card_one {
    position: relative;
    bottom: 3rem;
    height: auto;
    margin: 1rem 0rem;
  }
}
.Program_Objectivess .Program_right .tranplrent_card_one p {
  font-size: 1.8rem;
  font-weight: 400;
  color: white;
  text-align: center;
}
.Program_Objectivess .Program_right .tranplrent_card_two {
  padding: 1rem 1.5rem;
  background: linear-gradient(230deg, rgba(57, 45, 125, 0.35), rgba(57, 45, 125, 0.7));
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  border-radius: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1445px) and (min-width: 1200px) {
  .Program_Objectivess .Program_right .tranplrent_card_two {
    position: relative;
    top: -3rem;
  }
}
.Program_Objectivess .Program_right .tranplrent_card_two p {
  font-size: 1.8rem;
  font-weight: 400;
  color: white;
  text-align: center;
}

.About_Sambalpur {
  padding: 0rem 9rem 4rem 9rem;
  padding: 0rem 9rem 4rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .About_Sambalpur {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .About_Sambalpur {
    padding: 2rem 2rem;
  }
}
.About_Sambalpur .pro_content_center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .About_Sambalpur .pro_content_center {
    margin-top: 5rem;
  }
}
.About_Sambalpur .pro_content_center h1 {
  color: #392d7d;
  font-size: clamp(2rem, 3vw, 5.2rem);
  font-weight: 400;
  position: relative;
}
.About_Sambalpur .pro_content_center h1::before {
  content: "";
  width: 105px;
  height: 5px;
  background-color: #fdb400;
  position: absolute;
  left: 49%;
  top: 52%;
  display: block;
}
@media screen and (max-width: 1445px) and (min-width: 1100px) {
  .About_Sambalpur .pro_content_center h1 {
    color: #392d7d;
    font-size: 3.5rem;
    font-weight: 400;
    position: relative;
  }
  .About_Sambalpur .pro_content_center h1::before {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #fdb400;
    position: absolute;
    left: 310px;
    top: 52%;
    display: block;
  }
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .About_Sambalpur .pro_content_center h1 {
    color: #392d7d;
    font-size: 2.2rem;
    font-weight: 400;
    position: relative;
  }
  .About_Sambalpur .pro_content_center h1::before {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #fdb400;
    position: absolute;
    left: 200px;
    top: 52%;
    display: block;
  }
}
.About_Sambalpur .pro_content_center p {
  text-align: justify;
  color: black;
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (max-width: 1445px) and (min-width: 1000px) {
  .About_Sambalpur .pro_content_center p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .About_Sambalpur .pro_content_center p {
    font-size: 1.7rem;
  }
}
.About_Sambalpur .pro_content_center h4 {
  font-size: 2rem;
  color: #392d7d;
  position: relative;
  margin-left: 57px;
  margin-top: 3rem;
}
.About_Sambalpur .pro_content_center h4::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #fdb400;
  position: absolute;
  left: -56px;
  top: 10px;
  display: block;
}
.About_Sambalpur .about_img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.About_Sambalpur .about_img a .Back_director{
  width: 62rem;
  height: 70rem;
  background-image: url(../images/BodyImg/director_one.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all .3s linear;
}

.About_Sambalpur .about_img a .Back_director .play_icon{
  width: 100%;
  height: 100%;
}

.About_Sambalpur .about_img a .Back_director .play_icon span{
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 7rem;
  left: 32rem;
  border-radius: 50%;
  border: 2px solid #3a2d7d;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media screen and (max-width: 1445px) and (min-width: 100px){
  .About_Sambalpur .about_img a .Back_director .play_icon span{
    bottom: 7rem;
    left: 21rem;
  }
}

.About_Sambalpur .about_img a .Back_director .play_icon span i{
  color: #3a2d7d;
  font-size: 2.5rem;
}

.About_Sambalpur .about_img a .Back_director:hover .play_icon span{
  display: flex;
}

.About_Sambalpur .about_img a .Back_director:hover .play_icon span:hover{
  border: 5px solid #e07030;
}
.About_Sambalpur .about_img a .Back_director:hover .play_icon span:hover i{
  color: #e07030;
}

.About_Sambalpur .about_img a .Back_director:hover{
  width: 62rem;
  height: 70rem;
  background-image:linear-gradient(45deg,rgba(43, 37, 37, 0.493),rgba(22, 30, 37, 0.418)),  url(../images/BodyImg/director_onr_hover.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 1445px) and (min-width: 100px){
  .About_Sambalpur .about_img a .Back_director{
    width: 43rem;
    height: 56rem;
  }

  .About_Sambalpur .about_img a .Back_director:hover{
    width: 43rem;
    height: 56rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .About_Sambalpur .about_img {
    margin-top: 3rem;
  }
}
.About_Sambalpur .about_img img.img_one {
  width: 88%;

}

.About_Sambalpur .about_img img.img_one:hover{
  filter: brightness(.8);
  cursor: pointer;
}

@media screen and (max-width: 1445px) and (min-width: 1000px) {
  .About_Sambalpur .about_img img.img_one {
    width: 88%;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .About_Sambalpur .about_img img.img_one {
    width: 71%;
  }
}
.About_Sambalpur .about_img img.img_dot {
  width: 65%;
  position: absolute;
  top: -10px;
  left: 15px;
  z-index: -1;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .About_Sambalpur .about_img img.img_dot {
    width: 68%;
    top: -4%;
    left: 10%;
  }
}
.About_Sambalpur .about_img img.img_three {
  width: 65%;
  position: absolute;
  bottom: 21px;
  left: 148px;
  z-index: -1;
  opacity: 0.9;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .About_Sambalpur .about_img img.img_three {
    width: 58%;
    bottom: -6%;
    left: 31%;
  }
}
.About_Sambalpur .about_img .img_center {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.About_Sambalpur .about_img .img_center img.Img_img {
  width: 80%;
  margin-top: 1.5rem;
  filter: drop-shadow(2px 4px 6px black);
}

.Program_inner {
  margin-top: 2rem;
}
.Program_inner .Program_Objectivess {
  margin-top: 2rem;
}
.Program_inner .Program_Objectivess h3 {
  color: black;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e07030;
}
.Program_inner .Program_Objectivess p {
  color: black;
  font-weight: 400;
}

.list {
  margin-top: 2rem;
}
.list .program_icon .icon_back {
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 1rem;
}
.list .program_icon .icon_back img {
  width: 100%;
  margin-bottom: 3rem;
}
.list .program_icon .icon_content {
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #585858;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .list .program_icon .icon_content h3 {
    font-size: 1.5rem;
    margin: 0;
  }
}

.Course_Structure {
  padding: 0rem 9rem 4rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Course_Structure {
    padding: 2rem 2rem;
  }
}
.Course_Structure .style_box {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1rem;
}
.Course_Structure .learning_solution_section_inner_tab {
  width: 100%;
  display: flex;
  gap: 2rem;
  margin-top: 2.2rem;
}
.Course_Structure .learning_solution_section_inner_tab_pannel {
  width: 100%;
  padding: 2rem;
}
.Course_Structure .learning_solution_section_inner_tab_pannel h3 {
  font-size: 2rem;
  color: #392d7d;
  font-weight: 800;
  line-height: 3rem;
  padding: 1rem;
  border-bottom: 3px solid #e07030;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Course_Structure .learning_solution_section_inner_tab_pannel h3 {
    width: 100%;
  }
}
.Course_Structure .learning_solution_section_inner_tab_pannel_head h5 {
  font-size: 1.8rem;
  color: var(--bs-dark);
  font-weight: 700;
}
.Course_Structure .learning_solution_section_inner_tab_pannel_links ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0;
  margin: 0;
}
.Course_Structure .learning_solution_section_inner_tab_pannel_links ul li {
  list-style: none;
}
.Course_Structure .learning_solution_section_inner_tab_pannel_tablink {
  background-color: var(--bs-white);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1.6rem 1.2rem;
  width: 100%;
  transition: 0.3s;
  font-size: 1.4rem;
  color: var(--bs-gray);
  border-radius: 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Course_Structure .learning_solution_section_inner_tab_pannel_tablink:hover {
  background-color: #392d7d;
  transition: all 0.3s ease;
  color: white;
}
.Course_Structure .learning_solution_section_inner_tab_pannel_tablink.active {
  background-color: #392d7d;
  color: white !important;
}
.Course_Structure .learning_solution_section_inner_tab_pannel_tablink i {
  transform: rotate(45deg);
}
.Course_Structure .learning_solution_section_inner_tab_content {
  width: 100%;
}
.Course_Structure .learning_solution_section_inner_tab_content_inner {
  width: 100%;
  height: 100%;
}
.Course_Structure .learning_solution_section_inner_tab_content_inner_main {
  display: none;
  padding: 2rem;
  width: 100%;
}
.Course_Structure .learning_solution_section_inner_tab_content_inner_main h3 {
  font-size: 2rem;
  color: #392d7d;
  font-weight: 800;
  line-height: 3rem;
  padding: 1rem;
  border-bottom: 3px solid #e07030;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Course_Structure .learning_solution_section_inner_tab_content_inner_main h3 {
    width: 100%;
  }
}
.Course_Structure .learning_solution_section_inner_tab_content_inner_main:first-child {
  display: block;
}
.Course_Structure .learning_solution_section_inner_tab_content_inner_main ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.Course_Structure .learning_solution_section_inner_tab_content_inner_main ul li {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.5rem 1.2rem;
  border-radius: 0.3rem;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  animation: delaylist 1s forwards;
  list-style: none;
}
@keyframes delaylist {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Course_Structure .learning_solution_section_inner_tab_content_inner_main ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
  color: #392d7d;
  margin-right: 1rem;
  border-radius: 50%;
  padding: 0.8rem;
}
.Course_Structure .learning_solution_section_inner_tab_content_inner_main ul li i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Course_Structure .Course_inner {
  margin-top: 2rem;
  padding: 2rem;
}
.Course_Structure .Course_inner h3 {
  font-size: 2rem;
  color: white;
  font-weight: 800;
  line-height: 3rem;
  background: #392d7d;
  border-radius: 1rem;
  padding: 2rem;
  border-bottom: 3px solid #e07030;
  text-align: center;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Course_Structure .Course_inner h3 {
    width: 100%;
  }
}
.Course_Structure .Course_inner .card_course span {
  width: 50px;
  height: 50px;
  background-color: #392d7d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.Course_Structure .Course_inner .card_course span i {
  color: white;
}
.Course_Structure .Course_inner .card_course .hight_c {
  text-align: center;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  margin: 1rem 0;
}
.Course_Structure .Course_inner .card_course .hight_c div {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.Course_Structure .Course_inner h3.top {
  color: black;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e07030;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Course_Structure .Course_inner h3.top {
    width: 100%;
  }
}
.Course_Structure .Course_inner table {
  margin-top: 2rem;
  border-collapse: collapse;
  width: 100%;
}
.Course_Structure .Course_inner table td, .Course_Structure .Course_inner table th {
  border: 2px solid #392d7d;
  text-align: left;
  padding: 8px;
  font-size: 1.5rem;
  font-weight: 400;
}
.Course_Structure .Course_inner .course_content {
  margin-top: 2rem;
}
.Course_Structure .Course_inner .course_content .course_acco {
  background-color: #392d7d;
  color: rgb(255, 211, 91);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px;
  font-size: 1.9rem;
  font-weight: 500;
  border-radius: 10px;
  position: relative;
}
.Course_Structure .Course_inner .course_content .course_acco.active,
.Course_Structure .Course_inner .course_content .course_acco:hover {
  background-color: #e07030;
  color: white !important;
}
.Course_Structure .Course_inner .course_content .course_acco:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: rgb(255, 211, 91);
  position: absolute;
  right: 15px;
  transition: all linear 0.3s;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.Course_Structure .Course_inner .course_content .course_acco .active:after {
  content: "\f106";
  color: #392d7d;
}
.Course_Structure .Course_inner .course_content .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 1rem;
}
.Course_Structure .Course_inner .course_content .panel ul li {
  list-style: auto;
  font-size: 1.7rem;
  font-weight: 500;
}


.International_Exposure {
  padding: 0rem 9rem 4rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .International_Exposure {
    padding: 2rem 2rem;
  }
}
.International_Exposure .background_img {
  background-image: url(../images/BodyImg/side_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.International_Exposure .background_img .center_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.International_Exposure .International_inner h3 {
  font-size: 2rem;
  color: #392d7d;
  font-weight: 800;
  line-height: 3rem;
  padding: 1rem;
  border-bottom: 3px solid #e07030;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .International_Exposure .International_inner h3 {
    width: 100%;
  }
}
.International_Exposure .International_inner p {
  color: black;
  text-align: justify;
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 1rem;
}
.International_Exposure .International_inner ul li {
  font-size: 1.6rem;
  font-weight: 500;
}
.International_Exposure .International_inner ul li::marker {
  color: #392d7d;
}

.background_imgse {
  background-image: url(../images/BodyImg/back2.png);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.Program_Fee {
  padding: 0rem 9rem 4rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Program_Fee {
    padding: 2rem 2rem;
  }
}
.Program_Fee .border_shadow {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1rem;
}
.Program_Fee .border_shadow .pric_bg {
  background: rgb(57, 45, 125);
  background: linear-gradient(140deg, rgb(57, 45, 125) 50%, rgba(57, 45, 125, 0.5830707283) 100%);
  height: 100%;
  padding: 10rem 4rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1rem 0rem 0rem 1rem;
  text-align: center;
}
.Program_Fee .border_shadow .pric_bg h1 {
  color: white;
  font-size: 5rem;
  margin-bottom: 3rem;
  text-align: center;
}
.Program_Fee .border_shadow .pric_bg h2 {
  color: white;
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
.Program_Fee .border_shadow .pric_bg p {
  color: white;
  text-align: justify;
  margin-bottom: 3rem;
}
.Program_Fee .border_shadow .pric_bg .two_btn {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: center;
}
.Program_Fee .border_shadow .pric_bg .two_btn a:first-child {
  padding: 1.3rem 4rem;
  background-color: white;
  color: #392d7d;
  font-size: 1.5rem;
  text-align: center;
  border: none;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-weight: 700;
}
.Program_Fee .border_shadow .pric_bg .two_btn a:first-child:hover {
  background-color: #e07030;
  color: white;
}
.Program_Fee .border_shadow .pric_bg .two_btn a:last-child {
  padding: 1.3rem 4rem;
  background-color: #e07030;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  border: none;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.Program_Fee .border_shadow .pric_bg .two_btn a:last-child:hover {
  background-color: white;
  color: #392d7d;
  font-weight: 700;
}
.Program_Fee .border_shadow .table_style {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem 3rem;
}
.Program_Fee .border_shadow .table_style table {
  border-collapse: collapse;
  width: 100%;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.6235294118);
}
.Program_Fee .border_shadow .table_style table tr th {
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.5254901961);
  font-size: 1.7rem;
}
.Program_Fee .border_shadow .table_style table tr td {
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.5254901961);
  font-size: 1.7rem;
  text-align: left;
}
.Program_Fee .Program_inner p {
  color: black;
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 1445px) and (min-width: 100px) {
  .Program_Fee .Program_inner p {
    font-size: 1.5rem;
  }
}

.Contact_IIM {
  padding: 0rem 9rem 4rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Contact_IIM {
    padding: 2rem 2rem;
  }
}
.Contact_IIM h3 {
  font-size: 2rem;
  color: white;
  font-weight: 800;
  line-height: 3rem;
  background: #392d7d;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  border-bottom: 3px solid #e07030;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Contact_IIM h3 {
    width: 100%;
  }
}
.Contact_IIM .img_one img {
  width: 100%;
  height: 35rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1rem;
}
.Contact_IIM .center_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Contact_IIM .center_content {
    margin-bottom: 2rem;
  }
}
.Contact_IIM .center_content .contact_card {
  text-align: center;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.3s linear;
  position: relative;
}
.Contact_IIM .center_content .contact_card span.icon {
  width: 5rem;
  height: 5rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #392d7d;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
}
.Contact_IIM .center_content .contact_card:hover h4 {
  transform: scale(1.1);
  color: #e07030;
  font-weight: 500;
  transition: 0.3s linear;
}
.Contact_IIM .center_content .contact_card:hover a {
  transform: scale(1.1);
  color: #392d7d;
  font-weight: 500;
  transition: 0.3s linear;
}
.Contact_IIM .center_content .contact_card a {
  color: #e07030;
  text-decoration: none;
  transition: 0.3s linear;
}
.Contact_IIM .center_content .contact_card span {
  font-weight: 800;
  font-size: 2rem;
}
.Contact_IIM .img_second img {
  width: 100%;
  height: 35rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1rem;
}

.Disclaimer_sec {
  padding: 0rem 9rem 4rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Disclaimer_sec {
    padding: 2rem 2rem;
    padding-top: 4rem;
    /* width: fit-content; */
  }
}
.Disclaimer_sec .Disclaimer {
  margin-top: 2rem;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1.2rem;
  /* width: fit-content; */
}
.Disclaimer_sec .Disclaimer h4 {
  color: #392d7d;
  font-size: 2.5rem;
}
@media screen and (max-width: 1445px) and (min-width: 100px) {
  .Disclaimer_sec .Disclaimer h4 {
    font-size: 1.8rem;
  }
  .banner_btn button{
    width: fit-content !important;
  }
}
.Disclaimer_sec .Disclaimer ul li {
  font-size: 1.7rem;
  font-weight: 400;
  list-style: number;
}
.Disclaimer_sec .Disclaimer ul li.active a{
  color: #e2b24c !important;
  background-color: transparent !important;
}
.Disclaimer_sec .Disclaimer ul li::marker {
  color: #392d7d;
}

.Sample_Degree {
  padding: 0rem 9rem 4rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Sample_Degree {
    padding: 2rem 2rem;
  }
  .Disclaimer_sec .Disclaimer ul li {
    font-size: 1rem;
  }
}
.Sample_Degree p {
  color: black;
  text-align: justify;
  font-size: 2.1rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media screen and (max-width: 1445px) and (min-width: 100px) {
  .Sample_Degree p {
    font-size: 1.7rem;
  }
}

.about_nse {
  padding: 0rem 9rem 4rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .about_nse {
    padding: 2rem 2rem;
  }
}
.about_nse .nse_content p {
  color: black;
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1445px) and (min-width: 100px) {
  .about_nse .nse_content p {
    font-size: 1.5rem;
  }
}
.about_nse .nse_img img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1rem;
  height: 40rem;
}

footer .footer_padding {
  padding: 1rem 9rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  footer .footer_padding {
    padding: 0 2rem;
  }
  .footer_padding .row{
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
footer .footer_padding .left h3 {
  font-size: 1.2rem;
  color: #24257f;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  footer .footer_padding .left h3 {
    font-size: 1.2rem;
    text-align: center !important;
    margin-bottom: 0;
  }
}
footer .footer_padding .right {
  text-align: right;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {



  /* hero section */

  
.banner_slider .banner_content .white_bg p span,
.banner_slider .banner_content .banner_para h2.two{
  font-size: 1.4rem;
}
.banner_slider .banner_content .banner_para h2.two{
  margin-bottom: 0;
}
.banner_slider .banner_content .white_bg p{
  font-size: 1.3rem;
  margin-top: 1rem;
}


.list .program_icon .icon_back {
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0rem;
}

.list .program_icon .icon_back img{
  width: 88%;
  margin-bottom: 0rem;
  padding: 1rem;
}

.Disclaimer_sec .Disclaimer{
  margin-top: 0;
}









  footer .footer_padding .right {
    text-align: center;
    margin-top: 2rem;
  }
}
.social_iconsPNG{
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.social_iconsPNG a img{
  min-width: 4rem;
  max-width: 4rem;
  height: 100%;
  border-radius: .4rem;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.social_iconsPNG a:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}









footer .footer_padding .right a {
  font-size: 15px;
  /* background-color: #24257f; */
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  /* border: 2px solid #24257f; */
  margin-left: 10px;
  color: white;
  opacity: 0.95;
}
footer .footer_padding .right a img{
  height: 100%;
  width: 100%;
}
footer .footer_padding .right a:hover {
  background-color: #e07030;
  color: white;
  border: 2px solid #24257f;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  footer .footer_padding .right a {
    text-align: center !important;
  }
}
footer img {
  width: 100%;
  height: 0.5rem;
  padding: 0 .8rem;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .mobile_display_none_nselogo {
    display: none;
  }
}

@media screen and (max-width: 4000px) and (min-width: 1000px) {
  .desktop_display_none_sidemenu {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */



/* =============right side brochure download fixed btn start================ */


.side_navigation {
  position: fixed;
  rotate: -90deg;
  border-radius: .4rem;
  margin: 0 auto;
  top: 50%;
  transform: translate(0%, -50%);
  right: -8.5rem;
  z-index: 999999999;
}

.nav-box {
  display: flex;
}
.nav-container {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-around;
  padding: .4rem;
}
.nav__item {
  display: flex;
  position: relative;
  padding: 5px;
  rotate: 90deg;
}
.nav__item.active .nav__item-icon {
  margin-top: -26px;
  box-shadow: 0px 0px 16px 0px #4444;
}
.nav__item.active .nav__item-text {
  transform: scale(1);
}
.nav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2f3046;
  text-decoration: none;
}
.nav__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  background-color: #e07030;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  color: white;
  font-size: 2rem;
  transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
}
.nav__item-text {
  position: absolute;
  bottom: 0;
  transform: scale(0);
  transition: transform 250ms ease-in-out;
}
.nav-box ul{
  padding: 0;
}

 /* =============right side brochure download fixed btn end================ */


  /* ============ get in touch section start ============  */
  .section_heading{
    display: flex;
    justify-content: center;
    padding: 1rem;
  }
  .get_in_touch{
    position: relative;
    min-height: 92dvh;
    background-color: #94BEB8;
    overflow: hidden;
   }
   .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_circle {
    height: 60rem;
    width: 60rem;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("https://www.transparenttextures.com/patterns/axiom-pattern.png");
    box-shadow: inset 0px 0px 50px white;
    position: absolute;
    z-index: 1;
    left: 5vw;
    top: 2vw;
    opacity: .6;
  }
  .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: 4rem;
    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;
  }
   /* ============ get in touch section end ============  */

   .btn-close{
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 25;
   }
  

   .section_container_form{
    width: 70%;
   }
   .background_white{
    background-color: white;
    position: relative;
    z-index: 9;
   }

   /* fixed right side form */
   .fixed_rightSide_form{
    border-radius: .8rem;
    width: 28rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1.4rem;
    height: fit-content;
    /* position: relative; */
    /* top: -5rem; */
    /* right: 0; */
    /* right: 9rem; */
   }

   .fixed_rightSide_form_inner h3{
    width: fit-content;
    font-size: 2rem;
    font-weight: 600;
    color: #24257f;
    padding-bottom: .6rem;
    border-bottom: .18rem solid #eee;
   }
   .fixed_rightSide_form_inner{
    display: flex;
    flex-direction: column;
    gap: 1rem;
   }
   .fixed_rightSide_form_inner ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    padding: 0;
    position: relative;
   }
   .fixed_rightSide_form_inner ul::before{
    content: "";
    position: absolute;
    top: 50%;
    left: .435rem;
    transform: translate(0, -50%);
    height: 94%;
    /* width: ; */
    border-left: .2rem dotted #24257f;
   }
   .fixed_rightSide_form_inner ul li{
    font-size: 1.4rem;
    color: #585858;
    position: relative;
    padding-left: 1.9rem;
    padding-top: .3rem;
    display: flex;
    flex-direction: column;
    width: 100%;
   }    
   .fixed_rightSide_form_inner ul .heading{
    font-weight: 500;
    color: #000;
   }
   .fixed_rightSide_form_inner ul li::before{
    position: absolute;
    content: "";
    min-width: 1rem;
    width: 1rem;
    height: 1rem;
    border: #6c59d8 solid 2px;
    border-radius: 50%;
    top: .8rem;
    left: 0;
    background-color: #fff;
   }
   .fixed_rightSide_form_inner ul .heading::before{
    min-width: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #24257f;
    border: #24257f solid 2px;

   }
   .fixed_rightSide_form_inner ul li span{
    color: #777;
    width: fit-content;
    font-size: 1.2rem;
    padding: .2rem .6rem;
    padding-left: 0;
    position: relative;
    right: 0;
    /* font-weight: 500; */
    display: flex;
    gap: .4rem;
    /* align-items: center; */
   }
   .fixed_rightSide_form_inner ul li span i{
    margin-top: .4rem;
    font-size: 1rem;
   }
   .fixed_rightSide_form_inner a{
    text-decoration: none;
    color: var(--bs-white);
    background-color: #24257f;
    padding: 1rem 1.2rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   }

   .enrollment_bottom{
    padding: 2rem;
    padding-bottom: 0;
    display: none;
   }
   .enrollment_bottom .fixed_rightSide_form_inner{
    padding: 1.2rem;
    border-radius: .6rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
   }

   @media screen and (max-width: 1000px) and (min-width: 100px) {
    .enrollment_bottom{
      display: block;
    }
   .fixed_rightSide_form{
    display: none;
   }
   .section_container_form{
    width: 100%;
   }
   .banner_para_list{
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .white_bg{
    padding: 1.2rem;
    width: 100%;
  }
  .white_bg:nth-child(1),
  .white_bg:nth-child(2){
    width: 48%;
  }
  .banner_slider .carousel .carousel-inner .banner_content .white_bg p span{
    font-size: 1.6rem;
  }
  }