.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #454545;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

strong {
  font-weight: 500;
}

.navbar-logo-left {
  z-index: 99;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #fffc;
  width: 100%;
  position: fixed;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 20px 0;
}

.container {
  width: 1140px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  width: 1140px;
  max-width: none;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  padding: 10px;

}
.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  margin-left: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #691887;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
  font-weight: 600;
}

.button-primary:hover {
  color: #fff;
  background-color: #691887;
}

.button-primary:active {
  background-color: #43464d;
}

.banner-section {
  height: 70vh;
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.sm-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footer-subscribe {
  background-color: #f1f5f9;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 10px;
  padding: 30px;
  position: relative;
}


.footer-container {
  width: 1140px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.section {
  padding-top: 120px;
  padding-bottom: 0;
}

.learn-block {
  background-color: #fcda0b80;
  background-image: url('../images/circle-tick.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 30px 18px 70px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 10px;
}

.navbar {
  z-index: 99;
  width: 100%;
  box-shadow: 0 2px 10px #0000001a;
}

.image-5 {
  max-width: none;
  height: 50px;
}

.banner-con {
  background-image: linear-gradient(#0000, #000c);
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: none;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title-btn-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.title {
  color: #fff;
  margin-top: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 64px;
}

.sub-title {
  color: #fff;
  margin-top: 0;
  font-size: 28px;
  font-weight: 300;
}

.banner-con-area {
  justify-content: center;
  align-items: center;
  width: 1140px;
  max-width: none;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.column {
  padding-right: 40px;
}

.learn {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  font-size: 16px;
}

.list {
  margin-top: 10px;
  padding-left: 20px;
  line-height: 32px;
}

.column-2 {
  padding-left: 20px;
}

.column-3 {
  padding-right: 20px;
}

.color-section {
  background-color: #691887;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.white-title {
  color: #fff;
  text-align: left;
}

.white-p {
  color: #fff;
  text-align: center;
}

.white-title-bold {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.whatsapp {
  z-index: 10;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  margin-right: 24px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.accordion-item-content {
  border-top: 1px solid #0000001a;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.faq-inside {
  background-color: #fff;
  border: 1px #0000004d;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0;
}

.accordion-toggle {
  cursor: pointer;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-top: 1px solid #0000001a;
  border-bottom: 1px #0000001a;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-details {
  color: #0f172a;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  transition: color .2s;
  display: flex;
}

.faq-details:hover {
  color: #691887;
}

.faq-body {
  color: #1d1d1f;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.faq-content {
  margin-top: 0;
}

.faq-wrapper {
  max-width: none;
  margin-top: 50px;
}

.faq {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
}

.title-stud-block {
  background-color: #fdd656;
  border-radius: 80px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding: 14px 30px;
  display: flex;
}

.stud-blod {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.stud-img {
  height: 30px;
  margin-right: 10px;
}

.stud-btn {
  font-weight: 600;
}

.call-btn {
  color: #691887;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #691887;
  border-radius: 4px;
  margin-right: 10px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.call-btn:hover {
  color: #691887;
  background-color: #6918870d;
}

.call-btn:active {
  color: #fff;
  background-color: #691887;
}

.whatsapp-btn {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #25d466;
  border: 2px solid #25d366;
  border-radius: 4px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.whatsapp-btn:hover {
  color: #fff;
  background-color: #0ec753;
}

.whatsapp-btn:active {
  color: #fff;
  background-color: #25d366;
}

.p-sm {
  text-align: left;
  width: auto;
  margin-bottom: 10px;
  font-size: 16px;
}

.container-sm {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1140px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-mini {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.bold-text {
  font-weight: 700;
}

.h2-center, .p-center {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-container {
    max-width: 728px;
  }

  .faq {
    margin-top: 20px;
  }

  .container-sm {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .accordion-item-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    width: auto;
    max-width: none;
  }
  
  .container-2 {
    width: auto;
    max-width: none;
    margin-top:30px;
    margin-bottom:10px;
    padding: 20px;
    font-size: 14px;
      
  }

  .navbar-wrapper {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .banner-section {
    height: 50vh;
  }

  .sm-img {
    margin-bottom: 20px;
  }

  .columns {
    flex-flow: wrap-reverse;
  }

  .footer-subscribe {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-container {
    width: auto;
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section {
    padding: 60px 20px 0;
  }

  .image-5 {
    height: 40px;
  }

  .title-btn-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

  .sub-title {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .banner-con-area {
    width: auto;
  }

  .column {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2, .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .color-section {
    padding: 60px 30px;
  }

  .white-title-bold {
    text-align: center;
  }

  .accordion-item-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-details {
    width: 85%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .faq-body {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-wrapper {
    margin-top: 40px;
  }

  .title-stud-block {
    padding: 12px 20px;
  }

  .stud-blod {
    font-size: 16px;
  }

  .stud-img {
    height: 22px;
  }

  .call-btn, .whatsapp-btn {
    text-align: center;
    width: 100%;
    padding: 16px 30px;
    font-size: 14px;
  }

  .container-sm {
    width: auto;
    max-width: none;
  }

  .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-center, .p-center {
    text-align: center;
  }

  .btn-area {
    display: flex;
  }
}


