@font-face {
    font-family: 'Avenir';
    src: url('/websiteNew/assets/fonts/Avenir/Avenir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('/websiteNew/assets/fonts/Avenir/Avenir-BlackOblique.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('/websiteNew/assets/fonts/Avenir/Avenir-Heavy.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('/websiteNew/assets/fonts/Avenir/Avenir-HeavyOblique.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('/websiteNew/assets/fonts/Avenir/Avenir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('/websiteNew/assets/fonts/Avenir/Avenir-MediumOblique.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('/websiteNew/assets/fonts/Avenir/Avenir-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('/websiteNew/assets/fonts/Avenir/Avenir-BookOblique.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('/websiteNew/assets/fonts/Avenir/Avenir-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('/websiteNew/assets/fonts/Avenir/Avenir-Oblique.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('/websiteNew/assets/fonts/Avenir/Avenir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('/websiteNew/assets/fonts/Avenir/Avenir-LightOblique.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'chauncy';
    src: url('/websiteNew/assets/fonts/chauncy/Chauncy_Fatty.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'chauncy';
    src: url('/websiteNew/assets/fonts/chauncy/Chauncy_Snowman.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

html,
body {
    height: 100%;
    color: #333333;
    min-height: 100%;
    font-family: 'Avenir';
    scroll-behavior: smooth;
}

/* header css start */
header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    position: fixed;
    box-shadow: none;
    transition: all 0.5s ease;
    background-color: transparent;
}

.header-section nav {
    padding: 24px 48px;
}

.logo__link {
    color: white;
}

.logo__link:hover {
    color: white;
}

.logo__text__part__one {
    font-family: 'Changa', sans-serif;
    font-weight: 500;
    font-size: 27px;
    letter-spacing: -1.9px;
}

.logo__text__part__two {
    position: relative;
    left: -4px;
    font-family: 'Changa One', cursive;
    font-size: 27px;
}

nav .nav__link {
    color: #333333;
    font-size: 16.5px;
}

.navbar-nav .active {
    color: #DE6834;
}

.nav-link.nav__link.active:after {
    height: 2px;
    display: block;
    margin: auto;
    width: 80%;
    background: #DE6834;
    content: '';
    position: relative;
    top: 4px;
}

.vertical__divider {
    height: 100%;
    border-right: 1px solid #D6D6D6;
}

nav .login__link {
    color: #707070;
    text-decoration: none;
}

/* Mobile Devices */
@media (max-width: 480px) {
    .header-section nav {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .navbar-collapse {
        position: absolute;
        top: 65px;
        background: rgb(255, 255, 255);
        width: 100%;
        left: 0px;
        padding: 0px 40px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }
}

/* header css end */
/* theme css start */
.mt-60 {
    margin-top: 100px;
}

.avenir-book {
    font-family: 'Avenir Book', sans-serif;
}

.text-orange {
    color: #de6834 !important;
}

.font-15 {
    font-size: 15px;
}

.font-17 {
    font-size: 17px;
}

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

.font-38 {
    font-size: 34px;
    line-height: 45px;
    font-weight: 900;
}

.font-52 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 900;
}


/* Mobile Devices */
@media (max-width: 480px) {
    .font-52 {
        font-size: 38px;
        line-height: 48px;
        font-weight: 900;
    }
}

.font-42 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 900;
}

.font-34 {
    font-size: 34px;
    line-height: 45px;
    font-weight: 900;
}

.font-22 {
    font-size: 22px;
    line-height: 30px;
}

.font-28 {
    font-size: 28px;
    line-height: 45px;
    font-weight: 900;
}

.font-26 {
    font-size: 26px;
    line-height: 45px;
    font-weight: 900;
}

.font-23 {
    font-size: 23px;
    line-height: 45px;
    font-weight: 700;
}

.font-20 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
}

.d-hide {
    display: none !important;
}

.btn-orange {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    background: #de6834;
    padding: 5px 30px 8px 30px;
}

.btn-orange:hover {
    color: #fff;
}


.dash-stroks {
    opacity: .8;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23707070FF' stroke-width='3' stroke-dasharray='11' stroke-dashoffset='7' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 4px;
}



/* theme css end */
/* body content page css start */
.left-hero-section {
    width: 100%;
    height: 120vh;
    position: relative;
    filter: url(#round);
    display: inline-block;
}

.left-hero-section::before {
    left: -10px;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    clip-path: polygon(0% 0%, 66% 0%, 100% 50%, 66% 100%, 0% 100%);
    background: transparent linear-gradient(120deg, #742C0D 0%, #DE6834 100%) 0% 0% no-repeat padding-box;
}

.left-hero-section .container {
    padding-left: 55px;
}

.left-hero-section .para-one {
    font-size: 28px;
    font-weight: 900;
}

.left-hero-section .para-one sup {
    top: -15px;
    left: -8px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
}

.left-hero-section .para-two {
    font-size: 48px;
    font-weight: 900;
    line-height: 58px;
}

.left-hero-section .para-three,
.right-hero-section .para-three {
    font-size: 22px;
}

.left-hero-section .btn {
    font-size: 17px;
    color: #DE6834;
    font-weight: 500;
    background: #fff;
    padding: 10px 30px;
}

.right-hero-section .btn {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    background: #DE6834;
    padding: 10px 30px;
}

.application-open-add {
    bottom: 36px;
    left: 0;
    min-width: 360px;
    display: flex;
    align-items: center;
    padding: 15px 23px 14px 30px;
    background-color: white;
    justify-content: end;
    position: absolute;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.application-open-add small {
    margin-bottom: 0px;
}


.live {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #69B55B;
    animation: pulse 1500ms infinite;
}

@keyframes pulse {
    0% {
        box-shadow: #69B55B 0 0 0 0;
    }

    75% {
        box-shadow: #ff69b400 0 0 0 16px;
    }
}

/* Mobile Devices */
@media (max-width: 480px) {
    .left-hero-section {
        height: fit-content;
    }

    .left-hero-section .container {
        padding: 10px !important;
        padding-bottom: 50px !important;
        padding-top: 120px !important;
    }

    .right-hero-section img {
        width: 100% !important;
    }

    .left-hero-section .para-one {
        font-size: 24px;
    }

    .left-hero-section .para-two {
        font-size: 35px;
        font-weight: 900;
        line-height: 45px;
        text-align: center;
    }

    .left-hero-section {
        /* filter: unset !important; */
    }

    .left-hero-section::before {
        top: -5px !important;
        height: calc(100% + 190px);
        clip-path: polygon(100% 0%, 0% 0%, 0% 66%, 49% 100%, 100% 63%);
        /* clip-path: unset !important; */
        width: 104vw !important;
    }

    /* #hero-section .row {
        position: relative;
    }

    #hero-section .row::before {
        left: -10px;
        content: "";
        z-index: -1;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        clip-path: polygon(0% 0%, 66% 0%, 100% 50%, 66% 100%, 0% 100%);
        background: transparent linear-gradient(120deg, #742C0D 0%, #DE6834 100%) 0% 0% no-repeat padding-box;
    } */

    .left-hero-section .btn {
        padding: 10px 15px;
    }

    .application-open-add {
        min-width: 360px;
        top: 40px;
        left: -20px;
        margin-bottom: 40px;
        position: relative;
        padding: 15px 23px 14px 20px;
    }

    .right-hero-section .heroImg {
        top: -40px;
        position: relative;
    }
}

/* For Hi-Res desktop */
@media (min-width:1584px) {
    .left-hero-section {
        width: 100%;
        height: 100vh;
    }

    .left-hero-section .para-one {
        font-size: 42px;
    }

    .left-hero-section .para-two {
        font-size: 65px;
        font-weight: 900;
        line-height: 85px;
    }

    .left-hero-section .para-three {
        font-size: 23px;
    }
}








.integratedDegree-container {
    position: relative;
}

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


.integratedDegree-container li {
    padding-left: 1.5em;
    margin-bottom: 1.4rem;
    position: relative;
}

.integratedDegree-container li::before {
    content: "";
    top: 13px;
    left: 2px;
    width: 15px;
    border-top: 4px solid #de6834;
    position: absolute;
}


.haxagonal-placeholder {
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: url(#round);
    position: absolute;
}

.haxagonal-placeholder::before {
    top: 10px;
    left: 28%;
    content: "";
    width: 550px;
    height: 550px;
    position: absolute;
    /* transform: translate(-50%, -50%) rotate(180deg); */
    transform: rotate(180deg);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: transparent linear-gradient(227deg, #FFEEE5 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.integratedDegree-section .para-one {
    font-size: 26px;
    line-height: 54px;
    font-weight: 900;
}

.right-integratedDegree-section img {
    top: -15px;
    position: relative;
}

/* integratedAnimation */
.integratedAnimation {
    width: 480px;
    height: 480px;
    display: flex;
    position: relative;
    align-items: center;
    transform: scale(1.15);
    justify-content: center;
}

/* Mobile Devices */
@media (max-width: 480px) {
    .integratedAnimation {
        top: -30px;
        transform: scale(.6);
        height: 350px !important;
    }

    .haxagonal-placeholder::before {
        height: 100%;
        transform: unset;
        margin: auto;
        width: 104vw !important;
        clip-path: polygon(100% 0%, 0% 0%, 0% 66%, 49% 100%, 100% 63%);
    }

}

.integratedAnimation::before {
    content: "";
    z-index: -1;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: absolute;
    background: transparent linear-gradient(180deg, #FFEEE5 0%, #FAE0D2 100%) 0% 0% no-repeat padding-box;
}

.rotate-container {
    width: 150px;
    height: 150px;
    display: grid;
    grid-template-columns: 30px;
    grid-template-rows: 30px;
    place-content: center;
    border-radius: 50%;
    position: absolute;
}

.rotate-container img {
    grid-area: 1/1;
    line-height: 30px;
    text-align: center;
    animation: spin 30s var(--d, 0s) linear infinite;
    /* duration = 12s, numbor of item = 6 so a delay of 12/6 = 2s */
    transform: rotate(0) translate(75px) rotate(0);
}

@keyframes spin {
    100% {
        transform: rotate(1turn) translate(75px) rotate(-1turn);
    }
}

.rotate-container-2 {
    width: 350px;
    height: 350px;
    display: grid;
    grid-template-columns: 30px;
    grid-template-rows: 30px;
    place-content: center;
    border-radius: 50%;
    position: absolute;
}

.rotate-container-2 img {
    grid-area: 1/1;
    line-height: 30px;
    text-align: center;
    animation: spin2 60s var(--d, 0s) linear infinite;
    /* duration = 12s, numbor of item = 6 so a delay of 12/6 = 2s */
    transform: rotate(1turn) translate(175px) rotate(-1turn);
}

@keyframes spin2 {
    100% {
        transform: rotate(0) translate(175px) rotate(0);
    }
}

.mainCenterImgContainer img {
    -webkit-animation: vibrate-1 4s ease-in infinite both;
    animation: vibrate-1 4s ease-in infinite both;
}

@-webkit-keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}


/* Mobile Devices */
@media (max-width: 480px) {
    .integratedDegree-container {
        overflow: hidden;
        margin-top: 20px !important;
        margin-bottom: -60px;
    }

    .haxagonal-placeholder::before {
        left: -4%;
    }

    .integratedDegree-section .para-one {
        font-size: 28px;
        margin-top: 30px;
        line-height: 42px;
        text-align: left;
    }

    .right-integratedDegree-section {
        justify-content: center !important;
    }

    .right-integratedDegree-section img {
        top: 0px;
    }
}



.makeCareer-container {
    position: relative;
}

.left-makeCareer-container {
    position: relative;
}

.left-makeCareer-container::before {
    content: "";
    width: 1px;
    top: -5%;
    left: 30%;
    height: 200px;
    position: absolute;
    display: none;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23919191FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.left-makeCareer-container::after {
    content: "";
    width: 1px;
    bottom: -11%;
    left: 30%;
    height: 190px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23919191FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.left-makeCareer-container p {
    font-size: 58px;
    line-height: 64px;
    font-weight: 900;
}

.left-makeCareer-container .buble-img {
    bottom: -70px;
    left: -40px;
    width: 140px;
    position: absolute;
}

.pentagonal-placeholder {
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0px;
    filter: url(#round);
    position: absolute;
}

.pentagonal-placeholder::before {
    top: 0;
    right: -15px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(180deg);
    clip-path: polygon(0% 0%, 70% 0%, 100% 50%, 70% 100%, 0% 100%);
    background: transparent linear-gradient(121deg, #DE6834 0%, #DE6834 100%) 0% 0% no-repeat padding-box;
}

.right-makeCareer-container {
    position: relative;
}

.right-makeCareer-container .container {
    padding-top: 60px;
    padding-bottom: 10px;
    padding-left: 60px;
}

.right-makeCareer-container .box {
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-left: 55px;
    max-width: 415px;
    background-color: white;
    box-shadow: 0px 0px 20px #00000029;
}

.right-makeCareer-container .arrowbox {
    position: relative;
}

.right-makeCareer-container .arrowbox .imgArrow-one {
    right: -10px;
    top: -35px;
    width: 25px;
    position: absolute;
}

.right-makeCareer-container .arrowbox .imgArrow-two {
    left: 15px;
    bottom: 5px;
    width: 25px;
    transform: rotate(25deg);
    position: absolute;
}

.right-makeCareer-container .arrowbox .certificate-img {
    right: -10px;
    top: -10px;
    width: 50px;
    position: absolute;
}

.right-makeCareer-container .box .box-badge {
    color: #333333;
    padding: 3px 10px 1px 10px;
    font-size: 15px;
    font-weight: 700;
    width: fit-content;
    border-radius: 4px;
    background: #FFD476;
    margin-bottom: 0px;
}

.right-makeCareer-container .box .para-one {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0px;
}

.right-makeCareer-container .box-2 {
    padding: 20px 50px 20px 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-left: 40px;
    max-width: 450px;
    box-shadow: 0px 0px 20px #00000029;
    background: transparent linear-gradient(270deg, #a54c25 0%, #4A1904 100%) 0% 0% no-repeat padding-box;
}

.right-makeCareer-container .box-2 .para-one {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0px;
}

.skewleft {
    position: relative;
}

.skewleft::before {
    content: " ";
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    left: -18px;
    z-index: 1;
    background: #FFF;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    border-left: 1px solid #ededed;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

/* Mobile Devices */
@media (max-width: 480px) {
    .makeCareer-container {
        overflow-x: hidden;
        margin-top: 50px !important;
        margin-bottom: 0px !important;
    }

    .left-makeCareer-container {
        padding-left: 30px !important;
    }

    .left-makeCareer-container::after,
    .left-makeCareer-container::before {
        content: none !important;
    }

    .buble-img {
        display: none;
    }

    .left-makeCareer-container p {
        font-size: 32px !important;
        line-height: 40px;
        font-weight: 900;
    }

    .gain-point p {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .right-makeCareer-container .pentagonal-placeholder::before {
        /* clip-path: none !important; */
        /* background: none !important; */
        right: -100px;
        opacity: 0.51;
        background: #CA6132;
        clip-path: polygon(0% 0%, 40% 0%, 100% 50%, 40% 100%, 0% 100%);
    }

    .right-makeCareer-container {
        padding-right: 10px !important;
    }

    .right-makeCareer-container .container {
        padding-top: 20px !important;
        padding-left: 15px !important;
        padding-right: 0px !important;
    }

    .right-makeCareer-container .box {
        margin-left: 0px !important;
    }

    .right-makeCareer-container .box-2 {
        margin-left: 0px !important;
    }
}

/* For Hi-Res desktop */
@media (min-width:1584px) {
    .left-makeCareer-container {
        padding-left: 20% !important;
    }

    .left-makeCareer-container::before {
        left: 55% !important;
    }

    .left-makeCareer-container::after {
        left: 55% !important;
    }
}


/* Degree & Certification */
.degree-certification ul {
    list-style: none;
    margin-block-start: 0px;
    padding-inline-start: 0px;
}

.degree-certification li {
    padding-left: 1.5em;
    margin-bottom: 1.4rem;
    position: relative;
}

.degree-certification li::before {
    content: "";
    top: 13px;
    left: 2px;
    width: 15px;
    border-top: 4px solid #de6834;
    position: absolute;
}


/* .degreePlaceholder {
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0px;
    filter: url(#round);
    position: absolute;
}

.degreePlaceholder::before {
    top: 0;
    left: -15px;
    content: "";
    width: 80%;
    height: 100%;
    position: absolute;
    transform: rotate(0deg);
    clip-path: polygon(0% 0%, 50% 0%, 100% 50%, 50% 100%, 0% 100%);
    background: transparent linear-gradient(121deg, #DE6834 0%, #DE6834 100%) 0% 0% no-repeat padding-box;
} */

.right-makeCareer-container {
    position: relative;
}

/* Mobile Devices */
@media (min-width: 376px) and (max-width: 480px) {
    .patner-university {
        width: 170px !important;
    }
}

/* Mobile Devices */ 
@media (max-width: 376px) { 
    .patner-university {
        width: 160px !important;
    }
}









.traditionalCollege .para {
    font-size: 52px;
    line-height: 62px;
    font-weight: 900;
    margin-bottom: 2.2rem;
}

.traditionalCollege .white-hexagonal {
    width: 200px;
    height: 175px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/images/Polygon 67.svg');
}

.traditionalCollege .lightOrange-hexagonal {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/images/Polygon 72.svg');
}

.traditionalCollege .orange-hexagonal {
    width: 200px;
    height: 172px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/images/Polygon 71.svg');
}

.traditionalCollege .basanti-hexagonal {
    width: 200px;
    height: 171px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/images/Polygon 70.svg');
}

/* Mobile Devices */
@media (min-width: 376px) and (max-width: 480px) {
    .traditionalCollege {
        padding: 20px 20px 20px 20px !important;
    }

    .traditionalCollege .para {
        font-size: 28px;
        line-height: 38px;
        padding-right: 0px !important;
    }

    .traditionalCollege .white-hexagonal {
        width: 170px;
        height: 160px;
    }

    .traditionalCollege .orange-hexagonal {
        width: 180px;
        height: 172px;
    }

    .traditionalCollege .basanti-hexagonal {
        top: 0px !important;
        width: 180px;
        height: 160px;
        padding-top: 0px !important;
    }

    #mwi {
        position: relative;
        top: 50px !important;
    }

    .traditionalCollege .lightOrange-hexagonal {
        width: 180px;
        height: 160px;
        top: 15px !important;
        left: -40px !important;
        position: relative;
    }
}

/* Mobile Devices */ 
@media (max-width: 376px) {
    .traditionalCollege {
        padding: 20px 20px 20px 20px !important;
    }

    .traditionalCollege .para {
        font-size: 28px;
        line-height: 38px;
        padding-right: 0px !important;
    }

    .traditionalCollege .white-hexagonal {
        top: unset !important;
    }

    .traditionalCollege .white-hexagonal {
        width: 160px;
        height: 160px;
        padding-bottom: 15px;
    }

    .traditionalCollege .orange-hexagonal {
        width: 160px;
        height: 160px;
        padding-bottom: 15px;
    }
    
    .traditionalCollege .basanti-hexagonal {
        width: 175px;
        height: 175px;
        top: 0px !important;
        padding-bottom: 20px;
    }

    /* #mwi{
        top: 50px !important;
    } */

    .traditionalCollege .lightOrange-hexagonal { 
        width: 160px;
        height: 160px;
        top: 0px !important;
        padding-bottom: 15px;
    }
}


/* stats */
.statsContainer .box {
    width: fit-content;
}

.statsContainer .box:last-child {
    border-right: none;
}


/* Mobile Devices */
@media (max-width: 480px) {
    .statsContainer {
        margin: auto;
        width: 90%;
        padding: 0px !important;
        margin-top: 0px !important;
    }

    .statsContainer .box {
        width: 100%;
        padding: 20px 40px;
        border-bottom: 2px dashed #de6834;
        margin-bottom: 10px;
    }

    .statsContainer .box:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .statsContainer .box h5 {
        font-size: 20px !important;
    }
}

/* Degree & Certification */
.degree-certification {
    margin-bottom: 50px;
    margin-top: 50px;
}

@media (min-width: 960px) {
    .collegePartner-section .patner-university:nth-child(1){
        left: 40px;
        position: relative;
    }

    .collegePartner-section .patner-university:nth-child(2){
        left: 40px;
        position: relative;
    }

    .collegePartner-section .patner-university:nth-child(3){
        left: 40px;
        position: relative;
    }
}


/* Mobile Devices */
@media (max-width: 480px) {
    .degree-certification {
        margin-bottom: 60px;
        margin-top: 20px;
    }
}





/* Mobile Devices */
@media (max-width: 480px) {
    #offeredPrograms {
        overflow-x: hidden;
    }

    #offeredPrograms .degreeKeyPoints {
        left: 20px !important;
    }

    #offeredPrograms .degreeImages img:first-child {
        display: none;
    }

    #offeredPrograms .degreeImages img:nth-child(2) {
        left: -40px !important;
        transform: scaleX(1) !important;
    }

    /* #offeredPrograms .col-md-7 {
        justify-content: center;
    }

    #offeredPrograms .col-md-7 .back-placeholder {
        left: -30px !important;
        width: 100% !important;
        border-radius: 5px;
        transform: skewX(0deg) !important;
    }

    #offeredPrograms .col-md-7 .back-placeholder-2 {
        left: -30px !important;
        width: 100% !important;
        border-radius: 5px;
        transform: skewX(0deg) !important;
    } */

    #offeredPrograms .col-md-6.text-right {
        text-align: center !important;
    }

    #offeredPrograms .col-md-6 .font-34 {
        font-size: 28px !important;
        text-align: left !important;
    }
}







.how-work-container {
    position: relative;
}

.how-work-container::before {
    width: 100%;
    content: "";
    top: 0;
    z-index: -1;
    height: 100%;
    transform: rotate(180deg);
    position: absolute;
    background: transparent linear-gradient(180deg, #FFEEE5 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.how-work-div {
    padding: 30px 95px;
}

.work-box {
    position: relative;
    margin-bottom: 45px;
}

.work-box::before {
    content: "";
    width: 100%;
    height: 100%;
    transform: skewX(30deg);
    position: absolute;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='3' stroke-dasharray='16%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.work-box-innerDiv {
    padding: 20px 100px;
}

.work-box-2 {
    position: relative;
    margin-bottom: 45px;
}

.work-box-2::before {
    content: "";
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    position: absolute;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='3' stroke-dasharray='16%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}


.serialText-1 {
    font-size: 145px;
    color: #F4C867;
    font-weight: 900;
    position: absolute;
    top: -80px;
    left: -1px;
}

.serialImg-1 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    top: -40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serialText-3 {
    font-size: 145px;
    color: #A04923;
    font-weight: 900;
    position: absolute;
    top: -65px;
    left: 10px;
}

.serialImg-3 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    right: -80px;
    top: -40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serialImg-2 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    left: -60px;
    top: -30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serialText-2 {
    font-size: 145px;
    color: #DE6834;
    font-weight: 900;
    position: absolute;
    top: -80px;
    right: 10px;
}

/* Mobile Devices */
@media (max-width: 480px) {

    #howItWork .how-work-div {
        padding: 30px 20px;
    }

    #howItWork .work-box:first-child, #howItWork .work-box-2 {
        margin-bottom: 65px;
    }

    #howItWork .work-box::before {
        transform: skewX(5deg);
    }

    #howItWork .work-box-2::before {
        transform: skewX(-5deg);
    }

    #howItWork .container-heading {
        left: -10px !important;
        text-align: center;
        font-size: 24px;
    }

    .work-box-innerDiv {
        padding: 20px 30px;
        padding-top: 60px !important;
    }

    /* .work-box-innerDiv p {
        text-indent: 50px;
    } */

    #howItWork .serialText-1,
    #howItWork .serialText-3 {
        font-size: 100px;
        left: -15px;
        top: -70px;
    }

    #howItWork .serialImg-1,
    #howItWork .serialImg-3 {
        width: 100px;
        height: 100px;
        right: -32px;
    }

    #howItWork .serialImg-2 {
        width: 100px;
        height: 100px;
        left: -25px;
        top: -40px;
    }

    #howItWork .serialText-2 {
        font-size: 100px;
        top: unset;
        top: -60px;
        right: -25px;
    }
}

/* Mobile Devices */
@media (min-width: 376px) and (max-width: 480px) {
    .how-work-container::before {
        height: 100%;
    }
}

@media (max-width: 375px) {
    .how-work-container::before {
        height: 100%;
    }
}

/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 960px) {}

/* For Hi-Res desktop */
@media (min-width:1584px) {
    .how-work-container::before {
        height: 100%;
    }
}


/************************ Who can apply? *************************************/
.classrooms .heading {
    font-size: 38px;
    font-weight: 700;
}

.classrooms .para {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Avenir Book';
}

.testimonal-avatar .img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Mobile Devices */
@media (max-width: 480px) {

    #howToApply .container-heading {
        left: -10px !important;
        text-align: center;
        font-size: 24px;
    }

    #howToApply .col-md-3 {
        margin-bottom: 15px;
    }
}

/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 960px) {}

