@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "IBM Plex Sans";
}

a.text-white.text-decoration-none {
  background-color: var(--dark_red);
  padding: 0.4rem 1rem;
  border-radius: 4px;
}

body {
  overflow-x: hidden;
}

: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;
  --Blue: #392d7d;
  --Red: #e31f26;
  --Orange: #e86e25;
  --Yellow: #f1b51c;
  --Light_Grey: #6d6e71;
  --White: #ffffff;
  --Black: #231f20;
  --Off_White: #fdf8f1;
}
section {
  padding-left: 3rem;
  padding-right: 3rem;
}

header nav.navbar.navbar-expand-lg.navbar-light .container a.navbar-brand img {
  width: 120px;
}

.phand-power-typer {
  /* margin-left: 4rem; */
  transform: translateX(188px);
}

.banner_section {
  /* background-image: url('../image'); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner_color {
  background: #000000ba;
}
.banner_text span {
  color: var(--Yellow);
  font-weight: 500;
  font-size: 22px;
}
.header-form {
  text-align: center;
  color: #392d7d;
}
.brochure_btn .btn {
  border: 1px solid #e86e25;
  color: #e86e25;
  transition: all 0.9s ease-in-out;
  margin-bottom: 0px !important;
}
.slide_right:hover {
  box-shadow: inset 400px 0 0 0 #eb7027;
  color: white !important;
}
.banner_image {
  background-image: url(../images/images_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0 100%);
  position: relative;
}

.banner_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #392d7d57;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0 100%);
}

.banner_image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f1b51c;
  clip-path: polygon(87% 0, 100% 0%, 75% 100%, 62% 100%);
}

.banner_text h1 {
  letter-spacing: 0.04rem;
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
}

.banner_text ul {
  list-style: none;
}

.banner_text ul li {
  color: #fff;
  letter-spacing: 0.04rem;
  font-weight: 500;
  font-size: 22px;
}

.banner_text ul li i {
  color: #e86e25;
}
.bonused {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  border-radius: 5px;
}
p.bonus {
  font-weight: 900;
  font-size: 1.7rem;
  color: var(--dark_red) !important;
  margin: 0;
}
span.by-line {
  color: var(--Blue);
  font-size: 1rem;
}

.investment {
  width: 200px;
  height: 200px;
  background-color: #e31f26;
  border-radius: 50%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 0px 8px rgb(109 110 113 / 40%);
  transition: all 0.5s ease-in-out;
  border: 1px solid #fff;
  align-items: center;
}

.investment:hover {
  opacity: 0.9;
  transform: translateY(-10px);
}
.bonused {
  background: white;
}

.investment p {
  font-size: 12px;
  /* color: #6d6e71; */
  color: #eceaf5;
}

.investment span {
  font-size: 18px;
  font-weight: 700;
  color: #eceaf5;
}
.about_intro ul {
  list-style-type: none;
}
.about_intro ul li i {
  color: var(--Orange);
}

.bg_hand_shake {
  background-image: url(../images/image_05.jpg);
  height: 40vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  width: 50%;
}

.bg_hand_shake::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000040;
}

.card_image img {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  border-radius: 15px 15px 0px 0px;
}

.card_form_price p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: #392d7d;
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
}

.card_form_price p span {
  color: #e5212b;
  font-size: 2rem;
}

