@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "IBM Plex Sans", sans-serif;
}

#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--orange);
}

#style-4::-webkit-scrollbar {
  width: 6px;
  height: 2px;
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border: 2px solid var(--main);
  border-radius: 15px;
}

:root {
  --main: #392d7d;
  --black: #231f20;
  --light_pink: #fff8f3;
  --white: #fff;
  --brown: #5a2c0b;
  --yellow: #f1b51c;
  --orange: #e86e25;
  --dark_red: #e31f26;
  --sky: #ecf4f7;
  --green: #00833e;
  --gray: #ecf4f7;
  --nse_gray: #6d6e71;
  --sky_gray: #eceaf5;
}

body {
  scroll-behavior: smooth;
  /* overflow-x:  hidden; */
}

.banner_header {
  width: 75%;
}

.banner_details .banner_header span {
  font-size: 1.6rem;
}

@media (max-width: 1377px) {
  .banner_details .banner_header span {
    font-size: 1.37rem;
  }
}

.center_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*=========================  */
.notUse_section {
  background-color: #e31f26;
  color: #fff !important;
  padding: 2px 20px 4px 20px;
  font-size: 18px;
  display: inline-block;
  width: 140px;
  text-align: center;
}

@media only screen and (max-width: 600px) and (min-width: 300px) {
  .payment_option .nayaclass {
    margin: 0px !important;
  }
}

header {
  box-shadow: 0 0 6px 0 #ddddddb3;
  width: 100%;
}

header.scrolled {
  box-shadow: 0 0 8px 0 #392d7d;
}

header nav {
  padding: 8px 2rem !important;
  margin: 0px !important;

  width: 100%;
  background-color: #fff;
}

.brochure_btn {
  margin-left: 1rem !important;
}

.brochure_btn a {
  border: 1px solid #e86e25 !important;
  color: #e86e25 !important;
  transition: 0.5s ease-in-out;
}

.brochure_btn a:hover {
  background-color: #e86e25 !important;
  color: #fff !important;
}

.navbar-light .navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.sm_header {
  display: none;
}

@media screen and (max-width: 980px) {
  .sm_header {
    display: block;
  }
  .lg_header {
    display: none;
  }
  .sm_header .navbar-nav {
    text-align: center;
  }
}

@media screen and (max-width: 680px) {
  header nav {
    padding: 6px 0px !important;
  }
}

nav .navbar-brand {
  padding: 0px;
  position: relative;
}

nav .navbar-brand img {
  height: 80px;
}

nav .navbar-brand .he img {
  height: 50%;
}

a:hover {
  text-decoration: none !important;
}

/* .navbar-brand.pipe{
    position: relative;
    margin-right: 40px;
} */

.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pipe {
  width: 4px;
  height: 40px;
  background-color: #e86e25;
  margin: auto 1rem auto 0rem;
  border-radius: 2rem;
}

.imt_logos img {
  width: 100%;
  height: 60px !important;
  padding: 10px;
}

@media only screen and (max-width: 680px) {
  .logo {
    width: 90%;
  }
  .navbar-brand {
    margin-right: 0rem !important;
  }
  header nav .container-fluid {
    padding: 0rem 0rem !important;
  }
  .imt_logo {
    width: 200px !important;
  }
  .imt_logo img {
    width: 100%;
  }
  .pipe {
    margin: auto 0rem;
  }
  .imt_logo {
    width: 60%;
  }
  .sm_header .imt_logo {
    width: 6%;
    height: 25px;
    /* background-color: #00833e; */
  }
  .sm_header .imt_logo {
    width: 100%;
    height: 100%;
  }
  /* .imt_logo img{
        width: 100%;
        height: 100%;
    } */
  .navbar-nav {
    text-align: center;
  }
}

@media only screen and (max-width: 380px) {
  /* .logo{
        background-color: red;
    } */
  .logo .pipe {
    margin: 0px !important;
  }
  /* .imt_logo{
        width: 150px !important;
    } */
}

/* .navbar-brand.pipe::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 50px;
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e86e25;
    border-radius: 2rem;
} */

.navbar-nav {
  margin-left: auto;
}

.nav-item {
  margin: 0px 0px;
}

.nav-item .nav-link {
  text-transform: uppercase;
  /* padding: 10px 5px; */
  color: #231f20;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* letter-spacing: -1px; */
}

.nav-item .nav-link.btn {
  border: 1px solid #231f20;
  padding: 7px 0;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-item .nav-link.btn:hover {
  background-color: #392d7d;
  color: #fff;
}

/* ==================enquiry_form================ */
.enquiry_form.nav-link {
  margin: 0px !important;
  z-index: 9999;
}

.enquiry_form {
  background-color: #392d7d;
  color: #fff;
  padding: 5px 25px 6px 25px;
  position: fixed;
  right: -50px !important;
  right: 0;
  top: 60%;
  transform: rotate(-90deg);
  border-radius: 5px;
  /* border: 4px solid #f1b51c; */
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: 0.5s ease-in-out;
}

.enquiry_form:hover {
  color: #f1b51c;
  opacity: 0.8;
}

.enquiry_form.show {
  opacity: 1;
  visibility: visible;
}

.enquiry_form::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  top: 50%;
  left: 2px;
  background-color: #f1b51c;
  border-radius: 2rem;
}

.enquiry_form::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  top: 50%;
  right: 2px;
  background-color: #f1b51c;
  border-radius: 2rem;
}

/* ======================banner section======================= */
.banner_section {
  padding: 20px 3rem 20px 3rem;
  height: 90vh;
  background-image: url("../images/Image\ 2\ Header.png");
  background-size: cover;
  background-position: center center;
  /* background-position: bottom right; */
  background-position: bottom center;
  /* background-position: top; */
  /* background-position: right; */
  background-repeat: no-repeat;
  /*object-fit: cover; */
  /* object-fit:fill ; */
  /* object-fit: scale-down; */
  /* object-position: bottom; */
  /*background-attachment: fixed;*/
  /* background-position: fixed; */
  /* object-position: bottom; */
  /* filter: blur(5px); */
  position: relative;
  z-index: 1;
  /* color: #fff !important; */
}

/* header{
    opacity: 0;
} */

.banner_section::after {
  content: "";
  position: absolute;
  /*width: 60%;*/
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /*background-color:  rgba(255, 255, 255, 0.2);*/
  /* background-color: red; */
  /*background-color: rgba(241, 181, 28, 0.1); */
  z-index: -1;
  /*-webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 25% 100%, 0% 100%);*/

  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);

  /*-webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);*/
}
/* .banner_section .container-fluid{
    height: 100%;
    background-color: green;
    position: relative;
} */
/*.banner_col{
    height: 100vh;
    background-color: greenyellow;
} */
.banner_container {
  padding: 0rem 0rem 1rem 0rem;
  z-index: 1;
  margin-top: 4rem;
}

.banner_container .banner_details h1 {
  color: white;
}

.banner_container .banner_details span p {
  color: white;
  /* text-align: end; */
  font-size: 1.3rem;
  /* margin-right: 84px; */
}

@media only screen and (max-width: 700px) {
  .banner_container .banner_details span p {
    color: white;
    /* text-align: end; */
    font-size: 1rem;
    margin-top: 10px;
    /* margin-right: 84px; */
  }
  .banner_container img {
    width: 100%;
  }
}

.aboutgrmp {
  padding: 50px;
  margin-top: 20px;
}

.heading {
  color: #f1b51c;
  font-weight: 700;
  /* margin-top: 10px ;
    padding: 50px; */
}

.colborder {
  /* font-family: ; */
  margin: 5px;
}

.aboutgrmpp {
  /* line-height: 20px; */
  font-size: 22px;
}

/* .banner_container{
    background-color: red;
    padding: 3rem 1rem;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 15px;
    border-right: 8px solid #392d7d;
    border-bottom: 4px solid #392d7d;
} */

.banner_section .section_header {
  position: relative;
  /* background-color: red; */
}

.banner_section .section_header h1 {
  /* color:  #231f20; */
  color: #e86e25;
  /* color: #fff; */
  font-size: 20px;
  font-weight: 700;
  /* display: inline-block; */
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  display: block;
  /* border-bottom: 1px solid #ccc; */
}

.banner_section .section_header img {
  width: 100%;
}

.banner_details h1 {
  font-weight: 800;
  /*font-size: 48px;*/
  font-size: 49px;
  /* color: #392d7d */
  /* color: #f1b51c; */
  /* color: #e86e25; */
  color: #fff;
  /* background-color: rgba(255,255,255,0.3); */
  /* background-color: rgba(232, 110, 37,0.6); */
  padding: 10px 0px;
}

.banner_details h1 span {
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  /* margin-top: -10px; */
  /* margin-bottom: 1rem; */
  display: inline-block;
  /* width: 100%; */
  padding-bottom: 0;
  font-style: italic;
}

.banner_img {
  position: absolute;
  margin-top: 0rem;
  width: 60%;
  /* height: 350px; */
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  /* float: right; */
}

.banner_img .bannerImg {
  width: 100%;
  height: 100%;
}

.banner_links {
  /* margin-top: 1rem; */
  padding: 0px 10px 20px 10px;
  /* background-color: red; */
}

.banner_links .link_s {
  /* border-left: 4px solid #f1b51c; */
  padding: 10px 10px;
  margin-top: 1rem !important;
}

.banner_links .link_s:first-child {
  /* padding-top: 5px; */
  /* background-color: red; */
  margin-top: 1rem !important;
}

.banner_links .link_s a {
  text-decoration: none;
  /* color: #5a2c0b; */
  color: #fff;
  /* color: #5a2c0b; */
  /* background-color: rgba(241, 181, 28, 0.9); */
  /* background-color: rgba(232, 110, 37,.9); */
  /* border-radius: 2rem; */
  /* padding: 10px;
    border-left: 2px solid #fff; */
  font-size: 18px;
  /* border-radius: 3px; */
  width: 100%;
  /* padding-right: 5px; */
  /* border: none; */
  text-align: left;
  /* display: flex;
    align-items: center; */
  line-height: 18px;
}

.banner_links .link_s a b {
  font-size: 20px;
}

.link_s .register_link_btn {
  /* border: 2px solid #f1b51c !important; */
  /* background-color: #392d7d ; */
  /* color: #fff !important; */
  /* border-radius: 2rem !important; */
  width: 90%;
  background-color: #f1b51c;
  border-radius: 2rem !important;
  color: #fff !important;
  transition: 0.5s ease-in-out;
}

/*.link_s .register_link_btn:hover{
    background-color: #f1b51c ;
    border-radius: 2rem !important;
    color: #fff;
}*/

.link_s .register_link_btn i {
  /* background-color: #f1b51c !important; */
  margin-left: 0.1px;
  /* border-radius: 0px !important; */
  /* border: 2px solid #e86e25; */
}

.bottom_line {
  /* background-color: #e31f26; */
  position: relative;
  margin-bottom: 2rem;
}

.bottom_line img {
  width: 100%;
  /* height: 20px; */
}

@media screen and (max-width: 1920px) and (min-width: 1401px) {
  .banner_section {
    padding: 20px 3rem 20px 3rem;
    height: 105vh;
    background-image: url("../images/Image\ 2\ Header.png");
    background-size: cover;
    background-position: center center;
    /* background-position: bottom right; */
    background-position: bottom center;
    /* background-position: top; */
    /* background-position: right; */
    background-repeat: no-repeat;
    /*object-fit: cover; */
    /* object-fit:fill ; */
    /* object-fit: scale-down; */
    /* object-position: bottom; */
    /*background-attachment: fixed;*/
    /* background-position: fixed; */
    /* object-position: bottom; */
    /* filter: blur(5px); */
    position: relative;
    z-index: 1;
    /* color: #fff !important; */
  }
}

