#hero {
    padding: 100px 0;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}

#hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #F4FCF7 0%, #F4FCF7 61.03%, rgba(244, 252, 247, 0.00) 71.86%);
}

#hero .content{
    position: relative;
    z-index: 2;
}

#hero .content h1 {
color: #1A1A2E;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px; /* 111.765% */
    margin-bottom: 24px;
}

#hero .content h1 strong {
    color: #00A155;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px;
}

#hero .content p {
color: #4A5568;
font-family: "Niveau-Grotesk";
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 139.286% */
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
}

#textCenter {
    padding: 100px 0;
    background: #FFF;
}

#textCenter .content {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

#textCenter .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#textCenter .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#textCenter .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#textCenter .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 24px;
}
#textCenter .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #textCenter {
        padding: 50px 0;
    }
}

#anchors {
    padding: 0 0 90px;
}
#anchors .wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#anchors .wrap .inner {
    display: flex;
    align-items: center;
    border-radius: 14px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 7px;
    margin: 0 10px 10px;
}
#anchors .wrap .inner .icon {
    border-radius: 14px;
    background: #FFF3EB;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
#anchors .wrap .inner .icon img {
    margin: 0;
}
#anchors .wrap a {
    color: #101828;
    font-family: "Proxima-Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    text-decoration: none;
}
#anchors .wrap a:nth-of-type(even) .icon {
    background: #E8F8EF;
}
#anchors .wrap a img {
    margin-left: 15px;
}


#blocks {
    padding: 0;
    background: #FFF;
}
#blocks .item {
    padding: 0;
}
#blocks .image {
    position: relative;
}
#blocks .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1919/497;
    object-fit: cover;
    display: block;
}
#blocks .stat {
    position: absolute;
    left: calc((100% - 1295px) / 2);
    bottom: 20px;
    width: 266px;
    min-height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 23px 17px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}
#blocks .stat strong {
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
#blocks .stat span {
    color: rgba(26, 26, 26, 0.6);
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
#blocks .body {
    padding: 100px 0;
}
#blocks .content h2 {
    color: #1A1A1A;
    font-family: "Proxima-Nova";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 20px;
}
#blocks .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
}
#blocks .content p {
    color: rgba(26, 26, 26, 0.65);
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 18px;
}
#blocks .content p:last-of-type {
    margin-bottom: 0;
}
#blocks .content .click {
    margin-top: 40px;
}
#blocks .wrap {
    max-width: 455px;
    margin-left: auto;
    padding: 26px 30px;
    border: 1px solid #E3E8E5;
    border-radius: 8px;
    background: #FFF;
}
#blocks .wrap .line {
    color: rgba(26, 26, 26, 0.8);
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
}
#blocks .wrap .line img {
    margin-right: 10px;
}
#blocks .wrap .line + .line {
    margin-top: 8px;
}
@media (max-width: 1200px) {
    #blocks .stat {
        left: 30px;
    }
    #blocks .image img {
        min-height: 305px;
    }
    #blocks .wrap {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    #blocks .wrap {
        padding: 24px 22px;
    }
}

.training #blocks .item {
    padding: 50px 0;
    display: flex;
    gap: 200px;
    align-items: center;
}
.training #blocks .item-2{
    flex-direction: row-reverse;
}
.training #blocks .image img {
    width: 497px;
    height: 497px;
    aspect-ratio: 497/497;
    display: block;
    object-fit: cover;
}
.training #blocks .body {
    padding: 0;
}
@media (max-width: 1200px) {
    .training #blocks .image img {
        min-height: auto;
        margin: 40px;
    }
    .training #blocks .item {
        padding: 0;
        gap: 0;
        flex-direction: column-reverse;
    }
    
}
@media (max-width: 767px) {
    .training #blocks .image img {
        min-height: auto;
        height: 100%;
        width: 100%;
        margin: 40px 0;
    }
    .training #blocks .item {
        padding: 0;
        gap: 0;
        flex-direction: column-reverse;
    }
    
}


#why-choose {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFF 50%, rgba(0, 161, 85, 0.4) 100%);
    overflow: hidden;
}

#why-choose .content {
    max-width: 675px;
    margin: 0 auto 90px;
    text-align: center;
}

#why-choose .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
color: #F7710D;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 24px;
}

#why-choose .content h2 {
color: #101828;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
    margin-bottom: 18px;
}

#why-choose .content h2 strong {
    color: #00A155;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}

#why-choose .content p {
color: #4A5565;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

#why-choose .item {
    height: 100%;
    min-height: 345px;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #FFF;
}

#why-choose .item .icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #E9F8F0;
    margin-bottom: 26px;
}

#why-choose .item .icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

#why-choose .row > div:nth-child(3) .item .icon {
    background: #FFF1E8;
}

#why-choose .item h3 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
    margin-bottom: 20px;
}

