*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

.container-main {
    max-width: 1208px;
    margin: 0 auto;
    padding: 0px 20px;
}

html {
    /* overflow-x: hidden; */
}

body {
    /* font-family: "Inter", sans-serif; */
    font-family: "Inter Tight", sans-serif;
    /* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Roboto Flex", sans-serif; */
    font-family: "Inter", sans-serif;
}

img,
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-header {
    background-color: #00293c;
    box-shadow: 0px 4px 4px 0px #0000000D;
    padding: 10px 0px;
    transition: .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 100%;
}

body.inner .main-header {
    position: relative;
    top: 0;
}

.mob-header {
    display: none;
}

.header-logo {
    max-width: 170px;
}

.header-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-links ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-links ul li {
    font-size: 13px;
    line-height: auto;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.header-links ul li a {
    color: #fff;
    position: relative;
}

.header-links ul li a::before,
.header-links ul li.active a::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    margin-bottom: -6px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-bottom: 2px solid #ffffffb3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.header-links ul li a:hover::before,
.header-links ul li.active a::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.dropdown-link {
    position: relative;
    padding-right: 15px !important;
}

.dropdown-link a::before {
    content: unset !important;
}

.dropdown-link::before {
    position: absolute;
    content: "";
    background-image: url(../images/down_arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 6px;
    right: -3px;
    top: 4px;
}

.dropdown-content,
.dropdown-content-inner {
    display: none;
    flex-flow: column;
    position: absolute;
    background-color: #fff;
    border-top: 2px solid #FDBD13;
    width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;

}

.dropdown-content ul,
.dropdown-content-inner ul {
    flex-flow: column;
    align-items: unset;
    gap: 0 !important;
}

.dropdown-content-inner ul {
    min-width: 200px;
}

.dropdown-content li {
    padding: 0px !important;
    text-transform: capitalize !important;
}

.dropdown-content li a {
    color: #000 !important;
    display: block;
}

.dropdown-content li a,
.dropdown-content-inner li a {
    padding: 11px 25px !important;
    border-bottom: 1px solid #eeeeee;
}

.dropdown-content li:hover {
    background-color: #FDBD13 !important;
}

.dropdown-link:hover .dropdown-content {
    display: block;
}

.dropdown-content.inner {
    display: none;
}

.dropdown-content li:hover .dropdown-content-inner {
    display: block !important;
    left: 99%;
    top: 0px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.inquire-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inquire-btn ul {
    gap: 10px;
}

.inquire-btn ul li {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.search img {
    width: 16px;
    height: 16px;
}

.call {
    border: 1px solid #fff;
}

.call img {
    width: 20px !important;
    height: 20px !important;

}

.apply-btn {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #FDBD13;
    color: #000;
    width: max-content;
    height: 38px;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    text-transform: uppercase;
}

.apply-btn img {
    width: 16px;
    height: 17px;
    margin-left: 10px;
}

.apply-btn:hover {
    color: #000;
    background-color: #fff;
}

.apply-btn:hover img {
    filter: invert(1);
}

.banner-main {
    padding-top: 260px;
    background: linear-gradient(180deg, #FEF8BD 45.17%, #FFFFE4 80.23%, #FFFFFF 100%);
    position: relative;
    overflow: hidden;
}

.banner-main::before,
.banner-main::after,
.cta-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/Ellipse-189.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 510px;
    height: 570px;
    top: 120px;
    left: 0;
}

.banner-main::before,
.cta-main::before {
    z-index: 1;
}

.banner-main::after,
.cta-main::after {
    background-image: url(../images/image-332.webp);
    left: 170px;
    top: 0px;
    width: 500px;
    height: 400px;
}

.banner {
    position: relative;
    z-index: 1;
}

.banner h6 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
    font-weight: 500;
    font-style: Italic;
    color: #DD9800CC;
    display: none;
}

.banner h1,
.banner h2,
.solopreneurship-left h2 {
    font-size: 110px;
    line-height: 90%;
    letter-spacing: -2%;
    font-weight: 600;
    color: #000000;
    margin-bottom: 80px;
}

.banner h1 span {
    background: linear-gradient(90deg, #ffd55c, #fba85c, #fbb429, #ffd55c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.banner h2 span,
.programs-heading h2 span,
.cta-text h2 span,
.consultation-flex h2 span,
.solopreneurship-left h2 span {
    background: linear-gradient(90deg, #ffad11, #ff6f01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.banner p {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -2%;
    font-weight: 300;
    font-style: Italic;
    max-width: 400px;
}

.text-wrap {
    padding-left: 80px;
    position: relative;
}

.text-wrap::before,
.courses-flex::before,
.contact-left::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 120%;
    background: linear-gradient(180deg, #F29224 44.27%, #FFFFE7 100%);
    top: -83px;
    left: 10px;
}

.banner ul {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 75px;
    padding-bottom: 150px;
}

.banner ul li {
    font-size: 36px;
    line-height: 130%;
    letter-spacing: -2%;
    font-weight: 600;
    font-style: Italic;
    width: max-content;
    padding: 0px 25px;
    height: 71px;
    border: 1px solid #FDBD13;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner ul li img {
    width: 24px;
    height: 25px;
    margin-left: 10px;
}

.banner h2 {
    font-size: 80px;
    line-height: 100%;
    margin-bottom: 50px;
}

.banner-video,
.banner-video-main {
    position: relative;
    z-index: 1;
}

.banner-video-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/blue-gradient.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 618px;
    height: 1040px;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner-video img,
.banner-video video {
    border-radius: 8px;
}

.play-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: unset;
    border: unset;
}

.play-btn img {
    width: 18px;
    height: 23px;
    border-radius: unset;
}

.courses-main {
    padding-top: 140px;
    position: relative;
    background: radial-gradient(ellipse at left bottom, #418BAF 0%, #FFFFFF 50.44%);
}

.courses-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/Ellipse-189.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 30%;
    bottom: 0;
    left: 0;
}

.courses {
    position: relative;
    z-index: 1;
}

.courses h2 {
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -2%;
    font-weight: 600;
    color: #2D2D2D;
    max-width: 480px;
}

.courses h2 span {
    font-size: 80px;
    display: block;
    margin-top: 20px;
}

.courses-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    padding-top: 120px;
    padding-left: 70px;
    position: relative;
}

.courses-flex::before {
    background: linear-gradient(360deg, #418BAF 44.27%, #FFF 100%);
    height: 570px;
    top: 50px;
    left: 5px;
}

.courses-block {
    width: 33.33%;
    padding: 20px;
}

.courses-bg {
    height: 235px;
}

.courses-bg img {
    border-radius: 12px;
}

.courses-content h4 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -2%;
    font-weight: 600;
    font-style: Italic;
    margin-top: 15px;
}

.founder-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 55px;
    overflow: hidden;
}

.founder-left {
    width: 40%;
}

.founder-left h2 {
    font-size: 115.81px;
    line-height: 90%;
    letter-spacing: -2%;
    font-weight: 600;
    background: linear-gradient(90deg, #088dcd, #0d7aaf, #056d9f, #088dcd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

.founder-left img.founder {
    max-width: 344px;
    margin-bottom: 50px;
}

.founder-left a,
.programs-right ul li,
.cta-btn a,
.consultation-flex a,
.call-btn-mob a,
.b-apply-btn a {
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    height: 24px;
    color: #000000;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 32px;
    height: 56px;
    width: max-content;
    padding-left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.founder-left a span,
.programs-right ul li span,
.cta-btn a span,
.submit-btn button span,
.consultation-flex a span,
.call-btn-mob a span,
.b-apply-btn a span {
    background: #FDBD13;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}

.founder-left a span img,
.programs-right ul li span img,
.cta-btn a span img,
.submit-btn button span img,
.consultation-flex a span img,
.call-btn-mob a span img,
.b-apply-btn a span img {
    width: 9px;
    height: 18px;
}

.founder-right {
    width: 60%;
}

.right-text-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.right-text-wrap::before {
    position: absolute;
    content: "";
    background-image: url(../images/image-339.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 350px;
    height: 370px;
    bottom: -45px;
    right: -70px;
}

.right-text-wrap p {
    font-size: 32px;
    font-weight: 300;
    font-style: Italic;
    line-height: 120%;
    letter-spacing: -2%;
    max-width: 265px;
}

.right-text-wrap img {
    max-width: 310px;
    position: relative;
    z-index: 1;
}

.programs-main,
.cta-main {
    padding-top: 80px;
    padding-bottom: 100px;
    background: linear-gradient(360deg, #FEF8BD 45.17%, #FFF 100%);
    position: relative;
    overflow: hidden;
}

.programs-main {
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    overflow: visible;
}

.programs-main .faq {
    overflow: hidden;
}

.programs-main::before,
.programs-main::after {
    position: absolute;
    content: "";
    background-image: url(../images/image-338.webp);
    background-repeat: repeat-y;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}

.programs-main::after {
    background-image: url(../images/Ellipse-191.webp);
    border-radius: 0;
    right: 0;
    bottom: unset;
    left: unset;
    top: 20%;
    width: 300px;
    height: 400px;
}

.programs-heading h2,
.faq h2,
.blogs h2,
.cta-text h2,
.consultation-flex h2 {
    font-size: 80px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -2%;
    color: #000000;
    max-width: 600px;
    margin-bottom: 50px;
}

.programs-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}

.programs-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff9e7;
    border-radius: 16px;
    padding: 30px 30px 30px 50px;
    position: sticky;
    top: 0;
    z-index: 10;
    transition: scale 0.3s ease;
}

.programs-heading h2 {
    line-height: 110%;
}

.programs-left,
.programs-right {
    width: 50%;
}

.programs-left {
    position: relative;
    height: 490px;
}

.programs-left h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -2%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 30px;
}

.programs-left img {
    border-radius: 16px;
}

.text-box {
    position: absolute;
    left: -30px;
    top: 40px;
}

.wrapper-text.right {
    position: absolute;
    right: -50px;
    bottom: 25%;
    transform: translateY(-50%);
}

.wrapper-text {
    background: #FFECBA;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

.wrapper-text:last-child {
    margin-bottom: 0;
}

.wrapper-text p {
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: center;
    color: #000000;
    max-width: 235px;
}

.programs-right {
    padding-left: 100px;
}

.programs-flex h2.mob-title {
    display: none;
}

.programs-right h2,
.programs-flex h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 90%;
    letter-spacing: -2%;
    color: #000000;
}

.programs-right h2 span,
.programs-flex h2 span {
    font-size: 140px;
    line-height: 100%;
    background: linear-gradient(90deg, #ffd55c, #fba85c, #fbb429, #ffd55c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.programs-right ul {
    padding-top: 35px;
}

.programs-right ul li {
    background: #004B6F;
    color: #fff;
    margin-top: 12px;
}

.faq {
    padding-top: 100px;
    max-width: 840px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.faq h2 {
    max-width: 700px;
}

.faq-tab .nav-pills .nav-link.active,
.faq-tab .nav-pills .show>.nav-link,
.faq-tab .nav-pills .nav-link:hover {
    background-color: #FDBD13;
    color: #000;
}

.faq-tab .nav-pills .nav-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 2px;
    padding: 7px 95px;
    background-color: transparent;
    border: 1px solid #FDBD13;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}

.faq-tab .nav {
    gap: 20px;
    margin-bottom: 50px !important;
}

.tab-desc {
    background: rgba(245, 244, 244, 0.1);
    border-radius: 8px;
    border-bottom-right-radius: 0;
    padding: 12px;
    max-width: 500px;
    margin: 0 0 0 auto;
    margin-bottom: 30px;
}

.tab-desc:nth-child(even) {
    background: #F5F4F4;
    margin: 0 auto 0 0;
    margin-bottom: 30px;
}

.tab-desc:nth-child(even) {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
}

.tab-desc:last-child {
    margin-bottom: 0;
}

.tab-desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -2%;
    color: #b6b6b6;
}

.tab-desc:nth-child(even) p {
    color: #000000;
}

.about-eimr-main {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #00293c;
    position: relative;
}

.about-eimr {
    position: relative;
    z-index: 2;
}

.courses-flex.about-eimr {
    padding-left: 0;
}

.courses-flex.about-eimr::before {
    content: unset;
}

.courses-flex.about-eimr .courses-bg {
    height: 454px;
    position: relative;
}

.courses-flex.about-eimr .courses-bg img {
    border-radius: 0;
    border: 4px solid #fff;
}

.courses-flex.about-eimr .courses-block:first-child .courses-bg img {
    border-color: #004B6F;
}

.courses-flex.about-eimr .courses-content h4 {
    color: #004B6F;
    font-style: normal;
    background-color: #fff;
    border-radius: 40px;
    padding: 10px 20px;
}

.about-eimr-slider .courses-block {
    width: 100%;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 2;
    padding-top: 0px !important;
    margin-bottom: 100px;
}

.about-eimr-slider .courses-block:last-child {
    margin-bottom: 0;
}

.about-eimr-slider .courses-bg {
    height: 592px;
    position: relative;
}

.about-eimr-slider .courses-bg::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 0, transparent 50%, #000);
    opacity: 0.8;
    pointer-events: none;
}

.about-eimr-slider .courses-bg img {
    border: 4px solid #004B6F;
    border-radius: 0;
}

.about-eimr-slider .courses-content {
    position: absolute;
    bottom: 35px;
    left: 40px;
    z-index: 2;
}

.about-eimr-slider .courses-content h4 {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -2%;
    font-weight: 600;
    max-width: 600px;
    font-style: normal;
    color: #fff;
}

.about-eimr-slider .courses-content h4 span {
    color: #FFDD83;
}

.about-eimr-slider .owl-carousel .owl-stage {
    padding-top: 45px;
}

.about-eimr-slider .owl-theme .owl-dots .owl-dot span {
    height: 190px;
    width: 8px;
    border-radius: 16px;
    background: #FFFFFF4D;
}

.about-eimr-slider .owl-theme .owl-dots .owl-dot.active span,
.about-eimr-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.about-eimr-slider {
    position: relative;
    margin-top: 85px;
}

.about-eimr-slider .owl-theme .owl-dots {
    position: absolute;
    left: -40px;
    top: 30px;
    display: flex;
    flex-flow: column;
}

.count-box {
    width: 123px;
    height: 123px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -55px;
    left: 60px;
}

.count-box span {
    font-family: "Roboto Flex", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -2%;
    background: linear-gradient(90deg, #014B6F, #056d9f, #014B6F, #056d9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.blogs-main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.exp-eimr h2 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 50px;
}

.exp-eimr img,
.blogs-bg img {
    border-radius: 8px;
}

.eimr-mentors-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

.eimr-mentors-block {
    width: 25%;
    padding: 20px;
}

.eimr-mentors-bg img {
    border-radius: 8px;
    height: 230px;
}

.eimr-mentors-content {
    margin-top: 30px;
}

.eimr-mentors-content h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -2%;
    color: #2D2D2D;
}

.eimr-mentors-content span {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -2%;
    color: #2D2D2D80;
    display: block;
    margin-bottom: 30px;
}

.eimr-mentors-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -2%;
    color: #2D2D2D;
}

.blogs h2 {
    max-width: 530px;
}

.blogs-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.blogs-block {
    width: 33.33%;
    padding: 10px;
}

.blogs-box {
    position: relative;
    margin-bottom: 12px;
}

.blogs-box:last-child {
    margin-bottom: 0;
}

.blogs-bg {
    height: 225px;
}

.blogs-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.blogs-content h5 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 4px;
}

.blogs-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -2%;
    color: #FFFFFF99;
}

.blogs-block.full .blogs-bg {
    height: 462px;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.cta-main {
    padding-top: 150px;
    padding-bottom: 150px;
}

.cta-text {
    width: 70%;
}

.cta-text h2 {
    font-size: 110px;
    line-height: 110%;
    margin-bottom: 0;
    max-width: unset;
}

.cta-btn {
    width: 30%;
}

.cta-btn a {
    background-color: #fff;
}

.footer-main {
    padding-top: 40px;
    background: #00293c;
}

.footer-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-block.logo img {
    max-width: 206px;
}

.media-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-block h6 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}

.footer-block ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-block ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #fff;
}

.footer-block ul li a {
    color: #fff;
}

.footer-block ul li a:hover,
.footer-block ul li a.active,
.footer-block ul li.active a{
    color:#FDBD13;
    font-style: italic;
}

ul.enquiry li a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-block ul li:last-child {
    margin-bottom: 0;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-links li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
}

.enquiry li img {
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
    border-top: 2px solid #c4c4c41A;
}

.copyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #FFFFFF99;
    text-align: left;
}

.copyright p a {
    color: #FFFFFF99;
}

.mob,
.mob-view {
    display: none;
}

.mob-view img {
    width: 21px !important;
    height: 21px !important;
    display: flex;
    margin: 0 auto;
    object-fit: contain;
}

.mob-view p {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-top: 12px;
}

.contact-flex {
    display: flex;
    position: relative;
}

.contact-left {
    width: 55%;
    position: relative;
}

.contact-left::before {
    z-index: 1;
    height: 50%;
    top: unset;
    bottom: 0;
}

.contact-right {
    width: 45%;
    margin-top: 130px;
    position: relative;
}

.c-img {
    max-width: 338px;
    position: absolute;
    right: -60px;
    bottom: 0;
    z-index: 2;
}

.contact-left .banner h1 {
    font-size: 80px;
    line-height: 112%;
}

.form-inner {
    border-radius: 16px;
    padding: 48px 64px;
    background: #001823;
    position: relative;
    z-index: 1;
}

.contact-right::before {
    position: absolute;
    content: "";
    background-image: url(../images/Group-1792.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 420px;
    height: 500px;
    top: -175px;
    right: -68px;
}

.form-inner h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 20px;
}

.form-field {
    margin-bottom: 20px;
}

.form-field.number {
    display: flex;
}

::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;
    height: 51px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    outline: none;
    padding: 12px 0px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
}

