@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;
}

.offcanvas.offcanvas-start {
  width: 335px !important;
}
.offcanvas .offcanvas-header button {
  position: absolute;
  left: 36rem;
  top: 2rem;
  font-size: 1.5rem;
  border: none;
}
@media screen and (max-width: 500px) and (min-width: 100px) {
  .offcanvas .offcanvas-header button {
    left: 25rem;
  }
}
.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: 1400px) and (min-width: 1200px) {
  .offcanvas-backdrop {
    width: 102vw !important;
    height: 102vh !important;
  }
}

.navbar {
  padding: 0 8rem;
}
.navbar div img.nse_logo {
  width:85%;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .navbar {
    padding: 0 2rem;
  }
}

.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 .carousel .carousel-inner {
  height: 70dvh;
  position: relative;
}
.banner_slider .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 72dvh;
  filter: brightness(0.5);
}
.banner_slider .carousel .carousel-inner .banner_content {
  z-index: 1;
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner_slider .carousel .carousel-inner .banner_content .banner_para {
  padding: 1rem 9rem;
}
.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 .carousel .carousel-inner .banner_content .banner_para {
    padding: 1rem 2rem;
  }
}
.banner_slider .carousel .carousel-inner .banner_content .banner_para h2 {
  font-weight: 700;
  font-size: 3.8rem;
  color: #e07030;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
.banner_slider .carousel .carousel-inner .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 .carousel .carousel-inner .banner_content .banner_para h1.heading {
  font-size: 4.3rem;
  color: white;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .carousel .carousel-inner .banner_content .banner_para h1.heading {
    font-size: 1.6rem;
  }
}
.banner_slider .carousel .carousel-inner .banner_content .banner_para img {
  width: 100%;
  height: 5px;
}
.banner_slider .carousel .carousel-inner .banner_content .banner_para .banner_logo_img {
  width: 80rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .carousel .carousel-inner .banner_content .banner_para .banner_logo_img {
    width: 100%;
  }
}
.banner_slider .carousel .carousel-inner .banner_content .banner_para .banner_logo_img img {
  width: 88px;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .carousel .carousel-inner .banner_content .banner_para .banner_logo_img img {
    width: 111%;
  }
}
.banner_slider .carousel .carousel-inner .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 .carousel .carousel-inner .banner_content .banner_para .banner_logo_img .banner_logo_heading {
    left: 58px;
    top: 16px;
  }
}
.banner_slider .carousel .carousel-inner .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 .carousel .carousel-inner .banner_content .banner_para .banner_logo_img .banner_logo_heading h4:nth-child(1) {
    font-size: 1.1rem;
  }
}
.banner_slider .carousel .carousel-inner .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 .carousel .carousel-inner .banner_content .banner_para .banner_logo_img .banner_logo_heading h4:nth-child(2) {
    font-size: 1.1rem;
  }
}
.banner_slider .carousel .carousel-inner .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 .carousel .carousel-inner .banner_content .banner_para .banner_logo_img .banner_logo_heading h4:nth-child(3) {
    font-size: 1.1rem;
  }
}
.banner_slider .carousel .carousel-inner .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 .carousel .carousel-inner .banner_content .banner_para .center_btn {
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1400px) and (min-width: 800px) {
  .banner_slider .carousel .carousel-inner .banner_content .banner_para .center_btn {
    justify-content: start;
  }
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .banner_slider .carousel .carousel-inner .banner_content .banner_para .center_btn {
    right: 2rem;
    width: 96%;
    display: flex;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.banner_slider .carousel .carousel-inner .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 .carousel .carousel-inner .banner_content .banner_para .center_btn .button-56 {
    width: 100%;
    font-size: 1rem;
  }
}
.banner_slider .carousel .carousel-inner .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 .carousel .carousel-inner .banner_content .banner_para .center_btn .button-56:hover:after {
  transform: translate(0, 0);
}
.banner_slider .carousel .carousel-inner .banner_content .banner_para .center_btn .button-56:active {
  background-color: #ffdeda;
  outline: 0;
}
.banner_slider .carousel .carousel-inner .banner_content .banner_para .center_btn .button-56:hover {
  outline: 0;
}
@media (min-width: 768px) {
  .banner_slider .carousel .carousel-inner .banner_content .banner_para .center_btn .button-56 {
    padding: 0 40px;
  }
}
.banner_slider .carousel .carousel-inner .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;
  font-weight: 700;
}
.tab_heading .H_one span {
  font-size: 4rem;
}
.tab_heading .H_second {
  position: relative;
  color: #e07030;
  font-weight: 700;
}
.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 {
  padding: 2rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Program_Overview {
    padding: 2rem 2rem;
  }
}
.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: 1400px) 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;
  }
  .line{
    width: 265px !important;
  }
  .key_feature_main{
    flex-direction: column;
  }
  .key_feature_main_copy{
 flex-direction: column-reverse;
 margin-top: 1rem;
  }
  .key_feature_left{
    width: 100% !important;
  }
  .key_feature_right{
    width: 100% !important;
  }
  .key_feature_left_copy{
    width: 100% !important;
  }
  .key_feature_right_copy{
    width: 100% !important;
  }
  .sm-b{
    margin-top: 2rem;
  }
}

