@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('./variable.css');

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Mukta", sans-serif;
}

.container-fluid {
    padding-left: var(--gap-50);
    padding-right: var(--gap-50);
    max-width: 1500px;
}

@media (min-width: 1400px) {
    .container {
        margin: auto;
        max-width: 1188px;
    }
}

a {
    text-decoration: none;
}

a,
.btn {
    transition: all .3s;
}

a:hover,
.btn:hover {
    transition: all .3s;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
.text-xxl {
    font-size: var(--font-72);
    font-weight: 800;
    line-height: 110%;
}

h2,
.text-xl {
    font-size: var(--font-54);
    font-weight: 700;
    line-height: 110%;
}

h3,
.text-large {
    font-size: var(--font-32);
    font-weight: 400;
    line-height: 160%;
}

h4,
.text-md {
    font-size: var(--font-24);
    font-weight: 600;
    line-height: 130%;
}

h5,
.text-sm {
    font-size: var(--font-20);
    font-weight: 400;
    line-height: 150%;
}

h6,
.text-xs {
    font-size: var(--font-18);
    font-weight: 700;
    line-height: 130%;
}

p,
.theme-btn,
.seperate-icon-btn {
    font-size: var(--font-18);
}

p {
    font-weight: 400;
    line-height: 130%;
}

.ptb-80 {
    padding: var(--gap-80) 0;
}

.pt-80 {
    padding-top: var(--gap-80);
}

.pb-80 {
    padding-bottom: var(--gap-80);
}

.theme-btn {
    background: #F35528;
    border-radius: 56px;
    padding: var(--gap-14) var(--gap-16) calc(var(--gap-14) - 2px);
    color: #FFF;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
}

.theme-btn:hover {
    background: #d1461e;
    color: #fff;
}

.seperate-icon-btn {
    line-height: 0;
    display: flex;
    align-items: center;
    padding: 0;
}

.seperate-icon-btn span {
    background: #F35528;
    color: #FFF;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s;
}

.seperate-icon-btn span.btn-text {
    border-radius: 44px;
    padding: var(--gap-14) var(--gap-18);
}

.seperate-icon-btn span.arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seperate-icon-btn:hover span {
    background: #d1461e;
    color: #fff;
    transition: all 0.3s;
}

.arrow-theme-btn {
    width: 100%;
    border-radius: 8px;
}

.arrow-theme-btn .arrow-icon {
    margin-left: calc(var(--gap-16) / 2);
}

.dark-btn {
    border-radius: 8px;
    background: #050A17;
    color: #FFF;
    font-size: var(--font-18);
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    padding: var(--gap-14) calc(var(--gap-12) * 2) calc(var(--gap-14) - 2px);
}

.dark-btn:hover {
    background: #454545;
    color: #fff;
}

.dark-border-btn {
    border-radius: 8px;
    border: 1.5px solid #050A17;
    background: transparent;
    color: #050A17;
    font-size: var(--font-18);
    padding: var(--gap-14) var(--gap-16) calc(var(--gap-14) - 2px);
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.dark-border-btn:hover {
    color: #d1461e;
    border: 1.5px solid #d1461e;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 65.62%, rgba(0, 0, 0, 0.80) 100%);
}

.section-tag {
    color: #F35528;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: var(--gap-20);
}

/* header */
.topbar {
    background: #050A17;
    color: #fff;
    font-size: var(--font-12);
    padding: var(--gap-12) 0;
}

.topbar-content {
    display: flex;
    align-items: center;
    gap: var(--gap-20);
}

.topbar-left {
    width: 50%;
    display: flex;
    align-items: center;
}

.topbar-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.topbar-content p {
    color: #FFF;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
}

/* Navigation */
.nav-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--gap-12) 0;
}

.logo a {
    display: block;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-right ul.front-nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    gap: var(--gap-16);
}

.nav-right ul.front-nav-menu li {
    line-height: 0;
}

.nav-right ul.front-nav-menu li a {
    color: #FFF;
    font-size: var(--font-18);
    font-weight: 400;
    line-height: 100%;
}

.nav-right ul.front-nav-menu li a img {
    margin-right: 3px;
}

.nav-right ul.front-nav-menu li .menu-btn {
    line-height: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 380px;
    max-width: 90%;
    height: 100vh;
    background: #050a17;
    z-index: 9999;
    transition: all .4s ease;
    padding: var(--gap-12) var(--gap-20) calc(var(--gap-20) * 2);
    overflow-y: auto;
}