.form-field textarea {
    height: 110px;
    resize: none;
}

.form-field select {
    width: 50px;
    color: rgba(255, 255, 255, 0.7);
}

.form-field select::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-field.number input {
    padding-left: 20px;
}

.form-inner h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 20px;
}

.form-inner h6 a {
     color: #fff;
    text-decoration: underline;
}

.submit-btn button,
.consultation-flex a,
.call-btn-mob a {
    font-size: 20px;
    width: 100%;
    text-align: center;
    justify-content: space-between;
}

.submit-btn button p,
.consultation-flex a p {
    text-align: center;
    width: 100%;
}

.submit-btn button span {
    width: 75px;
}

.consultation-main {
    padding-top: 110px;
    padding-bottom: 170px;
}

.consultation-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.consultation-flex h2 {
    max-width: 700px;
    margin-bottom: 0;
}

.consultation-flex a,
.call-btn-mob a {
    width: 412px;
    background: transparent;
    color: #004B6F;
}

.consultation-flex a span {
    width: 73px;
}

.text-para p {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -2%;
    color: #00000080;
    max-width: 635px;
    margin-top: 30px;
}

.text-para p strong {
    color: #000000;
    font-weight: 600;
}

.consultation-bg {
    margin-top: 50px;
    height: 434px;
}