.program_batch {
  background-image: url(../images/BodyImg/batch_img.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 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.5rem;
  color: white;
  text-align: left;
  font-weight: 300;
  line-height: 2rem;
}
.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: 2rem 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;
  text-align: center;
}
/* .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: justify;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1400px) 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: 2rem 9rem;
  min-height: 100dvh;
  width: 100%;
  background-attachment: fixed;
}
@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: 65vh;
  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;
      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: 1400px) 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: 1400px) 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: 2rem 9rem;
  padding: 2rem 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: 1400px) 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: 1400px) 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/Prof\ M.P.Jaiswal.png);
  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: 1400px) 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: 1400px) 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: 1400px) 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%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 999px) {
    .About_Sambalpur .pro_content_center{
		margin-left:5rem;
	}
	.About_Sambalpur .about_img img.img_three{
		    bottom: 119px;
	}
	.About_Sambalpur .pro_content_center h1::before {
		left: 60%;
	}
	/* .About_Main h1::before {
    content: "";
    width: 105px;
    height: 5px;
    background-color: #fdb400;
    position: absolute;
    left: 245px;
    top: 32px;
    display: block;
} */
}

.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);
}

.About_Main {
  padding: 4rem 9rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .About_Main {
    padding: 2rem 2rem;
  }
}
.About_Main .center_contant {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .About_Main .center_contant {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.About_Main h1 {
  color: #392d7d;
  font-size: clamp(2rem, 3vw, 5.2rem);
  font-weight: 400;
  position: relative;
}
/* .About_Main h1::before {
  content: "";
  width: 105px;
  height: 5px;
  background-color: #fdb400;
  position: absolute;
  left: 342px;
  top: 32px;
  display: block;
} */
@media screen and (max-width: 1400px) and (min-width: 1100px) {
  .About_Main h1 {
    color: #392d7d;
    font-size: 3.5rem;
    font-weight: 400;
    position: relative;
  }
  /* .About_Main h1::before {
    content: "";
    width: 88px;
    height: 3px;
    background-color: #fdb400;
    position: absolute;
    left: 231px;
    top: 21px;
    display: block;
  } */
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .About_Main h1 {
    font-size: 2.2rem;
  }
  .About_Main h1::before {
    display: none;
  }
}
.About_Main h2.ceo {
  color: #392d7d;
  font-size: 3.5rem;
  font-weight: 400;
  position: relative;
}
/* .About_Main h2.ceo::before {
  content: "";
  width: 88px;
  height: 5px;
  background-color: #fdb400;
  position: absolute;
  left: 285px;
  top: 19px;
  display: block;
} */
@media screen and (max-width: 1400px) and (min-width: 699px) {
  .About_Main h2.ceo {
    font-size: 2.9rem;
  }
  .About_Main h2.ceo::before {
    content: "";
    width: 88px;
    height: 3px;
    left: 235px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 999px) {
 
	/* .About_Main h1::before {
    content: "";
    width: 105px;
    height: 5px;
    background-color: #fdb400;
    position: absolute;
    left: 245px;
    top: 32px;
    display: block;
} */

.Program_Faculty .pro_content_center h4,
.Program_Faculty .pro_content_center h3 {
    
    margin-left: 72px !important;
    
}
}


@media screen and (max-width: 700px) and (min-width: 100px) {
  .About_Main h2.ceo {
    font-size: 2.2rem;
  }
  .About_Main h2.ceo::before {
    display: none;
  }
}
.About_Main h2.MINI {
  color: #392d7d;
  font-size: 3.5rem;
  font-weight: 400;
  position: relative;
}
.About_Main h2.MINI::before {
  content: "";
  width: 88px;
  height: 5px;
  background-color: #fdb400;
  position: absolute;
  left: 350px;
  top: 19px;
  display: block;
}
@media screen and (max-width: 1400px) and (min-width: 699px) {
  .About_Main h2.MINI {
    font-size: 2.9rem;
  }
  .About_Main h2.MINI::before {
    content: "";
    width: 88px;
    height: 3px;
    top: 17px;
    left: 290px;
  }
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .About_Main h2.MINI {
    font-size: 2.2rem;
  }
  .About_Main h2.MINI::before {
    display: none;
  }
}
.About_Main h2.IMMERSION {
  color: #392d7d;
  font-size: 3.5rem;
  font-weight: 400;
  position: relative;
}
.About_Main h2.IMMERSION::before {
  content: "";
  width: 88px;
  height: 5px;
  background-color: #fdb400;
  position: absolute;
  left: 670px;
  top: 19px;
  display: block;
}
@media screen and (max-width: 1400px) and (min-width: 699px) {
  .About_Main h2.IMMERSION {
    font-size: 2.9rem;
  }
  .About_Main h2.IMMERSION::before {
    content: "";
    width: 88px;
    height: 3px;
    top: 17px;
    left: 550px;
  }
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .About_Main h2.IMMERSION {
    font-size: 2.2rem;
  }
  .About_Main h2.IMMERSION::before {
    display: none;
  }
}
.About_Main h2.DISSERTATION {
  color: #392d7d;
  font-size: 3.5rem;
  font-weight: 400;
  position: relative;
}
.About_Main h2.DISSERTATION::before {
  content: "";
  width: 88px;
  height: 5px;
  background-color: #fdb400;
  position: absolute;
  left: 250px;
  top: 60px;
  display: block;
}
@media screen and (max-width: 1400px) and (min-width: 699px) {
  .About_Main h2.DISSERTATION {
    font-size: 2.9rem;
  }
  .About_Main h2.DISSERTATION::before {
    content: "";
    width: 88px;
    height: 3px;
    top: 51px;
    left: 203px;
  }
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .About_Main h2.DISSERTATION {
    font-size: 2.2rem;
  }
  .About_Main h2.DISSERTATION::before {
    display: none;
  }
}
.About_Main p {
  text-align: justify;
  font-size: 2.1rem;
  font-weight: 400;
  margin-top: 1rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1400px) and (min-width: 100px) {
  .About_Main p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .About_Main p {
    font-size: 1.7rem;
  }
}
.About_Main .link_a a {
  color: #e07030;
  text-decoration: none;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 1400px) and (min-width: 1000px) {
  .About_Main .link_a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .About_Main .link_a {
    font-size: 1.7rem;
  }
}
.About_Main .about_img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.About_Main .about_img img.img_one {
  width: 95%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 2;

}
/* .About_Main .about_img img.img_dot {
  width: 95%;
  position: absolute;
  bottom: -18px;
  left: -6px;
  z-index: 1;
} */

.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;
}
.list .program_icon .icon_back img {
  width: 100%;
}
.list .program_icon .icon_content {
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .list .program_icon .icon_content h3 {
    font-size: 1.5rem;
  }
}

.Course_Structure {
  padding: 2rem 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;
}

.Global_Certificates {
  padding: 2rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Global_Certificates {
    padding: 2rem 2rem;
  }
}
.Global_Certificates .Global_inner {
  margin-top: 2rem;
}
.Global_Certificates .Global_inner h3 {
  color: black;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e07030;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Global_Certificates .Global_inner h3 {
    width: 100%;
  }
}
.Global_Certificates .Global_inner p {
  color: black;
  text-align: justify;
  font-size: 2.1rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media screen and (max-width: 1400px) and (min-width: 100px) {
  .Global_Certificates .Global_inner p {
    font-size: 1.7rem;
  }
}
.Global_Certificates .Global_inner .global_img {
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1.2rem;
}
.Global_Certificates .Global_inner .global_img img {
  width: 100%;
  height: 330px;
  border-radius: 5px;
  margin-top: 0.5rem;
}

.Global_Certificates {
  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: 2rem 9rem;
  min-height: 100dvh;
  width: 100%;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Global_Certificates {
    padding: 2rem 2rem;
  }
}
.Global_Certificates .global_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* background: whitesmoke; */
  border-radius: 2rem;
  padding: 1rem;
}
.Global_Certificates .global_inner .Program_left .tab_heading {
  font-weight: 800;
  font-size: 26px;
  line-height: 3.5rem;
  margin-bottom: 2.5rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Global_Certificates .global_inner .Program_left .tab_heading {
    font-size: 27px;
  }
}
.Global_Certificates .global_inner .Program_left .tab_heading .H_one {
  position: relative;
  color: #392d7d;
}
.Global_Certificates .global_inner .Program_left .tab_heading .H_one span {
  font-size: 4rem;
}
.Global_Certificates .global_inner .Program_left .tab_heading .H_second {
  position: relative;
  color: #e07030;
  margin-left: .5rem;
}
.Global_Certificates .global_inner .Program_left .tab_heading .H_second span {
  font-size: 4rem;
}
.Global_Certificates .global_inner .Program_left .tab_heading .H_second ::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #e07030;
  position: absolute;
  bottom: 0;
  right: -11px;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Global_Certificates .global_inner .Program_left {
    height: 100%;
  }
}
.Global_Certificates .global_inner .Program_left p {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: justify;
  color: #111111;
}
.Global_Certificates .Program_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 450px;
  width: 95%;
  background: whitesmoke;
  border-radius: 2rem;
  padding: 1.5rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Global_Certificates .Program_left {
    height: 100%;
  }
}
.Global_Certificates .Program_left h3 {
  color: white;
  font-size: 5rem;
}
.Global_Certificates .Program_left p {
  font-size: 2rem;
  font-weight: 400;
  color: white;
  text-align: justify;
}
.Global_Certificates .Program_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
}
.Global_Certificates .Program_right .tranplrent_card_one {
  padding: 1.5rem 5rem;
  background: white;
  border-radius: 0.8rem;
  display: flex;
  min-height: 220px;
  /* justify-content: center; */
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Global_Certificates .Program_right .tranplrent_card_one {
    margin-top: 1rem;
  }
}
.Global_Certificates .Program_right .tranplrent_card_one img {
  width: 100%;
  height: 42vh;
}

