@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
}

header {
  background: #fff !important;
}

nav {
  background-color: #022c4a !important;
  transition: all 500ms ease;
  z-index: 999;
}
nav a {
  color: #fff !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  font-style: normal;
}
nav .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../Images/hamburger.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.hero-banner {
  background-color: #022c4a;
}
.hero-banner h1 {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 800;
  color: white;
  font-style: normal;
}
@media (max-width: 991px) {
  .hero-banner h1 {
    font-size: 32px;
  }
}
.hero-banner p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
}
@media (max-width: 991px) {
  .hero-banner p {
    font-size: 16px;
  }
}
.hero-banner button {
  background-color: #DF463E;
  padding: 10px 30px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-banner button a {
  text-decoration: none;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  font-style: normal;
}
.hero-banner .price-box {
  background-color: transparent;
  border: 1px solid #032F4F;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
}
.hero-banner .price-box p {
  color: #000;
  margin: 0px;
  font-weight: 600 !important;
}

.mobile-hero-banner {
  background-color: #022c4a;
  padding-top: 80px;
  padding-bottom: 30px;
}
.mobile-hero-banner h1 {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: white;
  font-style: normal;
}
@media (max-width: 991px) {
  .mobile-hero-banner h1 {
    font-size: 24px;
  }
}
.mobile-hero-banner p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
}
@media (max-width: 991px) {
  .mobile-hero-banner p {
    font-size: 14px;
  }
}
.mobile-hero-banner img {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-hero-banner button {
  background-color: #DF463E;
  padding: 10px 30px;
  border: none;
}
.mobile-hero-banner button a {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
}
.mobile-hero-banner .price-box {
  background-color: #fff;
  border: 1px solid #032F4F;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
}
.mobile-hero-banner .price-box p {
  color: #000;
  margin: 0px;
  font-weight: 600 !important;
}

.four-box {
  margin: 40px 0px;
}
.four-box .col-box {
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
  height: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.four-box .col-box p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.four-box .col-box h6 {
  color: #031f33;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0px;
}

.case-studies h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 55px;
  color: #000;
}
.case-studies h2 span {
  color: #032F4F;
}
@media (max-width: 991px) {
  .case-studies h2 {
    font-size: 32px;
  }
}
.case-studies p {
  margin-top: 15px;
  margin-bottom: 0px;
}
.case-studies .read-more-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1.5;
}
.case-studies .read-more-text.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}
.case-studies .read-more-btn {
  background-color: transparent;
  border: none;
  color: #007BFF;
  cursor: pointer;
  padding: 5px 0;
  font-size: 14px;
}