@media screen and (max-width: 1400px) and (min-width: 1024px) {
  .banner_section {
    /* background-size: cover; */
    height: 130vh;
    background-position: bottom;
    /* object-fit: cover; */
    background-attachment: inherit;
  }
  .banner_details h1 {
    font-size: 34px;
    /* line-height: 60px; */
  }
}

@media screen and (max-width: 1024px) {
  .banner_section {
    /* height: auto; */
    /* background-size: cover; */
    height: 150vh;
    background-position: bottom;
    /* object-fit: cover; */
    background-attachment: inherit;
  }
  .banner_details h1 {
    font-size: 30px;
    /* line-height: 60px; */
  }
}

@media screen and (max-width: 980px) {
  .banner_section {
    /* background-size: cover; */
    height: auto;
    /*background-attachment: fixed;*/
    padding-top: 40px !important;
  }
  .banner_section::after {
    width: 70%;
  }
  .banner_container {
    padding: 1rem 0rem;
  }
  .banner_section {
    padding: 20px 10px 100px 10px;
  }
  .banner_links .link_s {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 680px) {
  .banner_section {
    background-size: cover !important;
    /* background-position: center !important; */
    padding: 20px 10px;
  }
  .banner_section::after {
    width: 80%;
  }
  .banner_section .section_header h1 {
    font-size: 25px;
  }
  .banner_img {
    height: 280px;
  }
  .banner_details h1 {
    font-size: 30px;
    margin-top: 1rem;
  }
  .banner_links .link_s a {
    margin: 0.5rem 0rem;
  }
  .banner_container {
    margin: 0rem;
  }
  .banner_section::after {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    width: 100% !important;
    clip-path: none;
  }
  .cards {
    padding: 1rem !important;
  }
  .read_icon {
    display: none !important;
  }
}

@media screen and (max-width: 360px) {
  .banner_section {
    background-size: cover !important;
    background-position: center !important;
  }
  .banner_details h1 {
    font-size: 25px;
    margin-bottom: 0px;
  }
}

.banner_links .link_s a:hover {
  /* text-decoration: underline; */
  text-decoration: none;
}

.banner_links .link_s a span i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #392d7d;
  margin-right: 10px;
  color: #fff;
}

.program_intro {
  margin: 1rem 0rem;
  padding: 0px 2px;
  display: inline-block;
}

.program_intro a {
  font-size: 16px;
  /* color: #392d7d; */
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  background-color: #f1b51c;
  border-radius: 2rem;
  /* padding: 6px 30px 4px 0px; */
  padding-right: 20px;
  transition: 1s ease-in-out linear;
}

.program_intro a:hover {
  background-color: #e86e25;
}

.program_intro a i {
  /* font-size: 30px; */
  margin-right: 10px;
  /* color: #e86e25; */
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: #e86e25;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ partner_section ==================== */
.partner_section {
  position: relative;
  background-color: #ecf4f7;
  /* height: 100vh; */
  padding: 80px 3rem 20px 3rem;
}

.partner_sectiona {
  position: relative;
  /* background-color: #ecf4f7; */
  /* height: 100vh; */
  padding: 80px 3rem 20px 3rem;
}

.color_left {
  border-left: 4px solid #f1b51c;
}

.program_partner {
  justify-content: center;
  width: 50%;
  /* left: 4rem; */
  /* height: 170px; */
  /* position: absolute;
    top: -75px; */
  margin-top: 1rem;
  background-color: #fff;
  /* clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%); */
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 10px 15px;
  /* clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%); */
}

@media only screen and (max-width: 780px) {
  .program_partner {
    margin-top: 1.8rem;
    width: 320px;
    /* left: 50%;
        transform: translateX(-50%); */
  }
}

@media only screen and (max-width: 680px) {
  .program_partner {
    position: relative;
    margin-top: 1rem;
    width: 320px;
  }
}

.program_partner h4 {
  font-weight: 700;
  color: #5a2c0b;
  text-transform: capitalize;
  text-align: center;
}

.program_partner .partner_logo {
  display: flex;
  align-items: center;
  width: 100%;
}

.program_partner .partner_logo img {
  width: 100%;
  /* padding: 10px; */
  justify-content: center;
  /* border: var(--orange);
    border-right: 2px solid var(--main); */
  /* height: 100%; */
}

.program_partner .partner_logo h6 {
  font-weight: 600;
  color: #e86e25;
  font-size: 18px;
}

/* ================= program =================== */
.program {
  margin-top: 0rem;
}

.program .header h1 {
  font-size: 25px;
  font-weight: 700;
  padding: 10px 15px 15px 15px;
  /* border: 1px solid #f1b51c; */
  display: inline-block;
  margin-left: 5px;
  position: relative;
  margin-bottom: 1rem;
  color: #e86e25;
}

@media (max-width: 770px) {
  .program .header h1 {
    font-size: 22px;
    font-weight: 700;
    padding: 10px 15px 15px 15px;
    /* border: 1px solid #f1b51c; */
    display: inline-block;
    margin-left: 0;
    position: relative;
    margin-bottom: 1rem;
    color: #e86e25;
  }
}

.program .header h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  /* background-color: red; */
  border-left: 4px solid var(--main);
  border-top: 4px solid var(--main);
}

.program .header h1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  /* background-color: red; */
  border-right: 4px solid var(--dark_red);
  border-bottom: 4px solid var(--dark_red);
}

/* ===== reason_container ==== */
.reason_container {
  margin-top: 0rem;
  padding: 10px 5px;
}

.reason_container_header {
  margin-top: 1rem;
}
.reason_container .reasons {
  display: flex;
  align-items: flex-start;
  /* flex-wrap: wrap; */
  margin: 0.5rem 0rem;
  /* flex-direction: column; */
  /*padding: 0 15px;*/
  align-items: center;
  /* background-color: #fff; */
  /* background-color: #fff; */
  padding: 0.6rem 0.2rem;
  border-radius: 5px;
  /*background-color: red;*/
  /* box-shadow: 0px 0px 4px rgba(0,0,0,0.2); */
}

.reason_container .reasons ul li::before {
  content: "\2022";
  color: #e86e25;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.reason_container .reasons img {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.reason_container .reasons i {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #392d7d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

@media screen and (max-width: 680px) {
  .program_partner {
    left: 50%;
    transform: translateX(-50%);
  }
  .reason_container {
    padding: 0px;
  }
  .reason_container .reasons {
    margin-top: 1.5rem;
  }
  .partner_section {
    padding: 20px 10px;
  }
}

.reason_container .reasons span {
  margin-bottom: 8px;
  width: 25px;
  height: 25px;
  background-color: #392d7d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason_container .reasons span i {
  font-size: 32px;
  color: #000;
  font-weight: 800;
  /* opacity: 0.8; */
}

.reason_text h4 ul li {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0px;
  margin-top: -3px;
  margin-bottom: 0px;
  color: #392d7d;
  /* text-transform: uppercase; */
  text-align: justify;
}

.reason_text p {
  /* line-height: 19px; */
  font-size: 15px;
  color: #5a2c0b;
  font-weight: 200;
}

/* ==== program_form ====== */
.program_form {
  /* position: relative; */
  /* z-index: 100; */
  margin-top: 6rem;
  border-radius: 20px;
}

/* .program_form .card{
    margin-top: -30%;
} */

@media screen and (max-width: 980px) {
  .program_form .card {
    margin-top: 1rem;
  }
  .banner_img {
    margin-top: 1rem;
  }
}

.program_form .card .card-header {
  background-color: #392d7d;
  color: #fff;
}

.program_form .card .card-body {
  /* background-color: #5a2c0b; */
  padding: 1rem 1.5rem;
}

.program_form .card form input,
.program_form .card form select {
  margin: 6px 0px;
  box-shadow: none;
  outline: none;
  color: #e86e25;
  transition: 0.5s ease-in-out;
}

.program_form .card form input:focus,
.program_form .card form select:focus {
  border: 1px solid #e86e25;
}

.program_form .card form .btn {
  margin: 1rem 0rem;
  background-color: #392d7d;
  color: #fff;
}

.program_form .mobile_no_input {
  display: flex;
}

.program_form .mobile_no_input select {
  width: 30%;
  border-right: none !important;
}

@media screen and (max-width: 680px) {
  .section {
    padding: 40px 10px;
  }
}

/* ==============joinUsModal=============== */
#joinUsModal form input,
#joinUsModal form select {
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
}

#joinUsModal form input:focus,
#joinUsModal form select:focus {
  border: 1px solid #e86e25;
}

#joinUsModal .modal-content {
  border-top: 4px solid #f1b51c;
  border-right: 4px solid #e86e25;
  border-bottom: 4px solid #f1b51c;
  border-left: 4px solid #e86e25;
}

#joinUsModal .modal-content .modal-header button {
  position: absolute;
  width: 40px;
  height: 40px;
  /* left: 50%; */
  /* top: -20px; */

  /* right: 1rem;
    top: 1rem; */

  top: 0;
  right: 0;

  /* border: 5px solid #fff; */
  border: 4px solid #f1b51c;

  /* border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem; */

  border-bottom-left-radius: 50%;

  /* border-radius: 50%; */
  background-color: #e86e25;
  color: #fff;
  font-weight: 800;
}

#joinUsModal .modal-content .modal-header {
  flex-direction: column;
  padding-top: 2rem;
  text-align: center;
}

#joinUsModal .modal-content .modal-header h1 {
  color: #392d7d;
  font-size: 30px;
  font-weight: 700;
}

#joinUsModal .modal-content form .btn {
  background-color: #392d7d;
  color: #fff;
  width: 50%;
  /* border-radius: 2rem; */
  margin: 1rem auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

#joinUsModal .brochure_link {
  text-align: center;
  color: #e86e25;
  text-decoration: none;
  font-size: 16px;
}

/* ============ economic_times ================ */
.economic_times {
  padding: 40px 3.1rem;
}

@media screen and (max-width: 1100px) {
  .economic_times {
    padding: 0rem;
    margin-top: 10px;
  }
}

.economic_header p {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.economic_header p i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #00833e; */
  background-color: #f1b51c;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: 8px;
}

.economic_header h2 {
  margin: 0rem 0rem;
  padding-left: 2.5rem;
  text-transform: capitalize;
  color: #392d7d;
}

.economic_header img {
  height: 30px;
  margin-left: 36px;
}
/* ===== line ===== */
.line {
  width: 95%;
  margin: 3rem auto;
}

/* ========== economics_row ============== */
.economics_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: space-between;
}

.economics_row .economic.card {
  padding: 1.5rem 1.5rem;
  /* width: 350px; */
  /* width: 100%; */
  width: 32%;
  margin: 1rem 0rem;
  /* border: 1px solid #392d7d; */
  border-radius: 6px;
  /* text-align: center; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  align-self: normal;
  box-shadow: 0 0 14px #00000026;

  /* box-shadow: 0px 0px 2px rgba(51, 44, 44, 0.2); */
}

/* ===================economic_fintech================== */
.economic_fintech {
  /* padding-top: 0rem; */
  padding-bottom: 3rem;
  position: relative;
}

.economic_fintechs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: #eceaf5;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.economic_fintech_row {
  padding: 1rem 5px;
  position: relative;
  margin-top: 1rem;
}

/*.economic_fintech_row .card{*/

.economics_row .economic.card {
  padding: 1.5rem 1.5rem;
  /* width: 350px; */
  /* width: 100%; */
  width: 50%;
  margin: 1rem 0rem;
  /* border: 1px solid #392d7d; */
  border-radius: 6px;
  /* text-align: center; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  align-self: normal;
  box-shadow: 0 0 14px #00000026;

  /* box-shadow: 0px 0px 2px rgba(51, 44, 44, 0.2); */
}

@media only screen and (max-width: 780px) {
  .economic_fintech::before {
    height: 30%;
    /*border-radius: 0px;*/
  }
  .economic_fintech_row .card {
    height: auto;
    margin-bottom: 1.2rem;
  }
  .economics_row .economic.card {
    width: 40%;
  }
}

