/* Global css Start */
:root {
    --primaryColor: #FF365C;
    --secondaryColor: #6E4AF1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
html {
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: normal;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

h1 {
    font-size: 95px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
}

h2 {
    font-size: 56px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-weight: 900;
}

h6 {
    font-size: 20px;
    color: var(--primaryColor);
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 28px;
}

p {
    margin-bottom: 0;
}

.mobile {
    display: none;
}

ol,
ul {
    margin: 0;
}

.mainBtn {
    background-color: var(--secondaryColor);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 15px 24px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 50px;
    transition: all 0.3s ease;
    line-height: normal;
    white-space: nowrap;
}

.mainBtn:hover {
    background-color: #7f5cff;
    transform: translateY(-2px);
}

html::-webkit-scrollbar {
    display: none;
}

/* Global css End */

/* Header and Banner section css */

header {
    background-color: var(--primaryColor);
    padding: 20px 0;
}

.hero-section {
    background-color: var(--primaryColor);
    position: relative;
    padding: 20px 0;
}

header .headerLogo {
    width: 100%;
    text-align: right;
}

header .headerLogo a {
    display: inline-flex;
    justify-content: flex-end;
}

header .headerLogo a img {
    width: 120px;
    flex-shrink: 0;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

header .navbar {
    display: flex;
    align-items: flex-start;
    position: relative;
}

header .navbar .menus {
    display: flex;
    list-style: none;
}
header .navbar .menus #business {
    margin-right: 60px;
}
header .navbar .navbar-menu {
    flex: 2;
    padding-top: 16px;
}

header .navbar .headerLogo {
    flex: 1;
}

header .navbar .menus .menu-item a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1px;
    white-space: nowrap;
    text-transform: uppercase;
}

header .navbar .menus .menu-item {
    margin: 0 12px;
}

header .navbar .menus .menu-item:first-child {
    margin-left: 0;
}

html {
    overflow: unset;
}

/* Header CSS end */

/* Banner css start */
.hero-section .mainImage {
    padding: 30px;
    border-radius: 40px;
    background-color: #fff;
    width: 100%;
    max-width: 350px;
    height: 60vh;
    margin-left: -115px;
    max-height: 700px;
}

.hero-section .mainImage img {
    width: 100%;
    border-radius: 25px;
    height: 100%;
    object-fit: cover;
}

.secondaryImages {
    padding: 20px;
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: -90px 0 0 155px;
    position: relative;
    z-index: 1;
    align-items: stretch;
    gap: 20px;
}

.secondaryImages .ssImage {
    border-radius: inherit;
    flex: 1;
    height: 180px;
    width: 100%;
}

.secondaryImages .ssImage img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-slider {
    display: flex;
    gap: 50px;
}

.hero-slider .sliderMain {
    width: 100%;
    max-width: 50%;
}

.hero-slider .hero-content {
    width: 100%;
    max-width: 50%;
}

.hero-section .paraContent {
    max-width: 350px;
    width: 100%;
    margin: 50px 0 0 50px;
}

.hero-section .paraContent p {
    color: #fff;
    line-height: 24px;
}

.hero-slider .hero-content h1 {
    margin-left: -140px;
}

.logoSlider .slider-image {
    padding: 0 5px;
}

.logoSlider .slider-image img {
    margin-inline: auto;
}

.logoSlider .slick-track {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.logoSlider {
    margin-top: 70px;
}

/* Banner css End */


/* About css */
.aboutWork {
    padding: 100px 0 450px;
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

.aboutImage {
    position: absolute;
    bottom: -5px;
    right: 0;
    max-width: 800px;
    width: 100%;
}

.aboutImage img {
    width: 100%;
    object-fit: contain;
}

.aboutWork .content-wrap h2 {
    max-width: 600px;
}

.aboutWork .content-wrap p {
    max-width: 600px;
    line-height: 30px;
    font-size: 24px;
}

/* curriculum section css */
.curriculum-section {
    padding: 150px 0;
    background-color: #000000;
}

.curriculumn-content-wrap h2 {
    color: #fff;
    max-width: 220px;
    margin: 0 0 50px;
    font-size: 90px;
    line-height: 1;
}

.curriculumn-content-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.curriculumn-content-wrap .btnWrap {
    width: 100%;
}

.curriculumn-content-wrap .contentArea ul {
    list-style: none;
}

.curriculumn-content-wrap .contentArea ul li {
    color: #fff;
    font-size: 30px;
    max-width: 600px;
    line-height: 45px;
}

.curriculumn-content-wrap .btnWrap .mainBtn {
    margin: 65px auto 0;
    display: block;
    max-width: fit-content;
}

/* Introduction section css */

.introduction-section {
    background-color: #000000;
    padding: 50px 0 100px;
}

.introduction-section h2 {
    color: #fff;
    font-size: 90px;
    margin-bottom: 80px;
}

.introduction-section .contentArea {
    max-width: 800px;
    margin: 0 auto;
    counter-reset: chapter;
}

.introduction-section .contentArea p {
    position: relative;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}

.introduction-section .contentArea p::before {
    counter-increment: chapter;
    content: counter(chapter);
    position: absolute;
    left: -100px;
    font-size: 120px;
    line-height: 1;
    color: var(--primaryColor);
    top: 0;
}

.introContentWrap {
    padding-left: 100px;
}

.introContentWrap .headingArea {
    margin-left: -100px;
}

/* comprehensive section css */

.comprehensive-section {
    background-color: #000000;
    padding: 50px 0 70px;
}

.comprehensive-section h2 {
    color: #fff;
    font-size: 82px;
    font-weight: 900;
}

.workTiming {
    max-width: 600px;
    width: 100%;
}

.time-schedule {
    display: flex;
    margin: 0 0 30px;
    gap: 40px;
    position: relative;
}

.time-schedule::after {
    content: '';
    width: 20px;
    height: 16px;
    background-color: var(--primaryColor);
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translateY(-50%);
}

.time-schedule .time {
    font-size: 20px;
    color: #fff;
    padding: 30px;
    background-color: var(--primaryColor);
    border-radius: 25px;
    min-width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.time-schedule .learningTopic {
    background-color: var(--primaryColor);
    border-radius: 25px;
    text-align: center;
    width: 100%;
    padding: 10px 30px;
}

.time-schedule .learningTopic .title {
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.time-schedule .learningTopic h5 {
    all: inherit;
}

.time-schedule .learningTopic p {
    color: #fff;
    margin: 5px 0 0;
}

.comp-work-content {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.comp-work-content .rightSideContent {
    width: 100%;
    max-width: 480px;
}

.authorArea:nth-child(2) {
    flex-direction: row-reverse;
    margin: 120px 0;
}

.authorArea .authorimage {
    padding: 15px;
    background-color: #fff;
    border-radius: 25px;
    height: 300px;
    width: 100%;
    flex-shrink: 0;
    max-width: 200px;
}

.authorArea {
    display: flex;
    align-items: center;
}

.authorArea.mobile {

    display: none;
}

.authorArea .authorimage img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.authorArea .content {
    color: #fff;
    padding-left: 30px;
}

.authorArea .content p,
.authorArea .content span {
    color: #fff;
    line-height: 26px;
    max-width: 205px;
}

.authorArea .content span {
    margin: 14px 0 0;
    display: inline-block;
}

.authorArea:nth-child(2) .content {
    padding-left: 0;
    padding-right: 20px;
}

.authorArea:nth-child(2) .content p {
    max-width: 220px;
}

.time-schedule:nth-child(2n) .time {
    background-color: #fff;
    color: #000000;
}

.time-schedule:nth-child(2n) .learningTopic {
    background-color: #fff;
}

.time-schedule:nth-child(2n) .learningTopic .title,
.time-schedule:nth-child(2n) .learningTopic p {
    color: #000000;
}

.time-schedule:nth-child(2n)::after {
    background-color: #fff;
}


/* workshops section css */
.upcoming-workshops {
    padding: 100px 0;
}

.upcoming-workshops h2 {
    font-size: 100px;
    text-align: center;
    margin-bottom: 10px;
}

.upcoming-workshops h6 {
    text-align: center;
    font-size: 20px;
}

.upcoming-workshops .heading {
    margin-bottom: 60px;
}

.addressArea {
    font-size: 30px;
    line-height: 1.5;
    max-width: 398px;
    margin: 0 auto;
}

.upcoming-workshops .mainBtn {
    display: block;
    max-width: fit-content;
    margin: 60px auto 0;
}

.workshop-item {
    margin-bottom: 80px;
}

/* Team section css */
.team-section {
    padding: 50px 0 100px;
}

.team-section h2 {
    font-size: 100px;
    text-align: center;
    margin: 0 0 10px;
}

.team-section h6 {
    font-size: 20px;
    text-align: center;
}

.team-section .heading {
    margin-bottom: 60px;
}

.team-members {
    display: flex;
    gap: 50px;
    max-width: 1030px;
    margin: 0 auto;
}

.team-members .team {
    width: 100%;
    max-width: 877px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
}

.team-members .team .imageWrap {
    width: 100%;
    max-width: 143px;
    border-radius: 20px;
    padding: 0;
}

.team-members .team .imageWrap img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-members .team .contentWrap {
    max-width: 100%;
    width: 100%;
}

.team-members .team .contentWrap p {
    line-height: 1.5;
    font-size: 20px;
    max-width: 100%;
}

.team-members .team .contentWrap p a {
    color: var(--primaryColor);
}

.team-members .team .contentWrap p:not(:last-child) {
    margin-bottom: 15px;
}

/*Employer section*/

.Employer-section {
    background-color: var(--primaryColor);
    padding-top: 100px;
    padding-bottom: 100px;
}

.Employer-section h1 {
    font-size: 95px;
    margin: 0 0 20px;
    line-height: 1.2;
    font-family: Inter, sans-serif;
}

.Employer-section p {
    font-size: 30px;
    margin-top: 30px;
    color: #fff;
}

/*Content section*/

.content-section {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-section .intro {
    margin-bottom: 30px;
}

.content-section .main-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.content-section .block {
    margin-bottom: 30px;
}

.content-section .block .heading {
    font-size: 20px;
    margin-bottom: 10px;
}

.content-section .block .text {
    font-size: 16px;
}

/* How It works */
.How-it-works {
    margin: 0 auto;
    text-align: left;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: black;
}

.How-it-work-content h6 {
    font-size: 18px;
    color: var(--primaryColor);
    font-weight: 400;
    margin-bottom: 18px;
}

.How-it-work-content h2 {
    color: #fff;
    margin: 0 0 50px;
    font-size: 90px;
    line-height: 1;
}

.How-it-works .steps ol li {
    color: #fff;
    font-size: 30px;
    max-width: 600px;
    line-height: 45px;
}

.How-it-work-content-wrap {
    display: flex;
    justify-content: space-between;
}

.main-btn {
    background-color: var(--secondaryColor);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 17px 30px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 85px;
    transition: all 0.3s ease;
    line-height: normal;
    white-space: nowrap;
    margin-left: 490px;
}

.main-btn:hover {
    background-color: #7f5cff;
}

/* FAQ Section css */
.faq-section {
    background-color: #000000;
    padding: 100px 0;
}

.faq-section h2 {
    color: #ffffff;
}

.faq-section h6 {
    color: var(--secondaryColor);
    margin-bottom: 0;
}

.faq-section .faq {
    margin: 0 0 20px;
}

.faq-section .faq .faqHead,
.faq-section .faq .faq-para {
    color: #fff;
    line-height: 1.5;
}

.faq-section .mainBtn {
    max-width: fit-content;
    display: block;
    margin: 80px auto 0;
}

.faqContentWrap {
    max-width: 1030px;
    margin: 0 auto;
}

.footer-section {
    background-color: var(--primaryColor);
    padding: 150px 0 40px;
}

.footer-section .footerContent {
    padding-bottom: 130px;
    display: flex;
    justify-content: space-between;
}

.footer-section .logoFooter img {
    width: 100%;
    max-width: 350px;
}

.infoFooter p {
    color: #fff;
    margin-bottom: 15px;
}

.infoFooter .menus {
    margin-bottom: 15px;
    list-style: none;
}

.infoFooter .menus li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.infoFooter .menus li a {
    color: #fff;
    text-decoration: none;
}

.infoFooter .menus li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    right: 8px;
    background-color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}

.copyright p {
    color: #fff;
}

.contactFooter a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    line-height: 1.75;
    font-size: 20px;
}

.socialLinks {
    display: flex;
}

.socialLinks a {
    position: relative;
    padding-right: 20px;
}

.socialLinks a:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.contactFooter h2 {
    color: #fff;
}

.addressArea span {
    width: 35px;
    display: inline-block;
    text-align: center;
    padding-right: 10px;
}

footer a {
    color: #fff !important;
}

/* Review css */
.review-section {
    background-color: #000;
    margin-top: 100px;
}

.review-section .reviewImage {
    text-align: center;
}

.navbarToggle {
    display: none;
}

.fixed-header header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

.fixed-header header .headerLogo a img {
    width: 60px;
}


/* Inner pages css start */

/* schools page css start */
body:not(.home) header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: transparent;
}

body:not(.home).fixed-header header {
    background-color: var(--primaryColor);
}

.footer-section .infoFooter,
.footer-section .copyright {
    max-width: fit-content;
    margin-inline: auto;
}

.workshop-item:last-child {
    margin-bottom: 0;
}


.innerBanner {
    background-color: var(--primaryColor);
    position: relative;
    padding: 212px 0 129px;
    min-height: 800px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.innerBanner .innerbannerImage img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 50%;
    display: inline-block;
    height: 100%;
    object-fit: cover;
}

.innerBanner .container {
    display: flex;
    align-items: center;
}

.innerBanner .innerbannerContent {
    width: 100%;
    max-width: 50%;
    padding-left: 57px;
}

.innerBanner .innerbannerImage {
    max-width: 50%;
    width: 100%;
}

.innerBanner h1 {
    margin-bottom: 24px;
    font-weight: 900;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -1px;
}

.innerBanner .innerbannerContent p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.keySkillsSection {
    padding: 200px 0;
    background-color: #000;
}

.integratedSection {
    padding-bottom: 170px;
    background-color: #000;
}

.sectionInnerContent {
    display: flex;
    align-items: flex-start;
}

.sectionInnerContent>div {
    max-width: 50%;
    width: 100%;
}

.sectionInnerContent .imageWrap img {
    width: 100%;
}

.sectionInnerContent .imageWrap {
    padding-right: 30px;
    text-align: center;
}

.sectionInnerContent h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 1.5;
    font-weight: 800;
}

.sectionInnerContent p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
}

.integratedSection .sectionInnerContent {
    flex-direction: row-reverse;
}

.integratedSection .sectionInnerContent .imageWrap {
    padding-right: 0;
    padding-left: 30px;
}


.wellProgramSection {
    display: flex;
    align-items: center;
    padding: 230px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 960px;
    position: relative;
}

.wellProgramSection::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}

.wellProgramSection .container {
    position: relative;
    z-index: 2;
} 

.wellProgramSection .wellprogramInner {
    max-width: 530px;
    margin-left: auto;
    text-align: left;
}

.wellProgramSection .wellprogramInner h2 {
    color: #fff;
    font-weight: 900;
    font-size: 55px;
    line-height: 1.5;
    letter-spacing: -1px;
}

.wellProgramSection .wellprogramInner p {
    color: #fff;
    line-height: 28px;
    font-size: 20px;
}

.wellProgramSection .container {
    text-align: center;
}

.wellProgramSection .container .mainBtn {
    margin-top: 90px;
}

.simpleContentSection {
    padding: 200px 0 250px;
    background-color: #000;
}

.simpleContentSection .innerContentWrap p {
    color: #fff;
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 35px;
    text-align: left;
}

.simpleContentSection .innerContentWrap {
    max-width: 963px;
    margin: 0 auto;
    text-align: center;
}

.simpleContentSection .innerContentWrap p:last-child {
    margin: 0;
}

/* Corporate page css */
.page-template-business .aboutWorkContent .content-wrap {
    max-width: 577px;
}

.page-template-business .aboutWorkContent .content-wrap p {
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
}

.page-template-business .aboutWorkContent .content-wrap h2 {
    margin-bottom: 15px;
}

.page-template-business .innerBanner .innerbannerContent {
    width: 100%;
    max-width: 464px;
}

.innerBanner .innerbannerContent .mainBtn {
    display: block;
    width: fit-content;
    margin-inline: auto;
}

.page-template-business .sectionInnerContent .innerContent {
    max-width: 500px;
    width: 100%;
}

.page-template-business .sectionInnerContent .innerContent h2 {
    max-width: 480px;
    font-weight: 900;
    font-size: 70px;
    line-height: normal;
}

.page-template-business .sectionInnerContent {
    justify-content: center;
}

.page-template-business .integratedSection {
    padding-bottom: 50px;
}

/* Corporate page css end */

/* Team page css */
.teamBanner {
    background-color: var(--primaryColor);
    padding: 180px 0 31px;
}

.teamBanner .teamInnerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}

