<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=Inter:wght@300;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,600;0,700;1,400&amp;display=swap');
body {
  font-family: 'Poppins', sans-serif;;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 3px 5px #888888;
          box-shadow: 0px 3px 5px #888888;
}

@media (max-width: 992px) {
  p {
    font-size: 14px;
  }
}

/*.navbar {
  padding: 25px 0;
}*/

.navbar .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  position: relative;
}

.navbar .nav-link::after {
  width: 0;
  height: 2px;
  background-color: #e8252a;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  content: '';
  left: 0;
}

.navbar .nav-link:hover::after {
  width: 100%;
}

.navbar .nav-link.position-unset::after {
  display: none;
}

.navbar .navbar-collapse {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}

.navbar .navbar-collapse .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.banner {
    background-image: url('https://www.msmunify.com/wp-content/uploads/2023/03/learn.png') !important;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding: 55px 0 62px;
    margin-top: 13px;
}
p#error_message a {
    font-weight: bold;
    color: red;
}
p#error_message{
  font-size: 16px!important;
}
@media (max-width: 1024px) {
  .banner {
    padding: 53px 0 53px;
    background-size: 100% 100%;
  }
}

.banner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(32, 36, 39, 0.8);
  background-blend-mode: hard-light;
}

.banner .container {
  position: relative;
  z-index: 1;
}

.banner h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 33px;
}

@media (max-width: 1024px) {
  .banner h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .banner h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .navbar-brand img {
    width: 90px;
  }
  .banner {
    margin-top: 0;
  }
  .navbar {
    padding: 15px 0;
  }
}
.banner h1 span {
  color: #E88025;
}

.banner p {
  margin-top: 38px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Inter', sans-serif;;
 }

@media (max-width: 1024px) {
  .banner p {
    font-size: 20px;
    line-height: 22px;
  }
}

.banner p span {
  font-weight: bold;
}

.banner .bg-white {
  border: 1px solid #565656;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 0 27px 15px;
}

.banner .bg-white .form-control {
  height: 63px;
  padding-left: 30px;
  border: 1px solid #565656;
  border-radius: 5px;
}

.banner .bg-white .form-control::-webkit-input-placeholder {
  color: rgba(86, 86, 86, 0.3);
}

.banner .bg-white .form-control:-ms-input-placeholder {
  color: rgba(86, 86, 86, 0.3);
}

.banner .bg-white .form-control::-ms-input-placeholder {
  color: rgba(86, 86, 86, 0.3);
}

.banner .bg-white .form-control::placeholder {
  color: rgba(86, 86, 86, 0.3);
}

.banner .bg-white .form-label {
  position: relative;
  top: 15px;
  left: 30px;
  background-color: #fff;
  padding: 7px 30px 7px 7px;
  color: #FF0000;
  line-height: 0;
  margin-bottom: 0;
}

.banner .bg-white .form-label.form-label-s {
  left: 12px;
  padding-left: 4px;
}

.banner .bg-white .btn-primary {
  background: #203C92;
  border-radius: 15px;
  margin-top: 19px;
  padding: 13px 49px;
  border-color: #203C92;
  z-index: 9;
}
.banner .bg-white .btn-primary:hover {
  background: #203C92 !important;
  color:#ffffff !important;
}

.banner .bg-white .btn-primary:fpcus {
  background: #203C92 !important;
  color:#ffffff !important;
}

.bg-grey {
  background: #F4F5F7;
  position: relative;
}

@media (max-width: 1024px) {
  .bg-grey {
    padding: 53px 0;
  }
}

.bg-grey::before {
  background: url(../images/arrow.png) no-repeat;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15%;
  background-position: top;
  z-index: 0;
}

@media (max-width: 1024px) {
  .bg-grey::before {
    background-size: 40%;
  }
}

@media (max-width: 992px) {
  .bg-grey::before {
    top: -10%;
  }
}

@media (max-width: 767px) {
  .bg-grey::before {
    display: none;
  }
}

.bg-grey .container {
  position: relative;
  z-index: 1;
}

.bg-grey .container h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  text-transform: capitalize;
  color: #565656;
}

@media (max-width: 992px) {
  .bg-grey .container h2 {
    font-size: 30px;
  }
}

.bg-grey .container h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #565656;
  margin-bottom: 24px;
}

.bg-grey .container p {
  font-weight: 300;
}

.qualities-section {
  padding: 103px 0;
}

@media (max-width: 767px) {
  .qualities-section {
    padding: 53px 0;
  }
}

.qualities-section .col-md-3 {
  border-right: 1px dashed #858692;
}

@media (max-width: 767px) {
  .qualities-section .col-md-3 {
    margin: 0 auto 25px;
    width: 80%;
    border-right: none;
    border-bottom: 1px dashed #858692;
  }
  .qualities-section .col-md-3:last-child {
    border-bottom: none;
  }
}

.qualities-section .col-md-3:last-child {
  border-right: none;
}

.qualities-section .col-md-3 .qualities {
  text-align: center;
}

.qualities-section .col-md-3 .qualities img {
  margin-bottom: 48px;
  max-width: 128px;
}

@media (max-width: 767px) {
  .qualities-section .col-md-3 .qualities img {
    margin-bottom: 25px;
  }
}

.qualities-section .col-md-3 .qualities p {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #565656;
}

@media (max-width: 1024px) {
  .qualities-section .col-md-3 .qualities p {
    font-size: 20px;
    line-height: 22px;
  }
}