.consultation-bg img {
    border-radius: 8px;
}

.banner-main.contact {
    padding-top: 230px;
}

.banner-main.contact::before {
    top: 135px;
}

.banner-main.contact::after {
    top: unset;
    bottom: 130px;
    right: unset;
    left: 0;
    background-image: url(../images/Ellipse-198.webp);
    width: 300px;
    height: 400px;
}

.call-btn-mob {
    display: none;
}

.call-btn-mob a {
    color: #004B6F !important;
    width: 100% !important;
    margin-top: 20px;
}

.call-btn-mob a p {
    margin-top: 0;
    text-align: center !important;
    width: 100%;
    color: #004B6F;
    font-size: 20px;
    font-weight: 600;
}

.call-btn-mob a span {
    width: 75px;
}

.course-flex {
    display: flex;
    flex-wrap: wrap;
}

.course-sidebar {
    width: 20%;
    background: #fd971326;
    padding: 46px 25px;
    height: max-content;
    position: sticky;
    top: 0;
    overflow-y: auto;
    height: 100vh;
}

.course-sidebar::-webkit-scrollbar {
    display: none;
}

.courses-names {
    padding-bottom: 90px;
}

.courses-names ul li {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -2%;
    font-weight: 600;
    font-style: Italic;
    color: #000000;
    margin-top: 20px;
    position: relative;
    width: max-content;
    padding-right: 30px;
}