/* .economic_fintech_row .card2nd{
    margin-top: -3rem ;
} */

/*.economic_fintech_row .card:hover{
    background-color: #392d7d;
    
}*/

/*.economic_fintech_row .card:hover p{
    color: #fff ;
}*/

.economics_row .economic.card i {
  width: 30px;
  height: 30px;
  font-size: 10px;
  background-color: #f1b51c;
  /*background-color: #392d7d;*/
  color: #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: -15px;
}

.economic_fintech_row .economic i {
  width: 25px;
  height: 25px;
  font-size: 10px;
  /*background-color: #f1b51c;*/
  background-color: #392d7d;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.economic_fintech_row .economic i.fa-quote-left {
  left: 0rem;
  top: -15px;
}

.economic_fintech_row .economic i.fa-quote-right {
  right: 0px;
  bottom: -10px;
}

.economics_row .economic.card p,
.economic_fintech_row .card p {
  margin-bottom: 5px;
  font-size: 18px;
  pointer-events: painted;
  /* color: #392d7d; */
  transition: none;
}

.economic_fintech_row .economicsq p {
  font-size: 2rem;
  color: #e86e25;
}

.economic_fintech_row .economic p {
  padding: 10px 10px;
  display: flex;
  color: #392d7d;
  box-shadow: 0px 0px 10px #0000004d;
  width: 100%;
  align-self: normal;
  margin-top: 1rem;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  word-spacing: 2px;
  background-color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.economic_fintech_rows .economic p {
  /*border-bottom: 1px solid #ccc;*/
  padding: 20px 30px;
  display: flex;
  /* align-items: center; */
  /*color: #fff !important;*/
  color: #392d7d;
  box-shadow: 0px 0px 10px #0000004d;
  width: 32%;
  align-self: normal;
  margin-top: 1rem;
  position: relative;
}

.economic_fintech_row .economic p span {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-40%, -50%);
  font-size: 90px;
  font-weight: 1000;
  opacity: 0.2;
}

.economic_fintech_row .economic p:nth-child(1) span {
  color: #f1b51c;
}

.economic_fintech_row .economic p:nth-child(2) span {
  color: #e31f26;
}

.economic_fintech_row .economic p:nth-child(3) span {
  color: #392d7d;
}

.economic_fintech_row .economic p:nth-child(4) span {
  color: #6d6e71;
}

.economic_fintech_row .economic p:nth-child(5) span {
  color: #5a2c0b;
}

.economic_fintech_row .economic p:nth-child(6) span {
  color: #231f20;
}

/*.economic_fintech_row .economic p:last-child{
    border: none;
}*/

.economic_fintech_row .card p .dot {
  margin-top: 16px;
  margin-right: 8px;
}
.economic_fintech_row .card p .dot i {
  position: relative;
  display: block;
  background: none;
  /* color: #e86e25; */
  color: #fff;
  opacity: 0.6;
  width: auto;
  height: auto;
}

.economics_row.economic_fintech_row .card {
  width: 100%;
}

/*.economics_row.economic_fintech_row .card:hover p{
    color: #fff;
}*/

/* .economic.economic_fintech{
    margin-top: 0px !important;
    background-color: #3a2a7f;
    box-shadow: 0px 0px 8px rgba(51, 44, 44, 0.6);
}

.line.economic_line{
    margin: 0px auto;
}

.economic.economic_fintech .header h1{
    color: #fff;
}

.economic.economic_fintech p{
    color: #fff !important;
    opacity: 0.9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
    padding: 5px 0px;
} */

/* .economic.economic_fintech p:last-child{
    border: none;
} */

.economic.card .economic_img {
  /* width: 100px;
    height: 100px;
    object-fit: cover;
    background-color: red; */
  margin-bottom: 10px;
}

.economic.economic_fintech .economic_img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  position: absolute;
  left: 1rem;
  top: -40px;
  background-color: #fff;
  border: 1px solid #392d7d;
}

.economic.economic_fintech .economic_img img {
  width: 95%;
  height: 95%;
}

.economics_row .economic.card img {
  /* width: 50%; */
  /* height: 36px; */
  margin: 0px auto;
  margin-bottom: 0px;
}
/* .economic.card img{
    width: 50px ;
    height: 80px;
    
} */

.economics_row .economic.card p,
.economic.economic_fintech p {
  text-align: left;
  font-size: 16px;
  /* line-height: 35px; */
  color: #392d7d;
}

.economic.economic_fintech p {
  display: flex;
  /* align-items: center; */
}

.economics_row .economic.card h6,
.economic.economic_fintech h6 {
  text-align: left;
  margin-bottom: 0px;
  color: #e86e25;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  position: relative;
  padding: 0px 15px;
  display: inline-block;
  /* background-color: red; */
}

.economic.economic_fintech h6 {
  padding-left: 0px;
  /* float: right; */
}

.economics_row .economic.card h6::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #e86e25;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.economic_fintech h6::before {
  display: none;
}

@media screen and (max-width: 1024px) {
  .economics_row .economic.card img {
    width: 90%;
  }
}

@media screen and (max-width: 680px) {
  .economic_times {
    padding: 40px 10px;
  }

  .line {
    margin: 1rem auto;
  }

  .economics_row .economic.card {
    width: 100%;
  }

  .economics_row .economic.card img {
    width: 80%;
  }
  .economic_fintech_row .economic {
    display: block;
  }

  .economic_fintech_row .economic p {
    width: 100%;
  }
}

.economics_row .economic.card p i,
.economic.economic_fintech p i {
  font-size: 14px;
  margin: 5px;
}

.economic.economic_fintech p i {
  color: #f1b51c;
}

/*.economics_row .economic.card .fa-quote-left{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1b51c;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
    margin-right: 8px;
    position: absolute;
    top: -16px;
    left: 10px;
}

.economics_row .economic.card .fa-quote-right{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00833e;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
    margin-right: 8px;
    position: absolute;
    bottom: -22px;
    right: 5px;
}*/

/* .economics_row .economic.card p{
    line-height: 20px;
    color: #5a2c0b;
} */

/* .economics_row .economic.card img{
    height: 40px;
} */

/* ===== economic_experts ======== */

.economic_experts .container-fluid {
  background-color: #ecf4f7;
  padding: 2rem;
}

@media screen and (max-width: 680px) {
  .economic_experts .container-fluid {
    padding: 2rem 1rem;
  }
}

.economic_experts .header h1 {
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.economic_experts .experts {
  padding: 0px 10px;
  margin: 1rem 0rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.economic_experts .experts span {
  padding: 3px 10px 6px 10px;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-right: 8px;
  border: 1px solid #5a2c0b;
  border-radius: 6px;
  border-left: 4px solid #5a2c0b;
  border-right: 4px solid #5a2c0b;
  background-color: #fff;
}

.economic_experts .line {
  opacity: 0.1;
  margin-bottom: 0rem;
}

/* =============== about_section ================= */
.about_section {
  padding: 20px 3rem 40px 3rem;
  /* background-color: red; */
  /* background-color: #ecf4f7; */
  /* background-color: #ffe15b; */
}

.about_container ul li strong {
  color: #e86e25;
}

.about_container ul li::before {
  content: "\2022";
  color: #e86e25;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.about_container ul li {
  color: var(--black);
  font-size: 1.1rem !important;
  text-align: justify;
}

.about_company {
  padding: 0px 3rem 1rem 3rem !important;
}

.about_img {
  width: 100%;
  /* height: 100%; */
  position: relative;
  z-index: 1;
  /* box-shadow: 0px 0px 15px rgba(0,0,0,0.2); */
}

about_imgs {
  width: 80%;
}

.imge {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

.about_img img {
  width: 100%;
  /* height: 100%; */
  /* box-shadow: 0px 0px 15px rgba(0,0,0,0.2); */
}

/* .about_img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #e86e25;
    transform: rotate(-5deg);
    z-index: -1;
} */

@media screen and (max-width: 680px) {
  .about_section,
  .about_company {
    padding: 20px 10px;
  }
}

.about_container {
  margin: 2rem 0rem;
}

.about_container p {
  /* font-style: italic; */
  line-height: 30px;
  font-size: 18px;
  text-align: justify;
}

.about_container .floating-image {
  width: 380px;
  height: 220px;
}

.about_container .floating-image.left {
  float: left;
  margin-right: 15px;
  /* margin-bottom: 15px; */
}

.about_container .floating-image.right {
  float: right;
  margin-left: 15px;
  /* margin-bottom: 15px; */
}

/* ========= about iim ========= */

.about_iim {
  /* text-align: center !important; */
  margin: 4rem 0rem 0rem 0rem;
  /* background-color: red; */
}

.about_iim .line {
  margin-bottom: 0rem;
}

.about_iim_box_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* justify-content: center; */
  /* background-color: red; */
  flex-wrap: wrap;
  padding: 2rem 0rem;
  text-align: center;
}

.about_iim_box_row .about_iim_box {
  margin: 10px 30px;
  /* background-color: red; */
  width: 160px;
  align-self: normal;
}

.relative_p {
  position: relative;
}

.about_iim .relative_p {
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
}

.aboutIMT_card {
  width: 100%;
  height: 100%;
}

.about_iim .aboutIMT_card .front {
  width: 100%;
  /* height: 100%; */
  height: 500px;
}

.about_iim .aboutIMT_card .front img {
  width: 100%;
  height: 100%;
}

/* .about_iim .middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
} */

.aboutIMT_card .front,
.aboutIMT_card .back {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  /* backface-visibility: hidden; */
  /* position: absolute; */
  transition: transform 0.6s linear;
  background-color: #fff;
}

.aboutIMT_card:hover > .back {
  /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; */
  position: relative;
  display: block;
}

.aboutIMT_card:hover > .front {
  display: none;
}

/* .aboutIMT_card .front{
    transform: perspective(600px) rotateY(0deg);
}


.aboutIMT_card .back{
    background-color: #fff;
    transform: perspective(600px) rotateY(180deg);
}

.aboutIMT_card:hover > .front{
    transform: perspective(600px) rotateY(-180deg);
}

.aboutIMT_card:hover > .back{
    transform: perspective(600px) rotateY(0deg);
} */

@media screen and (max-width: 1024px) {
  .about_iim .relative_p {
    width: 100%;
    height: 100%;
    position: relative;
  }
}

@media screen and (max-width: 980px) {
  .about_iim_box_row .about_iim_box {
    width: 150px;
  }
  .about_iim .relative_p {
    width: 100%;
    height: 500px;
    margin: 1rem 0rem;
  }
}

@media screen and (max-width: 680px) {
  .about_iim_box_row .about_iim_box {
    width: 45%;
    margin: 30px 0;
    align-self: normal;
  }
  .about_iim .relative_p {
    height: 660px;
  }
}

@media screen and (max-width: 360px) {
  .about_iim .aboutIMT_card .front {
    height: 100%;
  }

  .about_iim .relative_p {
    height: auto;
  }

  .about_iim_para p {
    padding-top: 60px !important;
  }

  .about_iim .aboutIMT_card .front:hover > .about_iim .relative_p {
    height: 800px;
  }
}

.about_iim_box_row .about_iim_box .excellence-icon img {
  /* width: 200px; */
  /* height: 100px; */
  width: 100px;
  height: 100px;
  box-shadow: -3px 8px 5px rgb(0 0 0 / 80%);
  margin-bottom: 1rem;
  border-radius: 50%;
}

.about_iim_box .text {
  color: #5a2c0b;
}

/* ======== about_iim_para =============== */

.about_iim_para {
  background-color: #fff;
  width: 100%;
}

.about_iim_para p {
  text-align: justify;
  font-size: 19px;
  margin-bottom: 0px;
  position: relative;
  color: #392d7d;
}

/* .about_iim_para p::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 30%;
    border-top: 4px solid #f1b51c;
    border-left: 4px solid #e86e25;
}

.about_iim_para p::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 30%;
    border-bottom: 4px solid #e86e25;
    border-right: 4px solid #f1b51c;
} */

.about_iim_para p a {
  color: #e86e25;
  text-decoration: none;
}

.about_iim_para p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .about_iim .relative_p {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .back_position {
    position: inherit !important;
    z-index: 1;
  }
  .badges img {
    width: 27% !important;
  }
}

@media screen and (max-width: 680px) {
  .about_iim_box_row .about_iim_box {
    width: 45%;
    margin: 30px 0;
    align-self: normal;
  }

  .about_iim .relative_p {
    height: 660px;
  }
  .participantBenefit_content.text-p-and-normal p {
    width: 100%;
  }
  .back_position {
    position: inherit !important;
    z-index: 1;
  }
}

.back_position {
  position: absolute;
  z-index: 1;
}

.company_header h1 {
  color: #114e89;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 900;
}

.content_for_number p {
  text-align: center !important;
  padding: 0 !important;
}

.content_for_number {
  text-align: center;
}

.content_for_number p {
  font-size: 1.1rem;
  font-weight: 700;
}

.content_for_number span {
  color: var(--dark_red);
  font-size: 3rem;
  font-weight: 900;
}

.nseImg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #eceaf5;
  transform: rotate(-5deg);
  z-index: -1;
}

.text_content_rims::after {
  content: "";
  background-color: #ffffff8c;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.text_content_rims {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===================director_section===================== */
.director_section {
  padding: 1rem 3rem 1rem 3rem;
  /* background: red; */
}

.director_container {
  margin-top: 1rem;
}

.director_container .director {
  /* box-shadow: 0px 0px 6px rgba(0,0,0,0.4); */
  /* display: flex;
    flex-direction: column; */
  align-items: center;
  /* justify-content: center; */
  padding: 1rem;
  /* align-self: normal; */
  height: 100%;
  border-radius: 6px;
  margin: 0.5rem;
  /* background-color: #fff8f3; */
  /* height: 650px; */
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.director_container .director .director_head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.director_container .director .director_head .director_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0px auto;
}

.director_section .container-fluid .director_container .director_img {
  display: flex;
  justify-content: center;
}

.director_img img {
  /* width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit:cover ; */
  /* overflow: hidden; */
  /* box-shadow: 0 8px 5px rgba(0,0,0,0.3); */
  /* box-shadow: -3px 8px 5px rgb(0 0 0 / 80%); */
  box-shadow: -3px 8px 5px rgb(0 0 0 / 80%);

  width: 70%;
  height: 100%;
  object-fit: cover;

  /* box-shadow: 0 8px 5px rgba(0,0,0,0.3); */
}

.director_container .director .director_head h2 {
  font-size: 22px;
  color: #392d7d;
  margin-bottom: 8px;
  position: relative;
  display: block;
  padding: 8px 10px 12px 10px;
  font-weight: 700;
}

.director .director_head span {
  font-weight: 600;
  color: #5a2c0b;
}

.director .director_head h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #e86e25;
  border-radius: 50%;
}

.director .director_head h2::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  background-color: #f1b51c;
  border-radius: 50%;
  border: 4px solid #fff;
}

