/* APPRENT TOP BANNER STYLING */

.apprent-top-banner {
    background-image: linear-gradient(
        #1d00cf,
        #1d00cf,
        #00023f,
        #00023f,
        #00023f
    );
    padding: 70px 0;
    position: relative;
}

.apprent-top-banner::before {
    content: "";
    background: url("../assets/images/apprent/dots-pattern.png") no-repeat center;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 38%;
    transform: translateY(-38%);
    right: 0;
    background-size: contain;
    display: block;
    z-index: 1;
}

.apprent-top-banner .heading-text {
    text-align: center;
    padding-bottom: 70px;
    max-width: 1000px;
    margin: 0 auto;
}

.apprent-top-banner .heading-text span {
    display: block;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 33px;
    font-weight: 500;
    line-height: normal;
}

.apprent-top-banner .heading-text h2 {
    margin: 0 0 0;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 64px;
    line-height: normal;
}

.apprent-top-banner .heading-text p {
    margin: 24px 0 0;
    color: #fff;
    font-family: "Rubik", sans-serif;
    line-height: 1.36;
    font-size: 22px;
    font-weight: 300;
}

.apprent-top-banner .heading-text a {
    font-family: "Rubik", sans-serif;
    display: inline-block;
    background: #fff;
    color: #ff63b1;
    font-size: 30px;
    font-weight: 600;
    border-radius: 10px;
    min-width: 217px;
    padding: 10px;
    transition: all 0.3s;
    margin-top: 40px;
}

.apprent-top-images ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.apprent-top-images ul li {
    width: 25%;
    padding: 0 12px;
}

.apprent-top-images ul li:nth-child(even) {
    margin-top: 55px;
}

.apprent-top-images ul li img {
    height: 425px;
    object-fit: cover;
}

/* APPENT SECTION STYLING */

.section-padding {
    padding: 70px 0;
}

.multi-chain-section {
    background-color: #00023f;
}

.multi-chain-section h2 {

}

.video-card2 {
    border-radius: 30px;
    height: 233px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: 0.5s ease;
    transform: translateY(0px);
    display: block;
    filter: brightness(0.8);
}

.video-card2:hover {
    transform: translateY(-5px);
    filter: brightness(1);
}

.video-card2 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-card2 .play-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.features-card-container {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
    justify-content: center;
}

.card-container-column {
    padding-left: 12px;
    padding-right: 12px;
    width: 20%;
}