.courses-names ul li.active a {
    color: #FDBD13;
}

.courses-names ul li a {
    color: #000000;
}

.courses-names ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/right_arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    right: 0;
    top: 5px;
    pointer-events: none;
}

.course-content {
    width: 80%;
    /* padding: 0px 85px; */
}

.course-box-wrapper {
    padding-left: 30px;
    position: relative;
}

.course-box-wrapper::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #F29224 44.27%, #FFFFE7 100%);
}

.course-box {
    padding-bottom: 64px;
}

.course-box:last-child {
    padding-bottom: 0px;
}

.course-box h6 {
    font-weight: 500;
    font-style: Italic;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    margin-bottom: 6px;
}

.course-box ul li {
    font-size: 14px;
    font-weight: 400;
    font-style: Italic;
    line-height: 140%;
    letter-spacing: -2%;
    color: #0000004D;
}

.course-box ul li a {
    color: #0000004D;
}

.solopreneurship-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 130px;
    padding-bottom: 100px;
    padding-left: 85px;
    padding-right: 85px;
}

.solopreneurship-left {
    width: 65%;
    /* padding-right: 50px; */
    position: relative;
    z-index: 1;
}

.solopreneurship-left h2 {
    font-size: 82px;
    margin-bottom: 40px;
    /* word-wrap: break-word; */
}

.solopreneurship-left h2 span {
    background: linear-gradient(-90deg, #ffad11, #ff6f01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    font-weight: bold;
}

.solopreneurship-left p,
.solopreneurship-left ul li {
    font-size: 24px;
    font-weight: 300;
    font-style: Italic;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
}

.solopreneurship-left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.solopreneurship-left ul li {
    width: max-content;
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #FDBD13;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solopreneurship-right {
    width: 35%;
}

.solopreneurship-right .programs-left {
    width: 100%;
    height: 556px;
    position: relative;
}

.solopreneurship-right .programs-left::before {
    position: absolute;
    content: "";
    width: 400px;
    height: 437px;
    background-image: url(../images/Mask-group-orange.webp);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: -240px;
    transform: rotate(41deg);
}

.programs-left.solo img {
    position: relative;
}

.solopreneurship-box-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding-top: 70px;
    padding-right: 80px;
}

.solopreneurship-box {
    width: 33.33%;
    padding: 10px;
    position: relative;
}

.solopreneurship-box img {
    border-radius: 16px;
    height: 132px;
}

.solopreneurship-box h6 {
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #000000;
    margin-top: 15px;
}

