/* =========================================================
   GLOBAL
========================================================= */

* {
    box-sizing: border-box;
    font-family: "Abhaya Libre",
    serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
}

html {
    scroll-behavior: smooth;
}
  .mobile{
        display: none!important
    }
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #292929;
    font-size: 13px;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

 

h1,
h2,
h3,
h4 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
}

h2 {
    font-size: 28px;
    line-height: 1.15;
}

p {
    margin-bottom: 12px;
}

.common-section {
    padding: 65px 0;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading h2 {
    margin: 0;
}

.section-heading p {
    margin: 4px 0 0;
    font-size: 24px;
}

.section-image img,
.education-image img,
.experience-image img,
.internship-image img {
    width: 100%;
}



.img-fluid.logo {
    width: 124px;
    margin: 0 0px;
}

section.main-banner {
    background: #f6f6f6;
}

section.main-banner img {
    display: block;
    max-width: 100%;
    margin-left: auto;
}

.banner-text {
    position: absolute;
    top: 15%;
    z-index: 9;
    transform: translateY(0%);
    left: 0;
    width: 100%;
}

.banner-text h1 {
    color: #0d3e62;
    font-size: 74px;
    line-height: 58px;
    font-weight: 800;
    max-width: 490px;
}

.box-text {
    width: 448px;
}

.box-text label {
    color: #231f20;
    font-size: 23px;
    position: relative;
    font-weight: 600;
    margin: 0 0 14px;
    line-height: 33px;
}

.callf2 a {
    border: none;
    color: #fff;
    padding: 8px 39px;
    border-radius: 60px;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    background: #0d3e62;
    font-size: 17px;
    text-decoration: none;
}

.callf a {
    border: none;
    color: #231f20;
    padding: 3px 19px;
    border-radius: 0;
    font-weight: 700;
    margin-top: 0;
    display: inline-block;
    background: transparent;
    font-size: 23px;
    text-decoration: none;
    border-top: solid 1px #b83d23;
    border-bottom: solid 1px #b83d23;
    display: inline-block;
}

/* =========================================================
   SECTION 01 : TOP LINKS
========================================================= */

.top-links-section {
    background: #fff;
    padding: 10px 0 8px;
}

.top-link {
    min-height: 45px;
    padding: 5px 15px;
    border-right: 1px solid #999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    flex-wrap: wrap;
    text-align: center;
}

.top-link:last-child {
    border-right: 0;
}

.top-icon {
    font-size: 15px;
}


/* =========================================================
   SECTION 02 : HERO
========================================================= */

.hero-section {
    padding: 20px 0 42px;
    background: #fff;
}

.hero-heading {
    text-align: center;
    margin-bottom: 28px;
}

.hero-heading h1 {
    font-size: 31px;
    line-height: 1.15;
    margin: 0;
}

.hero-heading h1 span {
    display: inline-block;
}

.hero-stats {
    max-width: 900px;
    margin: 60px auto 30px auto;
    background: #f6f6f6;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.hero-stat {
    flex: 1;
    min-height: 78px;
    padding: 42px 10px 40px;
    text-align: center;
    border-right: 1px solid #b43b34;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero-stat:last-child {
    border-right: 0;
}

.hero-stat strong {
    font-size: 41px;
    line-height: 1;
    font-weight: 600;
}

.hero-stat span {
    font-size: 19px;
    line-height: 1.3;
    margin-top: 5px;
}

.hero-stat-highlight {
    background: #ad3c35;
    color: #fff;
    position: relative;
}

.hero-stat-highlight:before {
    content: "";
    width: 230px;
    height: 231px;
    background: #ad3c35;
    position: absolute;
    top: -30px;
    z-index: 0;
}

.hero-stat-highlight strong {
    font-size: 41px;
    position: relative;
}


/* =========================================================
   SECTION 03 : AI
========================================================= */

.ai-section {
    background: #ad3c35;
    color: #fff;
    padding: 35px 0 0;
    margin-bottom: 40px;
}

.white-title {
    text-align: center;
}

.white-title h2 {
    margin-bottom: 12px;
    color: #fff;
}

.ai-content {
    text-align: center;
}

.ai-content p {
    margin-bottom: 6px;
}

.ai-tabs {
    margin-top: 25px;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    position: relative;
    top: 50px;
}

.ai-tabs .nav-item {
    flex: 1;
    margin-top: 10px;
    position: relative;
    top: 10px;
}

.ai-tabs .nav-link {
    border: 0;
    border-radius: 0;
    background: #eee !important;
    color: #333 !important;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    min-height: 42px;
    padding: 7px 5px;
    margin: 0 10px;
}

.ai-tabs .nav-link.active {
    background: #fff;
    color: #ad3c35;
}

.ai-tab-content {
    padding: 12px 20px 20px;
    text-align: center;
    font-size: 10px;
    display: none;
}


/* =========================================================
   SECTION 04 : ABOUT
========================================================= */

.about-section {
    padding-top: 60px;
}

.section-content h2 {
    margin-bottom: 10px;
}

.section-content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 15px;
}

.section-content p {}

.about-section .section-image {
    padding-right: 20px;
}


/* =========================================================
   SECTION 05 : PROGRAMMES
========================================================= */

.programme-tabs {
    border-bottom: 2px solid #ad3c35;
    justify-content: center;
}

.programme-tabs .nav-item {
    width: 50%;
    max-width: 390px;
}

