@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/SofiaProRegular.woff2") format("woff2"),
        url("../fonts/SofiaProRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/SofiaPro-Bold.woff2") format("woff2"),
        url("../fonts/SofiaPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/SofiaPro-Light.woff2") format("woff2"),
        url("../fonts/SofiaPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/SofiaPro-Medium.woff2") format("woff2"),
        url("../fonts/SofiaPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/CormorantGaramond-BoldItalic.woff2") format("woff2"),
        url("../fonts/CormorantGaramond-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/CormorantGaramond-LightItalic.woff2") format("woff2"),
        url("../fonts/CormorantGaramond-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Barlow";
    src: url("../fonts/Barlow-Regular.woff2") format("woff2"),
        url("../fonts/Barlow-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Barlow";
    src: url("../fonts/Barlow-SemiBold.woff2") format("woff2"),
        url("../fonts/Barlow-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"),
        url("../fonts/Gilroy-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Light.woff2") format("woff2"),
        url("../fonts/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 70px;
    font-family: "Barlow";
    position: relative;
    -webkit-box-shadow: 0 0 9px 0px #5f5f5f;
    box-shadow: 0 0 9px 0px #5f5f5f;
    z-index: 9;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff
}


.desktop-spacing{
    padding-right:15px;
    
}

.carousel-caption {
    position: absolute;
    /* right: 60%; */
    bottom: 1.25rem;
    top: 10%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 29rem;
    color: #fff;
    text-align: left;
     font-family: Gotham A, Gotham B;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #e12a7b;
}

.text-pink {

    color: #e12a7b;
}



a {
    border: none;
}

#menu {
    width: 50px;
    height: 100%;
    background: #3a5dab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    /* height: auto; */
    overflow: hidden;
}

#menu img {
    width: 25px;
}

.logo {
    margin-left: 15px;
    margin-top: 6px;
    width: auto;
}

.logo img {
    width: 220px;
}

.navigation {
    margin-left: 30px;
}

.navigation>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation>ul li:not(:last-child) {
    margin-right: 15px;
}

.navigation>ul li a:link,
.navigation>ul li a:visited {
    font-size: 15px;
    color: #1d2022;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    text-decoration: none;
    border: none;
}

.navigation>ul li a:link::before,
.navigation>ul li a:visited::before {
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/grey-arrow.png) no-repeat;
    background-size: auto;
    background-size: contain;
    display: block;
    margin-right: 5px;
}

.contact-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
      justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    font-weight: 600;
    color: #1d2022;
    font-size: 15px;
    margin-right: 25px;
}

.contact-number img {
    margin-right: 8px;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    width: 75px;
}

.social img {
    height: 18px;
}




.responsive-header {
    position: relative;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    /* position: sticky; */
    top: 0;
    background: #fff;
    z-index: 999;
}



@media (max-width: 1300px) {
    .swiper_main .atlas_life_swiper .arrows_wrapper {
   
    display: none !important;
}



}

@media (max-width: 480px) {
.atlaslife_img{
    width: 100%;
}

.batch-heading{
    font-size: 1.3rem;
    text-align: center;

}
.finalbatch{
        width: 100% !important;
}



}



@media (max-width: 62em) {
    .responsive-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header {
        display: none;
    }
}

.responsive-header .resp-logo img {
    height: 35px;
}