.solopreneurship-box button {
    background-color: unset;
    border: unset;
    position: absolute;
    top: 20px;
    right: 30px;
}

.solopreneurship-box button img {
    width: 9px !important;
    height: 9px !important;
    border-radius: 0 !important;
}

.programs-left.solo h3 {
    font-size: 40px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.programs-left.solo .text-box {
    left: unset;
    right: -55px;
}

.programs-left.solo .wrapper-text.right {
    right: unset;
    left: -55px;
    bottom: 12%;
}

.programs-left.solo .wrapper-text p {
    font-size: 18px;
}

.about-eimr-course-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    padding-top: 130px;
    padding-left: 85px;
    padding-right: 85px;
}

.brochure-main {
    padding: 20px 85px;
    background: #004B6F;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    transition: .5s;
}

.brochure {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.brochure-ul ul {
    display: flex;
    gap: 10px;
}

.brochure-ul ul li {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #fff;
    border-radius: 56px;
    padding: 0px 24px;
    height: 50px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brochure-ul ul li a {
    color: #fff;
}

.b-apply-btn a {
    font-size: 20px;
    color: #004B6F;
    height: 50px;
}

.b-apply-btn a span {
    width: 50px;
    height: 50px;
}

.about-eimr-course-box {
    width: 25%;
    padding: 15px;
}

.about-eimr-course-box img {
    width: 25px;
    height: 26px;
}

.about-eimr-course-box:first-child p {
    font-size: 24px;
}

.about-eimr-course-box p {
    font-weight: 700;
    font-style: Italic;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    margin-top: 20px;
}

.what-courses-main {
    padding-top: 80px;
    padding-left: 85px;
    padding-right: 85px;
    position: relative;

}

.what-courses-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/Mask-group-orange.webp);
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    width: 50%;
    height: 400px;
    transform: rotate(255deg);
    bottom: -250px;
    z-index: 1;
}

.what-course-flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.what-course-left {
    width: 35%;
    padding-right: 60px;
}

.what-courses-main h2,
.why-us-left h2 {
    font-size: 60px;
    font-weight: 700;
    font-style: Italic;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
}

.what-courses-main h2 {
    margin-bottom: 35px;
    margin-left: -5px;
}

.what-course-left p,
.business-right h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -2%;
    color: #c4c4c4;
    margin-top: 35px;
}

.what-course-left p {
    margin-top: 0;
    margin-bottom: 35px;
}

.what-course-left p:last-child {
    margin-bottom: 0;
}

.what-course-left p strong {
    font-weight: 500;
    color: #000000;
}

.what-course-right {
    width: 65%;
}

.what-course-right img {
    border-radius: 8px;
}

.business-fundamentals {
    padding-top: 150px;
    padding-bottom: 60px;
    padding-left: 85px;
    padding-right: 85px;
}

.business-flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.course-sem-scroll {
    height: 405px;
    overflow-y: scroll;
    padding-left: 40px;
}

.business-left {
    width: 70%;
    padding-right: 50px;
}

.course-sem-scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #FAFAFA;
    border-radius: 0px;
}

.course-sem-scroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #000000;
}

.course-sem-scroll::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #0000000A;
}

.business-heading {
    margin-bottom: 70px;
}

.course-sem {
    display: flex;
    margin-bottom: 40px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
}

.course-sem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.sem-box {
    width: 17%;
}

.sem-box h4,
.workshop-list li,
.alumni-box ul li,
.foundation-heading ul li {
    font-size: 24px;
    font-weight: 300;
    font-style: Italic;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    color: #000000;
    border: 1px solid #FDBD13;
    padding: 8px 10px;
    border-radius: 32px;
}

.sem-box h4{
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.sem-info {
    width: 83%;
    padding-left: 50px;
}

.sem-info p,
.why-us-left p {
    font-size: 18px;
    font-weight: 500;
    font-style: Medium;
    line-height: 140%;
    letter-spacing: -2%;
    color: #c4c4c4;
}

.sem-info p strong,
.why-us-left p strong {
    color: #000000;
    font-weight: 500;
}

.business-right {
    width: 30%;
}

.business-right h4 {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    margin-top: 0;
}

.business-right ul {
    padding: 25px;
    border-radius: 24px;
    background: #1A3745;
    margin-top: 20px;
}

.business-right ul li {
    font-size: 24px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -2%;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 25px;
    position: relative;
    padding-left: 40px;
}

.business-right ul li::before,
.foundation-heading ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow_right_orange.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 26px;
    left: 0;
    top: 3px;
}

.business-right ul li:first-child {
    margin-top: 0;
}

.our-journey {
    padding-top: 80px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    position: relative;
}