.International_Exposure {
  padding: 2rem 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_Faculty {
  padding: 2rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Program_Faculty {
    padding: 2rem 2rem;
  }
  .Program_FacultyRow1{
	  display:flex;
	  flex-direction: column-reverse;
  }
  .Program_Faculty .about_img{
	justify-content: center !important;
  }
  .Program_Faculty .about_img a .Back_director{
	  
	  width:251 !important;
  }
}
.Program_Faculty .pro_content_center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.Program_Faculty .pro_content_center p {
  text-align: justify;
  color: black;
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (max-width: 1400px) and (min-width: 699px) {
  .Program_Faculty .pro_content_center p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Program_Faculty .pro_content_center p {
    font-size: 1.7rem;
    margin-top: 2rem;
  }
}
.Program_Faculty .pro_content_center h4 {
  font-size: 2rem;
  color: #392d7d;
  position: relative;
  margin-left: 57px;
  margin-top: 3rem;
}
.Program_Faculty .pro_content_center h4::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #fdb400;
  position: absolute;
  left: -56px;
  top: 10px;
  display: block;
}
.Program_Faculty .about_img {
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: right;
  position: relative;
}

.Program_Faculty .about_img a .Back_director{
  width: 200px;
  height: 45rem;
  background-image: url(../images/BodyImg/pro1.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  transition: all .3s linear;
}

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

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

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

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

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

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

.Program_Faculty .about_img a .Back_director:hover{
  width: 225px;
  height: 45rem;
  background-image:linear-gradient(45deg,rgba(43, 37, 37, 0.493),rgba(22, 30, 37, 0.418)),  url(../images/BodyImg/pooja_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  border: 3px solid #e2b24c;
  border-radius: 2rem;
}
@media screen and (max-width: 1400px) and (min-width: 100px){
  .Program_Faculty .about_img a .Back_director{
    height: 225px !important;
  }
}

.Program_Faculty .about_img img.img_one {
  width: 100%;
  z-index: 1;
  transition: all .3s linear;
}

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

}

.Program_Faculty .about_img img.img_dot {
  width: 74%;
  position: absolute;
  bottom: -8px;
  left: 80px;
  z-index: -1;
}
.Program_Faculty .card_faculty {
  display: flex;
  height: 100%;
  align-items: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Program_Faculty .card_faculty {
    display: block;
  }
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Program_Faculty .card_faculty img {
    width: 100%;
  }
}
.Program_Faculty .card_faculty .center_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: -7px;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Program_Faculty .card_faculty .center_left {
    margin-left: 0px;
  }
}
.Program_Faculty .card_faculty .center_left .center_color_left {
  background: #392d7d;
  padding: 1rem;
  border-radius: 0rem 1rem 1rem 0rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Program_Faculty .card_faculty .center_left .center_color_left {
    border-radius: 1rem;
  }
}
.Program_Faculty .card_faculty .center_left .center_color_left h3 {
  font-size: 2rem;
  color: white;
  font-weight: 800;
  line-height: 3rem;
  background: #e2b24c;
  border-radius: 1rem;
  width: 280px;
  padding: 2rem;
  border-bottom: 3px solid #e07030;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Program_Faculty .card_faculty .center_left .center_color_left h3 {
    width: 100%;
  }
}
.Program_Faculty .card_faculty .center_left .center_color_left p {
  color: white;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 1400px) and (min-width: 100px) {
  .Program_Faculty .card_faculty .center_left .center_color_left p {
    font-size: 1.5rem;
  }
}
.Program_Faculty .card_faculty .center_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-right: -9px;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Program_Faculty .card_faculty .center_right {
    margin-right: 0px;
  }
}
.Program_Faculty .card_faculty .center_right .center_color_right {
  background: #392d7d;
  padding: 1rem;
  border-radius: 1rem 0rem 0rem 1rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Program_Faculty .card_faculty .center_right .center_color_right {
    border-radius: 1rem;
  }
}
.Program_Faculty .card_faculty .center_right .center_color_right h3 {
  font-size: 2rem;
  color: white;
  font-weight: 800;
  line-height: 3rem;
  background: #e2b24c;
  border-radius: 1rem;
  width: 290px;
  padding: 2rem;
  border-bottom: 3px solid #e07030;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Program_Faculty .card_faculty .center_right .center_color_right h3 {
    width: 100%;
  }
}
.Program_Faculty .card_faculty .center_right .center_color_right p {
  color: white;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 1400px) and (min-width: 100px) {
  .Program_Faculty .card_faculty .center_right .center_color_right p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 499px) and (min-width: 100px) {
    .About_Sambalpur .about_img a .Back_director {
        width: 29rem;
        height: 34rem;
    }
}