#why-choose .item p {
color: rgba(26, 26, 26, 0.70);
font-family: "Niveau-Grotesk";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 173.333% */
    margin-bottom: 0;
}

#why-choose .click {
    margin-top: 70px;
    text-align: center;
}

#why-choose .click .btn{
    margin: 0 auto;
}

@media (max-width: 1200px) {
    #why-choose .content {
        margin-bottom: 50px;
    }

    #why-choose .item {
        min-height: 0;
    }
}

@media (max-width: 767px) {

    #why-choose .content {
        margin-bottom: 40px;
    }

    #why-choose .item {
        padding: 28px 24px;
    }

    #why-choose .click {
        margin-top: 40px;
    }
}

#meet {
    padding: 100px 0 0px;
    background: #FFF;
}

#meet .header {
    margin: 0 auto 80px;
    text-align: center;
}

#meet .header .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
color: #F7710D;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 22px;
}

#meet .header h2 {
color: #101828;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
    margin-bottom: 20px;
}

#meet .header h2 strong {
    color: #F7710D;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}

#meet .header p{
    color: rgba(26, 26, 26, 0.70);
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

#meet .slider {
    margin: 0 auto;
}

#meet .slick-list {
    margin: 0 -28px;
}

#meet .item {
    padding: 0 28px;
}

#meet .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 154/205;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

#meet .content {
    margin-top: 16px;
}

#meet .content h3 {
color: #101828;
font-family: "Proxima-Nova";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
text-transform: capitalize;
}

#meet .content p {
color: #4A5565;
font-family: "Niveau-Grotesk";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 151.667% */
    margin-bottom: 0;
}

#meet .click{
    margin-top: 40px
}

#meet .click .btn{
    margin: 0 auto;;
}

#faqs {
    padding: 100px 0;
    background: #FFF;
}
#faqs .content {
    max-width: 760px;
    margin: 0 auto 70px;
    text-align: center;
}
#faqs .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 22px;
}
#faqs .content h2 {
    color: #1A1A1A;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.48px;
    margin-bottom: 0;
}
#faqs .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.48px;
}
#faqs .accordion {
    margin: 0 auto;
}
#faqs .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    background: transparent;
}
#faqs .accordion-header {
    margin-bottom: 0;
}
#faqs .accordion-button {
    align-items: center;
    gap: 34px;
    color: #101828;
    font-family: "Proxima-Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    padding: 24px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
#faqs .accordion-button p {
    margin: 0;
}
#faqs .accordion-button::after {
    display: none;
}
#faqs .accordion-button:focus {
    box-shadow: none;
}
#faqs .accordion-button .icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 11px;
    line-height: 1;
    border-radius: 4px;
    background: #00A85A;
}
#faqs .accordion-button .plus {
    display: none;
}
#faqs .accordion-button .minus {
    display: block;
}
#faqs .accordion-button.collapsed .plus {
    display: block;
}
#faqs .accordion-button.collapsed .minus {
    display: none;
}
#faqs .accordion-body {
    padding: 0 0 24px 56px;
}
#faqs .accordion-body p,
#faqs .accordion-body li {
    color: #4A5565;
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.75px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    #faqs .accordion-body {
        padding-left: 40px;
    }
}


@media (max-width: 1200px) {
    #meet .slick-list {
        margin: 0 -18px;
    }

    #meet .item {
        padding: 0 18px;
    }
}

@media (max-width: 767px) {
    #meet .slick-list {
        margin: 0 -10px;
    }

    #meet .item {
        padding: 0 10px;
    }
}

#video {
    padding: 50px 0 100px;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFF 50%, rgba(0, 161, 85, 0.35) 100%);
}

#video .content {
    max-width: 880px;
    margin: 0 auto 50px;
    text-align: center;
}
#video iframe {
    width: 1024px;
    height: 576px;
    margin: 0 auto;
    aspect-ratio: 1920/1080;
}
#video .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#video .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#video .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#video .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 24px;
}
#video .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #video {
        padding: 50px 0;
    }
    #video iframe {
        width: 100%;
        height: auto;

        margin: 0 auto;
    }
}

#enquire {
    padding: 0 0 50px;
}

#enquire .content {
    max-width: 880px;
    margin: 0 auto 100px;
    text-align: center;
}
#enquire .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#enquire .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#enquire .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#enquire .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 24px;
}
#enquire .content p:last-child {
    margin-bottom: 0;
}
#enquire h3 {
    color: #101828;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    margin-bottom: 30px;
}
#enquire .left .icon {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: #E8F8EF;
}
#enquire .left .icon i {
    color: #00A155;
}
#enquire .left .phone,
#enquire .left .email,
#enquire .left .address {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
#enquire .left .link {
    color: #1E2939;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}
#enquire .left .link span {
    display: block;
    color: #6A7282;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
}
#enquire .left .link a {
    color: #1E2939;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    text-decoration: none;
}