.director .director_text p {
  text-align: justify;
  letter-spacing: 0.5px;
}
/* @media only screen and (max-width:1280px){
    .director_container .director{
        height: 750px;
    }
}

@media only screen and (max-width:1024px){
    .director_container .director{
        height: 550px;
    }
}

@media only screen and (max-width:980px){
    .director_container .director{
        height: 700px;
    }
}*/
@media screen and (max-width: 680px) {
  .director_section {
    padding: 1rem 10px;
  }
  .director .director_text p {
    letter-spacing: 0.2px;
  }
}

.director_container .line {
  margin-bottom: 0rem;
}

/* ==============problem_solve_section============ */
.problem_solve_section {
  margin: 0px;
  padding: 2rem 3rem;
}

.problem_solve_video p {
  padding: 8px 5px;
  font-size: 20px;
  color: #5a2c0b;
  font-weight: 500;
}

.problem_solve_video video {
  width: 100%;
  height: 80vh;
  margin: 1rem 0;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-top: 6px solid #392d7d;
  border-bottom: 6px solid #f1b51c;
  /* margin-left: 50%;
    transform: translateX(-50%); */
}

.problem_solve_section .line {
  margin: 1rem auto;
}

@media screen and (max-width: 680px) {
  .problem_solve_section {
    padding: 20px 10px;
  }
  .problem_solve_video video {
    height: auto;
  }
}

/* ===============Curriculum=============== */
.Curriculum {
  padding: 1.5rem 3rem 1rem 3rem;
  /* background-color: #ecf4f7 */
  background-color: #fff;
}

.curriculum_activity {
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  /* justify-content: space-between; */
  /* justify-content: center; */
  justify-content: flex-start;
  flex-wrap: wrap;

  margin: 2rem 0rem;
}

.curriculum_activity_box {
  padding: 1rem 0.5rem;
  /* text-align: center; */
  background-color: #fff;
  /* width: 380px; */
  width: 100%;
  border-radius: 5px;
  /* margin: 0.5rem; */
  /* align-self: normal; */
  /* margin-bottom: 15px; */
  margin: 0.5rem;
  /* box-shadow: 0px 0px 6px solid #5a2c0b; */
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}

.curriculum_activity_box span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e86e25;
  color: #fff;
  border-radius: 2rem;
  font-size: 14px;
  width: 40%;
  height: 22px;
  top: -10px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .curriculum_activity {
    justify-content: center !important;
  }
  .curriculum_activity_box {
    margin: 1rem;
    /* width: 200px; */
    /* width: 45%; */
    align-self: normal;
  }
}

@media screen and (max-width: 680px) {
  .curriculum_activity {
    justify-content: flex-start !important;
  }
  .curriculum_activity_box {
    width: 100% !important;
    margin: 1rem 0rem;
  }

  .form_anchor {
    /* background-color: red; */
    display: none !important;
  }
  .form_anchor1 {
    /* background-color: green; */
    display: block !important;
  }
}

@media screen and (max-width: 380px) {
  .curriculum_activity_box {
    width: 100% !important;
    margin: 0.5rem 0.2rem;
  }
}

.curriculum_activity_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  background-color: #f1b51c;
}

/* .curriculum_activity_box::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    background-color: #e86e25;
    border: 4px solid #fff;
} */

/* =============foundation_group accordation=========== */

.modeFaqs {
  display: none;
}

.modeFaqs.show {
  display: block;
}

.accordion-item {
  /* background-color: red; */
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0px;
  margin: 0px;
}

.Curriculum .accordion-button::after,
.director_text .accordion-button::after {
  display: none;
}

.foundation_group .accordion-header .accordion-button,
.director_text .accordion-header .accordion-button {
  /* background-color: red; */
  padding: 0px;
  box-shadow: none;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 0px;
  display: inline-block;
  background: transparent;
}

.director_text .accordion-header .accordion-button {
  right: 20px;
}

.foundation_group .accordion-header .accordion-button i,
.director_text .accordion-header .accordion-button i {
  font-size: 25px;
}

.director_text .accordion-header .accordion-button i {
  color: #e86e25;
}

.Curriculum .accordion-body,
.director_text .accordion-body {
  padding-top: 0px;
  padding-left: 0px;
}

.director_text .accordion-body {
  background: transparent;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

/* ===========foundation_group================ */

.foundation_group h2 {
  font-size: 25px;
  font-weight: 700;
  /* color: #5a2c0b; */
  color: #392d7d;
  margin-bottom: 1rem;
}

.foundation_group p {
  font-size: 16px;
  color: #392d7d;
}

.foundation_group p i {
  font-size: 12px;
  color: #e86e25;
  margin-right: 4px;
}

.foundation_group ul {
  list-style: circle;
}

.foundation_group ul li {
  font-size: 14px;
  color: #5a2c0b;
}

.curriculum_activity_box img {
  width: 80px;
  height: 80px;
}

.curriculum_activity_box h5 {
  font-size: 14px;
  color: #5a2c0b;
}

@media screen and (max-width: 680px) {
  .Curriculum {
    padding: 20px 10px;
  }
  .curriculum_activity {
    justify-content: flex-start;
  }
  .curriculum_activity_box {
    padding: 0.8rem 0.5rem;
    /* width: 41%; */
  }
  .curriculum_activity_box img {
    width: 60px;
    height: 60px;
  }
}

/* ==================capstone_projects=============== */
.capstone_projects {
  padding: 3rem 3rem 2rem 3rem;
}

.capstone_projects .line {
  margin-bottom: 0rem;
}

.projects_row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 2rem 0 1rem 0;
  width: 100%;
  /* background-color: green; */
}

.projects_row .projects {
  display: flex;
  align-items: center;
  /* background: red; */
  width: 220px;
  padding: 0.5rem;
  margin: 0.5rem 1rem;
  align-self: normal;
}

@media screen and (max-width: 980px) {
  .projects_row {
    width: 100%;
  }
  .projects_row .projects {
    width: 180px;
  }
}

@media screen and (max-width: 680px) {
  .capstone_projects {
    padding: 20px 10px;
  }
  .projects_row {
    width: 100%;
  }
  .projects_row .projects {
    width: 41%;
    margin: 0.5rem;
  }
}

.projects_row .projects p {
  font-size: 15px;
  color: #392d7d;
  margin-bottom: 0px;
  font-weight: 600;
}

/* ===================objective_section============= */
.objective_section {
  padding: 1rem 3rem;
}

.objective_section .line {
  margin-bottom: 1rem;
}

/* .objective_section .objective_container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: normal;
    flex-wrap: wrap;
} 

.objective_section .objective_container .objective_box{
    padding: 1rem;
    margin: 0.5rem;
    background-color: #ECEAF5;
    color: #392d7d;
    font-size: 22px;
}

*/

.objective_container {
  margin-top: 1rem;
  /* background-color: #6d6e71; */
  /* background-color: #392d7d; */
  /* border: 2px solid #392d7d; */
  /* overflow: hidden; */
  /* border-radius: 10px; */
  /* box-shadow: 0px 0px 15px rgba(0,0,0,0.2); */
}

.objective_container .sec_para {
  color: #392d7d;
}

.objective_container .objective_img {
  width: 100%;
  height: 300px;
  /* height: 100%; */
  position: relative;
  /* margin-left: -15%; */
  /* background-color: #fff; */
}

.objective_container .objective_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #eceaf5;
  transform: rotate(-5deg);
  z-index: -1;
}

/* 
.objective_container .objective_img::before{
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    right: -110px;
    top: 5px;
    background-color: #fff;
} */

.objective_container .objective_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 10px; */
  /* -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); */

  /* -webkit-clip-path: polygon(0 0, 77% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 77% 0, 100% 100%, 0 100%); */
}

@media only screen and (max-width: 980px) {
  .objective_container .objective_img {
    height: 100%;
  }
}

@media only screen and (max-width: 780px) {
  .objective_container .objective_img {
    height: 300px;
  }
  .objective_container .objective_img img {
    clip-path: none;
  }
}

.objective_container ul {
  /* background-color: red; */
  width: 100%;
  /* height: 100%; */
  list-style: none;
  padding-left: 0;
  /* padding: 2rem 0; */
  position: relative;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  align-self: normal;
  justify-content: space-between;
  padding: 0 20px;
  /* overflow-x: scroll; */
}