.pricings {
  background: white;
  height: 100%;
}
.limited {
  background: var(--Blue);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.limitedted {
  text-align: center;
}

.limited a {
  background-color: var(--dark_red);
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.throline h5 {
}

.card_form_price {
  margin-top: -192px;
  background: white;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  position: relative;
  border-radius: 15px;
}

.button_div {
  width: 100%;
  text-align: center;
}

button.enorll_bnt {
  background: #e5212b;
  color: #fff;
  text-transform: uppercase;
}

button.enorll_bnt {
  background: #e5212b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 2rem;
  border-radius: 8px;
  width: 126px;
  height: 47px;
  border: 1px solid currentColor;
}

p.plus_gst {
  font-size: 0.9rem;
  text-align: right;
  margin-left: 1rem;
  padding-right: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  margin-top: 0.01rem;
  color: black;
}

.about_intro p {
  padding: 0.1rem 1rem;
  text-align: justify;
  letter-spacing: 0.04rem;
}

.accroding_about_text {
  width: 90%;
}

p.according_collapse {
  text-align: right;
  font-size: 1.4rem;
  color: red;
}

.about_image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about_image {
  border-left: 5px solid red;
  border-bottom: 5px solid red;
}

h4.color_bl {
  color: #392d7d;
}

.borad {
  background-color: #392d7d;
  height: 100%;
  width: 100%;
}

.borad i {
  color: white;
  font-size: 1.5rem;
  padding-top: 0.3rem;
}

.card.p-3 {
  box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
  height: 100%;
}

.card_body.mt-2 p {
  padding: 0.2rem 1rem;
  font-size: 14px;
}

.bg-slef-paced {
  background-color: #392d7d;
  color: white;
  position: relative;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 4px 12px rgb(0 0 0 / 40%), -2px -4px 12px rgb(0 0 0 / 40%);
}

span.number-set {
  position: absolute;
  top: -4px;
  left: -1px;
  width: 65px;
  height: 50px;
  background-color: white;
  color: #e86e25;
  text-align: center;
  padding-top: 0.3rem;
  font-size: 1.5rem;
  font-weight: 800;
}

.bg-slef-paced span.text-end {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 0.9rem;
}

.header_for_text h1 {
  color: #392d7d;
}

.header_for_text h1 {
  color: #392d7d;
  letter-spacing: 0.04rem;
  font-size: 2.1rem;
  font-weight: 500;
  text-transform: capitalize;
}

header.sticky-top.lg_header {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bg-slef-paced::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -19px;
  background-color: #392d7d;
  width: 39px;
  height: 39px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

img.funds {
  width: 100%;
  border-top: 8px solid #392d7d;
  border-left: 8px solid #dc1e25;
  border-bottom: 8px solid #e86e25;
  border-right: 8px solid #f1b51c;
  position: relative;
  background-color: #392d7d;
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 5px 4px 12px rgb(0 0 0 / 40%), -2px -4px 12px rgb(0 0 0 / 40%);
}

.bg-half-color {
  background-color: #392d7d0f;
}

.heading h6 {
  background: #392d7d;
  color: white;
}

.heading h6 {
  background: #384f95;
  color: white;
  width: 190px;
  height: 100%;
  padding: 0.3rem;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 40%);
  position: relative;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04rem;
  border-radius: 8px;
  text-align: center;
}

.color_badges {
  background-color: #392d7d;
}

.main_heading h4 {
  color: #e86e25;
}

.course_outline {
  display: flex;
}
.btn-register {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
}
.Course_Duration p {
  font-size: 15px;
  font-weight: 500;
  color: #392d7d;
  margin-top: 1.5rem;
  text-align: justify;
}

.course_outline ul {
  list-style: none;
  padding: 0;
}

.course_outline ul li {
  font-size: 13px;
  color: #392d7d;
  background: white;
  margin-top: 0.3rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid gray;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 26%);
  text-align: justify;
}

.course_outline ul li i {
  color: #e86e25;
}

.headline_course_outline h4 {
  color: #e86e25;
}

.headline_course_outline h4 i {
  color: #392d7d;
}

ul.sub_menu li {
  border: none;
}

#more {
  display: none;
}

button#myBtn {
  border: none;
  background: white;
  color: #e86e25;
  margin-bottom: 1rem;
}

.color_number {
  width: 100%;
  height: 100%;
  background-color: #392d7d;
  color: white;
}

.text-content p {
  font-size: 0.8rem;
  letter-spacing: 0.04rem;
  font-weight: 500;
  padding: 1rem 1rem;
}

/* ======================= contact_section ================= */
/* .contact_section .contactUs_inner{
} */

.contact_section .contactUs_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_section .contactUs_inner .contact_box {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid #6d6e71;
  margin: 10px auto;
  align-self: normal;
}

.contactUs_inner .contact_box i {
  color: #6d6e71;
  font-size: 20px;
  margin-right: 8px;
  font-weight: 800;
  opacity: 0.5;
}

.contactUs_inner .contact_box p {
  font-size: 18px;
  color: #392d7d;
  font-weight: 800;
}

.contactUs_inner .contact_box p span {
  color: #e86e25;
  margin-left: 5px;
}

.contactUs_inner .contact_box a {
  font-size: 18px;
  font-weight: 800;
}

.contactUs_inner .contact_box a span {
  color: #e86e25;
  margin-left: 5px;
}

.refund_policy_text ul {
  margin-top: 2rem;
}

.refund_policy_text ul li {
  font-size: 0.8rem;
  color: #392d7d;
  font-weight: 500;
}

/* =============== social_links ============== */
.social_links {
  position: fixed;
  left: -5px;
  bottom: 3%;
  width: 55px;
  height: 200px;
  background-color: #007aff;
  /* background-color: #ECEAF5; */
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  padding: 10px 0px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  z-index: 99;
}
.social_links ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90%;
  padding: 0;
}

.social_links ul li {
  color: #fff;
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s ease;
}

.social_links ul li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-right: 19px;
  position: absolute;
  color: #392d7d;
  display: grid;
  display: -moz-grid;
  display: -ms-grid;
  place-items: center;
  transition: all 0.5s ease;
  text-decoration: none;
}