.sidebar.active {
    right: 0;
}

.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgb(119 119 119 / 40%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9998;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(2px);
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar__header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: var(--gap-12);
}

.sidebar__close {
    background: none;
    color: #fff;
    font-size: var(--font-24);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 6px;
    padding-top: 3px;
}

.sidebar__menu {
    list-style: none;
    padding: 0;
}

.sidebar__menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.sidebar__menu li:last-child {
    border-bottom: 0;
}

.sidebar__menu a,
.submenu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: var(--gap-14) 0;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: var(--font-16);
    color: #FFF;
    font-weight: 400;
    line-height: 100%;
}

.sidebar__menu a:hover {
    text-decoration: underline;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    padding-left: var(--gap-12);
    padding-bottom: var(--gap-12);
}

.has-submenu.active .submenu {
    max-height: 400px;
    overflow-y: auto;
}

.submenu li {
    border: none;
}

.submenu a {
    color: rgb(255 255 255 / 70%);
    font-size: var(--font-16);
    padding: var(--gap-12) 0;
}

.submenu a:hover {
    color: #fff;
}

nav.navbar-wrapper {
    transition: all 0.3s;
}

nav.navbar-wrapper.scrolled {
    background: #000000cf;
    box-shadow: 0px 4px 12px #0000002b;
    transition: all 0.3s;
}

.navbar-light-bg .nav-right ul.front-nav-menu li a {
    color: #050A17;
}

/* Navigation end */
/* Header end */

.banner-wrapper {
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 10, 23, 0.50) 0%, rgba(0, 0, 0, 0.00) 50%, #050A17 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.30) 100%), rgba(255, 255, 255, 0.00);
    position: absolute;
    top: 0;
    left: 0;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.banner-img video {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    object-fit: cover;
    display: block;
}

.banner-content-field {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    top: 0;
    width: 100%;
    padding-bottom: calc(var(--gap-12) * 2);
}

.banner-content-field .container-fluid {
    position: relative;
}

.banner-content {
    max-width: 850px;
    color: #fff;
    position: relative;
    padding: calc(var(--gap-80) - 10px) 0;
    padding-left: calc(var(--gap-12) * 3);
}

.banner-content h1 {
    text-transform: uppercase;
    margin-bottom: var(--gap-12);
}

.banner-content span {
    color: #F35528;
}

.banner-content .para {
    color: #FFF;
    line-height: 160%;
    margin: 0;
}

.banner-content-frame {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}

.banner-content-frame svg {
    height: 100%;
    width: auto;
}

.banner-action-btn {
    position: absolute;
    bottom: -8%;
    right: var(--gap-50);
}

.training-section {
    background: #050A17;
    color: #fff;
}

.training-intro {
    text-align: center;
    padding: 0 var(--gap-50);
    margin-bottom: var(--gap-80);
}

.training-intro h3 {
    margin: 0;
}

.training-grid {
    display: flex;
    align-items: stretch;
    gap: calc(var(--gap-12) * 2);
    margin-bottom: var(--gap-50);
}

.training-card {
    padding: calc(var(--gap-16) * 2);
    flex: 1;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: flex-start;
}