.our-journey::before {
    position: absolute;
    content: "";
    background: linear-gradient(360deg, #FEF8BD 45.17%, #FFF 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}

.journey-inner {
    padding: 85px;
    position: relative;
    z-index: 1;
}

.journey-heading {
    margin-bottom: 50px;
}

/* .journey-bg img {
    background: #fbf3aa;
} */

.journey-heading h4,
.business-heading h4,
.foundation-heading h4 {
    font-size: 40px;
    font-weight: 700;
    font-style: Bold;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    max-width: 500px;
}

.journey-heading h4 span,
.why-us-left h6 span {
    background: linear-gradient(90deg, #ffad11, #ff6f01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.workshop-main {
    position: relative;
    padding-top: 130px;
    background: linear-gradient(180deg, #FFFFFF 20%, #94cbff 80%, #FFFFFF 100%);
}

.workshops {
    position: relative;
    z-index: 1;
}

.workshop-inner {
    padding-left: 85px;
    padding-right: 85px;
}

.workshops-left .workshop-box img {
    position: relative;
}

.workshops-left .workshop-box h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: Italic;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #fff;
}

.workshop-main h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: Italic;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.workshops-left p {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.workshops-left p span {
    color: #0d7aaf;
}

.workshop-box h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: Italic;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
    /* color: #fff; */
}

.workshop-box h2 {
    max-width: 417px;
    padding-right: 20px;
}

.workshop-box {
    position: sticky;
    top: 0;
    z-index: 10;
    transition: scale 0.3s ease;
    margin-bottom: 20px;
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 0px !important;
}

.workshop-box:last-child {
    margin-bottom: 0;
}

.workshop-box h4 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: Italic;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    padding: 15px;
    padding-bottom: 20px;
}

.workshop-box h4 span {
    margin-right: 30px;
}

.workshop-box img {
    border-radius: 12px;
    height: 619px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.workshop-list {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.our-foundation {
    padding-top: 100px;
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 45%, #5EB1FF 100%);
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    overflow: hidden;
}

.our-foundation::before {
    position: absolute;
    content: "";
    inset: 0;
    background: url(../images/image-340.webp) no-repeat center bottom;
    background-size: contain;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    z-index: 0;
}

.our-foundation::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, #FFFFFF 45%, #5EB1FF 100%);
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    z-index: 1;
}

.foundation-inner {
    padding-left: 85px;
    padding-right: 0px;
    position: relative;
    z-index: 2;
}

.foundation-flex {
    padding-right: 85px;
}

.foundation-block {
    background: #fff;
    border: 1px solid #48A5D2;
    padding: 32px 40px;
    border-radius: 24px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
}

.foundation-block.dark-bg,
.foundation-block:hover {
    background: linear-gradient(205.86deg, #6CCFFF -17.65%, #004B6F 91.31%);
    transform: rotate(-8deg);
}

.foundation-block.dark-bg h5,
.foundation-block.dark-bg p,
.trending-course-slider .foundation-block.dark-bg h5,
.trending-course-slider .foundation-block.dark-bg p,
.foundation-block:hover h5,
.foundation-block:hover p {
    color: #fff;
}

.foundation-block h5 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: Italic;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    margin-bottom: 80px;
}

.foundation-block p {
    font-size: 18px;
    font-weight: 500;
    font-style: Medium;
    line-height: 140%;
    letter-spacing: -2%;
    color: #2D2D2D;
}

.our-foundation-slider .owl-carousel .owl-stage,
.our-foundation-slider .owl-carousel .owl-item,
.trending-course-slider .owl-carousel .owl-stage,
.trending-course-slider .owl-carousel .owl-item,
.business-challenge-slider .owl-carousel .owl-stage,
.business-challenge-slider .owl-carousel .owl-item {
    display: flex;
    padding-left: 1px;
}

.our-foundation-slider .owl-carousel .owl-stage,
.trending-course-slider .owl-carousel .owl-stage,
.business-challenge-slider .owl-carousel .owl-stage {
    padding: 20px 0px;
}

.eimr-mentors-main.courses {
    padding-top: 100px;
}

.foundation-flex,
.why-us {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.foundation-left,
.foundation-right,
.why-us-left,
.why-us-right {
    width: 50%;
}

.foundation-right {
    padding-left: 130px;
}

.foundation-left h4,
.why-us-left h6 {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    margin-bottom: 30px;
}

.foundation-left h4 span {
    color: #056d9f;
}

.foundation-left p {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -2%;
    color: #fff;
}

.foundation-left p span {
    color: #ffffff87;
}

.why-us-main {
    padding-left: 85px;
    padding-right: 85px;
    padding-bottom: 110px;
    position: relative;
}

.why-us-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/Mask-group-orange.webp);
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 500px;
}

.why-us {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.why-us-left h2 {
    margin-bottom: 50px;
}

.why-us-left h6 {
    max-width: 540px;
    margin-bottom: 50px;
}

.why-us-left h6 span {
    color: #FDBD13;
    background: unset;
    -webkit-text-fill-color: unset;
}

.why-us-left p {
    font-size: 24px;
}

.why-us-right {
    padding-left: 60px;
}

.why-us-right p {
    font-size: 32px;
    font-weight: 300;
    font-style: Italic;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
}

.feedback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.feedback-box img {
    max-width: 124px;
}

.feedback a {
    font-weight: 700;
    font-style: Italic;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
}

.feedback a img {
    width: 22px;
    height: 24px;
    margin-left: 15px;
}

.our-alumni {
    padding-top: 140px;
    padding-bottom: 100px;
    padding-left: 85px;
    padding-right: 85px;
    background: linear-gradient(180deg, #FFFFFF 33.4%, #FFFDD7 70.37%, #FFFFE4 81.98%, #FFFFFF 100%);
}

.alumni-box {
    max-width: 1000px;
}

.alumni-box h4 {
    font-size: 56px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFECBA;
    padding-left: 80px;
    position: relative;
}

.text-on-scroll span {
    /* color: #FFECBA; */
    /* default color */
    transition: color 0.3s ease;
}

.alumni-box h4::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 120%;
    background: linear-gradient(180deg, #FDBD13 44.27%, #FFFFE7 100%);
    top: 0px;
    left: 0px;
}

.alumni-box h4 span {
    color: #000000;
}

.alumni-box ul,
.foundation-heading ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 100px;
    padding-left: 80px;
}

.programs-heading.course-p h2,
.eimr-mentors-main.courses-m h2,
.blogs-main.courses-b h2 {
    font-size: 40px;
}

.programs-main.course-p {
    padding-top: 100px;
}

.p-course-inner {
    padding-left: 85px;
    padding-right: 0px;
    position: relative;
    z-index: 1;
}

.challenegs-main .p-course-inner {
    padding-right: 85px;
}

.foundation-block {
    transition: .5s;
}

.trending-course-slider .foundation-block,
.business-challenge-slider .foundation-block,
.trending-course-slider .foundation-block:hover {
    border: 1px solid #FDBD13;
}

.trending-course-slider .foundation-block.dark-bg,
.business-challenge-slider .foundation-block.dark-bg,
.trending-course-slider .foundation-block:hover {
    background: linear-gradient(215.5deg, #FFECBA -18.77%, #FDBD13 50.2%, #F29224 78.33%);
    transform: rotate(-8deg)
}

.eimr-mentors-main.courses-m {
    padding-top: 150px;
}

.alumni-m-inner,
.blogs-inner,
.cta-inner,
.feedback-inner {
    padding-left: 85px;
    padding-right: 85px;
}

.eimr-mentors-main.courses-m h2,
.blogs-main.courses-b h2 {
    max-width: 350px;
}

.eimr-mentors-main.courses-m .eimr-mentors-content h4 {
    margin-bottom: 15px;
}

.cta-main.courses-c {
    padding-bottom: 80px;
    overflow: hidden;
}

.cta-main.courses-c .cta {
    flex-flow: column;
}

.cta-main.courses-c .cta-text {
    width: 100%;
}

.cta-main.courses-c .cta-btn {
    width: 100%;
    padding-left: 400px;
    margin-top: 50px;
}

.challenegs-main {
    padding-top: 140px;
    padding-bottom: 100px;
    background: linear-gradient(360deg, #FEF8BD 45.17%, #FFF 100%);
}

.students-feedback {
    padding-top: 150px;
}

.students-feedback h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -2%;
    color: #000000;
    margin-bottom: 50px;
}

.feedback-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

.feedback-block {
    width: 33.33%;
    padding: 20px;
}

.feedback-block-inner {
    padding: 25px;
    border-radius: 18px;
    border: 1px solid #004B6F;
}

.profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.profile-left img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.profile-right h4 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27.2px;
    letter-spacing: 0%;
    color: #000000;
}

.profile-right span {
    font-weight: 400;
    font-size: 12px;
    line-height: 27.2px;
    letter-spacing: 0%;
    color: #04040480;
    display: block;
}

.feedback-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 0%;
    color: #0D1714;
}

.foundation-flex {
    padding-top: 100px;
}

.foundation-left {
    margin-top: -70px;
}

.programs-left.solo.mob {
    display: none;
}

.foundation-heading h4 {
    max-width: unset;
}

.foundation-heading h4 span {
    color: #004B6F;
}

.foundation-heading ul {
    padding-left: 0;
}

.foundation-heading ul li {
    position: relative;
    padding: 15px 10px;
    padding-right: 40px;
}

.foundation-heading ul li::before {
    left: unset;
    right: 10px;
    top: 15px;
}

.foundation-heading {
    margin-bottom: 130px;
}

.challenges-scroll {
    height: 545px;
    overflow-y: scroll;
    direction: rtl;
    text-align: left;
    margin-left: -30px;
    padding-left: 30px;
}

.challenges-scroll::-webkit-scrollbar {
    width: 4px;
    background: linear-gradient(360deg, #FEF8BD 45.17%, #FFF 100%);
    border-radius: 0px;
}

.challenges-scroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #000000;
}

.challenges-scroll::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #0000000A;
    margin-top: 80px;
    margin-bottom: 100px;
}

.challenges-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

.challenges-block {
    width: 50%;
    padding: 20px;
}

.challenges-block-inner {
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.challenges-block h4 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: Italic;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000;
    margin-bottom: 5px;
    display: flex;
    flex-flow: row-reverse;
}

.challenges-block h4 span {
    padding-right: 20px;
}

.challenges-block p {
    font-size: 18px;
    font-weight: 500;
    font-style: Medium;
    line-height: 140%;
    letter-spacing: -2%;
    color: #00000099;
    padding-left: 53px;
}

.challenges-block img {
    height: 207px;
    border-radius: 12px;
    margin-top: 20px;
}

.foundation-left h4 {
    color: #fff;
}

.trending-course-slider {
    padding-top: 40px;
}

.business-heading h4 {
    max-width: 700px;
    color: #fff;
        font-size: 48px;
    font-weight: 400;
}

.business-heading h4 span{
    color: #FDBD13;
}

.programs-main.admissions {
    max-width: 1222px;
    margin: 0 auto;
    padding-top: 0;
}

.programs-main.admissions::before {
    background: linear-gradient(0deg, #5EB1FF 10.69%, #FFFFFF 91.17%);
}

.programs-main.admissions::after {
    content: unset;
}

.programs-main.admissions .faq h2 span {
    color: #016798;
}

.programs-main.admissions .tab-desc {
    border-bottom-right-radius: 0;
    padding: 23px 30px;
    background: #fff;
}

.programs-main.admissions .tab-desc p {
    color: #004B6FCC;
}

.programs-main.admissions .tab-desc:nth-child(even) {
    background: #409BF1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 16px;
}

.programs-main.admissions .tab-desc:nth-child(even) p {
    color: #fff;
}

/* .business-fundamentals.admissions .container-main,
.our-alumni.admissions .container-main,
.banner-main.admissions .container-main {
    max-width: 1409px;
} */

.admission-process .course-sem {
    flex-flow: row-reverse;
    align-items: center;
}

.admission-process .course-sem .sem-box {
    width: 35%;
}

.admission-process .course-sem .sem-info {
    width: 65%;
}

.admission-process .course-sem .sem-info p {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.our-alumni.admissions {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 4.83%, rgba(94, 177, 255, 0.792) 43.88%, rgba(255, 255, 255, 0.99) 95.13%);
    padding-top: 200px;
}

.our-alumni.admissions .alumni-box h4::before {
    background: linear-gradient(180deg, #2B8FED 0%, rgba(255, 255, 255, 0) 83%);
    height: 110%;
}

.our-alumni.admissions .text-on-scroll span {
    color: #fff;
}

.banner-main.admissions::before,
.contact-flex.admissions .contact-left::before,
.contact-flex.admissions .contact-right::before {
    content: unset;
}

.banner-main.admissions::after {
    background-image: url(../images/Mask-group-admissions.webp);
    width: 684px;
    height: 484px;
    bottom: 160px;
}

.business-fundamentals.admissions {
    padding-top: 110px;
    padding-bottom: 80px;
    background: #001620;
}

.banner-main.admissions {
    padding-bottom: 100px;
    padding-top: 200px;
}

.business-fundamentals.admissions .business-heading {
    margin-bottom: 35px;
}

.contact-flex.admissions {
    align-items: center;
}

.contact-flex.admissions .contact-left {
    width: 65%;
}

.contact-flex.admissions .contact-left h1 {
    margin-bottom: 20px;
}

.contact-flex.admissions .contact-left h1 span {
    display: inline;
}

.contact-flex.admissions .contact-left p {
    font-size: 24px;
    max-width: unset;
}

.contact-flex.admissions .cta-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 65px;
    width: 100%;
}

.contact-flex.admissions .contact-right {
    width: 35%;
    margin-top: 0;
}

.form-inner.admissions .nav {
    gap: 15px;
    margin-bottom: 35px;
}

.form-inner.admissions .nav-link {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #878787;
    border-radius: 0;
    padding: 8px 10px;
}

.form-inner.admissions .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #33338F;
    background-color: unset;
    border-bottom: 1px solid #33338F;
}

.form-inner.admissions {
    border-radius: 0;
    padding: 45px 30px;
}

.form-inner.admissions .form-field input,
.form-inner.admissions .form-field textarea,
.form-inner.admissions .form-field select {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    border: 0.5px solid #FDBD13;
    border-radius: 8px;
    padding: 12px 20px;
    height: 44px;
}

.form-inner.admissions .form-field textarea {
    height: 145px;
}

.field-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -9px;
}