.teamBanner .teamInnerContent .imageWrapp img {
    height: 630px;
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
    max-width: 560px;
}

.teamBanner .contentWrapp {
    max-width: 413px;
    margin-left: 24px;
}

.teamBanner .contentWrapp h2 {
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 15px;
}

.teamBanner .contentWrapp p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}

.teamBanner .contentWrapp p:last-child {
    margin-bottom: 0;
}

.page-template-about .keySkillsSection {
    padding-top: 130px;
}

.page-template-about .keySkillsSection .container,
.page-template-about .integratedSection .container {
    max-width: 1076px;
}

.page-template-about .keySkillsSection h2,
.page-template-about .integratedSection h2 {
    line-height: normal;
    margin-bottom: 15px;
    font-size: 80px;
}

.page-template-about .integratedSection .innerContent p {
    max-width: 455px;
}

/* Team page css end */


.contactFooter h2 {
    font-size: 72px;
}

.contactFooter a {
    font-size: 24px;
}

.infoFooter p {
    font-size: 16px;
}

.infoFooter .menus li a,
.copyright p {
    font-size: 16px;
}


/* Responsive css start */
@media (min-width:1200px) {
    .faq-section .faq {
        margin: 0 0 35px;
    }

    .faq-section .faq .faqHead,
    .faq-section .faq .faq-para {
        color: #fff;
        line-height: 1.5;
        font-size: 30px;
    }
}