.training-card-icon {
    width: calc(var(--gap-16) * 3);
    height: calc(var(--gap-16) * 3);
    padding: 2px 2px;
    border-radius: 8px;
    background: rgba(243, 85, 40, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.training-card-content {
    width: calc(100% - calc(var(--gap-16) * 3));
    padding-left: var(--gap-20);
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.training-card-content .card-label {
    line-height: 160%;
    letter-spacing: 4.2px;
    margin: 0;
}

.training-card-content h4 {
    margin: calc(var(--gap-16) / 2) 0;
    color: #fff;
    text-transform: uppercase;
}

.training-card-content p {
    color: #fff;
    font-weight: 400;
    line-height: 150%;
}

.training-card-content .btn {
    margin-top: auto;
}

.stats-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: calc(var(--gap-12) * 2) 0;
}

.stats-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.stats-seperator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
}

.stats-seperator span {
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
    height: calc(var(--gap-16) * 3);
    display: block;
}

.stat-item .stats-title,
.stat-item h4 {
    color: #FFF;
    font-size: calc(var(--font-16) * 2);
    font-weight: 700;
    line-height: 100%;
    margin-bottom: calc(var(--gap-16) / 2);
}

.stat-item span {
    color: rgba(255, 255, 255, 0.70);
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: block;
}

/* Footer */
footer {
    background: #050A17;
}

.footer-wrapper {
    display: flex;
    align-items: flex-start;
}

.footer-widget {
    width: 20%;
    padding: 0 var(--gap-12);
}

.footer-widget p {
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}

.footer-logo {
    margin-bottom: calc(var(--gap-12) * 2);
}

.footer-logo img {
    max-width: 100%;
}

.footer-widget-title {
    color: #FFF;
    font-size: var(--font-18);
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: calc(var(--gap-12) * 2);
}

.footer-widget ul li a {
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 100%;
    display: block;
    padding: calc(var(--gap-12) / 3) 0;
}

.footer-widget ul li {
    line-height: 100%;
    margin-bottom: calc(var(--gap-16) / 2);
}

.footer-widget ul li a:hover {
    color: #f35528;
}

.copyright-wrapper {
    padding: calc(var(--gap-12) * 3) 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.copyright-wrapper p {
    color: rgba(255, 255, 255, 0.80);
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}

/* Footer end */

.contact-enquiry-wrapper {
    display: flex;
    align-items: flex-start;
}

.contact-info-field {
    width: 570px;
}

.enquiry-form-field {
    width: calc(100% - 570px);
    padding-right: calc(var(--gap-20) * 2);
}

.enquiry-form-card {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
    padding: calc(var(--gap-16) * 2);
    width: 100%;
    max-width: 670px;
    margin-left: auto;
}

.contact-info-field h2 {
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.contact-info-field .contact-info-detail {
    margin-bottom: calc(var(--gap-12) * 3);
    color: #424242;
    font-weight: 400;
    line-height: 150%;
}

.contact-info-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(var(--gap-12) * 2);
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
}

.contact-icon img {
    max-width: 100%;
    max-height: 100%;
}

.contact-icon {
    border-radius: 8px;
    background: rgba(243, 85, 40, 0.09);
    width: calc(var(--gap-16) * 3);
    height: calc(var(--gap-16) * 3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--gap-12) / 3) calc(var(--gap-12) / 3);
}

.contact-detail {
    width: calc(100% - calc(var(--gap-16) * 3));
    padding-left: var(--gap-16);
}

.contact-label {
    display: block;
    color: #888;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.contact-detail a,
.contact-detail p {
    color: #424242;
    font-size: var(--font-24);
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    display: block;
}

.enquiry-form-card h4 {
    color: #000;
    font-size: var(--font-24);
    font-weight: 600;
    line-height: 150%;
    margin-bottom: var(--gap-12);
}

.enquiry-form-card p {
    color: #424242;
    line-height: 150%;
    margin-bottom: calc(var(--gap-12) * 2);
}

.form-group {
    margin-bottom: var(--gap-16);
}

label {
    color: #424242;
    font-size: calc(var(--font-14) + 1px);
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: calc(var(--gap-12) / 2);
}

.form-control {
    padding: calc(var(--gap-16) / 2) var(--gap-16);
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    background: #FAFAFA;
    color: rgba(66, 66, 66, 0.60);
    font-size: calc(var(--font-16) + 1px);
    line-height: 130%;
    height: 54px;
}

.form-select.custom-form-control {
    background-color: #fafafa;
    height: calc(var(--gap-18) * 3)
}

textarea.form-control {
    height: auto;
}

.form-disclaimer {
    color: #787878;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 130%;
    margin-top: var(--gap-12);
}

.enquiry-form .submit-btn {
    height: calc(var(--gap-12) * 5);
}

.section-title {
    margin-bottom: calc(var(--gap-20) * 2);
}

.section-title h2 {
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.section-title h2 span {
    color: #f45b2d;
}

.who-train-wrapper {
    display: flex;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
}

.who-train-list-card {
    width: calc(50% - 20px);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border-radius: 16px;
}

.who-train-img {
    position: relative;
    height: 385px;
}

.who-train-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.who-train-tag {
    position: absolute;
    top: calc(var(--gap-12) * 2);
    left: calc(var(--gap-12) * 2);
    border-radius: 4px;
    background: #F35528;
    padding: calc(var(--gap-12) / 3) var(--gap-12);
    color: #FFF;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.train-img-info {
    color: #FFF;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    position: absolute;
    bottom: calc(var(--gap-12) * 2);
    left: 0;
    max-width: 100%;
    padding: 0 calc(var(--gap-12) * 2);
    display: inline-block;
}

.who-train-content {
    padding: calc(var(--gap-12) * 2) calc(var(--gap-12) * 2);
}

.who-train-content h3 {
    color: #000;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: var(--gap-16);
}

.who-train-content h3 span {
    color: #F35528;
}

.who-train-content p {
    color: #424242;
    font-size: var(--font-20);
    font-weight: 400;
    line-height: 150%;
}

.who-train-content .stats-list {
    display: block;
    margin-bottom: var(--gap-16);
}

.who-train-content .stats-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 405px;
    gap: var(--gap-12) calc(var(--gap-20) * 2);
}

.who-train-content .stats-list ul li {
    padding-left: var(--gap-16);
    position: relative;
    width: calc(50% - var(--gap-20));
}

.who-train-content .stats-list ul li:before {
    content: "";
    width: calc(var(--gap-16) / 2);
    height: calc(var(--gap-16) / 2);
    background: #f35528;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(var(--gap-12) / 2);
}

.who-train-content .btn {
    width: auto;
    margin-bottom: calc(var(--gap-16) / 2);
}

.credentials-section {
    background: #FAFAFA;
}

.credentials-grid {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    align-items: stretch;
}

.credential-card {
    padding: calc(var(--gap-18) * 2) calc(var(--gap-18) * 2);
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.credential-card.large {
    width: 33.333%;
}

.credential-card.small {
    width: 25%;
}

.credential-card .icon-box {
    padding: 2px 2px;
    width: calc(var(--gap-16) * 3);
    height: calc(var(--gap-16) * 3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--gap-20);
    border-radius: 8px;
    background: rgba(243, 85, 40, 0.10);
}

.credential-card .icon-box img {
    width: var(--gap-20);
    height: var(--gap-20);
}

.credential-card h4 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: var(--gap-16);
}

.credential-card p {
    margin: 0;
    color: rgba(66, 66, 66, 0.70);
}

.credential-card:nth-child(3) {
    border-right: none;
}

.credential-card:nth-child(7) {
    border-right: none;
}

.credential-card:nth-child(n+4) {
    border-bottom: none;
}

.training-action-section {
    background: #FAFAFA;
}

.inline-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: calc(var(--gap-20) * 2);
    margin-bottom: calc(var(--gap-20) * 2);
}

.heading-left,
.heading-right {
    width: calc(50% - var(--gap-20));
}

.inline-heading .section-title {
    margin: 0;
}

.heading-right h4 {
    color: #424242;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.video-wrapper video {
    width: 100%;
    display: block;
    height: 690px;
    max-height: 100vh;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .25);
    transition: .3s;
}