.objective_container ul li {
  /* background-color: #ECEAF5; */
  /* color: #fff; */
  padding: 10px 10px 10px 10px;
  /* margin-bottom: 15px; */
  /* background-color: rgba(255, 255, 255,.1); */
  /* background-color: rgba(0, 0, 0,.1); */
  /* display: flex;
    justify-content: space-between; */
  margin: 0px 15px;
  width: 400px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.objective_container ul li:last-child {
  margin-bottom: 0px;
}

/* .objective_container ul li div{
    width: 95%;
    background-color: #f1b51c;
} */

.objective_container ul li p {
  /* color: #6d6e71; */
  /* color: #392d7d; */
  color: #000;

  /* color: #fff; */
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  /* background-color: red; */
  /* display: flex; */
  /* justify-content: space-between; */
}

.objective_container ul li i {
  /* background-color: green; */
  color: #f1b51c;
  /* width: 50px; */
  width: 5%;
  margin-right: 1.5rem;
  margin-top: 10px;
  /* transform: rotate(45deg); */
}

/* .objective_section .timeline{
    width: 80%;
    margin: 1rem auto;
    position: relative;
}



.objective_section .timeline ul{
    background-color: green;
    list-style: none;
    padding-left: 0px;
}

.objective_section .timeline ul li{
    padding: 20px;
    background-color: #392d7d;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.objective_section .timeline ul li:last-child{
    margin-bottom: 0px;
}

.timeline ul li .timeLine_content p{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
} */

@media screen and (max-width: 980px) {
  .objective_section {
    padding: 20px 10px;
  }
}

/* @media only screen and (min-width: 768px){
    .timeline {
        position: relative;
    }
    .timeline::before{
        position: absolute;
        content: '';
        height: 100%;
        width: 2px;
        left: 0;
        background-color: #6d6e71;
    }
    .timeline ul li{
        width: 50%;
        margin-bottom: 50px !important;
        position: relative;
    }
    .timeline ul li:nth-child(odd){
        float: left;
        clear: right;
    }
    .timeline ul li:nth-child(even){
        float: right;
        clear: left;
    }
} */

.objective_row {
  /* background-color: red; */
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.objective_row .objective_col {
  /* background-color: green; */
  width: 33%;
  flex-direction: column;
  justify-content: center;
}

.mt_card {
  margin-top: 2rem;
}

.objective_row .objective_col .card {
  width: 90%;
  height: 150px;
  justify-content: center;
  margin: 1rem auto;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(57, 45, 125, 0.5);
  padding: 10px;
}

.objective_row .objective_col .object_card1 {
  background-color: #f1b51c;
}

.objective_row .objective_col .object_card2 {
  background-color: #e31f26;
}

.objective_row .objective_col .object_card3 {
  background-color: #392d7d;
  height: 100%;
}

.objective_row .objective_col .object_card4 {
  background-color: #6d6e71;
}

.objective_row .objective_col .object_card5 {
  background-color: #5a2c0b;
}

.objective_row .objective_col .card p {
  margin-bottom: 0px;
  /* color: #392d7d; */
  color: #fff;
  font-size: 18px;
}

/* ==================new objectives_row============= */

/* .objective_section .header{
    text-align: center;
} 

.objective_section .header h1{
    border: 1px solid #f1b51c;
}*/

.objectives_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: normal;
  position: relative;
  margin-top: 2rem;
  /* background-color: red; */
}

.objectives_row::before {
  content: "";
  position: absolute;
  width: 81%;
  height: 4px;
  background-color: #e86e25;
  bottom: -20px;
  /* top: -20px; */
  left: 50%;
  transform: translateX(-50%);
}

.objectives_row .objec.card {
  width: 19%;
  border-color: #bfc9ca;
  border-radius: 6px;
  border-width: 1px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
  /* height: 250px; */
  /* height: 350px; */
  align-self: normal !important;
  transition: 0.5s ease;
  position: relative;
}

.objec.card span {
  width: 30px;
  height: 30px;
  background-color: #392d7d;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.objectives_row .objec.card::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  bottom: -20px;
  /* top: -20px; */
  left: 50%;
  background-color: #f1b51c;
  transform: translateX(-50%);
}

.objectives_row .objec.card img {
  height: 120px;
  object-fit: cover;
}

.objectives_row .objec.card:hover {
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 80%);
}

.objectives_row .objec.card .card-body p {
  margin-bottom: 0px;
  color: #392d7d;
  /*font-weight: 600; */
  font-size: 18px;
}

@media screen and (max-width: 780px) {
  .objective_row {
    /* margin-top: 2rem; */
    margin-bottom: 0rem;
  }
  .objectives_row {
    display: block;
  }
  /* .objectives_row::before{

    } */
  .objectives_row .objec.card img {
    /* height: 180px; */
    height: auto;
  }
  .objectives_row .objec.card {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 680px) {
  .objective_row {
    flex-direction: column;
    width: 100%;
    /* margin-bottom: 2rem; */
  }
  .objective_row .objective_col {
    width: 100%;
    /* height: 200px; */
  }
  .objective_row .objective_col .card,
  .objective_row .objective_col .object_card3 {
    width: 100%;
    margin: 10px 0px;
    height: 200px !important;
  }
}

@media screen and (max-width: 360px) {
  .objectives_row .objec.card {
    height: auto;
  }
}

/* ==================schedule_section================ */
.schedule_section {
  padding: 0rem 3rem 3rem 3rem;
}

.schedule_text {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.schedule_text h2 {
  font-size: 20px;
  font-weight: 600;
  color: #392d7d;
  border: 1px solid #392d7d;
  display: inline-flex;
  padding-right: 15px;
  border-radius: 2rem;
  align-items: center;
  margin: 1rem 2rem;
}

@media screen and (max-width: 980px) {
  .schedule_text h2 {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .schedule_text h2 {
    width: 100%;
    font-size: 14px;
    margin: 10px 0px;
  }
}

.schedule_text h2 i {
  font-weight: 800;
  margin-right: 5px;
  font-size: 18px;
  width: 55px;
  height: 40px;
  background-color: #392d7d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.schedule_text p {
  font-size: 16px;
  font-weight: 400;
  color: #5a2c0b;
  padding: 1px 15px;
  display: flex;
  align-items: center;
}

.schedule_text p i {
  margin-right: 5px;
  font-size: 6px;
  color: #f1b51c;
}

/* =================expect_program=========== */
.expect_program {
  padding: 2rem 3rem 1rem 3rem;
}

.expect_certificate .containers {
  background-color: #ecf4f7;
  padding: 1.5rem 1rem;
  /* margin: 2rem 0rem; */
}

.expect_certificate .certificate_img {
  width: 100%;
  height: 350px;
}

.expect_certificate .certificate_img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 680px) {
  .schedule_section,
  .expect_program {
    padding: 20px 10px;
  }

  .expect_certificate .containers {
    padding: 1rem 0.5rem;
  }

  .expect_certificate .certificate_img {
    height: 250px;
  }
}

@media screen and (max-width: 360px) {
  .expect_certificate .certificate_img {
    height: 180px;
  }
}

/* ======certificate_list======= */
.certificate_list {
  list-style: none;
}

.certificate_list li {
  display: inline-block;
  align-items: center;
  margin: 1.1rem 0rem;
  margin-right: 3rem;
}

.certificate_list li img {
  width: 55px;
  height: 55px;
  margin-right: 5px;
}

.certificate_list li h3 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #392d7d;
}

.certificate_list li p {
  margin-bottom: 0px;
  color: #5a2c0b;
  font-size: 15px;
}

@media only screen and (max-width: 800px) {
  .reason_container .responcertifi {
    width: 50% !important;
  }
  .economic_times {
    padding: 1px;
  }
}

/* ==================career_section================= */
.career_section {
  padding: 2rem 3rem;
}

.career_section .career_container {
  margin-top: 1rem;
}

.career_container p {
  font-size: 18px;
  color: #5a2c0b;
  font-weight: 300;
  line-height: 25px;
}

.career_container .career_steps {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-self: normal;
}

.career_container .career_steps .career {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  text-align: center;
  width: 250px;
  height: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-self: normal;
  margin: 0px 5px;
}

@media screen and (max-width: 980px) {
  .career_container .career_steps .career {
    margin: 0.5rem;
  }
}

@media screen and (max-width: 680px) {
  .career_section {
    padding: 20px 10px;
  }
  .career_container .career_steps .career {
    width: 95%;
  }
}

.career_container .career_steps .career img {
  width: 50px;
  height: 50px;
}

.career_steps .career .career_text {
  width: 75%;
  margin: 10px auto;
}

.career_steps .career .career_text h3 {
  font-size: 18px;
  color: #392d7d;
  font-weight: 700;
}

.career_steps .career .career_text p {
  font-size: 16px;
  color: #392d7d;
}

.career_section .line {
  margin: 0px auto;
  margin-top: 2rem;
}

.know_more_btn_row {
  text-align: center;
  margin-top: 2rem;
}

.know_more_btn_row .btn {
  background-color: #392d7d;
  color: #fff;
  text-transform: capitalize;
  padding: 3px 25px 5px 25px;
  border-radius: 2rem;
}

/* ============section============== */
.section {
  padding: 2rem 3rem;
}

@media screen and (max-width: 680px) {
  .section,
  .who_join_section {
    padding: 20px 10px !important;
  }
}

/* =================who_join_section============= */
.who_join_section {
  padding: 1rem 3rem 1rem 3rem;
}

.who_join_section p {
  margin-top: 1rem;
  font-size: 18px;
  color: #5a2c0b;
  line-height: 30px;
  padding: 0px 20px;
}

/* ==================Eligibility_section============= */
.Eligibility_section {
  padding-bottom: 0rem;
  /* background-color: green; */
}

.Eligibility_section .eligibility_container {
  list-style: none;
  margin-top: 1rem;
}

.Eligibility_section .eligibility_container li {
  font-size: 18px;
  color: #5a2c0b;
  margin-bottom: 10px;
}

.Eligibility_section .eligibility_container li img {
  width: 40px;
}

/* =================join_program_section================ */
.join_program_section {
  /* background-color: green; */
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.join_program_section .containers {
  background-color: #392d7d;
}

.join_program_section .header h1 {
  color: #fff8f3;
  font-weight: 900;
  font-size: 35px;
}

.join_program_section .join_program_para {
  padding: 0px 25px;
}

.join_program_section .join_program_para p {
  margin: 1rem 0rem;
  color: #fff;
  opacity: 0.9;
  font-weight: 200;
  letter-spacing: 1px;
}

/* ==================Enrolment_section============ */
.Enrolment_section .Enrolment_container {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1 !important;
  background-color: #fff;
  /* padding: 10px; */
  padding-left: 0px;
}

@media screen and (max-width: 980px) {
  .Enrolment_section .Enrolment_container {
    width: 100%;
    /* overflow: hidden; */
  }
}

.Enrolment_section .Enrolment_container::before {
  content: "";
  position: absolute;
  width: 100%;
  /* height: 4px; */
  /* background-color: red; */
  border-top: 4px dashed #392d7d;
  top: 50%;
  left: 0;
}

.Enrolment_section .Enrolment_container li {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  text-align: center;
  /* justify-content: space-around; */
  /* justify-content: center;
    width: 140px;
    height: 120px; */
  padding: 10px 0;
  width: 190px;
  height: 130px;
  font-size: 13px;
  color: #5a2c0b;
  font-weight: 600;
  position: relative;
  border-radius: 2px;
  background-color: #fff;
}

.Enrolment_section .Enrolment_container li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #392d7d;
  top: 0;
  left: 0;
  border-radius: 2rem;
}

.Enrolment_section .Enrolment_container li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  /* right: -70%; */
  left: 110%;
  top: 52%;
  transform: translateY(-52%);
  /* content:'\f054'; 
    font-family:FontAwesome;  */
  background-color: #e86e25;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  animation: animate 2s ease infinite;
}

.Enrolment_section .Enrolment_container li:last-child::after {
  display: none;
}

@keyframes animate {
  0% {
    left: 100%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  }
  50% {
    opacity: 1;
    /* right: -100%; */
    left: 160%;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  }
  100% {
    opacity: 1;
    left: 210%;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
  }
}