.Eligibility_Selection {
  padding: 2rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Eligibility_Selection {
    padding: 2rem 2rem;
  }
}
.Eligibility_Selection .card_list li {
  padding: 2rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 0.6rem;
  display: flex;
  list-style: none;
}
.Eligibility_Selection .card_list li p {
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (max-width: 1400px) and (min-width: 100px) {
  .Eligibility_Selection .card_list li p {
    font-size: 1.7rem;
    font-weight: 400;
  }
}
.Eligibility_Selection .card_list 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;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
}
.Eligibility_Selection .life_cycle_section {
  width: 100%;
  height: 100%;
}
.Eligibility_Selection .life_cycle_section .section_heading {
  margin-bottom: 2rem;
}
.Eligibility_Selection .life_cycle_section .section_heading h3 {
  font-size: 2rem;
  color: white;
  font-weight: 800;
  line-height: 3rem;
  background: #392d7d;
  border-radius: 1rem;
  padding: 2rem;
  width: 210px;
  height: 100%;
  border-bottom: 3px solid #e07030;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Eligibility_Selection .life_cycle_section .section_heading h3 {
    width: 100%;
  }
}
.Eligibility_Selection .life_cycle_section_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
}
.Eligibility_Selection .life_cycle_section_inner_card_heading {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.Eligibility_Selection .life_cycle_section_inner_card_heading .section_heading_main {
  text-align: left;
}
.Eligibility_Selection .life_cycle_section_inner_card_heading p {
  font-size: 1.7rem;
  font-weight: 400;
  text-align: justify;
}
.Eligibility_Selection .life_cycle_section_inner_card {
  width: 94%;
  padding: 2rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: relative;
  min-height: 14rem;
  justify-content: center;
}
.Eligibility_Selection .life_cycle_section_inner_card_num {
  border-radius: 2rem;
  width: 10rem;
  min-width: 5rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3rem;
  right: -3rem;
  background-color: #392d7d;
  border: 4px solid #e07030;
}

.Eligibility_Selection .points_number {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 0.8;
  background-color: #e07030;
  color: white;
}
.Eligibility_Selection .life_cycle_section_inner_card_num h1 {
  color: var(--bs-white);
  font-size: 2rem;
  margin: 0;
}
.Eligibility_Selection .life_cycle_section_inner_card_head {
  display: flex;
  gap: 1.2rem;
  z-index: 3;
}
.Eligibility_Selection .life_cycle_section_inner_card_head p.second {
  margin: 1rem 0rem 0rem 0rem;
  text-align: justify;
  font-size: 2.1rem;
}
@media screen and (max-width: 1400px) and (min-width: 100px) {
  .Eligibility_Selection .life_cycle_section_inner_card_head p.second {
    font-size: 1.7rem;
  }
}
.Eligibility_Selection .life_cycle_section_inner_card_head i {
  font-size: 3rem;
}
.Eligibility_Selection .life_cycle_section_inner_card_head h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--bs-dark);
}
.Eligibility_Selection .life_cycle_section_inner_card ul {
  padding-left: 4rem;
  font-size: 1.5rem;
  color: var(--bs-gray);
  z-index: 9;
}
.Eligibility_Selection .Global_inner {
  margin-top: 2rem;
}
.Eligibility_Selection .Global_inner h3 {
  font-size: 2rem;
  color: white;
  font-weight: 800;
  line-height: 3rem;
  background: #392d7d;
  border-radius: 1rem;
  padding: 2rem;
  width: 210px;
  border-bottom: 3px solid #e07030;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Eligibility_Selection .Global_inner h3 {
    width: 100%;
  }
}
.Eligibility_Selection .Global_inner ul li {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
}
.Eligibility_Selection .Global_inner ul li::marker {
  color: #392d7d;
}
@media screen and (max-width: 1400px) and (min-width: 100px) {
  .Eligibility_Selection .Global_inner ul li {
    font-size: 1.5rem;
  }
}
.Eligibility_Selection .Disclaimer {
  margin-top: 2rem;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1.2rem;
}
.Eligibility_Selection .Disclaimer h4 {
  color: red;
  font-size: 2rem;
}
@media screen and (max-width: 1400px) and (min-width: 100px) {
  .Eligibility_Selection .Disclaimer h4 {
    font-size: 1.5rem;
  }
}
.Eligibility_Selection .Disclaimer ul li {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 1400px) and (min-width: 100px) {
  .Eligibility_Selection .Disclaimer ul li {
    font-size: 1.4rem;
  }
}