/* For Hi-Res desktop */
@media (min-width:1584px) {}


/************************** admission-process *******************************/
/* Mobile Devices */
@media (max-width: 480px) {
    #admission-process .container-heading {
        left: 0px !important;
    }

    #admission-process .box {
        width: 100% !important;
        margin-bottom: 30px;
    }

    #admission-process .box:last-child {
        margin-bottom: 0px !important;
    }
}

/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 960px) {}

/* For Hi-Res desktop */
@media (min-width:1584px) {}





/* Serious about your career? */
#seriousCareerApply {
    gap: 30px 80px;
    padding: 50px 100px;
    background: transparent linear-gradient(90deg, #DE6834 0%, #6F341A 100%) 0% 0% no-repeat padding-box;
}

/* Mobile Devices */
@media (max-width: 480px) {
    #seriousCareerApply {
        gap: 30px;
        margin-top: -18px;
        padding: 50px 20px;
        justify-content: center;
    }

    #seriousCareerApply .font-38 {
        font-size: 28px !important;
        font-weight: 500 !important;
        line-height: 40px !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 1440px) {
    #seriousCareerApply .font-38 {
        font-size: 30px !important;
    }
}

/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 960px) {
    #seriousCareerApply {
        gap: 30px;
        padding: 50px 20px;
        justify-content: center;
    }

    #seriousCareerApply .font-38 {
        font-size: 30px !important;
        font-weight: 500 !important;
        line-height: 40px !important;
        text-align: center !important;
    }
}