.form-inner.admissions .form-field {
    width: 100%;
    padding: 9px;
    margin-bottom: 0;
}

.form-inner.admissions .form-field.half {
    width: 50%;
}

.form-inner.admissions h6 {
    font-size: 12px;
    line-height: 100%;
    text-align: unset;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    color: #7B7B7B;
}

.form-inner.admissions .submit-btn {
    margin-top: 40px;
}

.form-inner.admissions .submit-btn button {
    background: #fff;
    color: #000;
    height: 45px;
}

.form-inner.admissions .submit-btn button span {
    height: 45px;
    width: 55px;
}

.blogs-main.admissions .blogs h2 {
    font-size: 40px;
    max-width: 330px;
}

.course-box-wrapper a.active {
    color: #FDBD13;
    font-weight: bold;
}

.banner-carousel-main {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 300px;
}

.banner-carousel-main button.close-b {
    background-color: unset;
    border: unset;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 11;
}

.banner-carousel-main button.close-b img {
    width: 12px !important;
    height: 12px !important;
    border-radius: 0 !important;
}

.banner-carousel .owl-carousel .owl-item,
.banner-carousel .owl-carousel .owl-stage {
    display: flex;
}

.banner-item {
    padding: 20px 15px 15px 15px;
    border-radius: 13px;
    background: #fff;
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

.banner-carousel .owl-carousel .owl-item a {
    display: block;
    width: 100%;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .owl-theme .owl-dots .owl-dot {
    width: 100%;
}

.banner-carousel .owl-theme .owl-dots .owl-dot span {
    width: 100%;
    height: 8px;
    border-radius: 0px;
    margin: 0;
    background: #BEBEBE33;
}

.banner-carousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FDBD13;
}

.banner-carousel .owl-theme .owl-dots .owl-dot:first-child span {
    border-top-left-radius: 13px;
}

.banner-carousel .owl-theme .owl-dots .owl-dot:last-child span {
    border-top-right-radius: 13px;
}

.banner-carousel .owl-theme .owl-dots {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}

.banner-carousel .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

.item-bg {
    margin-bottom: 12px;
}

.item-bg img {
    width: 296px;
    height: 229px;
    border-radius: 13px;
}

.item-content h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #000000;
}

