<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap");
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  overflow-x: hidden;
  position: relative;
}

.navbar {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 0 8rem;
}
.navbar div img.nse_logo {
  width: 8%;
  padding: 1rem 0;
}
@media screen and (max-width: 1000px) and (min-width: 100px) {
  .navbar {
    padding: 0 2rem;
  }
}

.sitemap .nse_sitemap {
  width: 100%;
  padding: 2rem 0rem;
}
.sitemap .nse_sitemap .main_heading {
  text-align: center;
  width: 100%;
}
.sitemap .nse_sitemap .main_heading .span_heading {
  font-size: 2.5rem;
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background-color: #526D82;
  color: white;
}
.sitemap .nse_sitemap .second_heading {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.sitemap .nse_sitemap .second_heading .sections {
  margin-top: 2rem;
  margin-right: 5px;
  width: calc(30.33% - 5px);
  height: 100%;
  flex-grow: 1;
}
.sitemap .nse_sitemap .second_heading .sections .S_Second_heading {
  border-radius: 4px;
  background-color: #E96F24;
  font-size: 2rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  position: relative;
}
.sitemap .nse_sitemap .second_heading .sections .S_Second_heading::before {
  content: "";
  display: flex;
  width: 123rem;
  height: 5px;
  background-color: #212A3E;
  position: absolute;
  left: -565px;
  bottom: -629px;
  transform: rotate(90deg);
  border-radius: 5rem;
}
.sitemap .nse_sitemap .second_heading .sections .side_content {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  position: relative;
}
.sitemap .nse_sitemap .second_heading .sections .side_content .list_container {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  position: relative;
}
.sitemap .nse_sitemap .second_heading .sections .side_content .list_container .three_heading {
  border-radius: 4px;
  background-color: #394867;
  font-size: 1.7rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  width: 80%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content .list_container .three_heading::before {
  content: "";
  display: flex;
  width: 5rem;
  height: 5px;
  background-color: #212A3E;
  position: absolute;
  left: 48px;
  top: 27px;
  border-radius: 5rem;
}
.sitemap .nse_sitemap .second_heading .sections .side_content .list_container .three_heading a {
  text-decoration: none;
  color: white;
}
.sitemap .nse_sitemap .second_heading .sections .side_content .list_container .list_links {
  width: 65%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content .list_container .list_links ul li {
  list-style: none;
  border-radius: 4px;
  background-color: #526D82;
  font-size: 1.5rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
}
.sitemap .nse_sitemap .second_heading .sections .side_content .list_container .list_links ul li a {
  text-decoration: none;
  color: white;
}
.sitemap .nse_sitemap .second_heading .sections .side_content .list_container .list_links ul .list_links_second {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  position: relative;
}
.sitemap .nse_sitemap .second_heading .sections .side_content .list_container .list_links ul .list_links_second ul {
  width: 85%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content .list_container .list_links ul .list_links_second ul li {
  list-style: none;
  border-radius: 4px;
  background-color: #4a5759;
  font-size: 1.5rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  width: 100%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content .list_container .list_links ul .list_links_second ul li a {
  text-decoration: none;
  color: white;
}
.sitemap .nse_sitemap .second_heading .sections .S_Second_Home_Page {
  border-radius: 4px;
  background-color: #E96F24;
  font-size: 2rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  position: relative;
}
.sitemap .nse_sitemap .second_heading .sections .S_Second_Home_Page::before {
  content: "";
  display: flex;
  width: 414rem;
  height: 5px;
  background-color: #212A3E;
  position: absolute;
  left: -2020px;
  bottom: -2083px;
  transform: rotate(90deg);
  border-radius: 5rem;
}
@media screen and (max-width: 1400px) and (min-width: 1281px) {
  .sitemap .nse_sitemap .second_heading .sections .S_Second_Home_Page::before {
    width: 437rem;
    left: -2155px;
    bottom: -2190px;
  }
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_All_Certification::before{
    left: 31px !important;
  }
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Individual::before {
    left: 31px !important;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1000px) {
  .sitemap .nse_sitemap .second_heading .sections .S_Second_Home_Page::before {
    width: 439rem;
    left: -2146px;
    bottom: -2204px;
  }
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  position: relative;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  position: relative;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_All_Certification {
  border-radius: 4px;
  background-color: #394867;
  font-size: 1.7rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  width: 80%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_All_Certification::before {
  content: "";
  display: flex;
  width: 5rem;
  height: 5px;
  background-color: #212A3E;
  position: absolute;
  left: 48px;
  top: 27px;
  border-radius: 5rem;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_All_Certification::after {
  content: "";
  display: flex;
  width: 74rem;
  height: 5px;
  background-color: #394867;
  position: absolute;
  left: -25.5rem;
  bottom: 112rem;
  border-radius: 5rem;
  transform: rotate(90deg);
}
@media screen and (max-width: 1400px) and (min-width: 1281px) {
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_All_Certification::after {
    left: -30.5rem !important;
    width: 76rem;
    bottom: 122rem;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1000px) {
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_All_Certification::after {
    left: -29rem;
    width: 78rem;
    bottom: 54.5rem;
  }
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_All_Certification a {
  text-decoration: none;
  color: white;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Individual {
  border-radius: 4px;
  background-color: #394867;
  font-size: 2rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  width: 80%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Individual::before {
  content: "";
  display: flex;
  width: 5rem;
  height: 5px;
  background-color: #212A3E;
  position: absolute;
  left: 48px;
  top: 27px;
  border-radius: 5rem;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Individual::after {
  content: "";
  display: flex;
  width: 227rem;
  height: 5px;
  background-color: #394867;
  position: absolute;
  left: -102rem;
  top: 37rem;
  border-radius: 5rem;
  transform: rotate(90deg);
}
@media screen and (max-width: 1400px) and (min-width: 1281px) {
  /* .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Individual::after {
    width: 247rem;
    top: 129rem;
    left: -112.5rem;
  } */
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Corporate::after{
    left: -20.9rem;
        top: 113rem;
  }
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_All_Certification::after{
    left: -28rem;
    width: 77rem;
  }
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Individual::after{
    left: -105.5rem;
    top: 29rem;
  }
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Corporate::before{
    left: 31px !important;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1000px) {
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Individual::after {
    width: 247rem;
    top: 129rem;
    left: -113.5rem;
  }
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Individual a {
  text-decoration: none;
  color: white;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Corporate {
  border-radius: 4px;
  background-color: #394867;
  font-size: 2rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  width: 80%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Corporate::before {
  content: "";
  display: flex;
  width: 5rem;
  height: 5px;
  background-color: #212A3E;
  position: absolute;
  left: 48px;
  top: 27px;
  border-radius: 5rem;
}
/* .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Corporate::after {
  content: "";
  display: flex;
  width: 63rem;
  height: 5px;
  background-color: #394867;
  position: absolute;
  left: -18rem;
  top: -8rem;
  border-radius: 5rem;
  transform: rotate(90deg);
} */
@media screen and (max-width: 1400px) and (min-width: 1281px) {
  /* .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Corporate::after {
    left: -21.5rem;
    top: -19rem;
  } */
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Educational_Institutes::before{
    left: 31px !important;
  }
  .sitemap .nse_sitemap .second_heading .sections .S_Second_heading::before {
    left: -585px;
  }
  .sitemap .nse_sitemap .second_heading .sections .side_content .list_container .three_heading::before{
    left:31px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1000px) {
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Corporate::after {
    left: -21.5rem;
  }
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Corporate a {
  text-decoration: none;
  color: white;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Educational_Institutes {
  border-radius: 4px;
  background-color: #394867;
  font-size: 2rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  width: 80%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Educational_Institutes::before {
  content: "";
  display: flex;
  width: 5rem;
  height: 5px;
  background-color: #212A3E;
  position: absolute;
  left: 48px;
  top: 27px;
  border-radius: 5rem;
}
/* .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Educational_Institutes::after {
  content: "";
  display: flex;
  width: 14rem;
  height: 5px;
  background-color: #394867;
  position: absolute;
  left: 10.1rem;
  top: 13.3rem;
  border-radius: 5rem;
  transform: rotate(90deg);
} */
@media screen and (max-width: 1400px) and (min-width: 1281px) {
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Educational_Institutes::after {
    left: 4.1rem;
  }
  .sitemap .nse_sitemap .second_heading .sections .side_content_footer .list_container .three_heading::before{
    left: 31px !important;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1000px) {
  .sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Educational_Institutes::after {
    left: 3rem;
  }
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .three_heading_Educational_Institutes a {
  text-decoration: none;
  color: white;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .list_links {
  width: 65%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .list_links ul li.list_before {
  list-style: none;
  border-radius: 4px;
  background-color: #526D82;
  font-size: 1.5rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  position: relative;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .list_links ul li.list_before::before {
  content: "";
  display: flex;
  width: 5rem;
  height: 5px;
  background-color: #394867;
  position: absolute;
  left: -6rem;
  top: 2rem;
  border-radius: 5rem;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .list_links ul li.list_before a {
  text-decoration: none;
  color: white;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .list_links ul .list_links_second {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  position: relative;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .list_links ul .list_links_second ul {
  width: 85%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .list_links ul .list_links_second ul li {
  list-style: none;
  border-radius: 4px;
  background-color: #9BA4B5;
  font-size: 1.2rem;
  /* padding: 15px 0px 10px 0px; */
  padding: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  width: 100%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_Home_Page .list_container .list_links ul .list_links_second ul li a {
  text-decoration: none;
  color: white;
}
.sitemap .nse_sitemap .second_heading .sections .S_Second_Footer {
  border-radius: 4px;
  background-color: #E96F24;
  font-size: 2rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  position: relative;
}
.sitemap .nse_sitemap .second_heading .sections .S_Second_Footer::before {
  content: "";
  display: flex;
  width: 29rem;
  height: 5px;
  background-color: #212A3E;
  position: absolute;
  left: -95px;
  bottom: -159px;
  transform: rotate(90deg);
  border-radius: 5rem;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_footer {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  position: relative;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_footer .list_container {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  position: relative;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_footer .list_container .three_heading {
  border-radius: 4px;
  background-color: #394867;
  font-size: 1.7rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
  width: 80%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_footer .list_container .three_heading::before {
  content: "";
  display: flex;
  width: 5rem;
  height: 5px;
  background-color: #212A3E;
  position: absolute;
  left: 48px;
  top: 27px;
  border-radius: 5rem;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_footer .list_container .three_heading a {
  text-decoration: none;
  color: white;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_footer .list_container .list_links {
  width: 65%;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_footer .list_container .list_links ul li {
  list-style: none;
  border-radius: 4px;
  background-color: #526D82;
  font-size: 1.5rem;
  padding: 15px 0px 10px 0px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-weight: 500;
}
.sitemap .nse_sitemap .second_heading .sections .side_content_footer .list_container .list_links ul li a {
  text-decoration: none;
  color: white;
}/*# sourceMappingURL=site.css.map */
*, *::before, *::after {
  box-sizing: border-box !important;
}
body {
  /* margin: 0; */
  font-family: var(--bs-body-font-family);
  /* font-size: var(--bs-body-font-size); */
  /* font-weight: var(--bs-body-font-weight); */
  line-height: var(--bs-body-line-height);
  /* color: var(--bs-body-color); */
  /* text-align: var(--bs-body-text-align); */
  /* background-color: var(--bs-body-bg); */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}</pre></body></html>