.jointheclass {
  background-image: url(../images/creative-business-team-putting-hands-together.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding: 83px 0 69px;
}

.jointheclass::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(92, 0, 2, 0.92);
  background-blend-mode: hard-light;
}

.jointheclass .container {
  position: relative;
  z-index: 1;
}

.jointheclass .large_text {
  font-weight: 700;
  font-size: 66px;
  line-height: 80px;
  text-align: center;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .jointheclass .large_text {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .jointheclass .large_text {
    font-size: 30px;
    line-height: 35px;
  }
}

.jointheclass .join-btn {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 1024px) {
  .jointheclass .join-btn {
    margin-top: 40px;
  }
}

.jointheclass .join-btn .btn-secondary {
  border-radius: 12px;
  background-color: #fff;
  padding: 9px 66px;
  color: #565656;
}

.courses_section {
  padding: 117px 0 152px;
}

@media (max-width: 1024px) {
  .courses_section {
    padding: 53px 0;
  }
}

.courses_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  color: #565656;
  margin-bottom: 63px;
}

@media (max-width: 1024px) {
  .courses_section h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

.courses_section .courses {
  background-color: #F4F5F7;
  border-radius: 15px;
  padding: 36px;
  text-align: center;
  min-height: 450px;
}
.verify .btn-secondary {
    background-color: #e8252a;
    border-color: #e8252a;
}
@media (max-width: 767px) {
  .courses_section .courses {
    margin-bottom: 30px;
  }
}

.courses_section .courses:hover {
  -webkit-box-shadow: 5px 10px 18px #888888;
          box-shadow: 5px 10px 18px #888888;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.courses_section .courses img {
  margin-bottom: 44px;
}

@media (max-width: 1024px) {
  .courses_section .courses img {
    margin-bottom: 24px;
  }
}

.courses_section .courses h3 {
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
  color: #565656;
}

@media (max-width: 1024px) {
  .courses_section .courses h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

.courses_section .courses p {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #565656;
}

.enroll_now {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), rgba(0, 9, 3, 0.9)),url(../images/happy-young-indian-man-white-background.png)no-repeat;
  background-size: cover;
  padding: 99px 0 119px;
}

@media (max-width: 1024px) {
  .enroll_now {
    background-position: center;
    padding: 53px 0;
  }
}

.enroll_now h2 {
  font-weight: 600;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .enroll_now h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

.enroll_now .btn-enroll_btn {
  padding: 13px 45px;
  background-color: #E8252A;
  border-radius: 15px;
  color: #fff;
}

.faq {
  padding: 150px 0 166px;
  position: relative;
}

@media (max-width: 1024px) {
  .faq {
    padding: 53px 0;
  }
}

.faq::before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/FAQ.png) no-repeat;
  z-index: -1;
}

.faq h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  color: #565656;
  margin-bottom: 91px;
}

@media (max-width: 1024px) {
  .faq h2 {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 34px;
  }
}

.faq .accordion-item {
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.56);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.56);
  border-radius: 12px;
  padding: 15px 0;
}

.faq .accordion-item h2 {
  margin-bottom: 0;
}

.faq .accordion-item .accordion-button {
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 12px;
  line-height: 22px;
  color: #000000;
  white-space: unset;
}

.faq .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FF0000;
  font-weight: 700;
}

.faq .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='13' viewBox='0 0 23 13' fill='none'%3E%3Cpath d='M3.28571 0L11.5 8.125L19.7143 0L23 1.625L11.5 13L0 1.625L3.28571 0Z' fill='%23FF0000'/%3E%3C/svg%3E");
  -webkit-transform: none;
          transform: none;
}

.faq .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='13' viewBox='0 0 23 13' fill='none'%3E%3Cpath d='M19.7143 13L11.5 4.875L3.28571 13L0 11.375L11.5 0L23 11.375L19.7143 13Z' fill='black'/%3E%3C/svg%3E");
}
.btn-secondary {
    color: #fff!important;
}
.jointheclass .join-btn .btn-secondary{
  color: #565656!important;
}
@media (max-width: 992px) {
  .faq .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 18px;
  }
}

footer {
  background-color: #203C92;
  padding: 55px 0 26px;
}

footer .top-footer {
  padding-bottom: 27px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 20px;
}

footer .top-footer .left_text {
  font-weight: 300;
  font-size: 46px;
  line-height: 60px;
  color: #FFFFFF;
  margin-top: 25px;
}

@media (max-width: 992px) {
  footer .top-footer .left_text {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  footer .top-footer .left_text {
    margin-bottom: 20px;
  }
}

footer .top-footer .left_text strong {
  font-weight: 700;
}

footer .top-footer .form-control {
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  min-height: 43px;
}

footer .top-footer .btn-submit {
  background-color: #FF0000;
  display: block;
  padding: 13px 26px;
  color: #fff;
  width: 100%;
  border-radius: 12px;
  font-size: 14px;
}

footer .bottom_footer h3 {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}

@media (max-width: 767px) {
  footer .bottom_footer h3 {
    margin-bottom: 20px;
  }
}

footer .bottom_footer h3 span {
  font-size: 36px;
  line-height: 40px;
}

@media (max-width: 992px) {
  footer .bottom_footer h3 span {
    font-size: 30px;
    line-height: 35px;
  }
}

footer .bottom_footer .copyright {
  color: #fff;
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>