/* For Hi-Res desktop */
@media (min-width:1584px) {
    #seriousCareerApply {
        justify-content: center;
    }
}







#carousel-testimonal {
    margin-top: 45px;
}

#carouselExampleControls {
    margin: 0px auto;
    position: relative;
}

.testimonal-avatar {
    width: 170px;
    height: 170px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-shrink: 0;
    flex-grow: 0;
}

.testimonal-avatar img {
    width: 140px;
    border-radius: 50%;
}

.testimonal-quote {
    padding-left: 0px !important;
}

.testimonal-avatar::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23DE6834FF' stroke-width='2' stroke-dasharray='16%2c 15%2c 22%2c 6' stroke-dashoffset='65' stroke-linecap='butt'/%3e%3c/svg%3e");
}

#carouselExampleControls .carousel-control-prev-icon {
    background-image: url('/images/Polygon 59.svg');
}

#carouselExampleControls .carousel-control-next-icon {
    background-image: url('/images/Polygon 60.svg');
}

/* Mobile Devices */
@media (max-width: 480px) {
    #carousel-testimonal {
        margin-top: 80px !important;
    }

    #carouselExampleControls {
        margin: 0px 5px;
    }

    .testimonal-avatar {
        width: 100px;
        height: 100px;
        padding: 5px;
    }

    .testimonal-avatar .img {
        width: 80px;
        height: 80px;
    }

    .testimonal-avatar img {
        width: 80px;
    }

    .carousel-item .col-md-9 {
        padding-bottom: 30px;
    }

    #carousel-testimonal .testimonal-quote {
        text-align: justify;
    }

    #carousel-testimonal .testimonal-author {
        text-align: left;
        padding-top: 10px;
        margin-top: 20px;
        position: relative;
    }

    #carousel-testimonal .testimonal-author::before {
        content: "";
        width: 100px;
        height: 4px;
        top: -2px;
        background-color: #de6834;
        position: absolute;
    }

    #carousel-testimonal .carousel-control-prev {
        left: -10px !important;
    }

    #carousel-testimonal .carousel-control-next {
        right: -10px !important;
    }
}