.social_links ul li a:hover {
  background-color: #392d7d;
  color: #f1b51c;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.social_links ul li h4 {
  margin-right: 19px;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translate(-50%, -50%);
  color: #f1b51c;
  font-size: 14px;
  background-color: #392d7d;
  padding: 3px 8px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.social_links ul li:hover h4 {
  opacity: 1;
  visibility: visible;
}

.social_links ul li h4::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #392d7d;
  top: 50%;
  left: -4px;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
  z-index: -1;
}

@media only screen and (max-width: 900px) {
  .card_form_price {
    margin-top: 0 !important;
    width: 100% !important;
    margin-left: 0rem !important;
  }
}

@media only screen and (max-width: 800px) {
  section {
    padding: 0 !important;
  }
  .card_form_price {
    margin-top: 0 !important;
    width: 100% !important;
    margin-left: 0rem !important;
  }
}

@media only screen and (max-width: 700px) {
  .course_outline {
    display: inherit !important;
  }

  section {
    padding: 0 !important;
  }

  .container-fluid.container-fluid-lg.container-fluid-md.p-5 {
    padding: 0 !important;
  }

  .contact_section .contactUs_inner {
    display: inherit !important;
    align-items: inherit !important;
    justify-content: center;
  }

  .card_form_price {
    margin-top: 0 !important;
    width: 100% !important;
    margin-left: 0rem !important;
  }

  section.How_to_Activate_the_Course.mt-5 {
    display: none;
  }

  .phand-power-typer {
    transform: translateX(0px);
  }
}

@media only screen and (max-width: 600px) {
  .social_links {
    display: none;
  }

  .enquiry_form {
    display: none;
  }
}

/*=================== =certificate-diamond================= */
.program-certifate-diamond {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Badges {
  width: 100%;
  text-align: right;
  font-weight: 500;
}

.certificate-diamond {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #392d7d;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
p.wblue {
  text-align: center;
  color: var(--Blue);
  font-weight: 900;
  font-size: 0.8rem;
  padding-top: 1rem;
}
.certificate-diamondred01 {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--dark_red);
}

.certificate-diamondorange01 {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--Orange);
}
.certificate-diamondyellow01 {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--Yellow);
}
.certificate-diamondglgl01 {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #cc4627;
}
.certificate-diamondgreen01 {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--green);
}

.certificate-diamond02 {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #392d7d;
}

.diamond-number {
  position: absolute;
  top: 0;
  left: 2px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--Off_White);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diamond-numberred02 {
  position: absolute;
  top: 0;
  left: 2px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--dark_red);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diamond-numberorange02 {
  position: absolute;
  top: 0;
  left: 2px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--Orange);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diamond-numberyellow02 {
  position: absolute;
  top: 0;
  left: 2px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--Yellow);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diamond-numberglgl02 {
  position: absolute;
  top: 0;
  left: 2px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #cc4627;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diamond-numbergreen02 {
  position: absolute;
  top: 0;
  left: 2px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--green);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.bonus {
  font-weight: 900;
  font-size: 1.7rem;
  padding: 0 0.4rem;
}

.diamond-number span {
  font-weight: 900;
  color: var(--Black);
}
.bold {
  font-weight: 900;
}

.blue {
  background-color: var(--Blue);
}

.orange {
  background-color: var(--Orange);
}
.orange02 {
  border: 2px solid var(--Orange);
}
.certificate-diamond p {
  text-align: center;
  font-weight: 900;
  font-size: 1.3rem;
}

p.title-content {
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

.slp-hour-blued {
  border: 2px solid var(--Blue);
  padding: 3rem 1rem;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slp-hour-blued h1 {
  color: var(--Blue);
  font-size: 1.2rem;
}
.spl-number {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: var(--Blue);
}

.spl-number {
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slp-hour {
  display: flex;
  justify-content: flex-end;
}
.slp-hour span {
  color: var(--Blue);
}

.slp-hour-orange {
  border: 2px solid var(--Orange);
  padding: 3rem 1rem;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slp-hour-orange h1 {
  color: var(--Blue);
  font-size: 1.2rem;
}
.spl-number-orange {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: var(--Orange);
}

.spl-number-orange {
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slp-hour {
  display: flex;
  justify-content: flex-end;
}
.slp-hour span {
  color: var(--Blue);
}

.enquiry_form.nav-link {
  margin: 0px !important;
  z-index: 9999;
}

.enquiry_form {
  background-color: var(--Blue);
  color: var(--Off_White);
  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: var(white) !important;
  opacity: 0.8;
}

.enquiry_form.show {
  opacity: 1;
  visibility: visible;
}

/* Modal Form  */
/* Modal Form */
/*download brochure form*/
.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;
}