.card-with-left-icon {
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-image: linear-gradient(90deg, #000c5e 100%, #000c5e);
    min-height: 120px;
    transform: translateY(0);
    transition: .5s ease;
}

.card-with-left-icon:hover {
    transform: translateY(-5px);
    border-right-color: #284ac1 !important;
    background-image: linear-gradient(90deg, #000c5e 80%, #0c257c);
}

.card-with-left-icon .card-icon {
    width: 40px;
    background-color: #0c257c;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: .5s ease;
}

.card-with-left-icon:hover .card-icon {
    background-color: #284ac1;
    color: #fff !important;
}

.card-with-left-icon .card-content {
    width: calc(100% - 40px);
    padding-left: 16px;
}

.powerful-features-section {
    background-color: #00023f;
}

.card-width-right-banner {
    display: flex;
    flex-wrap: wrap;
    background-image: linear-gradient(170deg, #000c5e, #0c257c);
    border-radius: 30px;
    padding: 32px;
    transition: .5s ease;
    transform: translateY(0);
}

.card-width-right-banner:hover {
    background-image: linear-gradient(170deg, #0c257c, #000c5e);
    transform: translateY(-5px);
}

.card-width-right-banner .card-content {
    width: calc(100% - 250px);
    padding-right: 24px;
}

.card-width-right-banner .card-content p {
    color: #6f8198;
}

.card-width-right-banner .card-banner {
    width: 250px;
}


.apprenticeship-wrapper {
    background-color: #00023f;
    padding: 60px 0 70px;
}

.apprenticeship-wrapper h2 {
    color: #fff;
    margin: 0 0 35px;
    font-family: "Rubik", sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 1;
}

.apprenticeship-wrapper h2 small {
    font-size: 30px;
    color: #ff63b1;
    display: block;
}

.apprenticeship-wrapper h4 {
    color: #fff;
    margin: 0 0 0;
    font-family: "Rubik", sans-serif;
    line-height: 1.3;
    font-size: 30px;
    font-weight: 500;
    padding: 15px 0 39px;
    max-width: 700px;
}

.apprenticeship-wrapper p {
    color: #fff;
    margin: 0 0 0;
    /*max-width: 437px;*/
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
}

.apprenticeship-wrapper .left-text .btn {
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 50px;
}

.apprenticeship-wrapper .right-text .top-img-here img {
    /*max-width: 100%;*/
    max-width: 500px;
    width: 100%;
    display: inline-block;
}

.apprenticeship-wrapper .right-text .bottom-img-here {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-left: -230px;
    padding-top: 90px;
}

.apprenticeship-wrapper .right-text .bottom-img-here img {
    width: calc(50% - 33px);
    max-width: 100%;
    display: inline-block;
}

.apprenticeship-wrapper .right-text .bottom-img-here div {
    width: calc(50% - 33px);
}

/* TESTIMONIAL */

.apprent-testimonial-wrapper {
    padding-top: 60px;
    background: url("../assets/images/apprent/testimonial-bg.png") no-repeat top center / cover;
}

.apprent-testimonial-text {
    background: url("../assets/images/mock-interview/quotes-img.png") no-repeat top left;
    background-size: 40px;
    padding-left: 65px;
}

.apprent-testimonial-text p {
    margin: 0 0 24px;
    color: #fff;
    line-height: 1.5;
    font-style: italic;
    font-family: "agaramond";
    font-size: 24px;
}

.apprent-testimonial-text h4 {
    margin: 0 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.apprent-testimonial-text span {
    display: block;
    font-size: 14px;
    color: #7fb7f8;
    font-weight: 400;
    padding: 0;
}

.apprent-testimonial-text small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #bcbcbc;
}

/* PROFESSOR CIRCLE STYLING */

.appent-professor-wrapper {
    background-color: #00023f;
    padding: 60px 0;
}

.appent-professor-wrapper h2 {
    color: #fff;
    line-height: 1.33;
    font-size: 48px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    text-align: center;
    margin: 0 0 0;
}

.appent-professor-slider .inner-item {
    margin: 0 12px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.appent-professor-slider .inner-item img {
    height: 324px;
    object-fit: cover;
}

.appent-professor-slider .inner-item .text {
    position: absolute;
    background-image: linear-gradient(
        to bottom,
        rgba(29, 0, 207, 0) 24%,
        #1a01c7 84%
    );
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding: 25px 20px;
}

.appent-professor-slider .inner-item .text h5 {
    margin: 0 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
}

.appent-professor-slider .inner-item .text p {
    margin: 8px 0 0;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
}

.appent-professor-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 50px 0px 0;
}

.appent-professor-slider ul.slick-dots li {
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}

.appent-professor-slider ul.slick-dots li button {
    display: none;
}

.appent-professor-slider ul.slick-dots li.slick-active {
    background-color: #ff63b1;
    border: solid 1px #ff63b1;
}

/* PREVIOUS PROGRAM STYLING */

.previous-program-wrapper {
    background-color: #0d1422;
    padding: 70px 0;
    position: relative;
}

.previous-program-wrapper::after {
    content: "";
    background: url("../assets/images/apprent/double-arrow-left.png") no-repeat center;
    width: 300px;
    height: 240px;
    position: absolute;
    bottom: 40px;
    right: 0;
    opacity: 0.9;
    background-size: contain;
    display: block;
    z-index: 1;
}

.previous-program-wrapper::before {
    content: "";
    background: url("../assets/images/apprent/double-arrow-right.png") no-repeat center;
    width: 300px;
    height: 240px;
    position: absolute;
    bottom: 40px;
    left: 0;
    opacity: 0.9;
    background-size: contain;
    display: block;
    z-index: 1;
}

.flying-images {
    padding: 150px 60px 0;
}

.flying-images ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.flying-images ul li {
    position: relative;
    opacity: 0.85;
}

.flying-images ul li:nth-child(1) {
    z-index: 6;
}

.flying-images ul li:nth-child(1) img {
    transform: rotate(-24deg) translate(81px, 0px);
    z-index: 6;
}

.flying-images ul li:nth-child(2) img {
    transform: rotate(8deg) translate(-9px, -100px);
    z-index: 5;
}

.flying-images ul li:nth-child(3) img {
    transform: rotate(-8deg) translate(-22px, -147px);
}

.flying-images ul li:nth-child(4) img {
    transform: rotate(8deg) translate(-71px, -136px);
}

.flying-images ul li:nth-child(5) img {
    transform: rotate(-8deg) translate(-51px, -100px);
}

.flying-images ul li:nth-child(6) img {
    transform: rotate(30deg) translate(-113px, 15px);
}

.flying-images ul li img {
    border-radius: 15px;
}

.previous-program-wrapper .text {
    text-align: center;
    max-width: 721px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    margin-top: -100px;
}

.previous-program-wrapper .text h2 {
    color: #fff;
    margin: 0 0 0;
    font-family: "Rubik", sans-serif;
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
}

.previous-program-wrapper .text h2 small {
    display: block;
    font-size: 70px;
}

.previous-program-wrapper .text p {
    color: #fff;
    margin: 35px 0 0;
    line-height: 1.36;
    font-size: 22px;
    font-weight: 300;
    font-family: "Rubik", sans-serif;
}

.previous-program-wrapper .text .btn {
    margin-top: 25px;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    font-weight: 600;
    border-radius: 10px;
}

/* HOME LATEST JOB POST SECTION */

.nh-latest-job-section {
    background: #00023f;
    padding: 60px 0 70px;
}

.nh-latest-job-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nh-latest-job-heading h3 {
    font-family: "Rubik", sans-serif;
    margin: 0 0 0;
    line-height: 1.44;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.nh-latest-job-heading a {
    font-family: "Rubik", sans-serif;
    display: inline-block;
    color: #ff63b1;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.nh-latest-job-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nh-job-box {
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 20px 30px;
    margin: 40px 12px 0;
}

.nh-job-box .job-box-head {
    position: relative;
}

.verified-user-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.verified-user-icon img {
    max-width: 26px;
    margin-left: 10px;
}

.job-box-head h4 {
    font-family: "Rubik", sans-serif;
    color: #1d00cf;
    margin: 0 0 0;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 7px;
    padding-right: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-box-head .company-rating {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.job-box-head .company-rating strong {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    margin-right: 10px;
    color: #000;
}

.job-box-head .company-rating .rate-stars {
    display: flex;
}

.job-box-head .company-rating .rate-stars i {
    display: inline-block;
    margin-right: 2px;
    color: #c4c4c4;
    font-size: 13px;
}

.job-box-head .company-rating .rate-stars i.active {
    color: #ff63b1;
}

.job-box-head .company-rating span {
    font-family: "Rubik", sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 4px;
    color: #000;
}

.job-box-head .text-address {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #646c7b;
    display: flex;
    align-items: center;
}

.job-box-head .text-address i {
    color: #ff63b1;
    display: inline-block;
    margin-right: 7px;
}

.job-box-head ul.company-offer-list {
    padding: 5px 0 0;
    margin: 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.job-box-head ul.company-offer-list li {
    font-family: "Rubik", sans-serif;
    border-radius: 5px;
    background-color: #f4f4f4;
    color: #646c7b;
    line-height: 1.08;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
}

.job-box-head ul.company-hiring-list {
    padding: 5px 0 15px;
    margin: 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.job-box-head ul.company-hiring-list li {
    font-family: "Rubik", sans-serif;
    display: flex;
    align-items: center;
    color: #646c7b;
    line-height: 1.42;
    font-size: 12px;
    font-weight: 500;
    margin-right: 22px;
    margin-top: 10px;
}

.job-box-head ul.company-hiring-list li img {
    max-width: 16px;
    display: inline-block;
    margin-right: 4px;
}

.job-box-head .text {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    color: #000;
    padding-bottom: 32px;
}

.job-box-head .job-post-date {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.42;
    padding-top: 15px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.job-box-head .job-post-date span {
    color: #ff63b1;
}

.slick-slide {
    height: auto !important;
}

@media (max-width: 991.98px) {
    .nh-latest-job-heading h3 {
        font-size: 30px;
    }

    .nh-latest-job-heading a {
        font-size: 16px;
    }

    .job-box-head .company-rating strong {
        font-size: 14px;
        line-height: 1.2;
    }

    .job-box-head h4 {
        font-size: 18px;
    }

    .job-box-head .text-address {
        font-size: 12px;
    }

    .verified-user-icon img {
        max-width: 16px;
    }

    .job-box-head .text {
        font-size: 12px;
    }

    .nh-job-box {
        padding: 20px 20px;
        margin-top: 30px;
    }

    .nh-latest-job-section {
        padding: 40px 0 50px;
    }
}

@media (max-width: 767.98px) {
    .nh-latest-job-heading {
        display: block;
        text-align: center;
    }
}

/* RESPONSIVE QUERIES */

@media (max-width: 1199.98px) {
    .apprent-top-banner .heading-text h2 {
        font-size: 50px;
    }

    .apprent-top-banner .heading-text span {
        font-size: 26px;
    }

    .apprenticeship-wrapper .right-text .bottom-img-here {
        margin-left: -100px;
    }

    .apprenticeship-wrapper .right-text .bottom-img-here img {
        width: calc(50% - 15px);
    }

    .apprenticeship-wrapper .right-text .bottom-img-here div {
        width: calc(50% - 15px);
    }

    .apprenticeship-wrapper p {
        font-size: 18px;
    }

    .apprenticeship-wrapper h2 small {
        font-size: 26px;
    }

    .apprenticeship-wrapper h2 {
        font-size: 50px;
    }

    .apprenticeship-wrapper h4 {
        font-size: 23px;
    }

    .flying-images {
        padding: 150px 0px 0;
    }

    .previous-program-wrapper .text h2 {
        font-size: 80px;
    }

    .previous-program-wrapper .text h2 small {
        font-size: 50px;
    }
}

@media (max-width: 1024.98px) {
    .card-container-column {
        width: 33.33%;
    }
}

@media (max-width: 991.98px) {
    .aos-init {
        opacity: 1 !important;
        transform: translateZ(0) !important;
    }

    .apprent-top-banner .heading-text h2 {
        font-size: 40px;
    }

    .apprent-top-banner .heading-text span {
        font-size: 22px;
    }

    .apprent-top-banner .heading-text p {
        margin: 15px 0 0;
        font-size: 18px;
    }

    .apprent-top-banner .heading-text a {
        font-size: 22px;
        min-width: 160px;
        margin-top: 25px;
    }

    .apprent-top-images ul li:nth-child(even) {
        margin-top: 0;
    }

    .apprent-top-images ul li {
        width: 50%;
        margin-top: 30px !important;
    }

    .apprent-top-banner .heading-text {
        padding-bottom: 30px;
    }

    .apprent-top-banner {
        padding: 60px 0;
    }

    .apprenticeship-wrapper {
        padding: 0px 0 60px;
    }

    .apprenticeship-wrapper h2 small {
        font-size: 22px;
    }

    .apprenticeship-wrapper h2 {
        font-size: 40px;
        padding-top: 35px;
    }

    .apprenticeship-wrapper h4 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .apprenticeship-wrapper p {
        font-size: 17px;
    }

    .apprenticeship-wrapper .left-text .btn {
        font-size: 20px;
        margin-top: 30px;
    }

    .apprenticeship-wrapper .right-text .bottom-img-here {
        margin-left: 0;
        padding-top: 50px;
    }

    .apprenticeship-wrapper .row {
        flex-direction: column-reverse;
    }

    .previous-program-wrapper .text h2 {
        font-size: 60px;
    }

    .previous-program-wrapper .text h2 small {
        font-size: 36px;
    }

    .previous-program-wrapper .text p {
        margin: 30px 0 0;
        font-size: 18px;
    }

    .previous-program-wrapper .text .btn {
        margin-top: 30px;
        font-size: 22px;
    }

    .previous-program-wrapper {
        padding: 70px 0 60px;
    }

    .apprent-testimonial-wrapper {
        padding-bottom: 50px;
        text-align: center;
    }

    .apprent-testimonial-text p {
        line-height: 1.4;
        font-size: 22px;
    }

    .apprent-testimonial-img img {
        max-width: 400px;
        display: inline-block;
    }

    .apprent-testimonial-img {
        text-align: center;
    }

    .apprent-top-images ul li img {
        height: 400px;
    }

    .apprent-top-banner::before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .card-container-column {
        width: 50%;
    }

    .apprenticeship-wrapper .right-text .bottom-img-here div {
        width: 100%;
    }

    .apprent-top-banner .heading-text h2 {
        font-size: 36px;
    }

    .apprenticeship-wrapper h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .previous-program-wrapper .text h2 {
        font-size: 40px;
    }

    .previous-program-wrapper .text h2 small {
        font-size: 26px;
    }

    .flying-images {
        display: none;
    }

    .previous-program-wrapper .text {
        margin-top: 0;
    }

    .previous-program-wrapper {
        padding: 60px 0 60px;
    }

    .apprenticeship-wrapper p {
        max-width: 100%;
    }

    .apprenticeship-wrapper {
        text-align: center;
    }

    .apprenticeship-wrapper h2 small {
        padding-bottom: 7px;
    }

    .apprent-top-images ul li img {
        height: 360px;
    }
}

@media (max-width: 500.98px) {
    .card-container-column {
        width: 100%;
    }

    .fellowship-accordian-heading .text-here h3 {
        font-size: 20px !important;
        padding: 20px 0 !important;
    }

    .apprenticeship-wrapper .right-text .bottom-img-here {
        display: block;
    }

    .apprenticeship-wrapper .right-text .bottom-img-here p {
        width: 100%;
        margin-top: 30px;
    }

    .apprenticeship-wrapper .right-text .bottom-img-here img {
        width: 100%;
        max-width: 200px;
    }

    .apprent-top-images ul li img {
        height: 290px;
    }
}

/* COMMON STYLE */

.common-slides-button ul.slick-dots {
    justify-content: flex-start;
    list-style: none !important;
}

.common-slides-button .buttons-collage {
    position: relative;
    text-align: right;
    margin-top: -32px;
    margin-left: 150px;
}

.common-slides-button .buttons-collage .btn {
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 27px;
}

@media (max-width: 767.98px) {
    .common-slides-button .buttons-collage {
        margin-top: 0px;
        text-align: center;
        margin-left: 0px;
    }

    .common-slides-button .buttons-collage .btn {
        margin-top: 20px;
        padding: 7px 15px;
        font-size: 16px;
    }

    .common-slides-button ul.slick-dots {
        justify-content: center;
    }
}

.apprenticeship-slider .slick-list {
    padding: 0 150px 0 0 !important;
}

.apprenticeship-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 50px 0px 0;
}

.apprenticeship-slider ul.slick-dots li {
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}

.apprenticeship-slider ul.slick-dots li button {
    display: none;
}

.apprenticeship-slider ul.slick-dots li.slick-active {
    background-color: #ff63b1;
    border: solid 1px #ff63b1;
}

.apprenticeship-slider .slick-list {
    padding: 0 0px 0 0 !important;
}

.apprenticeships {
    background: #00023f;
    padding: 60px 0 0px;
}

.apprenticeships .heading-here h2 {
    color: #fff;
    line-height: 1.33;
    font-size: 48px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin: 0 0 0;
}


/* FELLOWSHIP ACCORDIAN STYLING */

.fellow-faqs-wrapper {
    background: #00023f;

    h3 {
        color: #fff;
    }
}

.fellow-accordian-wrapper ul.accordion {
    padding: 0 0 60px;
    margin: 0;
    list-style: none;
}

.sinlge-fellowship-accordian {
    border-top: 1px solid #353739;
    padding: 13px;
}

.sinlge-fellowship-accordian:last-child {
    border-bottom: 1px solid #353739;
}

.fellowship-accordian-heading a {
    display: flex;
    width: 100%;
    align-items: center;
    background: #fff;
    position: relative;
}

.fellowship-accordian-heading a::after {
    content: "";
    background: url('../../assets/images/fellowship/arrow-circle-right.svg') no-repeat center center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 40px;
}

.fellowship-accordian-heading .logo-here {
    background: #fff;
}

.fellowship-accordian-heading .logo-here.martian-scale {
    overflow: hidden;
}

.fellowship-accordian-heading .logo-here.martian-scale img {
    transform: scale(1.8);
}

.fellowship-accordian-heading .logo-here img {
    height: 129px;
    width: 240px;
    object-fit: contain;
    padding: 10px 20px;
}

.fellowship-accordian-heading .text-here {
    padding-left: 50px;
    padding-right: 90px;
}

.fellowship-accordian-heading .text-here h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    padding: 42px 0;
    margin: 0 0 0;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
}

.fellowship-accordian-heading .text-here span {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #ff63b1;
    display: block;
    font-weight: 600;
    line-height: 1.2;
    margin: 5px 0 0;
}

.fellowship-accordian-heading a.collapsed {
    background: transparent;
}

.fellowship-accordian-heading a.collapsed .text-here h3 {
    color: #fff;
}

.fellowship-accordian-heading a.collapsed::after {
    transform: translateY(-50%) rotate(0deg);
}

.apply-here a {
    word-break: break-all;
}

.fellowship-accordian-content {
    padding: 30px 0 15px;
}

.fellowship-accordian-content .mock-faqs-wrapper .container-fluid {
    max-width: 90%;
}

.fellowship-accordian-content p {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 300;
}

.fellowship-accordian-content ul li {
    color: #fff;
}

.fellowship-accordian-content p strong {
    font-weight: 600;
}

.fellowship-accordian-content h4 {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}

.fellowship-accordian-content h5 {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.fellowship-accordian-content p a {
    color: #ff63b1;
}

.fellowship-accordian-content p:last-child {
    margin-bottom: 0px;
}

.collage-single-img {
    margin-top: 24px;
}

.collage-single-img img {
    display: block;
    width: 100%;
}

.accordian-text-box {
    box-shadow: 0 17px 25px 0 rgba(0, 0, 0, 0.16);
    background-color: #ff63b1;
    text-align: center;
    padding: 25px 20px 35px;
}

.accordian-text-box h4 {
    margin: 0 0 0;
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}

.accordian-text-box .btn {
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    border-radius: 10px;
    background: #000;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 20px;
}