/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 960px) {
    .testimonal-avatar {
        width: 100px;
        height: 100px;
        padding: 5px;
    }

    .testimonal-avatar .img {
        width: 80px;
        height: 80px;
    }

    .testimonal-avatar img {
        width: 80px;
    }

    .carousel-item .col-md-9 {
        padding-top: 30px;
        /* padding-left: 40px !important; */
        padding-bottom: 30px;
    }

    #carousel-testimonal .testimonal-quote {
        text-align: justify;
    }

    #carousel-testimonal .testimonal-author {
        text-align: left;
        padding-top: 10px;
        margin-top: 20px;
        position: relative;
    }

    #carousel-testimonal .testimonal-author::before {
        content: "";
        width: 100px;
        height: 4px;
        top: -2px;
        background-color: #de6834;
        position: absolute;
    }

}


/* FAQS ABOUT ACADEMY */
/* .faq {
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    font-family: 'Avenir Book', sans-serif;

}

.faq.active {
    font-weight: 600;
    font-family: "Avenir", sans-serif;
}

.faq.active::before {
    top: 12px;
    left: -25px;
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    background-color: #de6834;
} */

#academy-faq-section {
    margin-bottom: 100px;
}

#academy-faq-section .highlighted__heading {
    font-family: 'Avenir Book';
    font-size: 30px;
    line-height: 55px;
}