.item-content h4 span {
    color: #016798;
}

.programs-main.course-p .faq {
    padding-top: 45px;
}

.challenges-block-wrapper {
    display: flex;
    width: 100%;
    flex-flow: row-reverse;
}

.sticky-carousel {
    position: fixed;
    top: 120px;
    right: 20px;
    width: 100%;
    z-index: 20;
    transition:
        top 0.4s ease,
        opacity 0.4s ease,
        transform 0.4s ease;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    width: 300px;
}

.sticky-carousel.hidden {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
}

.course-main {
    padding-top: 102px;
}

.launch-main {
    padding-top: 60px;
}

.launch-inner {
    padding-right: 85px;
}

.launch-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.launch-block {
    width: 50%;
    padding: 15px;
}

.launch-block:first-child h4 {
    font-size: 24px;
}

.launch-block img {
    width: 25px;
    height: 26px;
    margin-bottom: 30px;
}

.launch-block h4 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    font-weight: 700;
    font-style: italic;
}

.faq-tab .tab-content {
    height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;
    transition:.3s;
}

.faq-tab .tab-content::-webkit-scrollbar {
    width: 4px;
    background-color: #FAFAFA;
    border-radius: 0px;
}

.faq-tab .tab-content::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #507282;
    height: 6px;
}

.faq-tab .tab-content::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #00131C;
}

.programs-main.admissions .faq-tab .tab-content::-webkit-scrollbar-thumb {
    background-color: #409BF1;
}

.programs-main.admissions .faq-tab .tab-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #5EB1FF;
}

.tab-desc {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.6s ease-out;
    will-change: opacity, transform;
}

.tab-desc.from-left {
    transform: translateX(-100px);
}

.tab-desc.visible {
    opacity: 1;
    transform: translateX(0);
}

.banner-video {
    height: 612px;
}

.banner-carousel-main.course {
    display: none;
}