@media (min-width:1024px) {
    .introContentWrap .headingArea {
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media (min-width:768px) {
	.imageWrapp .mobile {
    display: none;
}
}

/* max width css */
@media (max-width:1199px) {
    .hero-slider .hero-content h1 {
        font-size: 65px;
        margin-left: -90px;
    }

    .hero-slider .sliderMain {
        max-width: 60%;
    }

    .hero-slider .hero-content {
        max-width: 40%;
    }

    .secondaryImages {
        padding: 15px;
        gap: 15px;
    }

    .aboutWork {
        padding: 150px 0 400px;
    }

    .curriculumn-content-wrap .headingArea {
        width: 100%;
        max-width: 40%;
    }

    .curriculumn-content-wrap .contentArea {
        width: 100%;
        max-width: 60%;
    }

    .curriculumn-content-wrap .contentArea ul li {
        font-size: 29px;
    }

    .curriculumn-content-wrap h2 {
        font-size: 70px;
    }

    .curriculumn-content-wrap .mainBtn {
        margin-left: 40px;
    }

    .curriculum-section {
        padding: 100px 0;
    }

    .introduction-section {
        padding: 20px 0 70px;
    }

    .introduction-section h2 {
        font-size: 70px;
        margin-bottom: 60px;
    }

    .introduction-section .contentArea p {
        font-size: 29px;
    }

    .introduction-section .contentArea p::before {
        left: -80px;
        font-size: 80px;
    }

    .comprehensive-section h2 {
        font-size: 70px;
    }

    .upcoming-workshops h2,
    .team-section h2 {
        font-size: 70px;
    }

    .addressArea {
        font-size: 29px;
    }

    .team-section {
        padding: 0 0 100px;
    }

    .comp-work-content .rightSideContent {
        padding-left: 50px;
    }

    .time-schedule .learningTopic {
        padding: 7px 20px;
    }

    .Employer-section h1 {
        font-size: 85px;
        margin: 0 0 20px;
        line-height: 1;
        font-family: Inter, sans-serif;
    }

    .Employer-section p {
        font-size: 30px;
        color: #ffffff;
        margin-top: 30px;
    }

    .How-it-works .steps ol li {
        color: #fff;
        font-size: 20px;
        max-width: 520px;
        line-height: 35px;
    }

    .main-btn {
        margin-top: 58px;
        margin-left: 336px;
    }

    .footer-section {
        padding: 110px 0 40px;
    }

    .footer-section .logoFooter img {
        width: 100%;
        max-width: 330px;
    }

    /* schools page responsive css */
    .sectionInnerContent h2 {
        font-size: 45px;
        line-height: 1.4;
    }

    .innerBanner {
        min-height: 650px;
        padding: 200px 0 90px;
    }

    .innerBanner .innerbannerContent {
        padding-left: 40px;
    }

    .keySkillsSection {
        padding: 130px 0;
    }

    .wellProgramSection .container .mainBtn {
        margin-top: 60px;
    }

    .wellProgramSection {
        padding: 150px 0 100px;
        height: 800px;
    }

    .wellProgramSection .wellprogramInner h2 {
        font-size: 50px;
        max-width: 400px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .simpleContentSection {
        padding: 120px 0 180px;
    }

    .simpleContentSection .innerContentWrap p {
        font-size: 20px;
        line-height: 35px;
    }

    .page-template-business .sectionInnerContent .innerContent h2 {
        font-size: 42px;
    }

    .page-template-about .keySkillsSection h2,
    .page-template-about .integratedSection h2 {
        font-size: 42px;
    }
}

@media (max-width:991px) {
    .container {
        max-width: 768px;
        padding: 0 30px;
    }

    h2 {
        font-size: 50px;
    }

    .aboutWork .content-wrap h2 {
        max-width: 750px;
    }

    .aboutWork {
        padding: 170px 0 300px;
    }

    .aboutImage {
        max-width: 550px;
    }

    .curriculumn-content-wrap .contentArea ul li {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .curriculumn-content-wrap .mainBtn {
        margin-left: 20px;
    }

    .introduction-section .contentArea p {
        font-size: 22px;
    }

    .introduction-section .contentArea p::before {
        left: -70px;
        font-size: 60px;
    }

    .curriculumn-content-wrap h2,
    .introduction-section h2,
    .comprehensive-section h2,
    .upcoming-workshops h2,
    .team-section h2 {
        font-size: 60px;
    }

    .footer-section {
        padding: 120px 0 80px;
    }

    .footer-section .logoFooter img {
        max-width: 260px;
    }

    .contactFooter h2 {
        margin: 0 0 30px;
    }

    .team-members {
        gap: 20px;
    }

    .team-members .team p {
        font-size: 18px;
    }

    header .headerLogo a img {
        width: 80px;
    }


    .hero-slider {
        flex-flow: column-reverse;
    }

    .hero-slider .hero-content {
        max-width: 100%;
    }

    .hero-slider .sliderMain {
        max-width: 100%;
    }

    .hero-slider .hero-content h1 {
        margin-left: 0;
        font-size: 80px;
    }

    .hero-section .paraContent {
        margin: 20px 0 0;
    }

    .hero-section .mainImage {
        padding: 20px;
        border-radius: 30px;
        height: 400px;
    }

    .secondaryImages {
        margin: -270px -44px 0 270px;
        padding: 20px;
        gap: 20px;
    }

    .hero-section .mainBtn {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        z-index: 1;
    }

    .workTiming {
        max-width: 100%;
    }

    .comp-work-content .rightSideContent {
        padding-left: 0;
        max-width: 100%;
        padding-bottom: 80px;
    }

    .comp-work-content {
        flex-wrap: wrap-reverse;
        margin-top: 0;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .authorArea:nth-child(2) {
        margin: 50px 0;
    }

    .authorArea.mobile {
        display: flex;
        margin-top: 80px;
        justify-content: center;
    }

    .footer-section .logoFooter img {
        max-width: 210px;
    }

    .footer-section .footerContent {
        padding-bottom: 100px;
    }

    .faq-section {
        padding: 50px 0 100px;
        position: relative;
    }

    .faq-section .mainBtn {
        margin: 0;
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .Employer-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .Employer-section h1 {
        font-size: 65px;
    }

    .Employer-section p {
        font-size: 24px;
    }

    .content-section {
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .How-it-works {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .How-it-work-content h6 {
        font-size: 16px;
    }

    .How-it-work-content h2 {
        font-size: 60px;
    }

    .How-it-works .steps ol li {
        font-size: 18px;
        max-width: 370px;
        line-height: 32px;
    }

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

    .logoSlider {
        margin-top: 120px;
    }

    .innerBanner {
        min-height: 600px;
        padding: 150px 0 80px;
    }

    .innerBanner h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .sectionInnerContent h2 {
        font-size: 35px;
    }

    .wellProgramSection .wellprogramInner p {
        font-size: 18px;
    }

    .wellProgramSection .wellprogramInner {
        max-width: 450px;
    }

    .innerBanner .container {
        flex-wrap: wrap;
    }

    .innerBanner .innerbannerImage,
    .innerBanner.innerbannerContent {
        max-width: 100%;
    }

    .innerBanner .innerbannerImage img {
        position: relative;
        max-width: 100%;
        height: 300px;
    }

    .page-template-business .aboutWorkContent .content-wrap p {
        font-size: 20px;
    }

    .innerBanner .innerbannerContent {
        padding-left: 0;
        max-width: 100%;
    }
    .page-template-about .wellProgramSection h6 {
        margin-bottom: 40px;
    }
    .teamBanner .teamInnerContent .imageWrapp {
        width: 100%;
        max-width: 50%;
    }

    .teamBanner .teamInnerContent .contentWrapp {
        max-width: 50%;
    }

    .teamBanner .teamInnerContent .imageWrapp img {
        height: 420px;
    }

}

@media (max-width:767px) {
    .container {
        padding: 0 20px;
    }

    .teamBanner .logoSlider {
        display: block !important;
    }

    .review-section {
        margin-top: 60px;
    }

    .hero-slider .hero-content h1 {
        font-size: 45px;
    }

    header {
        padding: 20px 0 25px;
    }

    header .headerLogo a img {
        width: 65px;
    }

    header .headerLogo {
        text-align: left;
    }

    .hero-slider {
        gap: 30px;
    }

    .hero-slider .sliderMain {
        min-height: 320px;
    }

    .hero-section .mainImage {
        padding: 15px;
        border-radius: 40px;
        height: 320px;
        max-width: 260px;
    }

    .secondaryImages {
        margin: 0;
        padding: 10px;
        gap: 10px;
        position: absolute;
        right: 0;
        width: calc(100% - 175px);
        bottom: 185px;
        border-radius: 21px;
        padding-right: 3px;
    }

    .logoSlider {
        margin-top: 50px;
    }

    .secondaryImages .ssImage img {
        border-radius: 15px;
        min-height: 85px;
    }

    .aboutWork .content-wrap h2 {
        font-size: 42px;
        margin-bottom: 20px;
        line-height: 52px;
    }

    .page-template-business .aboutWorkContent .content-wrap p {
        font-size: 18px;
    }

    .aboutImage {
        max-width: 300px;
    }

    .curriculumn-content-wrap {
        flex-wrap: wrap;
    }

    .curriculumn-content-wrap .headingArea {
        max-width: 100%;
    }

    .curriculumn-content-wrap .contentArea {
        max-width: 100%;
    }

    .curriculumn-content-wrap h2 {
        max-width: 100%;
        margin-bottom: 75px;
    }

    .curriculumn-content-wrap h2,
    .introduction-section h2,
    .comprehensive-section h2,
    .upcoming-workshops h2,
    .team-section h2 {
        font-size: 35px;
    }

    .curriculumn-content-wrap .contentArea ul li {
        font-size: 18px;
    }

    .curriculum-section {
        padding: 100px 0;
        position: relative;
    }

    .curriculumn-content-wrap .mainBtn {
        margin: 0;
        position: static;
        transform: unset;
    }

    .introContentWrap .headingArea {
        margin-left: -50px;
    }

    .introContentWrap {
        padding-left: 50px;
    }

    .introduction-section .contentArea p::before {
        left: -50px;
        font-size: 50px;
    }

    .introduction-section .contentArea p {
        font-size: 12px;
        line-height: 20px;
    }

    .introduction-section h2 {
        margin-bottom: 20px;
    }

    h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .authorArea .authorimage {
        padding: 12px;
        border-radius: 30px;
        height: 250px;
        max-width: 150px;
    }

    .comprehensive-section h2 {
        margin-bottom: 30px;
    }

    .authorArea .content {
        padding-left: 20px;
    }

    .authorArea .content p,
    .authorArea .content span {
        line-height: 24px;
        max-width: 100%;
        font-size: 14px;
    }

    .authorArea:nth-child(2) .content p {
        max-width: 100%;
    }

    .time-schedule {
        margin: 0 0 20px;
        gap: 22px;
    }

    .time-schedule .time {
        font-size: 12px;
        padding: 10px;
        min-width: 80px;
    }

    .time-schedule::after {
        width: 12px;
        height: 10px;
        left: 85px;
    }

    .time-schedule .learningTopic {
        padding: 7px 20px;
    }

    .time-schedule .learningTopic .title {
        font-size: 18px;
    }

    .time-schedule .learningTopic p {
        font-size: 11px;
    }

    .authorArea .content span {
        margin: 8px 0 0;
    }

    .upcoming-workshops h2 {
        max-width: 370px;
        margin-inline: auto;
    }

    .upcoming-workshops h6,
    .team-section h6 {
        font-size: 16px;
    }

    .addressArea {
        font-size: 18px;
        max-width: 254px;
    }

    .workshop-item {
    margin-bottom: 70px;
    }

    .workshop-item:last-child {
    margin-bottom: 70px;
    }

    .upcoming-workshops .heading {
        margin-bottom: 50px;
    }

    .team-section {
        padding: 0 0 70px;
    }

    .team-members {
        flex-wrap: wrap;
    }

    .team-section h2 {
        margin-bottom: 20px;
    }

    .team-members .team {
        max-width: 100%;
        justify-content: center;
    }

    .footer-section .logoFooter img {
        max-width: 180px;
    }

    .footer-section .footerContent {
        flex-wrap: wrap;
    }

    .footer-section .footerContent .logoFooter {
        text-align: center;
        width: 100%;
        margin-bottom: 60px;
    }

    .footer-section .footerContent .contactFooter {
        width: 100%;
        max-width: 100%;
    }

    .footer-section {
        padding: 100px 0 50px;
    }

    .contactFooter a {
        width: fit-content;
    }

    .socialLinks a:not(:last-child)::after {
        right: 10px;
        height: 14px;
    }

    .contactFooter h2 {
        font-size: 64px;
    }

    .infoFooter .menus li {
        padding-right: 10px;
    }

    .infoFooter .menus li:not(:last-child)::after {
        width: 1px;
        height: 11px;
        right: 3px;
        top: 55%;
    }

    .faq-section h2 {
        font-size: 35px;
    }

    .faq-section .faq .faqHead,
    .faq-section .faq .faq-para {
        line-height: 1.5;
        font-size: 14px;
    }

    .secondaryImages .ssImage {
        height: 95px;
    }


    .Employer-section {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .Employer-section h1 br {
        display: none;
    }

    .Employer-section h1 {
        font-size: 38px;
    }

    .Employer-section p br {
        display: none;
    }

    .Employer-section p {
        font-size: 24px;
        margin-top: 0;
    }

    .content-section {
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .content-section .intro {
        margin-bottom: 20px;
    }

    .content-section .main-title {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .How-it-works {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .How-it-work-content-wrap {
        display: block;
    }

    .How-it-works .steps ol {
        padding-left: 26px;
        align-items: center;
    }

    .Button {
        margin-left: 0;
        margin-top: 30px;
    }

    .main-btn {
        margin-top: 0;
        margin-left: 0;
    }

    .footer-section .footerContent {
        padding-bottom: 50px;
    }

    .workshop-item:last-child {
        margin-bottom: 0;
    }

    /* Header Menu Toggle css */
    .navbarToggle {
        width: 35px;
        height: 35px;
        display: flex;
        flex-direction: column;
        gap: 7px;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .navbarToggle .line {
        width: 100%;
        height: 4px;
        position: relative;
        background: #fff;
        transition: all 0.3s;
    }

    .navbarToggle.active .line:first-child {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbarToggle.active .line:nth-child(2) {
        display: none;
    }

    .navbarToggle.active .line:last-child {
        transform: rotate(-45deg);
        top: -5px;
    }

    header .navbar .navbar-menu {
        position: fixed;
        right: 0;
        background-color: var(--primaryColor);
        top: 0;
        z-index: 9;
        height: 100%;
        width: 90%;
        max-width: 360px;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        box-shadow: 0 0 10px #999;
    }

    header .navbar .headerLogo {
        flex: 0 0 auto;
    }

    header .navbar .navbar-menu .menus {
        flex-direction: column;
        padding: 70px 30px 20px;
    }

    header .navbar .menus .menu-item {
        margin: 0;
    }

    header .navbar .menus .menu-item a {
        font-size: 20px;
        width: 100%;
        display: block;
    }

    header .navbar .menus .menu-item:not(:last-child) {
        margin-bottom: 25px;
    }

    .navbarToggle.active {
        z-index: 99;
    }

    body.activebody header .navbar .navbar-menu {
        visibility: visible;
        opacity: 1;
        transform: translateX(0%);
    }

    header .navbar .menus .menu-item:first-child {
        margin-bottom: 30px;
    }

    .fixed-header header {
        padding: 10px 0 10px;
    }

    .fixed-header header .headerLogo a img {
        width: 52px;
    }

    .innerBanner {
        min-height: 600px;
        padding: 160px 0 65px;
        overflow: unset;
    }

    .innerBanner .container {
        flex-wrap: wrap-reverse;
    }

    .innerBanner .logoSlider {
        display: block !important;
        order: -1;
        width: 100%;
    }

    .innerBanner .innerbannerContent .mainBtn {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }

    .innerBanner .innerbannerContent {
        margin-bottom: 40px;
    }

    .sectionInnerContent {
        flex-wrap: wrap-reverse;
    }

    .sectionInnerContent>div {
        max-width: 100%;
    }

    .integratedSection .sectionInnerContent .imageWrap,
    .sectionInnerContent .imageWrap {
        padding: 100px 0 0;
    }

    .innerBanner h1 {
        font-size: 56px;
        margin-bottom: 40px;
    }

    .sectionInnerContent p {
        font-size: 18px;
    }

    .keySkillsSection {
        padding: 170px 0;
    }

    .sectionInnerContent .innerContent h6 {
        text-align: center;
    }

    .sectionInnerContent .innerContent h2 {
        text-align: center;
        font-size: 42px;
        line-height: 52px;
    }

    .innerBanner .innerbannerImage img {
        height: 241px;
    }

    .page-template-business .innerBanner .innerbannerImage img {
        object-position: center -60px;
    }

    .wellProgramSection {
        padding: 170px 0;
        height: auto;
    }

    .wellProgramSection .wellprogramInner {
        text-align: center;
    }

    .wellProgramSection .wellprogramInner p {
        text-align: left;
    }

    .wellProgramSection .container .mainBtn {
        display: none;
    }

    .simpleContentSection .innerContentWrap p {
        text-align: center;
    }

    .simpleContentSection {
        padding: 150px 0;
    }

    .page-template-business .sectionInnerContent .innerContent h2 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 52px;
    }

    .teamBanner .teamInnerContent {
        flex-wrap: wrap;
    }

    .teamBanner .teamInnerContent .imageWrapp, .teamBanner .teamInnerContent .contentWrapp {
        max-width: 100%;
        margin: 0;
    }


    .page-template-about .integratedSection .sectionInnerContent {
        flex-wrap: wrap;
    }

    .page-template-about .keySkillsSection .sectionInnerContent {
        flex-wrap: wrap;
    }

    .page-template-about .sectionInnerContent .imageWrap {
        padding-top: 0;
    }

    .page-template-about .keySkillsSection {
        padding-top: 0;
    }

    .page-template-about .keySkillsSection .container, .page-template-about .integratedSection .container {
        padding: 0;
    }

    .page-template-about .sectionInnerContent .innerContent {
        padding: 0 20px;
        margin-top: -195px;
    }

    .page-template-about .sectionInnerContent .innerContent h2 {
        margin-bottom: 50px;
        font-size: 72px;
        line-height: 1.2;
    }
    .page-template-about .sectionInnerContent .innerContent h6, 
    .page-template-about .sectionInnerContent .innerContent h2 {
        text-align: left;
    }

    .page-template-about .sectionInnerContent .imageWrap img {
        height: 550px;
        object-fit: cover;
    }

    .teamBanner .teamInnerContent .imageWrapp h2 {
        color: #fff;
        font-size: 58px;
        margin-bottom: 50px;
    }

    .teamBanner .teamInnerContent .contentWrapp h2 {
        display: none;
    }

    .teamBanner .teamInnerContent .contentWrapp {
        margin-top: -105px;
    }
    .teamBanner .teamInnerContent .imageWrapp img {
        height: 520px;
        width: 100%;
        min-width: calc(100% + 40px);
        margin-left: -20px;
        border-radius: 0;
    }
header .navbar .menus #business {
    margin: 0 0 50px;
}

header .navbar .menus .menu-item:not(:last-child) {
    margin-bottom: 12px;
}
header .navbar .menus #schools, header .navbar .menus #business {
    padding-left: 30px;
    position: relative;
}

header .navbar .menus #schools::after, header .navbar .menus #business::after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
}

@media (max-width:575px) {
    .team-members .team {
        flex-wrap: wrap;
    }

    .team-members .team .imageWrap {
        height: auto;
    }
}

@media (max-width: 389px) {
    .contactFooter h2 {
        font-size: 55px;
    }
    .authorArea .content p,
    .authorArea .content span {
        font-size: 12px;
        line-height: 22px;
    }

    .authorArea .authorimage {
        padding: 10px;
        height: 230px;
        max-width: 140px;
    }

    .curriculumn-content-wrap .contentArea ul li {
        font-size: 16px;
    }

    .curriculumn-content-wrap h2,
    .introduction-section h2,
    .comprehensive-section h2,
    .upcoming-workshops h2,
    .team-section h2 {
        font-size: 30px;
    }

    .team-members .team p {
        font-size: 16px;
    }

    .time-schedule .learningTopic .title {
        font-size: 16px;
    }

    .time-schedule .learningTopic p {
        font-size: 10px;
    }

    .time-schedule .learningTopic {
        padding: 7px 15px;
    }
}