.Enrolment_section .Enrolment_container li span {
  width: 25px;
  height: 25px;
  background-color: #392d7d;
  color: #fff;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  border: 4px solid #fff;
}

.Enrolment_section .Enrolment_container li img {
  width: 40px;
  height: 30px;
  margin: 5px auto;
}

.enrolment_para {
  margin: 1rem 0rem;
  margin-top: 3rem;
  text-align: center;
}

.enrolment_para p {
  margin-bottom: 0px;
}

@media screen and (max-width: 680px) {
  .Enrolment_section .Enrolment_container::before {
    border-top: 2px dashed #392d7d;
  }
  .Enrolment_section .Enrolment_container li {
    width: 85px !important;
    height: 110px !important;
    font-size: 8px !important;
  }
  .Enrolment_section .Enrolment_container li img {
    width: 30px;
    height: 20px;
  }
  .Enrolment_section .Enrolment_container li::after {
    animation: none;
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .Enrolment_section .Enrolment_container li {
    width: 60px;
    position: relative;
  }
}

.Enrolment_section .line {
  margin-bottom: 0px;
  margin-top: 4rem;
}

/* =============feedback_programme================= */
.feedback_programme {
  padding: 1rem 3rem 2rem 3rem;
}
.feedback_programme .feedback_video_row {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
}

.feedback_video {
  margin-right: 20px;
}

.feedback_video video {
  width: 200px;
}

.feedback_video h5 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #392d7d;
}

.feedback_video p {
  font-size: 15px;
  margin-bottom: 0px;
  color: #5a2c0b;
}

.feedback_list {
  list-style: none;
  margin: 2rem 0rem;
}

@media screen and (max-width: 980px) {
  .feedback_video {
    margin: 1rem;
  }

  .feedback_video video {
    width: 150px;
  }
}

@media screen and (max-width: 680px) {
  .feedback_video video {
    width: 120px;
  }
  .feedback_video p {
    font-size: 12px;
  }
  .feedback_list {
    padding-left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .feedback_video video {
    width: 110px;
  }
  .feedback_video p {
    font-size: 10px;
  }
  .feedback_list .feedback_list_text h1 {
    font-size: 14px;
  }
}

@media screen and (max-width: 380px) {
  .feedback_video video {
    width: 100% !important;
    margin: 1rem 0rem !important;
  }
}

.feedback_list li {
  padding: 1rem 0rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
}

.feedback_list .feedback_img img {
  width: 80px;
  height: 80px;
  margin-right: 5px;
}

.feedback_list .feedback_list_text p {
  font-size: 16px;
  color: #5a2c0b;
  margin-bottom: 0px;
}

.feedback_list .feedback_list_text h1 {
  font-size: 16px;
  margin-top: 5px;
  color: #392d7d;
}

/* ================participant_profile================= */
.participant_profile {
  padding-top: 0rem !important;
  /* background-color: red; */
}

.participant_profile .participant_container {
  margin: 2rem 0rem;
}

.participant_container .participant_row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  /* margin: auto !important; */
  flex-wrap: wrap;
  margin-bottom: 0rem !important;
}

@media screen and (max-width: 980px) {
  .participant_container .participant_row {
    width: 100%;
    justify-content: center;
  }
}

.participant_row .participants {
  /* box-shadow: 0px 0px 10px rgba(0,0,0,0.3); */
  margin: 1rem;
  text-align: center;
  padding: 1rem;
  /* width: 200px; */
  align-self: normal;
}

.participant_row .participants h2 {
  font-weight: 800;
  color: #392d7d;
  font-size: 45px;
}

.participant_row .participants p {
  font-size: 16px;
  color: #5a2c0b;
  margin-bottom: 0px;
}

.participant_row.participant_box {
  background-color: #ecf4f7;
  margin-bottom: 2rem !important;
  position: relative;
  /* border-radius: 10px; */
  /* overflow: hidden; */
}

.participant_row.participant_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  border-radius: 2rem;
  background-color: #f1b51c;
}

.participant_row.participant_box span {
  position: absolute;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  /* padding-left: 20px;
    padding-right: 20px; */
  width: 20%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  border: 2px solid #f1b51c;
  color: #392d7d;
  font-weight: 700;
}

@media screen and (max-width: 680px) {
  .participant_row.participant_box {
    display: block;
  }
  .participant_row.participant_box span {
    width: 60%;
  }
}

/* =================payment_option================ */
.payment_option {
  padding: 0rem 3rem 0rem 3rem;
}

.payment_options {
  padding: 5rem 5rem 0rem 5rem;
}

@media screen and (max-width: 680px) {
  .payment_options {
    padding: 1rem;
  }

  .payment_options p {
    font-size: 0.9rem;
    /* margin-left: 2rem; */
    line-height: 40px;
  }

  .payment_options .payment-p {
    font-size: 1rem;
    color: var(--dark_red);
  }
}

.payment_options h3 {
  color: var(--main);
}

.payment_options .payment-p {
  font-size: 1.1rem;
  color: var(--dark_red);
}

.payment_option .payment_box {
  border: 2px solid #392d7d;
  margin: 2rem 3rem 0rem 3rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.payment_option table,
.payment_option table tr td,
.payment_option table tr th {
  border: none;
}

.payment_option table tr td,
.payment_option table tr th {
  padding: 4px 10px;
}

#nav-zeroEmi table td div b {
  color: #6d6e71;
}

/* .payment_option table tr td{
    color: #fff;
} */

.payment_option table {
  /* margin-top: 2rem; */
  margin-bottom: 0px !important;
}

.payment_option table thead {
  background-color: #392d7d;
  color: #fff;
}

.payment_option table tbody {
  /* background-color: #fff8f3; */
  /* background-color: rgba(241, 181, 28,0.4); */
  background-color: aliceblue;
}

.corporateEnrollment .modal-body .header_para b {
  color: #e86e25;
}

.corporateEnrollment .modal-body form label {
  color: #392d7d;
}

.corporateEnrollment .modal-body form label span {
  color: #e31f26;
}

.payment_option table .text-right {
  text-align: right;
}

.payment_option table tr th {
  font-weight: 400;
}

.gst_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.gst_row .font-size-1 {
  font-size: 1.1rem;
}

/* .payment_option table, thead, tr ,th {
    font-size: 1.1rem;
} */

.gst_row.op_trading {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0.3rem;
}

.gst_row.op_trading p {
  padding: 4px 2px;
  position: relative;
}

.gst_row.op_trading p:first-child::before {
  background-color: #f0f8ff;
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2rem;
  /*border-radius: 50%;*/
  /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);*/
}

@media only screen and(max-width:980px) {
  .gst_row {
    text-align: center;
  }
  .gst_row h6 {
    margin-bottom: 10px;
  }
}

.gst_row a {
  font-size: 12px;
  color: #e86e25;
  margin: 0px !important;
  letter-spacing: 1px;
  font-weight: 600;
}

.gst_row p {
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
  /* color: #333; */
  color: #e86e25;
}

/* ========================paymentStructure====================== */

.paymentStructure nav {
  /* background-color: red; */
  border: none;
  width: 60%;
  margin: 0px auto;
}

@media only screen and (max-width: 980px) {
  .paymentStructure nav {
    width: 100%;
  }
}

.paymentStructure nav .nav-link {
  /* background-color: red; */
  width: 50%;
  border-radius: 0px;
  border: 2px solid #392d7d;
  background-color: #bfc9ca;
  text-transform: uppercase;
  color: #392d7d;
  position: relative;
  padding: 15px 10px;
}

.paymentStructure nav .nav-link::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -12px;
  /* border-top: 2px solid #392d7d;
    border-left: 2px solid #392d7d; */
  background-color: #392d7d;
  /* background-color: rgba(57, 45, 125,0.2); */
  /* z-index: -1; */
  transition: ease-in;
  opacity: 0;
  visibility: hidden;
}

.paymentStructure nav .nav-link.active::after {
  opacity: 1;
  visibility: visible;
}

.paymentStructure nav .nav-link:hover {
  border: 1px solid #392d7d;
}

.paymentStructure nav .nav-link.active {
  background-color: #392d7d;
  color: #fff;
  border: 2px solid #392d7d;
}

.paymentStructure .tab-pane {
  /* z-index: 1; */
  padding: 10px 10px;
  background-color: rgba(57, 45, 125, 0.1);
  margin: 1rem 0;
  border: 1px solid #392d7d;
}

.paymentStructure .tab-pane p {
  text-align: left !important;
}

.tab-content > .active {
  display: block;
}

.fade {
  transition: opacity 0.15s linear;
}

#documentCollapse .card-body {
  background-color: rgba(57, 45, 125, 0.1);
}

#documentCollapse .card-body h6 {
  font-size: 18px;
  color: #e86e25;
}

#documentCollapse .card-body h5 {
  color: #392d7d;
  font-weight: 800;
  font-size: 18px;
}

#documentCollapse .card-body p {
  color: #392d7d !important;
}

#documentCollapse .card-body p i {
  margin-right: 5px;
  color: #f1b51c;
}

#documentCollapse .card-body .sub_p i {
  margin: 0 5px;
  color: #e86e25;
}

#documentCollapse .card-body .sub_p p {
  color: #000;
}

.submitBtn .btn {
  background-color: #392d7d;
  color: #fff;
  width: 60%;
  margin: 1rem auto 0rem auto;
}

.paymentModal.paymentStructure .notes p,
.paymentModal.paymentStructure .notes .note p {
  text-align: center !important;
}

.paymentStructure table {
  background-color: #fff;
}

/* ===================paymentModal==================== */
.paymentModal .modal-header {
  border: none;
  text-align: center;
}

.paymentModal .modal-header button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  outline: none;
  box-shadow: none;
}

.paymentModal .modal-header h5 {
  display: inline-block;
  text-align: center;
  position: relative;
  /* margin-top: 1rem; */
  margin: 1rem auto 0rem auto;
  padding: 10px 6px;
}

.paymentModal .modal-header h5::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  background-color: #e86e25;
  border-radius: 2rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.paymentModal .modal-body {
  padding: 0px 40px;
}

.paymentModal .modal-body p {
  color: #392d7d;
  text-align: center;
}