.responsive-header .resp-menu {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.responsive-header .resp-menu img {
    width: 30px;
}

.menu-opened {
    height: 100vh;
    overflow: hidden;
}

.bigmenu {
    background: rgba(33, 53, 98, 0.96);
    font-family: 'Barlow';
    padding: 25px 50px;
    height: calc(100vh - 65px);
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 99;
    right: 0;
}

.bigmenu__column:not(:last-child) {
    margin-right: 90px;
}

.bigmenu__column h3 {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.bigmenu__column span {
    color: #9eb3e0;
    border-bottom: 1px solid #9eb3e0;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 4px;
    margin-bottom: 2px;
    font-weight: 600;
}

.bigmenu__column ul {
    margin-bottom: 25px;
}

.bigmenu__column ul li a:link,
.bigmenu__column ul li a:visited {
    font-size: 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    height: auto;
    line-height: 2;
}

.bigmenu__column ul li a:link::before,
.bigmenu__column ul li a:visited::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    margin-right: 5px;
    background: url(../images/icons/white-arrow.png) no-repeat;
    background-size: contain;

}

.header .red-edit {
    display: flex;
    align-items: center;
    font-family: "Barlow";
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: 1px dotted #ed202e;
    padding: 8px 15px;
    margin-left: 25px;
    background: #ed202e;
}

.header .red-edit img {
    margin-right: 5px;
}

.logo-image-spread {
    margin-top: 0;
}

.responsive-menu {
    font-family: 'Barlow';
    background: #213562;
    height: calc(100vh - 75px);
    position: relative;
    z-index: 99999;
    display: none;
    /* left: 0;
    right: 0;
    top: 75px; */
}

.responsive-menu>ul {
    padding-left: 45px;
    padding-top: 30px;
}

.responsive-menu a:link,
.responsive-menu a:visited {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}

.responsive-menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ffffff4d;
    padding: 0 0;
    padding-top: 25px;
    margin: 0 40px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.responsive-menu .call-now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.responsive-menu .call-now img {
    width: 30px;
    margin-right: 10px;
}

.responsive-menu .social {
    width: 100px;
}

.responsive-menu .social img {
    height: 20px;
}

.responsive-menu-open {
    display: block;
}

.dates {
    padding: 0px;
}

.dates h2 {
    margin: 0;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    background: #E12a7b; /* db3e4b*/
    color: #fff;
}

.date-section {
    display: flex;
    justify-content: flex-start;
    padding: 40px 35px;
}

.dates .date-section:nth-child(2) {
    background: #3ca7b6; /*00e9fe*/
}

.dates .date-section:nth-child(3) {
    background: #E12a7b;  /*6beb98*/
}

.dates .date-section:nth-child(4) {
    background: #342b7c;
}

.dates .date-section:nth-child(5) {
    background: #f4b92f;
}

.dates .date-section:nth-child(6) {
    background: #ff7128;
}

.dates .date-section:nth-child(7) {
    background: #3ca7b6;
}

.dates .date-section:nth-child(8) {
    background: #E12a7b;
}

.dates .date-section:nth-child(9) {
    background: #342b7c;
}

.dates .date-section:nth-child(10) {
    background: #f4b92f;
}

.dates .date-section:nth-child(11) {
    background: #ff7128;
}






.batch {
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px;
    margin-left: 15px;
    flex: 1;
    max-width: 400px;
}

.batch span {
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 2px 6px;

    font-family: "Gotham A", "Gotham B";
}

.batch h4 {
    width: auto;
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.batch p {
    color: #000;
    font-size: 14px;
    position: relative;
    display: flex;
    font-family: "Gotham A", "Gotham B";
    padding-left: 20px;
}

.batch p::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/location-icon.png) no-repeat;
    background-size: contain;
    display: block;
    margin-right: 5px;
    margin-top: 2px;
    position: absolute;
    left: 2px;
}

.location {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #000;
    padding-left: 10px;
    width: 160px;
}

.location img {
    width: 70px;
}

.location h4 {
    margin: 0;
    margin-bottom: 8px;
}

.location a {

    font-family: "Gotham A", "Gotham B";
    border: 2px solid #000;
    padding: 4px 8px;
    font-weight: bold;
    background: #000;
    color: #fff;

    transition: .5s all;
    ;
}

.location a:hover {
    background: #fff;
    color: #000;
}

.inv .batch {
    margin: 0;
    margin-left: 15px;
}

.inv .location {
    border: none;
    border-right: 1px solid #000;
    padding-right: 10px;
}

.next-step {
    padding: 40px 0 10px;
    background: #db3e4b;
    margin-bottom: -70px;
}

.next-step h3 {
    text-align: center;
}

.next-step ul {
    color: #000;
    margin: 20px 0;
    font-family: 'Sofia Pro';
    font-size: 16px;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
}

.next-step ul li:not(:last-child) {
    margin-right: 1rem;
}

.next-step ul li:nth-child(2) {
    display: none;
}

.next-step a {
    font-weight: 800;
    border: 1px solid #000;
    font-size: 12px;
    padding: 10px 16px;
    text-transform: uppercase;
}