.step_one::after , .step_two::after{
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  bottom: 46px;
  right: -40px;
  width: 41px;
  height: 35px;
  z-index: 22;
  background-size: cover;
  background-image: url(../images/icons/Capture.PNG);

}

.step_three::before {
  transform: rotate(90deg);
  content: "";
  position: absolute;
  bottom: -38px;
  background-repeat: no-repeat;
  right: 146px;
  width: 41px;
  height: 35px;
  background-size: cover;
  background-image: url(../images/icons/Capture.PNG);
}

.step_four::before , .step_five::before {
  transform: rotate(181deg);
  content: "";
  position: absolute;
  bottom: 48px;
  right: -38px;
  background-repeat: no-repeat;
  width: 41px;
  height: 35px;
  background-size: cover;
  background-image: url(../images/icons/Capture.PNG);
}


@media screen and (max-width: 1000px) and (min-width: 100px) {
  .step_one::after , .step_two::after ,.step_three::before ,.step_four::before , .step_five::before{
    display: none;
  }

  .Eligibility_Selection .life_cycle_section_inner_card{
    margin-top: 2rem;
  }
}


.Program_Fee {
  padding: 2rem 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: 1400px) and (min-width: 100px) {
  .Program_Fee .Program_inner p {
    font-size: 1.5rem;
  }
}