#academy-faq-section .accordion-toggle:hover {
    text-decoration: none;
}

#academy-faq-section .card-title {
    position: relative;
    cursor: pointer;
    font-family: 'Avenir Book';
    font-size: 1em;
}

#academy-faq-section .card-header {
    font-family: 'Avenir Book';
    border-bottom: none;
}

#academy-faq-section .card-body {
    font-family: 'Avenir Book';
}


#academy-faq-section .card-title::after {
    content: '\f107';
    color: #a8a8a8;
    top: -2px;
    right: -10px;
    position: absolute;
    font-family: 'FontAwesome';
}

#academy-faq-section .card-title[aria-expanded='true'] {
    font-family: 'Avenir' !important;
    font-weight: 500 !important;
}

#academy-faq-section .card-title[aria-expanded='true']::after {
    content: '\f106';
}











/* Mobile Devices */
@media (max-width: 480px) {}

/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 960px) {}

/* For Hi-Res desktop */
@media (min-width:1584px) {}







footer {
    background-color: #EFEFEF;
}

footer .logo__link {
    color: #333333;
    text-decoration: none;
}

footer .logo__link.footer-logo {
    position: absolute;
    right: 15%;
}

footer .logo__link.footer-logo span {
    font-size: 68px;
    color: #FFFFFF;
    opacity: 23%;
}

footer .nav__link {
    color: #727272;
    text-decoration: none;
}

footer .link__separator {
    color: #727272;
}

footer .container {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* body content page css end */