.next-step * {
    display: none;
}

/**/

.about-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* font-family: 'Sofia Pro'; */
    /* background: #393944;     */
    background: #3a5dab;
}

.about-section h3 {
    font-weight: 600;
    color: #ffffff;
    font-size: 27px;
    margin-bottom: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* margin-left: -35px; */
    font-family: Gotham A, Gotham B;
    font-size: 3em;
}

/* .about-section h3::before {
    content: "";
    height: 2px;
    width: 25px;
    background: #fff;
    margin-right: 10px;
} */

.about-section p {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    /* margin-bottom: 1.5rem; */
    /* font-family: 'Sofia Pro'; */
    line-height: 1.5;
    font-size: 1em;
}

.about-section>div>img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.about-section--left {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-section--right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section--text {
    width: 650px;
    padding: 25px 25px;
}

.parsons {
    display: flex;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}

.parsons h5 {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    border-left: 1px solid #797979;
    padding: 4px 0;
    padding-left: 15px;
}

.parsons h5 span {
    font-weight: 700;
}

.parsons img {
    margin-right: 15px;
    width: auto;
    height: 75px;
    object-fit: contain;
}

.curriculum-section {
    display: grid;
    grid-template-columns: 1fr;
}

.curriculum-single {
    display: flex;
    width: 100%;
}

.curriculum-single:nth-child(1) {
    background: #08a185;
}

.curriculum-single:nth-child(2) {
    background: #8259c1;
}

.curriculum-single:nth-child(3) {
    background: #51515d;
}

.curriculum-single:nth-child(4) {
    background: #88552b;
}

.curriculum-single:nth-child(5) {
    background: #6e815e;
}

.curriculum-single:nth-child(6) {
    background: #3b788f;
}

.curriculum-single:nth-child(7) {
    background: #384e68;
}

.curriculum-single:nth-child(8) {
    background: #7d6472;
}

.curriculum-single:nth-child(9) {
    background: #6e8d8a;
}

.curriculum-single:nth-child(10) {
    background: #9a9665;
}

.curriculum-single:nth-child(11) {
    background: #c64462;
}

.curriculum-single:nth-child(12) {
    background: #c77249;
}

.curriculum-section .curriculum-single>img {
    width: 30%;
}

.curriculum-single-text-inner {
    /* width: 375px; */
}

.curriculum-single-text-inner p {
    font-size: 18px;
}

.curriculum-single-text {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
}

.eligibilitynfees {
    background: #2b4a90;
    display: flex;
    justify-content: center;
    padding: 45px;

}

.eligibility {
    width: 400px;
    display: flex;
    padding: 70px;
    box-sizing: content-box;
    border: 2px solid #9c9ca0;
    align-items: center;
}

.eligibility:first-child {
    margin-right: 25px;
}

.eligibility img {
    margin-right: 22px;
}

.eligibility h2 {
    font-family: "Gilroy";
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}

.eligibility p {
    font-family: 'Sofia Pro';
    font-weight: 300;
    color: #ffffff;
    font-size: 13px;
}

.contact {
    background: #393944;
    padding: 25px 0;
    background: #E12a7b; /*db3e4b*/
}

.contact-wrap {
    width: 1110px;
    max-width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.testimonial-video {
    display: flex;
}

.home-page-big-header-text {
    font-size: 35px;
}

@media (max-width: 62em) {
    .contact-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .testimonial-video {
        flex-direction: column;
    }
}

.contact-form {
    width: 625px;
    margin-right: 45px;
}

@media (max-width: 62em) {
    .contact-form {
        width: 100%;
        margin: 0;
        padding-right: 35px;
    }

}

.contact-form form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px 20px;
    padding-left: 35px;
}

.image-slider {
    width: 100%;
    overflow: hidden;
}

.image-slider-single {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.image-slider-single img {
    width: 100%;
}

@media (max-width: 37.5em) {
    .contact-form form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.contact-form .corm-h {
    margin-bottom: 12px;
    color: #fff;
}

.form-group>* {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-size: 19px;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    width: 100%;
    outline: none;
    background: transparent;
}


.form-group>*::placeholder {
    color: #fff;
}

.form-group input[type="button"] {
    width: 100px;
    font-family: 'Gotham';
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #fff;
    background: transparent;
    height: 40px;
    line-height: 38px;
    padding-bottom: 0;
}

.form-group textarea {
    resize: none;
}

.form-group select {
    color: #fff;
}

.form-group select option {
    color: #fff;
}

.contact-address {
    font-family: 'Sofia Pro';
    width: 410px;
    padding-left: 20px;
}

@media (max-width: 62em) {
    .contact-address {
        width: 100%;
        padding-left: 40px;
        margin-top: 30px;
    }
}

.contact-address .corm-h {
    margin-left: -40px;
    margin-bottom: 5px;
    color: #fff;
}

.contact-address address,
.contact-address .address {
    font-weight: 400;
    color: #ededed;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 2rem;
}

@media (max-width: 62em) {

    .contact-address address br,
    .contact-address .address br {
        display: none;
    }
}

.contact-address address span,
.contact-address .address span {
    font-weight: 400;
    color: #ededed;
    font-size: 14px;
    font-style: normal;
    display: block;
}

.contact-address address a,
.contact-address .address a {
    color: #3d3d3d;
    color: inherit;
}

.contact-address h4 {
    font-weight: 600;
    font-size: 27px;
    color: #fff;
    display: block;
    padding-bottom: 5px;
}



.corm-h {
    font-family: "Cormorant Garamond";
    font-style: italic;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 1.2rem;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.corm-h span {
    font-weight: 700;
}

.corm-h::before {
    content: "";
    height: 2px;
    width: 25px;
    background: #fff;
    margin-right: 10px;
}

.text-block-big {
    position: relative;
    min-height: 225px;
}

.rotated-a {
    writing-mode: tb;
    transform: rotate(180deg);
    position: absolute;
    left: -100px;
    top: 12px;
    font-size: 32px;
    border-left: 1px solid #fff;
    color: white;
    text-transform: uppercase;
    font-family: Gotham A, Gotham B;
    font-weight: 900;
    transition: .5s all;

}

.rotated-a:hover {
    color: #000;
    border-color: #000;
}

.rotated-b {
    writing-mode: tb;
    /* transform: rotate(-180deg); */
    font-size: 16px;
    border-left: 1px solid #fff;
    color: white;
    text-transform: uppercase;
    font-family: Gotham A, Gotham B;
    font-weight: 600;
    transition: .5s all;
    position: absolute;
    position: absolute;
    right: -100px;
    top: 0;
}

.text-block-big:last-child {
    margin-right: 8%;
}

.rotated-b:hover {
    color: #000;
    border-color: #000;
}

.appl-btn {
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 13px;
    /* display: block; */
    margin-top: 0px;
    width: 50px;
    height: 245px;
    word-break: break-all;
    line-height: 1.2;
}

.accordion__container {
    /* border: 1px solid blue; */
    overflow: hidden;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #fff;
    margin: 0 50px;
}

.accordion__container::after {
    content: ' ';
    display: table;
    clear: both;
}

.accordion__item-wrapper {
    margin-left: -1px;
    margin-right: -1px;
}

.accordion__item {
    height: 500px;
    width: 50px;
    float: left;
    background-color: #ffcece;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion__item.state-collapsed {
    width: 50px;
}

.accordion__item.state-active {
    width: calc(100% - 250px);
}

.curriculum-single {
    height: 100%;
    flex-wrap: wrap;
}

.curriculum-single h2 {
    width: 50px;
    height: 100%;
    writing-mode: tb;
    text-align: right;
    transform: rotate(180deg);
    padding: 15px 0;
    cursor: pointer;
}

.curriculum-single img {
    width: calc(50% - 50px);
    object-fit: cover;
}

.curriculum-single:nth-child(1) {
    background: #f1f2f2;
}

/* .curriculum-single:nth-child(1) h2{
    background: #000;
} */
.accordion__item-wrapper .accordion__item:nth-child(1) .curriculum-single {
    background: #3ca7b6;
}

.accordion__item-wrapper .accordion__item:nth-child(2) .curriculum-single {
    background: #E12a7b;
}

.accordion__item-wrapper .accordion__item:nth-child(3) .curriculum-single {
    background: #2abaa2;
}

.accordion__item-wrapper .accordion__item:nth-child(4) .curriculum-single {
    background: #f4b92f;
}

.accordion__item-wrapper .accordion__item:nth-child(5) .curriculum-single {
    background: #ff7128;
}
.accordion__item-wrapper .accordion__item:nth-child(6) .curriculum-single {
    background: #2abaa2;
}


.accordion__container--2 .accordion__item-wrapper .accordion__item:nth-child(1) .curriculum-single {
    background: #ff7128;
}

.accordion__container--2 .accordion__item-wrapper .accordion__item:nth-child(2) .curriculum-single {
    background: #f4b92f;
}

.accordion__container--2 .accordion__item-wrapper .accordion__item:nth-child(3) .curriculum-single {
    background: #ed202e;
}

.accordion__container--2 .accordion__item-wrapper .accordion__item:nth-child(4) .curriculum-single {
    background: #E12a7b;
}

.accordion__container--2 .accordion__item-wrapper .accordion__item:nth-child(5) .curriculum-single {
    background: #3ca7b6;
}
.accordion__container--2 .accordion__item-wrapper .accordion__item:nth-child(6) .curriculum-single {
    background: #ed202e;/*eafc3e*/
}

.inner-spread {
    height: 500px;
    overflow: hidden;
}

.inner-spread .home-page-image {
    height: 500px;
    object-fit: cover;
    object-position: bottom;
    margin: 0 !important;
}

.home-page-logo {
    top: 50%;
}

#loading-overlay {
    display: none !important;
}

.text-block-big .home-page-big-header-text {
    width: auto;
    margin: 0;
}

.text-block-big .home-wysiwyg {
    width: auto;
    margin: 0;
}

.curriculum-wraper {
    background: #d4d4d4;
}

.social-fixed {
    position: fixed;
    top: 80%;
    left: 0;
    transform: translateY(-50%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    z-index: 999999;
}

.testimon {
    font-weight: 300;
}

.testimon span {
    display: block;
    font-weight: 700;
}

/* .brand-yellow {
    color: #000000;
    background: #fff200;
} */

.home-page-image-bounds {
    max-height: calc(100vh - 0px);
}

@media (max-width: 62em) {
    .social-fixed {
        display: none;
    }

    .accordion__container {
        padding: 0;
        margin: 0;
    }
}

.social-fixed ul {
    width: 50px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.social-fixed ul li a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.social-fixed ul li:nth-child(1) a {
    background: #4267b2;
}

.social-fixed ul li:nth-child(2) a {
    background: #3f729b;
}

/*.social-fixed ul li:nth-child(3) a {*/
/*    background: grey;*/
/*}*/

.social-fixed ul li:nth-child(3) a {
    background: #D44638;
}

.social-fixed ul li:nth-child(4) a {
    background: firebrick;
}

.social-fixed ul li img {
    width: 20px;
}

.social-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 9999;
    display: none;
}

@media (max-width: 62em) {
    .social-footer {
        display: block;
    }
}

.social-footer ul {
    background: orangered;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}

.social-footer ul li a {
    height: 40px;
}

.social-footer ul li:nth-child(1) a {
    background: #34bd49;
}

.social-footer ul li:nth-child(2) a {
    background: #3f729b;
}

.social-footer ul li:nth-child(3) a {
    background: grey;
}

.social-footer ul li:nth-child(4) a {
    background: #D44638;
}

.social-footer ul li:nth-child(5) a {
    background: firebrick;
}

.social-footer ul li a {
    width: 100%;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-footer ul li a img {
    width: 20px;
}

.object-top {
    object-position: top !important;
}

.object-bottom {
    object-position: bottom !important;
}

.faq-wrapper {
    padding: 50px 0px;
}

.faq {
    padding: 0 30px;
}

i {
    margin-right: 1em;
}

.faq li {
    padding: 1.25em;
}

.faq li.q {
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    font-family: Gotham A, Gotham B;
    padding: 12px 0;
    font-weight: 700;
    display: flex;
    line-height: 1.3;
    border-bottom: 3px #ffed00 solid;
}

.faq li.ans {
    font-weight: bold;
    /* color: #6bba70; */
    /* background: #fff; */
    background: #db3e4b;
    font-size: 25px;
    display: none;
    font-family: "Mercury SSm A", "Mercury SSm B", sans-serif;
}

.faq li.ans ul {
    list-style: disc;
    padding: 0 25px;
}

.faq li.ans li {
    padding: 8px 0;
}

.owl-nav {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    background: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
}

@media (max-width: 1375px) {
    .logo img {
        width: 160px;
    }

    .navigation>ul li:not(:last-child) {
        margin-right: 8px;
    }

    .navigation {
        margin-left: 0;
    }

    .social {
        margin-right: 4px;
    }

    .header .red-edit {
        margin-left: 10px;
    }
}

@media (max-width: 1300px) {
    .curriculum-single-text-inner {
        width: auto;
        padding: 0 15px;
    }
}

@media (max-width: 1250px) {

    .navigation>ul li a:link,
    .navigation>ul li a:visited {
        font-size: 14px;
    }

    .social {
        display: none;
    }

    .affiliates-list {
        width: 100%;
    }

    .appl-btn {
        font-size: 14px;
    }
}

@media (max-width: 1150px) {
    .contact-number {
        display: none;
    }

    .header .red-edit {
        margin-left: auto;
        margin-right: 5px;
    }

    .date-section {
        flex-wrap: wrap;
        /* flex-direction: row-reverse; */
    }

    /* .inv{
        flex-direction: row;
    } */
    .location {
        order: 1;
        width: 100%;
        margin-bottom: 25px;
        border: none !important;
        padding: 0;
    }

    .batch {
        order: 2;
        flex: 48%;
        margin-bottom: 30px;
        max-width: none;
    }

    .inv .batch {
        margin-bottom: 30px;
    }
}





@media (max-width: 992px) {
    .about-section {
        flex-direction: column;
    }

    .about-section--left,
    .about-section--right {
        width: 100%;
    }

    .curriculum-section {
        grid-template-columns: 1fr;
    }

    .rev {
        flex-direction: row-reverse;
    }

    .eligibilitynfees {
        flex-direction: column;
    }

    .eligibility {
        width: 100%;
        box-sizing: border-box;
    }

    .eligibility:first-child {
        margin-right: 0;
        margin-bottom: 2.5rem;
    }

    .appl-btn {
        display: block;
        width: 100%;
    }

    .text-block-big h4 {
        position: static;
        transform: none;
        writing-mode: horizontal-tb;
        padding-left: 15px;
    }

    .rotated-a {
        writing-mode: horizontal-tb;
        transform: none;
        position: static;
        border: none;
        border-bottom: 1px solid #fff;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .rotated-b {
        writing-mode: horizontal-tb;
        transform: none;
        position: static;
        border: none;
        border-bottom: 1px solid #fff;
        font-size: 20px;
    }

    .text-block-big {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .text-section {
        padding: 2em;
    }

    .inner-spread .home-page-image {
        width: 100%;
        display: block;
        height: 500px;
        object-fit: cover;
    }

    .curriculum-single h2 {
        transform: none;
        writing-mode: horizontal-tb;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 5px 5px;
        margin-bottom: 0;
    }

    .accordion__item.state-collapsed {
        width: auto;
        height: auto;
    }

    .accordion__item.state-active {
        width: 100%;
        height: auto;
    }

    .accordion__item {
        height: 50px;
        width: 100%;
        transition: all 500ms ease;
    }

    .accordion__container {
        border: none;
    }

    .curriculum-single-text {
        width: 100%;
        padding: 0 15px 10px;
    }

    .curriculum-single img {
        width: 100%;
    }

    .parsons {
        flex-direction: column;
    }

    .inner-spread {
        height: auto !important;
    }

    .inner-spread .home-page-image {
        height: auto !important;
    }



}

   .brand-purple{
    font-size: 26px;
    background-color: #342b7c;
    padding: 10px;
    border-radius: 18px;
    }


@media (max-width: 768px) {
    .curriculum-single-text-inner {
        width: calc(100% - 35px);
        padding: 15px;
    }

    .curriculum-single-text {
        justify-content: flex-end;
    }

    .batch {
        flex: 100%;
        margin: 0 0 30px !important;
    }

    .hor-form {
        bottom: 25px !important;
        width: 94%;
    }

    .ban-but {
        padding: 6px 8px;
        margin-bottom: 6px;
    }

    .home-page-logo {
        top: 25% !important;
    }

    .inner-spread .home-page-logo {
        top: 50% !important;
    }

    .logo-image-spread {
        padding-bottom: 350px !important;
        background-color: #55e2cb;
    }

    .inner-spread.logo-image-spread {
        padding-bottom: 0 !important;
    }

    .inner-spread .brand-white {
        font-size: 26px;
    }

    .brand-yellow {
        font-size: 1.2rem !important;
    }
    .brand-purple{
    font-size: 10px;
    background-color: #342b7c;
    padding: 10px;
    border-radius: 18px;
    }

}


@media (max-width: 600px) {
    .curriculum-single {
        flex-direction: column;
    }

    .rev {
        flex-direction: row-reverse;
        flex-direction: column;
    }

    .curriculum-single-text,
    .curriculum-section .curriculum-single>img {
        width: 100%;
    }

    .eligibility {
        padding: 2rem;
    }

    .eligibility img {
        width: 5rem;
    }
}

.glass-style {
    /* position: relative; */
    z-index: 1000;
    width: 100%;
    /* max-width: 500px; */
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(25px);
    background-color: #42398b;
}
.glass-style .hero-title {
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    text-align: center;
  
}


@media screen and (max-width: 1200px) {
    .hero-vd{
        position: unset !important;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .glass-style {
       
        background-color: #42398b;
    }

    .brand-yellow {
        color: #e12a7b;
        font-size: 3rem;
    }

    .brand-white, .search-input-text #s {
        text-align: center !important;
    }

    
  }

  @media screen and (max-width: 580px) {
    .hero-vd{
        width: 100% !important;
    }

  }

  @media screen and (max-width: 1058px) {

    .brand-yellow {
        font-size: 2rem;
    }

  }

  @media screen and (max-width: 480px) {

    .glass-style .hero-title {
        padding-bottom: 0px;
        font-size: 2rem;
    }
  

    .glass-style {
       
        padding: 20px;
        
    }

  }
  
  .meeta-features-section {
    background: #e12a7b;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.section-padding {
    padding-top: 150px;
    padding-bottom: 150px;
}

.meeta-features-section .shape-2 {
    position: absolute;
    top: 8%;
    right: -60px;
    z-index: -1;
}

.meeta-features-section::before {
    position: absolute;
    content: '';
    background-image: url(../images/shape/features-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.meeta-section-title-2 {
    margin-bottom: 55px;
}


.feature-item {
    background: #fff;
    padding: 40px 20px 50px;
    height: 100%;
}

.feature-item .feature-content {
    margin-top: 40px;
}






@media only screen and (max-width: 991px){
.feature-item.feature-1 {
    margin-top: 50px;
}

.feature-item.feature-2 {
    margin-top: 30px;
}
.feature-item.feature-4 {
    margin-top: 30px;
}
}


*, :after, :before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.swiper_main .heading {
    color: #131313;
    font-size: 3.3em;
    font-weight: 800;
    letter-spacing: 0;
    line-height: normal;
    max-width: 100%;
    padding: 1.25em 0 0.75em;
    text-align: center;
}

.swiper_main .atlas_life_swiper {
    position: relative;
}

.swiper_main .atlas_life_swiper .arrows_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 90%;
    width: 100%;
}
.swiper_main .atlas_life_swiper .arrows_wrapper .left_arrow, .swiper_main .atlas_life_swiper .arrows_wrapper .right_arrow {
    background: #fff;
    cursor: pointer;
    display: block;
    max-width: 3.5em;
    object-fit: contain;
    width: 100%;
    z-index: 1;
}
.swiper_main .atlas_life_swiper .arrows_wrapper .swiper-pagination {
    align-items: center;
    border-top: 2px dashed #ee4e56;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: space-around;
    left: 0;
    margin: 0 auto;
    max-height: 4em;
    max-width: 80%;
    position: absolute;
    right: 0;
    top: 1.8em;
    width: 100%!important;
    z-index: 0;
}

.swiper_main .atlas_life_swiper .arrows_wrapper .left_arrow, .swiper_main .atlas_life_swiper .arrows_wrapper .right_arrow {
    background: #fff;
    cursor: pointer;
    display: block;
    max-width: 3.5em;
    object-fit: contain;
    width: 100%;
    z-index: 1;
}





.swiper_main .atlas_life_swiper .arrows_wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ee4e56 !important;
    border: 0.5em solid #fff !important;
    max-height: 3.813em !important;
    max-width: 3.813em !important;
    min-height: 3. !important;
    min-width: 3.813em !important;
    outline: auto !important;
    outline-color: #ee4e56 !important;
}

.swiper_main .atlas_life_swiper .arrows_wrapper .swiper-pagination .swiper-pagination-bullet-active>img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 25% auto;
    max-width: 50%;
    width: 100%;
}

 .swiper_main .atlas_life_swiper .arrows_wrapper .swiper-pagination .swiper-pagination-bullet {
    -webkit-appearance: none ;
    appearance: none ;
    background-color: #9a9a9a ;
    border: 0.5em solid #ddd ;
    border-radius: 50% ;
    cursor: pointer ;
    height: 100% ;
    margin: 0 3em ;
    max-height: 2em ;
    max-width: 2em ;
    min-height: 2em ;
    min-width: 2em ;
    opacity: 1 ;
    position: absolute ;
    position: relative ;
    top: -2em ;
    transition: all .2s linear ;
    width: 100% ;
}

 .swiper_main .atlas_life_swiper .arrows_wrapper .swiper-pagination .swiper-pagination-bullet-active>img {
    align-items: center;
    display: flex !important;
    justify-content: center;
    margin: 25% auto;
    max-width: 50%;
    width: 100%;
}

.swiper_main .atlas_life_swiper .arrows_wrapper .swiper-pagination .swiper-pagination-bullet>img {
    display: none;
}

.swiper_main .atlas_life_swiper .swiper {
    padding-top: 5em;
}

swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}


.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
    z-index: 1;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
}


.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform;
}

 .swiper_main .atlas_life_swiper .life_slide_box {
    cursor: grab;
    margin-bottom: 6.25em;
}

 .swiper_main .atlas_life_swiper .life_slide_box .row {
    align-items: center;
}

 .swiper_main .atlas_life_swiper .life_slide_box .text_container {
    padding-left: 6.375em;
}

img {
    height: auto;
    object-fit: cover;
}

 .swiper_main .atlas_life_swiper .life_slide_box .text_container .coloured_text {
    color: #00b2ba;
    font-family: Poppins,sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    margin: 1em 0 0.75em;
    text-align: left;
}

 .swiper_main .atlas_life_swiper .life_slide_box .text_container .heading {
    color: #212529;
    font-size: 3.438em;
    font-weight: 800;
    letter-spacing: 0;
    line-height: normal;
    max-width: 70%;
    padding: 0;
    text-align: left;
}

 .swiper_main .atlas_life_swiper .life_slide_box .text_container .description {
    color: #212529;
    font-family: Poppins,sans-serif;
    font-size: 1.5em;
    letter-spacing: 0;
    line-height: normal;
    margin: 1em 0 0;
    max-width: 75%;
    text-align: left;
}

@media (max-width: 1920px){
.my_container {
    margin: 0 auto;
    max-width: 1620px;
    padding: 0;
}
}






@media (max-width: 992px) {
    
    .carousel-caption {
    position: absolute;
    /* right: 60%; */
    bottom: 1.25rem;
    top: 3%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 19rem;
    color: #fff;
    text-align: left;
    font-size: 13px;
}
 
}

@media (max-width: 768px) {
    
    .carousel-caption {
    position: absolute;
    /* right: 60%; */
    bottom: 1.25rem;
    top: 10%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 13rem;
    color: #fff;
    text-align: left;
    font-size: 8px;
}
.d-flex-summer {
    display: grid !important;
}
 }

@media (max-width: 576px) {
    .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
    opacity: 0;
        
    }
    .text-section {
     overflow: none !important; 
    padding: 4em;
    padding-top: 5em;
}

.carousel-caption {
    position: absolute;
    /* right: 60%; */
    bottom: 1.25rem;
    top: 10%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 6rem;
    color: #fff;
    text-align: left;
    font-size: 4px;
    
}

.desktop-spacing {
    padding-right: 0px;
    padding-bottom: 15px;
}

 }




 