.Important_Dates {
  padding: 2rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Important_Dates {
    padding: 2rem 2rem;
  }
}
.Important_Dates h3 {
  font-size: 2rem;
  color: white;
  font-weight: 800;
  line-height: 3rem;
  background: #392d7d;
  border-radius: 1rem;
  padding: 2rem;
  width: 210px;
  border-bottom: 3px solid #e07030;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .Important_Dates h3 {
    width: 100%;
  }
}
.Important_Dates .blue-circle {
  background-color: #392d7d;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Important_Dates .blue-circle i {
  font-size: 4rem;
  color: white;
}

.Contact_IIM {
  padding: 2rem 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: 2rem 9rem;
}
@media screen and (max-width: 700px) and (min-width: 100px) {
  .Disclaimer_sec {
    padding: 2rem 2rem;
  }
}
.Disclaimer_sec .Disclaimer {
  margin-top: 2rem;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1.2rem;
}
.Disclaimer_sec .Disclaimer h4 {
  color: red;
  font-size: 2.5rem;
}
@media screen and (max-width: 1400px) and (min-width: 100px) {
  .Disclaimer_sec .Disclaimer h4 {
    font-size: 1.8rem;
  }
}
.Disclaimer_sec .Disclaimer ul li {
  font-size: 2rem;
  font-weight: 400;
}
.Disclaimer_sec .Disclaimer ul li::marker {
  color: #392d7d;
}
@media screen and (max-width: 1400px) and (min-width: 100px) {
  .Disclaimer_sec .Disclaimer ul li {
    font-size: 1.4rem;
  }
}

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