.about {
  padding: 0px 0px;
}
.about h6 {
  color: #878c8f;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
}
.about h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  color: #000;
}
.about h2 span {
  color: #032F4F;
}
@media (max-width: 991px) {
  .about h2 {
    font-size: 32px;
  }
}
.about p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-style: normal;
}
.about button {
  background-color: #DF463E;
  padding: 10px 30px;
  border: none;
}
.about button a {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
}
.about video {
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.bg-three-box {
  position: relative;
  display: block;
  z-index: 1;
}
.bg-three-box h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
.bg-three-box h2 {
  font-family: "Roboto", sans-serif;
  font-size: 55px;
  font-weight: 500;
  color: #000;
  font-style: normal;
  margin-bottom: 20px;
}
.bg-three-box h2 span {
  color: #032F4F;
}
@media (max-width: 991px) {
  .bg-three-box h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .bg-three-box .box {
    border-bottom: 1px solid #000;
  }
}
.bg-three-box .box h3 {
  color: #031f33;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 991px) {
  .bg-three-box .box h3 {
    font-size: 26px;
  }
}
.bg-three-box .box p {
  color: #032F4F;
  font-weight: 300 !important;
  font-style: normal;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991px) {
  .bg-three-box .box p {
    font-size: 14px;
  }
}

.logo {
  padding: 70px 0px;
}
.logo h2 {
  font-family: "Roboto", sans-serif;
  font-size: 55px;
  font-weight: 500;
  color: #000;
  font-style: normal;
  margin-bottom: 20px;
}
.logo h2 span {
  color: #032F4F;
}
@media (max-width: 991px) {
  .logo h2 {
    font-size: 32px;
  }
}
.logo .slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
}
.logo .slide-track {
  display: flex;
  width: 8000px;
  /* slide width × total slides */
  animation: scroll 40s linear infinite;
}
.logo .slide {
  width: 150px;
  /* Adjust as needed */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin: 0px 30px;
  justify-content: center;
}
.logo .slide img {
  max-width: 100%;
  height: auto;
  display: block;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.agenda {
  padding: 50px 0px;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #f5f6f7;
  overflow: hidden;
  z-index: 1;
}
.agenda h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  color: #032F4F;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991px) {
  .agenda h6 {
    font-size: 19px;
  }
}
.agenda h2 {
  font-family: "Roboto", sans-serif;
  font-size: 55px;
  font-weight: 500;
  color: #000;
  font-style: normal;
  margin-bottom: 20px;
}
.agenda h2 span {
  color: #032F4F;
}
@media (max-width: 991px) {
  .agenda h2 {
    font-size: 32px;
  }
}
.agenda p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  margin-bottom: 0px;
  border: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  list-style: bullet;
}
.agenda .col-box {
  border-radius: 12px;
  border: 2px solid #032F4F;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #1a1725;
  align-items: flex-start;
  padding: 30px;
}
@media (max-width: 991px) {
  .agenda .col-box {
    padding: 5px;
  }
}
.agenda .col-box .accordionn {
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}
.agenda .col-box .accordion-itemm {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.agenda .col-box .accordion-headerr {
  width: 100%;
  text-align: left;
  padding: 15px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  background: #032F4F;
  font-weight: bold;
  color: #fff;
  transition: background 0.3s ease;
}
.agenda .col-box .accordion-contentt {
  max-height: 0;
  transition: max-height 0.3s ease;
  padding: 0 15px;
}
.agenda .col-box .accordion-contentt p {
  margin: 10px 0;
  font-size: 16px;
  color: #000;
  border: none;
}
.agenda .col-box .accordion-contentt p span{
                color: #DF463E;
            }
.agenda .col-box .icon {
  font-size: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.agenda .col-box .accordion-item.active .icon {
  transform: rotate(45deg);
  /* turns + into × */
  color: #007bff;
}
.agenda .col-box .content-box button {
  border-radius: 5px;
  background: #FF3639;
  color: #fff;
  border: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 8px 13px;
  display: flex;
}
.agenda .col-box .content-box p {
  border: none;
  color: #000;
}
.agenda .col-box .accordion-itemm.active .accordion-contentt {
  max-height: 100%;
  /* Adjust depending on content */
  padding-bottom: 15px;
}
@media (max-width: 600px) {
  .agenda .col-box .accordionn {
    max-width: 95%;
  }
}

.mentors {
  padding: 50px 0px;
  position: relative;
  display: block;
  background-color: #032F4F;
  z-index: 1;
}
.mentors h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  font-size: 55px;
}
.mentors h2 span {
  color: #fff;
}
@media (max-width: 991px) {
  .mentors h2 {
    font-size: 32px;
  }
}
.mentors .content-box h4 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.mentors .content-box p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.faq {
  padding: 50px 0px;
  background-color: #fff;
}
.faq h2 {
  font-family: "Roboto", sans-serif;
  font-size: 55px;
  font-weight: 500;
  color: #000;
  font-style: normal;
  margin-bottom: 20px;
}
.faq h2 span {
  color: #032F4F;
}
@media (max-width: 991px) {
  .faq h2 {
    font-size: 32px;
  }
}
.faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #032F4F !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.faq .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #032F4F;
  color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.faq .accordion-item {
  color: var(--bs-accordion-color);
  background-color: #fff;
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.faq p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: none;
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../Images/minus.png);
  transform: var(--bs-accordion-btn-icon-transform);
}
.faq .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../Images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.faq .form-box {
  border-radius: 12px;
  background: #FFF;
  padding: 40px;
  border: 1px solid #032F4F;
  color: #15151B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2px;
}
.faq .form-box input {
  padding: 5px;
  width: 100%;
  border: 1px solid #032F4F !important;
}
.faq .form-box textarea {
  padding: 5px;
  width: 100%;
  border: 1px solid #032F4F !important;
}
.faq .form-box label {
  display: flex;
}
.faq .form-box button {
  background-color: #FF3639;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

footer {
  background-color: #032F4F;
}

.foot a {
  margin-bottom: 0px;
  padding: 7px 0px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.foot p {
  margin-bottom: 0px;
  padding: 10px 0px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700 !important;
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: none;
  font-family: "Roboto", sans-serif;
}

.content h4 {
  font-weight: 700;
}
.content h6 {
  font-weight: 600 !important;
}

.bg-image {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cta-button {
  display: none;
}
@media (max-width: 991px) {
  .cta-button {
    display: block;
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
  }
  .cta-button button {
    background-color: #DF463E;
    padding: 10px 20px;
    border: none;
    width: 100%;
    border: 1px solid #fff;
  }
  .cta-button button a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
  }
}/*# sourceMappingURL=style.css.map */