.video-wrapper h4 {
    color: #FFF;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.video-wrapper .btn {
    background: #f25a2d;
    width: calc(var(--gap-80) - 10px);
    height: calc(var(--gap-80) - 10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--gap-20);
}

.training-action-section .action-buttons {
    display: flex;
    justify-content: center;
    gap: var(--gap-12);
    margin-top: calc(var(--gap-20) * 3);
}

.training-action-section .action-buttons .btn {
    border-radius: 8px;
}

.training-categories-wrapper {
    display: flex;
    gap: var(--gap-20);
    flex-wrap: wrap;
    align-items: stretch;
}

.training-category-card {
    position: relative;
    overflow: hidden;
    flex: 1;
    border-radius: 16px;
}

.training-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.training-category-card:hover img {
    transform: scale(1.08);
}

.training-cat-name {
    position: absolute;
    top: var(--gap-16);
    right: var(--gap-16);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.09);
    padding: calc(var(--gap-12) / 2) calc(var(--gap-16) / 2);
    color: #FFF;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.training-cat-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    width: 100%;
    padding: calc(var(--gap-12) * 2) calc(var(--gap-12) * 2);
}

.training-cat-content h4 {
    color: #FFF;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: var(--gap-12);
}

.training-cat-content p {
    color: #FFF;
    font-size: var(--font-16);
    line-height: 150%;
    margin-bottom: var(--gap-12);
}

.training-cat-content a {
    color: #F35528;
    font-size: var(--font-16);
    font-weight: 500;
    line-height: 100%;
}

.training-cat-content a:hover {
    color: #F35528;
}