.about_nse {
  padding: 2rem 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: 1400px) 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 {
  margin-top: 2rem;
  padding: 0 9rem;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  footer .footer_padding {
    padding: 0 2rem;
  }
}
footer .footer_padding .left h3 {
  font-size: 2rem;
  color: #392d7d;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  footer .footer_padding .left h3 {
    font-size: 1.2rem;
    text-align: center !important;
  }
}
footer .footer_padding .right {
  text-align: right;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  footer .footer_padding .right {
    text-align: center;
    margin-top: 2rem;
  }
}
footer .footer_padding .right a {
  font-size: 20px;
  background-color: #392d7d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #392d7d;
  margin-left: 10px;
  color: white;
  opacity: 0.95;
}
footer .footer_padding .right a:hover {
  background-color: #e07030;
  color: white;
  border: 2px solid #392d7d;
}
@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;
}
.tab_heading .H_second ::after{
  display: none;
}
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .mobile_display_none_nselogo {
    display: none;
  }
  .certificate_box_img {
    width: 300px !important;
    height: 200px !important;
  }
  .certificate_box_img  img{
    width: 100%;
    height: 100%;
  }
  .certificates_new_main{
    padding: 2rem !important;
  }
  .About_Main .center_contant{
    margin-top: 0REM;
  }
}

@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 ============  */
  
   .text_big{
    font-size: 4rem;
    font-weight: 500;
    color: #392d7d;
   }
   .text_mid{
    font-size: 2.5rem;
    font-weight: 500;
    color: #392d7d;
   }
   .line{
    width: 530px;
    height: 3px;
    border: 2px solid #ffb700;
    background-color: #fdb400;
    color: #fdb400;
    opacity: inherit !important;
   }



   .key_feature_main{
    display: flex;
    gap: 2rem;
   }
   .key_feature_left{
    width: 40%;
   }
   .key_feature_right{
    width: 60%;
    display: flex;
     justify-content: center;
     flex-direction: column;
   }

   .key_feature_main_copy{
    display: flex;
    gap: 2rem;
   }
   .key_feature_left_copy{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   }
   .key_feature_right_copy{
    width: 40%;
    display: flex;
    justify-content: end;
   }
.certificate_global_main{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
}

   .certificate_global{
    width: 500px;
    height: fit-content;
   }
   .certificate_global img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
   }
.Program_left img{
  border-radius: 20px;
}

.box_flex_chedule{
  background-color: #94beb88c;
  padding: 1rem 2rem;
}





.certificates_new_main{
  background-color: #94beb848;
  margin: 0 auto;
  padding: 4rem 9rem;
}

.certificate_new_inner{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.certificate_box_img{
  width: 500px;
  height: 400px;
}
.certificate_box_img img{
  width: 100%;
  height: 100%;
}
.certificate_box {
  width: 100%;
  padding: 0.8rem 1rem;
  background-color: #3a2d7d;
  color: white;
  text-align: center;
}
.certificate_box p{
  margin-bottom: 0rem !important;
}