.paymentModal .modal-body h3 {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.paymentModal .modal-body h3 span {
  color: #f1b51c;
}

.paymentModal .modal-body table {
  border-collapse: collapse;
  width: 100%;
}

.paymentModal .modal-body table tr th,
.paymentModal .modal-body table tr td {
  /* border: 1px solid #e86e25; */
  border: 1px solid #dee2e6;
}

.paymentModal .modal-body table tr div {
  padding: 12px 8px;
}

.paymentModal .modal-body table tr th {
  padding: 12px 8px;
}

.paymentModal .modal-body table tr div.installment {
  background-color: #f1b51c;
  color: #fff;
  /* margin: 1px; */
  /* width: 150px; */
  font-weight: 800;
}

.paymentModal .notes {
  margin: 15px 0px;
  text-align: left !important;
}

.paymentModal .notes .note {
  padding-left: 6px;
  text-align: left !important;
}

.paymentModal .notes p,
.paymentModal .notes .note p {
  margin-bottom: 0px;
  padding: 1px 0px;
  font-style: italic;
  margin-bottom: 0px;
  text-align: left !important;
}

.paymentModal .modal-footer {
  border: none;
  text-align: left;
  justify-content: flex-start;
  padding: 20px 40px 40px 40px;
}

.paymentModal .modal-footer p {
  font-style: italic;
}
/* ================================================= */

.payment_para {
  text-align: left;
  padding-bottom: 2rem;
  /* margin-right: 10rem; */
}

.payment_para p {
  line-height: 22px;
  margin-bottom: 0px;
  color: #392d7d;
}

.payment_para .payment_plan {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.payment_para .payment_plan a {
  color: #392d7d;
}
.payment_para .payment_plan a,
.payment_para .payment_plan a:hover {
  text-decoration: underline;
  opacity: 0.9;
}

.payment_para .emi_plan {
  color: #392d7d;
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.payment_para .emi_plan a {
  color: #f1b51c;
}

.corp_enroll a {
  color: #e86e25;
  font-weight: 500;
  font-size: 16px;
}

.payment_para h1 {
  font-size: 16px;
  color: #e86e25;
  font-weight: 500;
  margin-top: 5px;
  text-decoration: none;
}

.payment_para a {
  color: #e86e25;
  text-decoration: none;
}

.payment_option table tr td,
.payment_option table tr th {
  padding: 16px 10px;
}

.payment_option table,
.payment_option table tr td,
.payment_option table tr th {
  border: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.register_program_btn {
  /* background-color: #e86e25; */
  /* border: 1px solid #6d6e71 !important; */
  background-color: #e86e25;
  color: #fff;
  outline: none;
  box-shadow: none;
  border: none;
  margin-top: 1rem;
  /* padding: 6px 30px 8px 30px; */
  width: 300px !important;
  height: 50px;
  /* border: none; */
  box-shadow: none !important;
  outline: none;
  font-weight: 600;
  text-transform: uppercase !important;
}

.register_program_btn:hover {
  background-color: #392d7d;
  color: #fff !important;
}

/* ================about_talentSprint============== */
.about_talentSprint {
  padding: 1rem 3rem 0rem 3rem;
}

.about_talentSprint .nseImg {
  width: 100%;
  margin-top: 1rem;
  position: relative;
}

.about_talentSprint .nseImg img {
  width: 100%;
  height: 100%;
}

.nseImg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #eceaf5;
  transform: rotate(-5deg);
  z-index: -1;
}

@media only screen and (max-width: 980px) {
  .about_talentSprint .nseImg img {
    width: 100%;
  }
}

.about_talentSprint .line {
  margin: 1rem auto 2rem auto !important;
}

.about_talentSprint .TalentSprint_text p {
  text-align: justify;
  font-size: 19px;
  margin-bottom: 0px;
  position: relative;
  color: #392d7d;
}

.about_talentSprint .TalentSprint_text p a {
  text-decoration: none;
  font-weight: 600;
  color: #e86e25;
}

.about_talentSprint .TalentSprint_text p a:hover {
  text-decoration: underline;
}

/* =================scroll_top=============== */
.scroll_top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}

.scroll_top.show {
  display: block;
}

.scroll_top:hover {
  transform: scaleY(-10px);
}

.scroll_top i {
  width: 40px;
  height: 40px;
  background-color: #e86e25;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
/* ================frequently_asked================= */
/* ================frequently_asked================= */
.frequently_asked {
  padding: 1rem 3rem 2rem 4rem;
}

.faq_btn {
  margin-top: 1rem;
  margin-left: 1rem;
}

.faq_btn a {
  border: 1px solid #392d7d;
  background-color: #392d7d;
  color: #fff;
  text-decoration: none;
  padding: 10px 40px;
  transition: 0.5s ease-in-out;
}

.faq_btn a:hover {
  background-color: #e86e25;
  border: 1px solid #e86e25;
}

.frequently_asked .accordion {
  margin: 2rem 0rem;
  /* box-shadow: none; */
}

.frequently_asked .accordion .accordion-button {
  box-shadow: none !important;
  color: #e86e25;
  font-size: 20px;
  border-bottom: 1px solid #ecf4f7;
}

.frequently_asked .accordion-body {
  padding-left: 2rem !important;
  padding-top: 0px !important;
}

.accordion-button:not(.collapsed) {
  background: none;
  color: #392d7d !important;
  font-weight: 700;
}

@media screen and (max-width: 680px) {
  .payment_option {
    padding: 30px 10px;
  }

  .payment_para p {
    margin-bottom: 1rem;
  }

  .about_talentSprint,
  .frequently_asked {
    padding: 20px 10px;
  }
}

.frequently_asked .frequently {
  margin: 1rem 0rem;
  padding: 1rem;
}

.frequently_asked .frequently h2 {
  font-size: 24px;
  opacity: 0.8;
  margin-bottom: 1rem;
  padding: 5px 3px 10px 3px;
  border-bottom: 1px solid #392d7d;
}

.frequently_asked .frequently ul {
  list-style: square;
}

.frequently_asked .frequently ul li {
  margin: 10px 0px;
  margin-left: 2rem;
}

.frequently_asked .frequently ul h6 {
  font-size: 25px;
  margin-top: 1rem;
  color: #392d7d;
}

@media only screen and (max-width: 980px) {
  .frequently_asked .frequently ul li {
    margin-left: 0px;
  }
}

/*======terms_condition_section=====================*/
.terms_condition_section {
  background-color: #ecf4f7;
}
.terms_condition_section .terms_container {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
  margin: 10px 0px;
}

.terms_container ul li {
  color: #392d7d;
  padding: 5px 0px;
  border-bottom: 1px solid #ecf4f7;
}

/* ====================footer====================== */

footer {
  width: 100%;
  /* height: 10px; */
  /* background-color: #392d7d; */
  /* margin-top: 4rem; */
}

footer .copyrit {
  color: #6d6e71;
  padding: 1rem 3rem;
}

footer .footer_img {
  width: 100%;
  height: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

footer .footer_img img {
  width: 100%;
  height: 100%;
}

/* who should attend */

.whoshould {
  background-color: #ecf4f7;
  padding: 80px 3rem 20px 3rem;
}

.whoshould .container-fluid .useless ul li {
  font-size: 20px;
  color: #392d7d;
}

.whoshould .container-fluid .useless ul li::before {
  content: "\2022";
  color: #e86e25;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* what you learn */

.whatshould {
  /* background-color: #ecf4f7; */
  padding: 80px 3rem 20px 3rem;
}

.whatshould .container-fluid .useless2 ul li {
  font-size: 20px;
  color: #392d7d;
}

.whatshould .container-fluid .useless2 ul li::before {
  content: "\2022";
  color: #e86e25;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Course Structure */

.CourseSTR {
  padding: 40px 1rem 0px 2rem;
  display: flex;
}

.CourseSTRs {
  padding: 80px 3rem 20px 3rem;
  display: flex;
}

@media (max-width: 800px) {
  .CourseSTRs {
    padding: 1rem;
    display: flex;
  }
}

.CourseSTR .container-fluid .cards h2 {
  color: #392d7d;
}

.CourseSTR .container-fluid .cards .card-body ul li {
  line-height: 30px;
  color: #000;
  font-size: 20px;
}

.CourseSTR .container-fluid .cards .card-body ul li::before {
  content: "\2022";
  color: #e86e25;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media (max-width: 1200px) {
  .CourseSTR .container-fluid .cards .card-body ul li {
    /* line-height: 15px; */
    color: #000;
    font-size: 15px;
  }
}

@media (max-width: 650px) {
  .CourseSTR .container-fluid .cards .card-body ul li {
    /* line-height: 15px; */
    color: #000;
    font-size: 15px;
  }
  .CourseSTR {
    padding: 10px;
    display: flex;
  }
}

@media (max-width: 475px) {
  .CourseSTR {
    padding: 10px;
    display: flex;
  }
}

@media (max-width: 770px) {
  .CourseSTR {
    padding: 10px;
    display: flex;
    margin-top: 20px;
  }
}

/* Accordian */

.demo {
  margin: 20px;
}
@media (max-width: 1100px) {
  .demo {
    margin: 0px;
  }
}
.accordion .fa {
  margin-right: 0.5rem;
}
.accordion button,
.accordion button:hover,
.accordion button:focus {
  text-decoration: none;
}

/* second mobile */

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
#accordion:before {
  content: "";
  width: 1px;
  height: 80%;
  background: #e86e25;
  position: absolute;
  top: 20px;
  left: 24px;
  bottom: 20px;
}
#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: 0 0 12px 50px;
  position: relative;
}
#accordion .panel:before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, white 0%, #392d7d 100%);
  position: absolute;
  top: 0;
  left: -2px;
}
#accordion .panel-heading {
  padding: 0;
  background: #fff;
  position: relative;
}
#accordion .panel-heading:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #392d7d;
  border: 1px solid #392d7d;
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
}
#accordion .panel-title a {
  display: block;
  padding: 15px 55px 15px 30px;
  font-size: 20px;
  font-weight: 600;
  color: var(--main);
  border: none;
  margin: 0;
  position: relative;
}

#accordion .panel-title a strong {
  color: var(--orange);
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: normal;
  color: var(--dark_red);
  text-align: center;
  border: 1px solid var(--dark_red);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:before {
  content: "\f067";
}

#accordion .panel-body {
  padding: 0 30px 15px;
  border: none;
  font-size: 14px;
  color: var(--main);
  line-height: 28px;
  margin-left: 15px;
}

#accordion .panel-body p strong {
  color: var(--orange);
}

.icon-color-acco {
  color: var(--orange);
  font-size: 10px;
}

/* eligibility */

.elible {
  padding: 80px 3rem 20px 3rem;
}

.carddd {
  text-decoration: none;
}

.cardd {
  height: 100%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  /* border: 4px solid var(--yellow); */
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .cardd {
    height: 100%;
  }
}

@media (max-width: 500px) {
  .cardd {
    height: 100%;
  }
}

@media (max-width: 1370px) {
}

.inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  /* border: 1px solid var(--main); */
}
@media (min-width: 768px) {
  .inner {
    width: 56%;
    height: 100%;
  }
}
.title {
  text-align: left;
  color: var(--main);
  position: relative;
  font-weight: 700;
  text-align: justify;
}

.title strong {
  color: var(--orange);
}

@media (max-width: 768px) {
  .elible {
    padding: 40px 1.5rem 10px 1.5rem;
  }
  .program_form {
    margin-top: 0px !important;
  }
  .reason_text h4 ul li {
    font-size: 18px !important;

    text-transform: none !important;
  }
}

@media (max-width: 524px) {
  .elible {
    padding: 10px;
  }
}

/* teacher */

.director_detail p {
  color: #392d7d;
  text-align: justify;
}
.director_detail h4 {
  color: #392d7d;
  margin-top: 10px;
}
.director_detail span {
  color: #392d7d;
  margin-bottom: 1rem;
  display: block;
}
.director_head h2 {
  color: #392d7d;
  margin-top: 2rem;
}
.director_head span {
  color: #392d7d;
}

.director_detail h5 {
  color: var(--orange);
}

.sub-brand img {
  width: 100%;
  height: 100%;
}
.sub-brand {
  width: 180px;
  height: 115px;
}

/* contact */
.logo_nse img {
  height: 96px;
  margin-bottom: 1rem;
}

.follow_link {
  padding: 0px 10px;
}

.follow_link a {
  color: #392d7d;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.follow_link a i {
  margin-left: 4px;
}

.follow_link span {
  color: var(--orange);
  font-size: 1.5rem;
}

.follow_section .header h1 span {
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
}

.rims_nse img {
  /* height: 52px; */
  margin-top: 12px;
  margin-left: -19px;
  margin-bottom: 25px;
  /* margin-bottom: 4rem; */
}

/* outcome */

/* ===============who_attent=============== */

.who_attent .attend_containr {
  padding: 10px 20px;
}

.attend_containr p {
  color: #392d7d;
  font-size: 18px;
}

.attend_containr p i {
  font-size: 12px;
  color: #e86e25;
  margin-right: 5px;
}

/* ===============Curriculum=============== */

.Curriculum {
  padding: 1.5rem 3rem 1rem 3rem;

  background-color: transparent;
}

@media screen and (max-width: 1100px) {
  .Curriculum {
    padding: 1rem;

    background-color: transparent;
  }
}

.curriculum_activity {
  display: flex;

  align-items: flex-start;

  justify-content: flex-start;
  flex-wrap: wrap;

  margin: 2rem 0rem;
}