.why-choose-section {
    background: #050A17;
}

.dark-section {
    color: #fff;
    background: #050A17;
}

.dark-section .section-title h2 {
    color: #fff;
}

.why-choose-grid {
    display: flex;
    gap: calc(var(--gap-20) * 3);
}

.why-choose-list {
    width: calc(25% - ((60px * 3) / 4));
    padding-top: calc(var(--gap-16) * 2);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.why-chhose-list h4 {
    color: #FFF;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: var(--gap-12);
}

.why-chhose-list p {
    color: #FFF;
    line-height: 150%;
    margin: 0;
}

.why-chhose-stats {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.why-chhose-stats .stat-item {
    padding: calc(var(--gap-12) * 2) calc(var(--gap-12) - 2px);
}

.why-chhose-stats .stat-item .stats-title {
    color: #F35528;
    font-size: var(--font-54);
}

.inner-banner-wrapper .banner-content {
    padding-top: 0;
    padding-bottom: calc(var(--gap-16) * 3);
}

.banner-content.big-field {
    max-width: 950px;
}

.banner-content.extra-large-field {
    max-width: 1180px;
}

.accreditation-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.accreditation-top .section-title {
    width: 100%;
    margin: 0;
}

.accreditation-text {
    width: 100%;
    max-width: 719px;
    margin-left: auto;
}

p.section-desc {
    color: #424242;
    font-size: var(--font-24);
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.accreditation-section .accreditation-stats {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.why-chhose-stats.accreditation-stats .stat-item {
    padding: calc(var(--gap-12) * 2) calc(var(--gap-12) * 2);
}

.equal-inline-title .row {
    align-items: flex-end;
}

.equal-inline-title .section-title {
    margin: 0;
    padding-right: calc(var(--gap-12) * 2);
}

.equal-inline-title p.section-desc {
    padding-left: calc(var(--gap-12));
}

.dark-section p.section-desc {
    color: #fff;
}

.course-list-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: calc(var(--gap-12) * 2);
}

.course-card {
    border-radius: 12px;
    border: 1px solid #DFDFDF;
    background: #FAFAFA;
    padding: calc(var(--gap-12) * 2) calc(var(--gap-12) * 2);
    width: calc(25% - (calc(var(--gap-12) * 2) * 3) / 4);
    display: flex;
    flex-direction: column;
}

.course-card .course-cat-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--gap-16);
}

.course-card .course-cat {
    color: #F35528;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.course-card .course-tags {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    color: #4F4F4F;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 122%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: calc(var(--gap-12) / 2) var(--gap-12);
}

.course-title {
    color: #000;
    text-transform: uppercase;
    margin-bottom: var(--gap-16);
}

.course-card p {
    color: #424242;
    margin-bottom: calc(var(--gap-12) * 2);
}

.course-reading-info {
    border-top: 1px solid #DFDFDF;
    padding-top: calc(var(--gap-12) * 2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.reading-time {
    color: #434343;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.theme-text-btn {
    color: #F35528;
    font-size: var(--font-16);
    font-weight: 500;
    line-height: 100%;
}

.theme-text-btn img {
    margin-left: calc(var(--gap-16) / 2);
}

.theme-text-btn:hover {
    color: #dd4b21;
}

.lightgrey-section {
    background: #FAFAFA;
}

.media-content-wrapper {
    padding-bottom: var(--gap-80);
}

.media-content-wrapper:last-child {
    padding-bottom: 0;
}

.media-content-wrapper.left-media .media-content-image {
    padding-right: 10px;
}

.media-content-wrapper.right-media .media-content-image {
    padding-left: 10px;
}

.media-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.media-image:hover img {
    transform: scale(1.08);
    transition: all 0.3s;
}

.media-image img {
    width: 100%;
    transition: all 0.3s;
}

.media-content-body p {
    font-size: var(--font-20);
    color: #424242;
    line-height: 150%;
    margin-bottom: var(--gap-20);
}

.media-content-body .section-title {
    margin-bottom: calc(var(--gap-16) * 2);
}

.media-content-body .features-list {
    padding-bottom: calc(var(--gap-16) * 2);
    padding-top: var(--gap-12);
}

.media-content-body .features-list ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: var(--gap-20);
}

.media-content-body .features-list ul li {
    width: calc(50% - calc(var(--gap-20) / 2));
    display: flex;
    align-items: flex-start;
}

.media-content-body .features-img {
    width: calc(var(--gap-16) * 3);
    height: calc(var(--gap-16) * 3);
    border-radius: 8px;
    background: rgba(243, 85, 40, 0.10);
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-content-body .features-img img {
    max-width: 100%;
}

.media-content-body .features-content {
    width: calc(100% - calc(var(--gap-16) * 3));
    padding-left: var(--gap-20);
}

.media-content-body .features-title {
    color: #000;
    font-size: var(--font-18);
    font-weight: 700;
    line-height: 130%;
    margin-bottom: calc(var(--gap-12) / 2);
}

.media-content-body .features-desc {
    color: #424242;
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 130%;
}

.media-content-wrapper .row {
    align-items: center;
}

.informative-overlay-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 calc(var(--gap-12) * 2) calc(var(--gap-16) * 2);
}

.informative-overlay-content .overlay-subtitle {
    color: #FFF;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 3px;
    opacity: 0.7;
}

.informative-overlay-content .overlay-title {
    color: #FFF;
    font-size: var(--font-54);
    font-weight: 700;
    line-height: 110%;
}

.section-title h4 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 110%;
    margin-bottom: 0;
    margin-top: var(--gap-16);
}

.notes-card {
    border-radius: 8px;
    background: rgba(243, 85, 40, 0.10);
    display: flex;
    align-items: center;
    padding: var(--gap-16) var(--gap-20);
}

.notes-content {
    width: calc(100% - calc(var(--gap-20) * 2));
    padding-right: var(--gap-16);
}

.only-arrow-btn {
    width: calc(var(--gap-20) * 2);
    height: calc(var(--gap-20) * 2);
    background: #F35528;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notes-content .notes-title {
    color: #F35528;
    font-size: var(--font-18);
    font-weight: 700;
    line-height: 130%;
    margin-bottom: calc(var(--gap-16) / 2);
}

.notes-content p {
    margin: 0;
    color: #424242;
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 130%;
}

.theme-text {
    color: #f35528 !important;
}

.media-content-body .text-md {
    color: #424242;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: calc(var(--gap-16) * 2);
}

.training-overview-content {
    padding-right: calc(var(--gap-12) * 2);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.training-overview-steps {
    padding-left: var(--gap-12);
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.steps-card {
    width: 50%;
    border: 1px solid #DFDFDF;
    padding: calc(var(--gap-16) * 2) calc(var(--gap-16) * 2);
    position: relative;
}

.steps-card .step-count {
    position: absolute;
    top: var(--gap-20);
    right: var(--gap-20);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: calc(var(--gap-12) / 2) var(--gap-12);
    color: #4F4F4F;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.steps-card .step-img {
    border-radius: 8px;
    background: rgba(243, 85, 40, 0.10);
    width: calc(var(--gap-16) * 3);
    height: calc(var(--gap-16) * 3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(var(--gap-20) + 2px);
}

.steps-card .step-title {
    color: #000;
    font-size: calc(var(--font-24) - 2px);
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: var(--gap-16);
}

.steps-card p {
    color: #424242;
    font-size: var(--font-18);
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}

.steps-card:nth-child(1),
.steps-card:nth-child(3) {
    border-right: 0;
}

.steps-card:nth-child(1),
.steps-card:nth-child(2) {
    border-bottom: 0;
}

.training-overview-content p {
    color: #424242;
    font-size: var(--font-20);
    font-weight: 400;
    line-height: 150%;
    margin-bottom: calc(var(--gap-12) * 2);
}

.delivered-in ul {
    display: flex;
    align-items: center;
    gap: calc(var(--gap-16) * 2);
}

.delivered-in {
    margin-top: auto;
}

.delivered-in ul li {
    position: relative;
    color: #757575;
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.delivered-in ul li:before {
    content: "";
    width: calc(var(--gap-12) / 2);
    height: calc(var(--gap-12) / 2);
    background: #757575;
    position: absolute;
    left: -17px;
    top: 3px;
    border-radius: 50%;
}

.delivered-in ul li:first-child:before {
    display: none;
}

.delivered-in h6 {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: var(--gap-16);
}

.informative-overlay-content .flex-field {
    display: flex;
    align-items: center;
}

.informative-overlay-content .flex-field .overlay-tags {
    width: 175px;
    border-radius: 8px;
    background: rgba(15, 13, 11, 0.50);
    padding: var(--gap-16) var(--gap-16);
}

.informative-overlay-content .flex-field .left-overlay-content {
    width: calc(100% - 175px);
    padding-right: calc(var(--gap-16) * 2);
}

.overlay-tags .overlay-tags-name {
    color: #F35528;
    font-size: var(--font-32);
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 3px;
}

.overlay-tags .overlay-tags-info {
    color: #FFF;
    font-size: var(--font-12);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.7;
}

.informative-overlay-content p {
    color: #FFF;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    opacity: 0.7;
    margin: 0;
}

.overlay-tags h5 {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 110%;
    margin-top: 3px;
}

.overlay-tags h5 span {
    color: #F35528;
}

.banner-content-field .training-grid {
    margin-bottom: 0;
}

.banner-content .section-tag {
    margin: 0;
}

.banner-content-field .training-card {
    background: rgb(255 255 255 / 10%);
}

.important-card {
    border-left: 4px solid #F35528;
    background: #FDF7F5;
    padding: var(--gap-16) calc(var(--gap-12) * 2);
}

.important-card h6 {
    color: #000;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: calc(var(--gap-16) / 2);
}

.training-overview-content .important-card p {
    margin: 0;
    color: #424242;
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 150%;
}

.notes-content p a {
    color: #424242;
    font-weight: 700;
}

.banner-wrapper.white-banner-wrapper {
    background: #fff;
}

.page-info h5 {
    display: flex;
    align-items: center;
    color: #F35528;
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    margin: 0;
}

.page-info h5 span {
    width: calc(var(--gap-12) * 5);
    height: 1px;
    background: #F35528;
    display: inline-block;
}

.page-info {
    margin-bottom: var(--gap-12);
}

.light-banner-field {
    padding-top: var(--gap-50);
    padding-bottom: var(--gap-80);
}

.light-banner-field .row {
    align-items: center;
}

.light-banner-field .about-banner-content {
    padding: 0;
}

.light-banner-field .banner-content {
    padding: 0;
}

.light-banner-field h1 {
    color: #000;
    text-transform: uppercase;
}

.light-banner-field h4 {
    color: #000;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: var(--gap-12);
}

.light-banner-field p {
    color: #424242;
    line-height: 160%;
    max-width: 575px;
}

.light-banner-field .seperate-icon-btn {
    margin-top: calc(var(--gap-20) * 2);
}

.light-banner-field .seperate-icon-btn .btn-text {
    color: #fff;
}

.banner-side-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.banner-side-img img {
    max-width: 100%;
}

.light-banner-field .informative-overlay-content p {
    color: #fff;
}

.academy-info-wrapper {
    border: 1px solid #DFDFDF;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: stretch;
}

.academy-info-card {
    padding: calc(var(--gap-16) * 2) calc(var(--gap-16) * 2);
    border-right: 1px solid #DFDFDF;
    width: 33.33%;
}

.academy-info-card-last {
    border-right: 0;
}

.academy-info-number {
    width: calc(var(--gap-16) * 3);
    height: calc(var(--gap-16) * 3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(var(--gap-12) * 2);
    padding: 2px;
    border-radius: 8px;
    background: rgba(243, 85, 40, 0.10);
    color: #F35528;
    font-size: var(--font-16);
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.academy-info-card h4 {
    margin-bottom: var(--gap-16);
    color: #000;
    text-transform: uppercase;
}

.academy-info-card p {
    margin: 0;
    color: rgba(66, 66, 66, 0.70);
    line-height: 150%;
}

.experience-highlight-wrapper {
    position: relative;
}

.experience-vehicle-image {
    position: absolute;
    top: -60px;
    right: 0px;
    width: 50%;
    z-index: 1;
    max-width: 830px;
}

.experience-vehicle-image img {
    width: 100%;
    display: block;
}

.experience-content-block {
    position: relative;
    z-index: 2;
    max-width: 590px;
}

.experience-content-block .section-title {
    margin-bottom: calc(var(--gap-16) * 2);
}

.experience-content-block p {
    color: #FFF;
    line-height: 150%;
}

.experience-content-block p:last-child {
    margin-bottom: 0;
}

.impact-stats-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

.impact-info-title h1 {
    color: #F35528;
    font-size: 202px;
    font-weight: 800;
    line-height: 100%;
    margin: 0;
}

.impact-info-title .section-tag {
    margin-bottom: 0;
}

.impact-info-title h4 {
    color: #000;
    line-height: 100%;
    margin-bottom: var(--gap-16);
}

.impact-info-desc {
    margin-top: auto;
    max-width: 630px;
}

.impact-info-desc p {
    color: #424242;
    line-height: 150%;
    margin-bottom: calc(var(--gap-12) * 2);
}

.impact-notes {
    border-left: 4px solid #F35528;
    padding: calc(var(--gap-16) / 2) calc(var(--gap-12) * 2);
    background: #fff;
    color: #000;
    font-size: var(--font-24);
    font-weight: 600;
    line-height: 150%;
}

.impact-stats-desc h2 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.impact-stats-desc p {
    color: #424242;
    line-height: 150%;
    margin: calc(var(--gap-16) * 2) 0;
}

.disciplines-list h6 {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: var(--gap-12);
}

.disciplines-list ul {
    display: flex;
    align-items: center;
    gap: var(--gap-12) calc(var(--gap-16) * 2);
    flex-wrap: wrap;
}

.disciplines-list ul li {
    color: #757575;
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    position: relative;
}

.disciplines-list ul li:before {
    content: "";
    width: calc(var(--gap-12) / 2);
    height: calc(var(--gap-12) / 2);
    background: #757575;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: calc(-1 * (var(--gap-16) + 3px));
}

.disciplines-list ul li:first-child:before {
    display: none;
}

.ready-talk-card {
    padding: calc(var(--gap-16) * 2);
    border-radius: 16px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    max-width: 533px;
    margin-left: auto;
    margin-top: calc(var(--gap-50) + 10px);
}

.ready-talk-card .section-tag {
    line-height: 160%;
    letter-spacing: 4.2px;
    margin: 0;
}

.ready-talk-card h4 {
    color: #000;
    text-transform: uppercase;
    margin: calc(var(--gap-16) / 2) 0;
}

.impact-stats-desc .ready-talk-card p {
    margin-top: 0;
    margin-bottom: var(--gap-20);
}

.ambition-matter-content .impact-notes {
    margin: calc(var(--gap-12) * 2) 0;
}

.informative-overlay-content .overlay-title-md {
    color: #FFF;
    font-size: calc(var(--gap-12) * 3);
    font-weight: 700;
    line-height: 110%;
}

.ambition-steps-grid {
    display: flex;
    align-items: stretch;
    gap: var(--gap-20);
    flex-wrap: wrap;
}

.ambition-steps-grid .steps-card {
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    width: calc(33.33% - ((var(--gap-20) *2) / 3));
}

.quality-accreditation-section .accreditation-text p {
    margin-bottom: var(--gap-20);
}

.quality-accreditation-section .accreditation-text p:last-child {
    margin-bottom: 0;
}

nav.navbar-wrapper.navbar-light-bg.scrolled {
    background: rgb(255 255 255 / 85%);
    backdrop-filter: blur(2px);
}

.journey-grid h5 {
    color: #050A17;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: calc(var(--gap-12) * 2);
}

.journey-list {
    display: flex;
    align-items: flex-start;
    gap: calc(var(--gap-12) * 3);
    margin-bottom: calc(var(--gap-16) * 2);
}

.journey-list .year {
    color: #F35528;
    font-size: var(--font-24);
    font-weight: 700;
    line-height: 100%;
    width: calc(var(--gap-16) * 5);
    text-align: right;
}

.journey-title {
    color: #000;
    font-size: var(--font-18);
    font-weight: 700;
    line-height: 130%;
    margin-bottom: calc(var(--gap-16) / 2);
}

.journey-list .content {
    position: relative;
}

.journey-list .content p {
    color: #424242;
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}

.journey-list .content:before {
    content: "";
    position: absolute;
    top: 28px;
    left: -18px;
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    max-height: 47px;
}

.journey-list .content:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-1 * (calc(var(--gap-16) + 2px) + 8px));
    width: calc(var(--gap-16) + 2px);
    height: calc(var(--gap-16) + 2px);
    border-radius: 50%;
    background: #F35528;
}

.journey-list:last-child .content:before {
    display: none;
}

.banner-content.big-field .para {
    width: 100%;
    max-width: 880px;
}

.experience-highlight-section .training-grid {
    position: relative;
    z-index: 9;
}

.journey-list:last-child {
    margin-bottom: 0;
}

