* {
    font-family: 'Jost', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    position: relative;
}
.font-bold{
    font-weight:bold;
}
.heading{
    font-size: 1.1rem;
}
.bottom-padding-0{
    padding-bottom: 0!important;
}

.c4 {
   margin: 25px 0;
}

.pl-1 {
   padding-left: 40px;
}



.header {
    padding-top: 12px;
    padding-bottom: 12px;
    width:92%;
    background-color: #fff;
}
.w-nav {
    position: relative;
    background: #fff;
    z-index: 1000;
}
.container-default-1209px {
    max-width: 1209px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}
.header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.brand {
    padding-left: 0;
    transition: transform 350ms ease,color 350ms ease,-webkit-transform 350ms ease;
    transform-style: preserve-3d;
}
#more_div{
    display: block;
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(170, 170, 170);
    z-index: 2147483647;
    margin-bottom: 4px;
    padding: 5px;
    border-radius: 20px;
}
.footer-link{
    display: inline-block;
    white-space: normal;
}
.menu-grid {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}
.menu-grid-wrapper {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 -4px 20px 0 rgba(11, 11, 44, 0.04), 0 40px 44px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    left: -30vw;
}
.header-dropdown {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.w--nav-dropdown-open {
    display: block;
}
.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}
.footer {
    padding-top: 90px;
    padding-bottom: 0px;
    background-color: #fff;
}
.footer-fine-print-wrapper {
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}













@media screen and (min-width: 991px) and (max-width:1438px){
    #top{
        position: absolute;
        right: -20vw;
    }
}

@media screen and (max-width: 991px){
.mega-menu-link {
    margin-bottom: -19px;
    border-bottom: 0px solid #fff;
    background-color: #0b0b2c;
    color: hsla(0, 0%, 100%, 0.65);
    font-size: 23px;
    line-height: 24px;
    width: 87vw;
    padding: 30px 33px 26px 60px;
}

.footer-mobile-content {
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: 15px;
    text-align: left;
}
}


h1 {
    margin-top: 0px;
    margin-bottom: 24px;
    color: #0b0b2c;
    font-size: 60px;
    line-height: 1.133em;
    font-weight: 500;
  }
  
  h2 {
    margin-top: 0px;
    margin-bottom: 18px;
    color: #0b0b2c;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  
  h3 {
    margin-top: 16px;
    margin-bottom: 20px;
    color: #0b0b2c;
    font-size: 25px;
    line-height: 1.36em;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  
  h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #0b0b2c;
    font-size: 23px;
    line-height: 1.36em;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  
  h5 {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #0b0b2c;
    font-size: 18px;
    line-height: 1.222em;
    font-weight: 500;
  }
  
  h6 {
    margin-top: 0px;
    margin-bottom: 14px;
    color: #0b0b2c;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  
  p {
    margin-bottom: 10px;
  }
  
  a {
    -webkit-transition: color 350ms ease;
    transition: color 350ms ease;
    color: #0C9DB3;
    font-weight: 400;
    text-decoration: none;
  }
  
  a:hover {
    color: #0C9DB3;
  }
  
  ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  li {
    margin-bottom: 10px;
  }
  
  img {
    display: inline-block;
    max-width: 100%;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
    color: #0b0b2c;
    font-weight: 500;
  }
  
  strong {
    color: #0b0b2c;
    font-weight: 500;
  }
  
  blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 60px;
    border-left: 0px solid #000;
    border-radius: 24px;
    background-color: #fff;
    background-image: url("https://assets.website-files.com/5f52d24bbe17c561061c6b7a/5f52d24bbe17c522441c6b84_icon-block-quote-academy-template.svg");
    background-position: 50% 20%;
    background-size: 125px;
    background-repeat: no-repeat;
    box-shadow: 0 20px 34px 0 rgba(11, 11, 44, 0.03), 0 4px 8px 0 rgba(11, 11, 44, 0.02), 0 8px 24px 0 rgba(52, 52, 255, 0.05);
    font-size: 24px;
    line-height: 1.583em;
    text-align: center;
  }
  
  figure {
    margin-bottom: 10px;
  }
  
  figcaption {
    margin-top: 5px;
    text-align: center;
  }
  
  .faq-wrapper {
    overflow: hidden;
    padding: 20px 42px 20px;
    border-top: 1px solid #cfcfdb;
    text-align: left;
    cursor: pointer;
  }
  
  .faq-wrapper.last {
    border-bottom: 1px solid #cfcfdb;
  }
  
  .error-message-text {
    color: #ff1833;
  }
  
  .color-primary-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .why-us-icon {
    margin-right: 48px;
  }
  
  .event-date-wrapper {
    margin-right: 40px;
    white-space: nowrap;
  }
  
  .card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 20px 34px 0 rgba(11, 11, 44, 0.04), 0 4px 8px 0 rgba(11, 11, 44, 0.02), 0 10px 34px 0 rgba(52, 52, 255, 0.05);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
    transition: transform 350ms ease, box-shadow 350ms ease;
    transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  }
  
  .card:hover {
    box-shadow: 0 5px 18px 0 rgba(11, 11, 44, 0.04), 0 1px 2px 0 rgba(11, 11, 44, 0.02), 0 3px 15px 0 rgba(52, 52, 255, 0.05);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  
  .card.empty-state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ececf4;
    box-shadow: 0 4px 8px 0 rgba(11, 11, 44, 0.02), 0 10px 34px 0 rgba(52, 52, 255, 0.05);
  }
  
  .card.empty-state:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .card.empty-state.blog {
    padding-right: 44px;
    padding-left: 44px;
  }
  
  .card.videos-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 963px;
    margin-right: auto;
    margin-left: auto;
    padding: 45px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ececf4;
    box-shadow: 0 11px 15px 0 rgba(52, 52, 255, 0.05);
  }
  
  .card.videos-details:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .card.newsletter {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 348px;
    padding: 40px 30px 62px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #0c9db3;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  
  .card.newsletter:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .card.visit-us {
    border-radius: 24px;
  }
  
  .card.visit-us:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .card.events {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .card.course-files {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #cfcfdb;
    border-radius: 14px;
    box-shadow: 0 6px 14px 0 rgba(52, 52, 255, 0.04);
    color: #cfcfdb;
    line-height: 1.667em;
  }
  
  .card.course-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 36px 33px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #cfcfdb;
    border-radius: 18px;
    box-shadow: 0 6px 14px 0 rgba(52, 52, 255, 0.04);
    color: #69697b;
    line-height: 1.667em;
  }
  
  .card.course-video:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  
  .card.teachers {
    width:100%;
    top: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-right: 25px;
    padding-bottom: 32px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  
  .card.teachers:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .card.cart {
    max-width: 520px;
    min-width: 350px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  
  .card.cart:hover {
    box-shadow: 17px 10px 34px 0 rgba(11, 11, 44, 0.04), 0 4px 8px 0 rgba(11, 11, 44, 0.02), 0 10px 34px 0 rgba(52, 52, 255, 0.05);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .card.contact-us {
    margin-bottom: 140px;
    padding: 56px 78px 64px;
    border-style: solid;
    border-width: 1px;
    border-color: #ececf4;
  }
  
  .card.contact-us:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .links-block._3{
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
  }