.curriculum_activity_box {
  padding: 1rem 0.5rem;

  background-color: #fff;

  width: 100%;
  border-radius: 5px;

  margin: 0.5rem;

  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}

.curriculum_activity_box span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e86e25;
  color: #fff;
  border-radius: 2rem;
  font-size: 14px;
  width: 40%;
  height: 22px;
  top: -10px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .curriculum_activity {
    justify-content: center !important;
  }
  .curriculum_activity_box {
    margin: 1rem;

    width: 100%;
    align-self: normal;
  }
}

@media screen and (max-width: 680px) {
  .curriculum_activity {
    justify-content: flex-start !important;
  }
  .curriculum_activity_box {
    width: 100% !important;
    margin: 1rem 0rem;
  }

  .form_anchor {
    display: none !important;
  }
  .form_anchor1 {
    display: block !important;
  }
}

@media screen and (max-width: 380px) {
  .curriculum_activity_box {
    width: 100% !important;
    margin: 0.5rem 0.2rem;
  }
}

.curriculum_activity_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  background-color: #f1b51c;
}

.to_downloadbrochure_btn {
  height: 100%;
}
.to_downloaded {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.to_downloadedq {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.to_downloadedqs {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.to_downloadeds {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.to_downloadbrochure_btn a.btn.btn-sm {
  border: 1px solid #e86e25;
  background-color: #e86e25 !important;
  color: #fff !important;
}

.brochureed_btn a.btn-brochureed {
  border: 1px solid #e86e25;
  background-color: #e86e25 !important;
  color: #fff !important;
  padding: 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  align-items: center;
}

.d-flex_type {
  display: flex;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1000px) {
  .d-flex_type {
    display: flex;
    margin-bottom: 0.5rem !important;
  }
}

.read_icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background: #392d7d;
  margin-right: 0.8rem;
  font-size: 1.4rem;
}

/* tab
 */

button[aria-selected="false"] {
  background-color: hsl(207, 100%, 100%);
  color: var(--black);
}

button[aria-selected="true"] {
  background: var(--main);
  color: var(--white);
  font-weight: 600;
  border: solid #392d7d;
}

button[aria-selected="false"]:where(:hover, :focus-visible) {
  outline: 2px solid var(--main);
  outline-offset: -2px;
}

button[aria-selected="false"]:where(:hover, :focus-visible) .icon__for--tab {
  color: var(--accent-blue);
}

button[aria-selected="false"]:where(:hover, :focus-visible) .text__for--tab {
  color: var(--text-clr);
}

button[aria-selected="false"]:active {
  background-color: hsl(207, 100%, 90%);
  transform: scale(0.95);
}

button[aria-selected="true"] .icon__for--tab {
  color: #fff;
}

.tab__navigation:is(:hover, :focus-visible)
  button[aria-selected="false"]:not(:hover) {
  opacity: 0.8;
  background-color: hsl(207, 10%, 91%);
}

:root {
  --accent-blue: hsl(207, 74%, 61%);
  --accent-dark: hsl(207, 10%, 45%);
  --text-clr: hsl(210, 10%, 30%);

  --space-025: 0.25rem;
  --space-05: 0.5rem;
  --space-075: 0.75rem;
  --space-1: 1rem;
  --space-125: 1.25rem;
  --space-15: 1.5rem;
  --space-2: 2rem;

  --width-max: 90rem;
  --width-min: 50rem;
  --fullSize: 100%;
  --fullHeight: 100vh;
  --flex-flow: 38rem;
  --padding--flow: calc(var(--fullSize) - var(--space-2));
}

.tabs {
  max-inline-size: min(var(--padding--flow), var(--width-max));
  min-inline-size: var(--width-min);
  margin: 0rem 6rem 0rem 6rem;
  border-radius: 0.35rem;
  gap: var(--space-1) 0;
  /* background: hsl(207, 10%, 96%); */
  box-shadow: 0 0.5em 0.35em #0003, 0 0.8em 1.4em #0003;
  position: relative;
  top: 40%;
  left: 0%;
  padding: 1rem;
}

.content--flow {
  --sidebar-width: 13rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.sidebar {
  margin-right: 20px;
  padding: var(--space-05);
  flex: 1 1 var(--sidebar-width);
}

.tab__navigation {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-05);
  height: var(--fullSize);
}

.tab__button {
  display: flex;
  align-items: center;
  height: 6rem;
  flex: auto;
  gap: 0.55rem;
  border: none;
  border-radius: 10px;
  outline: none;
}

.tab__button > * {
  padding: var(--space-05);
}

.icon__for--tab {
  display: inline-flex;
  height: 2rem;
  margin-inline: var(-space-05);
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
}

.icon__for--tab > i.fas {
  margin-left: 15px;
  justify-content: flex-start;
  display: inline-flex;
  font-size: 1.3rem;
  color: var(--orange);
}

.text__for--tab {
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  line-height: 1;
  margin-inline: auto;
  font-size: 1.3rem;
}

@media (max-width: 639px) {
  .sidebar {
    padding: unset;
  }
  .tab__button {
    flex-direction: column;
    border-radius: 0;
    min-height: 3.25rem;
    gap: 0;
  }

  .tab__button > * + * {
    min-height: 1rem;
  }
}

@media (max-width: 560px) {
  .text__for--tab {
    display: none;
  }
  .icon__for--tab {
    margin: auto;
  }
}

@media (max-width: 1100px) {
  .displaytab {
    display: none;
  }
}

.content__area {
  display: flex;
  flex-grow: 999;
  min-height: 20rem;
  justify-content: start;
  flex-basis: calc((var(--flex-flow) - var(--fullSize)) * 999);
  position: relative;
}

.tab__content {
  display: flex;
  flex: 1;
  margin-inline: auto;
  padding: var(--space-05);
  justify-content: start;
  /* align-items: center; */
}

.span-tag {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  color: var(--yellow);
  opacity: 0.2;
  font-size: clamp(4rem, (-1.97rem + 20.78vw), 7rem);
  font-weight: 900;
}

.titles {
  line-height: 1.6;
  padding-block-start: var(--space-1);
  color: var(--accent-blue);
  text-align: center;
  font-size: 2rem;
  text-transform: capitalize;
}

.text {
  max-width: 45ch;
  text-align: center;
  margin-inline: var(--space-1);
  color: var(--text-clr);
  font-size: 1.125rem;
}

/* moblie view */

@media screen and (min-width: 1100px) and (max-width: 1920px) {
  .none-sec {
    display: none;
  }
}

/* social */

.social_links ul li {
  display: inline-block;
}

.social_links {
  /* width: 500px; */
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_links ul {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}

.social_links ul li a {
  border-radius: 30%;
  color: #f1b51c;
  background: #392d7d;
  padding: 1rem;
  transition: 0.5s;
}

@media screen and (max-width: 800px) {
  .social_links {
    width: 100% !important;
  }
}

/* payment */

a.bnt.payment_option_equiry.text-decoration-none {
  background: #392d7d;
  color: white;
  padding: 0.6rem 1.8rem;
  border-radius: 0.7rem;
  letter-spacing: 0.04rem;
  font-size: 0.9rem;
  transition: 0.03s;
  position: relative;
}

@media screen and (max-width: 580px) {
  a.bnt.payment_option_equiry.text-decoration-none {
    background: transparent;
    color: var(--orange);
    padding: 0;
    border-radius: 0;
    transition: 0;
    font-weight: 700;
  }
}

/* paymet close button  */

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background-image: url("../images/icons8-close.svg");
  border: 0;
  /* border-radius: 0.25rem; */
  opacity: 1;
}

/* partnersilder */

/* .owl-dots{
  text-align: center;
}

.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #222222 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dot.active {
  background-color: #FF170F !important;
} */

.partner_logo .owl-carousel .owl-item img {
  width: 65% !important;
}

@media only screen and (max-width: 680px) {
  .partner_logo .owl-carousel .owl-item img {
    width: 100% !important;
  }
}

/* primer accordian */

.myaccordions {
  width: 800px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1100px) {
  .myaccordions {
    width: 100%;
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  }
}

.myaccordions .card,
.myaccordions .card:last-child .card-header {
  border: none;
}

.myaccordions .card-header {
  border-bottom-color: #edeff0;
  background: transparent;
}

.myaccordions .fa-stack {
  font-size: 18px;
}

.myaccordions .btn {
  width: 100%;
  font-weight: bold;
  color: var(--main);
  padding: 0;
}

.myaccordions .btn-link:hover,
.myaccordions .btn-link:focus {
  text-decoration: none;
}

.myaccordions li + li {
  margin-top: 10px;
}

.card .card-body h4 {
  color: var(--orange);
}

.myaccordions:before {
  content: "";
  width: 1px;
  height: 80%;
  background: transparent !important;
  position: absolute;
  top: 20px;
  left: 24px;
  bottom: 20px;
}

/* timing schul */

/* .mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
/* font-family: 'FontAwesome'; */
/* position: absolute; */
/* right: 0; 
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077";  fa-chevron-up 
}

.about_talentSprint .card .card-header {
    border-bottom: 2px solid var(--main);
}

.about_talentSprint .card .card-body ul li {
    margin-left: 2rem;
    list-style-type: square;
    font-size: 1.3rem;

} */

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  /* border-bottom: 1px solid var(--orange) !important;
    border-top: 1px solid var(--orange) !important; */
}

@media only screen and (max-width: 700px) {
  .program .cardsd .card-body table tr th,
  td {
    font-size: 0.8rem;
  }

  .samosha {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

.program .cardsd .card-body table tr th,
td {
  font-size: 1rem;
}

/* accordian tab border hidden */

.accordion > .card:last-of-type,
.accordion > .card:not(:first-of-type):not(:last-of-type),
.accordion > .card:first-of-type {
  border: hidden !important;
}

.displaytab .content__area .card .card-body ul li {
  margin-left: 2rem;
  /* list-style-type: square; */
  font-size: 1.2rem;
}

/* testmonial */

@media only screen and (max-width: 1000px) {
  .tesimonial-image img {
    width: 200px;
    border-radius: 50%;
    border: solid;
    border-color: var(--yellow);
  }
}

.tesimonial-image img {
  height: 100%;
  border-radius: 50%;
  border: solid;
  border-color: var(--yellow);
}

.card {
  height: 100%;
}

.bdc {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 200ms;
}

.testmonial .testimonial-content .heading-testim {
  color: var(--orange);
}

@media only screen and (max-width: 1400px) {
  .testmonial .testimonial-content p {
    /* color: var(--main); */
    font-weight: 500;
    letter-spacing: 00.04rem;
    text-align: justify;
  }
}

.testmonial .testimonial-content p {
  /* color: var(--main); */
  font-weight: 500;
  letter-spacing: 00.04rem;
  text-align: justify;
  font-size: 1rem;
}

.testmonial .testimonial-content p i {
  color: var(--main);
  font-size: 0.7rem;
}

.testmonial .bdc:hover {
  background-color: #392d7d;
  color: white;
  padding: 10px;
  border-radius: 20px;
  transform: scale3d(1.1, 1.1, 1.1);
  box-shadow: rgba(232, 110, 37, 0.4) 0px 5px, rgba(232, 110, 37, 0.3) 0px 10px,
    rgba(232, 110, 37, 0.2) 0px 15px, rgba(232, 110, 37, 0.1) 0px 20px,
    rgba(232, 110, 37, 0.05) 0px 25px;
}

.modal-logo {
  max-width: 100px;
}

.get_in_touch_innerForm_input {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.get_in_touch_innerForm_input .form-control {
  border-radius: 0px;
  border: none;
  background-color: #f2f2f3;
  font-size: 1.1rem;
  color: #777;
  padding: 0.5rem 1.2rem;
  border-radius: 0.3rem;
}

.get_in_touch_innerForm_input span {
  display: flex;
  gap: 1.2rem;
}

.get_in_touch_innerForm_input button {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #392d7d;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  font-weight: 500;
}