.programme-tabs .nav-link {
    border: 0;
    border-radius: 0;
    text-align: center;
    color: #333;
    background: #f4f4f4;
    font-size: 20px;
    padding: 9px 12px;
}

.programme-tabs .nav-link.active {
    background: #ad3c35;
    color: #fff;
}

.programme-tabs small {
    font-size: 15px;
}

.program-grid {
    padding-top: 15px;
}

.program-card {
    margin-bottom: 15px;
    border: 1px solid #ad3c35;
    background: #fff;
    transition: 0.25s ease;
}

.program-card:hover {
    transform: translateY(-3px);
}

.program-card img {
    width: 100%;
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
}

.program-card h4 {
    font-size: 15px;
    line-height: 1.35;
    padding: 8px 7px;
    margin: 0;
    min-height: 38px;
}


/* =========================================================
   SECTION 06 : EDUCATION
========================================================= */

.education-section {
    padding-top: 45px;
}

.education-image {
    padding-right: 25px;
}

.education-points {
    padding-left: 5px;
}

.education-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 19px;
}

.point-icon {
    width: 21px;
    height: 21px;
    min-width: 18px;
    border: 1px solid #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    margin-top: 8px;
}

.education-point strong {
    font-size: 22px;
    display: block;
    margin-bottom: 0px;
    line-height: 27px;
}

.education-point p {
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
}


/* =========================================================
   SECTION 07 : EXPERIENTIAL
========================================================= */

.experiential-section {
    padding-top: 0;
    padding-bottom: 55px;
}

.experience-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 15px;
    margin-top: 20px;
}

.experience-item {
    display: flex;
    align-items: center;
}

.experience-item span {
    width: 20px;
    height: 20px;
    border: 1px solid #ad3c35;
    color: #ad3c35;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-right: 7px;
    padding-top: 3px;
}

.experience-item p {
    margin: 0;
    font-size: 16px;
}

.experience-image {
    padding-left: 25px;
}


/* =========================================================
   SECTION 08 : GLOBAL
========================================================= */

.global-section {
    padding: 25px 0 40px;
}

.global-section .section-heading {
    margin-bottom: 15px;
}

.global-stats {
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-stat {
    padding: 0 20px;
    min-height: 45px;
    border-right: 1px solid #bbb;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.global-stat:last-child {
    border-right: 0;
}

.global-stat strong {
    font-size: 39px;
    line-height: 1;
    font-weight: 400;
}

.global-stat span {
    font-size: 16px;
    line-height: 17px;
    margin-left: 10px;
}


/* =========================================================
   SECTION 09 : INDUSTRY
========================================================= */

.industry-section {
    background: #f2f1f0;
    padding: 30px 0 35px;
}

.industry-heading {
    margin-bottom: 18px;
}

.industry-heading h2 {
    margin-bottom: 2px;
}

.industry-heading p {
    margin: 0;
}

.industry-grid {
    position: relative;
}

.industry-card {
    background: transparent;
    text-align: left;
}

.industry-card img {
    width: 100%;
    /* aspect-ratio: 1 / 1.15; */
    object-fit: cover;
}

.industry-card span {
    display: block;
    font-size: 18px;
    padding: 7px 0;
    text-align: left;
}


/* =========================================================
   SECTION 10 : RECRUITERS
========================================================= */

.recruiter-section {
    padding-top: 25px;
    padding-bottom: 30px;
}

.recruiter-section .section-heading {
    margin-bottom: 15px;
}

.recruiter-logos {
    align-items: center;
    margin: auto;
    max-width: 880px;
}

.recruiter-logo {
    padding: 7px;
}

.recruiter-logo img {
    width: 100%;
    max-width: 100%;
    height: 56px;
    object-fit: contain;
    margin: auto 0px 10px;
    border: dotted 2px #ddd;
}


/* =========================================================
   SECTION 11 : INTERNSHIPS
========================================================= */

.internship-section {
    background: #f2f1f0;
    padding: 30px 0;
}

.internship-content {
    padding-right: 30px;
}

.internship-content h2 {
    margin-bottom: 12px;
}

.internship-content p {
    margin: 0;
}

.internship-image {
    padding-left: 20px;
}


/* =========================================================
   SECTION 12 : FAQ
========================================================= */

.faq-section {
    background: #ad3c35;
    color: #fff;
    padding: 30px 0 45px;
}

.faq-title h2 {
    color: #fff;
    margin-bottom: 20px;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.faq-question {
    min-height: 45px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: "DM Serif Display", serif;
    font-size: 16px;
}

.faq-icon {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 35px 14px 5px;
    color: #ffc9c9;
}

.top-link span {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
}

.top-link span img {
    display: block;
    margin: 10px auto;
    max-width: 28px;
}

h2,
h2 span {
    font-size: 33px;
    margin-bottom: 0;
    font-weight: 600 !important;
}

.paddingbox {
    padding: 50px 0;
}

.hero-stat.hero-stat-highlight span {
    position: relative;
}

.ai-tabs .nav-item:nth-child(2n) {
    top: 30px;
}

.hero-stat i {
    font-size: 26px;
}

.recruiter-logos > div {
    width: 100% !important;
    flex: 2 0 18.666667%;
    max-width: 190px !important;
}
.faq-question > span:first-child {
    font-size: 20px;
}
.recruiter-logos-list {
    max-width: 80%;
    margin: auto;
}




















