:focus,
a:focus,
button:focus {
  outline: 0;
}
ol li,
p,
ul li {
  color: #1e2022;
}
code {
  font-size: 100%;
}
.h1,
h1 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .h1,
  h1 {
    font-size: calc(1.26609rem + 0.19312vw);
  }
}
.h2,
h2 {
  font-size: 1.3125rem;
}
@media (max-width: 1200px) {
  .h2,
  h2 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.h3,
h3 {
  font-size: 1.14844rem;
}
.h4,
h4 {
  font-size: 0.98438rem;
}
.h5,
h5 {
  font-size: 0.875rem;
}
.h6,
h6 {
  font-size: 0.76563rem;
}
summary {
  margin-bottom: 0.35rem;
}
.tab-content :not(pre) > code[class*="language-"],
.tab-content pre[class*="language-"] {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
code[class*="language-"],
pre[class*="language-"] {
  color: #fff;
  font-size: 0.9375em;
  margin: 0;
  white-space: pre-wrap;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
code[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
pre[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
code[class*="language-"] ::selection,
code[class*="language-"]::selection,
pre[class*="language-"] ::selection,
pre[class*="language-"]::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
pre[class*="language-"] {
  padding: 1.5rem;
  overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #142140;
}
.prism-light:not(pre) > .prism-light code[class*="language-"],
pre.prism-light[class*="language-"] {
  background: #f9fafc;
}
.prism-light code[class*="language-"],
pre.prism-light[class*="language-"] {
  color: #142140;
}
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #708090;
}
.token.punctuation {
  color: #2f6f9f;
}
.token.namespace {
  opacity: 0.7;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #2f6f9f;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #26a5b5;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #d09a5c;
  background: 0 0;
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #d44950;
}
.token.class-name,
.token.function {
  color: #dd4a68;
}
.token.important,
.token.regex,
.token.variable {
  color: #e90;
}
.token.bold,
.token.important {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
div.code-toolbar {
  position: relative;
}
div.code-toolbar > .toolbar {
  position: absolute;
  top: 1.0625rem;
  right: 0.75rem;
  transition: opacity 0.3s ease-in-out;
}
div.code-toolbar:hover > .toolbar {
  opacity: 1;
}
div.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}
div.code-toolbar > .toolbar a {
  cursor: pointer;
}
div.code-toolbar > .toolbar button {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  color: #fff;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.3125em;
  transition: all 0.2s ease-in-out;
}
div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:focus,
div.code-toolbar > .toolbar span:hover {
  color: #fff;
  background-color: #377dff;
}
div.code-toolbar > .prism-light + .toolbar a,
div.code-toolbar > .prism-light + .toolbar button,
div.code-toolbar > .prism-light + .toolbar span {
  color: #e7eaf3;
  background-color: transparent;
}
div.code-toolbar > .prism-light + .toolbar a:focus,
div.code-toolbar > .prism-light + .toolbar a:hover,
div.code-toolbar > .prism-light + .toolbar button:focus,
div.code-toolbar > .prism-light + .toolbar button:hover,
div.code-toolbar > .prism-light + .toolbar span:focus,
div.code-toolbar > .prism-light + .toolbar span:hover {
  color: #21325b;
  background-color: #377dff;
}
.hs-docs-heading {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.hs-docs-heading ~ p {
  margin-top: -0.5rem;
}
.hs-docs-heading::before {
  display: block;
  height: 6rem;
  margin-top: -6rem;
  content: "";
}
[data-anchorjs-icon]::after {
  content: attr(data-anchorjs-icon);
}
.anchorjs-link {
  padding-left: 0.5rem;
  font-size: 90%;
  color: rgba(55, 125, 255, 0.5) !important;
  transition: color 0.16s linear;
  opacity: 0;
}
.anchorjs-link:hover {
  color: #377dff !important;
}
.hs-docs-heading:hover .anchorjs-link {
  opacity: 1;
}
.hs-docs-copy-to-clipboard-text {
  font-size: 80%;
  color: #77838f;
}
.hs-docs-copy-to-clipboard:hover .hs-docs-copy-to-clipboard-text {
  color: #fff;
  background-color: #377dff;
}
.content-divider {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-divider:last-child {
  padding-bottom: 0;
  border-bottom-width: 0;
}
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}
.card-header {
  border-width: 1px;
}
.docs-page-header {
  border-bottom: 0.0625rem solid #e7eaf3;
  padding-bottom: 1.75rem;
  margin-bottom: 2.25rem;
}
.docs-page-header-title {
  margin-bottom: 0.5rem;
}
.docs-page-header-text {
  color: #21325b;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.docs-page-header-text:last-child {
  margin-bottom: 0;
}
.docs-navbar {
  z-index: auto;
}
@media (min-width: 991px) {
  .docs-navbar-sidebar-container {
    max-width: 17rem;
  }
}
@media (min-width: 991.98px) {
  .docs-navbar-sidebar-aside-body {
    padding-top: 8.5rem !important;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
}
.resources_icon
{
	font-size: 32px;
}
.portfolio_book_icon
{
	font-size: 35px;
	color: #2196F3;
}
.portfolio_learner_icon
{
	font-size: 35px;
}
.portfolio_star_icon
{
	font-size: 35px;
	color: #FFC107;
}
.portfolio_instrus_icon
{
	font-size: 35px;
	color: #ffeb3b;
}
.success-journey-wrap {
  border-radius: 20px;
      background: linear-gradient(100deg, #0011ae 3.29%, #0011ae 100%);
  padding: 40px;
}
.success-journey-wrap .text-42 {
  line-height: normal;
  color: #fff;
  text-align: center;
  padding: 0 70px 0 41px;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto auto 50px;
}
.success-journey-wrap .text-42:before {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 34px;
  height: 34px;
  background: url('../new-icons-images/success-before-45f9c715.svg') no-repeat scroll
    center center / cover;
}
.success-journey-wrap .text-42:after {
  position: absolute;
  content: "";
  right: 0;
  top: -17px;
  width: 70px;
  height: 70px;
  background: url('../new-icons-images/success-after-122f653c.svg')
    no-repeat scroll center center / cover;
}
.text-42 {
    color: #181a1e;
    font-size: 33px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
}
.single-success-wrap p {
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  margin-bottom: 4px;
}
.single-success-wrap p:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 50px;
  background: #fff;
}
.single-success-wrap .text-46 {
  font-weight: 800;
  line-height: normal;
  color: #fff;
}
.single-success-wrap {
  position: relative;
  display: flex;
  width: 100%;
}
.single-success-wrap:not(:last-child):after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  width: 1px;
  background: #fff;
}
.success-counter-wrap {
  justify-content: space-between;
}
.single-success-wrap:nth-of-type(1) {
  justify-content: flex-start;
  width: 219px;
}
.single-success-wrap:nth-of-type(2) {
  justify-content: center;
  width: 309px;
}
.single-success-wrap:nth-of-type(3) {
  justify-content: center;
  width: 298px;
}
.single-success-wrap:nth-of-type(4) {
  justify-content: flex-end;
  width: 233px;
}
.how-to-title-2 .text-42 {
  margin-bottom: 30px;
}
.how-to-banner-area-2 .how-to-banner {
  max-width: 439px;
  margin: 45px 45px 54px;
}
.how-to-banner-area-2 .how-to-banner-item-1 {
  left: -45px;
  top: -48px;
  transform: translateY(0);
}
.how-to-banner-area-2 .how-to-banner-item-2 {
  right: -45px;
  bottom: -54px;
  transform: translateY(0);
}
.success-signup-form {
  margin-top: 30px;
}
.success-signup-form form {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.single-success-wrap .text-46 {
    font-weight: 800;
    line-height: normal;
    color: #fff;
}
.text-46 {
    color: #212534;
    font-size: 46px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
}
.single-success-wrap p {
    color: #fff;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    margin-bottom: 4px;
}
.success-journey-wrap .text-42 {
    line-height: normal;
    color: #fff;
    text-align: center;
    padding: 0 70px 0 41px;
    position: relative;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto auto 50px;
}
.leading_courses
{
  margin-top: -70px;
}
.about_us_padding
{
	    margin-top: 100px;
}
