@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    /* 100% = default 16px */
}

body {
    font-family: "Poppins", sans-serif;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

.fw-600 {
    font-weight: 600;
}

a {
    color: #3081ac;
}

section {
    padding: 70px 0px;
}

.banner-small-heading {
    font-size: 1rem;
    color: #2B6392;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .81px;
}

.banner-heading {
    font-size: 2.5rem;
    /* ~40px if root font size is 16px */
    font-weight: 700;
    line-height: 1.2;
    /* Thoda compact aur readable */
    text-transform: capitalize;
}

.banner-subheading {
    font-size: 1.25rem;
    /* ~20px */
    font-weight: 400;
    line-height: 1.4;
    text-transform: capitalize;
}

.innerBanner-heading {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2.3rem;
}

.inner-subheading {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6rem;
    /* text-transform: capitalize; */
}

.section-heading {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.3rem;
}

.box-sub-heading {
    font-size: .9rem;
    line-height: 1.3rem;
}

.section-sub-heading {
    font-size: 1.04rem;
    line-height: 1.4rem;
    font-weight: 500;
}

.formHeading {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6rem;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.quotesIcon {
    width: 52px;
}
.fc table {
    border-color: #eee;
}
.corner-img {
    position: absolute;
    bottom: -62px;
    right: 0;
    width: 88px;
}

.sectionSmlDescription {
    font-size: .71rem;
    line-height: 1rem;
}

.section-description {
    font-size: .94rem;
    line-height: 1.3rem;
}

.section-description2 {
    font-size: .9rem;
    /* 17px */
    line-height: 1.2rem;
    /* 20px */
}

ul li {
    font-size: .94rem;
    line-height: 1.3rem;
}

.box-heading {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4rem;
    text-transform: capitalize;
}

.educator-bx:hover .box-heading {
    color: #2B6392;
}

.blue-text {
    color: #2B6392;
}

.tj-primary-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    font-size: .8rem;
    line-height: 1;
    text-transform: capitalize;
    padding: 16px 28px;
    border: none;
    background-size: 200%;
    font-weight: 500;
    text-decoration: none;
}

.tj-primary-btn img {
    width: 6px;
}

.tj-white-btn {
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    color: #000;
}

.tj-blue-btn {
    background-image: linear-gradient(to right, #3399C0 0%, #2B6392 100%);
    color: #fff;
}

.tj-primary-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: 1s;
}

.tj-primary-btn:hover {
    color: #fff !important;
    background-position: -100%;
}

.tj-white-btn:hover {
    background-image: linear-gradient(to right, #3399C0 0%, #2B6392 100%);

}

.tj-white-btn:hover img {
    filter: invert(1);

}

.section-banner {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    height: 68vh;
}

.partner-banner {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;

}

.section-banner-n {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;

}

.resource-item .section-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo-item2 {
    display: inline-flex;
    width: 100%;
    height: 64px;
    background: #ffffff;
    margin: 12px 0px;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px #bebebe;
}

.fixed-top.navbar-light.colored.navbar-colored .btn-outline-light {
    color: #136599;
    border-color: #2d709a;
}

.fixed-top.navbar-light.colored.navbar-colored .searchbox-icon,
.fixed-top.navbar-light.colored.navbar-colored .searchbox-submit{
    color: #000000;
}

/*--------------------------------------------------------------
# home page css
--------------------------------------------------------------*/

.newsImgBx-wrap a {
    text-decoration: none;
    transition: 1s ease;
}

.newsName,
.slideNewsName {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eventHome .container {
    position: relative;
}

.newsForm,
.hnews-jx-wrapper {
    position: relative;
}

.eventHome .container::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: url('../img/corner-1.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    z-index: 1;
    transform: rotate(270deg);
}

.newsForm::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -3px;
    background: url('../img/corner.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.newsDate {
    font-weight: 600;
    font-size: 10px;
    color: #00377e;
}

.newsName {
    color: #000;
    font-weight: 600;
}

.hnews-jx {
    margin-bottom: 35px;
    border-left: 4px solid #D9D9D9;
    padding-left: 18px;
}

.newsForm input {
    border-radius: 0px;
    height: 42px;
}

.profile-card-wrapper,
.profile-card-wrapper-1 {
    position: relative;
}



.newsImgBx-wrap a {
    text-decoration: none;
    transition: 1s ease;
}

.newsName,
.slideNewsName {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eventHome .container {
    position: relative;
}

.logo-circle-wrapper-1 {
    display: flex;
    justify-content: end;
}




.logo-circle-n-1 {
    margin-right: -43px;
    position: relative;
    bottom: -162px;
}

.logo-circle-n-2 {
    margin-left: -41px;
    position: relative;
    bottom: -155px;
}

.logo-circle-n-3 {
    margin-right: -18px;
    position: relative;
    top: 75px;
}

.logo-circle-n-4 {
    margin-left: -18px;
    position: relative;
    top: 75px;
}

.logo-circle-n-5 {
    margin-right: 184px;
    position: relative;
    top: 40px;
}

.logo-circle-n-6 {
    margin-left: 184px;
    position: relative;
    top: 40px;
}

.logo-circle-n-7 {
    position: relative;
    top: 135px;
}

.logo-circle-n-8 {
    margin-right: 107px;
    position: relative;
    top: 44px;
}

.logo-circle-n-9 {
    margin-left: 99px;
    position: relative;
    top: 44px;
}

.logo-item {
    display: inline-flex;
    width: 124px;
    height: 124px;
    background: #ffffff;
    margin: 12px 0px;
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px #bebebe;
}

.logo-item,
.pattan-img,
.shared-bx-n-img {
    transition: 1s ease;
}

.logo-item:hover,
.pattan-img:hover,
.shared-bx-n:hover .shared-bx-n-img {
    position: relative;
    transform: translate3d(0, -8px, 0);
}

.profile-card:hover .card-content:after {
    background: #3cafa1;
}

.homeCircleLogo .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;

}

.homeCircleLogo {
    margin-top: -120px;
}

.profileItem .card-content ul li a {
    color: #3081ac;
    text-decoration: none;
    border-bottom: solid 1px #7a7373;
}

.policy-content {
    background: #f7f7f7;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.slide-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-slide .overlay,
.video-slide .text-content {
    position: relative;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* adjust opacity if needed */
    z-index: 1;
}

.educator-bx {
    position: relative;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.educator-bx-overlay {
    padding: 10px;
    border-radius: 300px 300px 30px 30px;
    background: linear-gradient(90deg, #e8f8ff 0%, #e6e7e7 100%);
    box-shadow: 4px 4px #2b6392;
    top: -6px;
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.educator-bx:hover .educator-bx-overlay {
    opacity: 1;
    transition: all .5s ease-in-out;
}

.secondary-trsnsi-section .accordion-button:not(.collapsed) {
    background-color: #e7f1ff0f;
    box-shadow: none;
}

.secondary-trsnsi-section .accordion-item {
    background-color: #ffffff00;

    border: 1px solid rgb(0 0 0 / 0%);

}

.secondary-trsnsi-section .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.secondary-trsnsi-section .accordion-button {
    border-top: 1px solid rgb(0 0 0 / 31%);
    background-color: #ffffff00;
}

.resource-slider a {
    color: #000;
    text-decoration: none;

}

.hub-box {
    background: #0000002b;

    border-radius: 20px;
    padding: 20px;
}

.text-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);

}

.logo-item img.img-fluid {
    width: 138px;
}

.yourHubLeft {
    width: 30%;
}

.colFlex {
    display: flex;
    align-items: center;
    gap: 14px;
}

.getStarted .col-lg-5 {
    width: 45%;
}

.getStarted .col-lg-7 {
    width: 55%;
}

.startedBox .boxsection-heading {
    position: absolute;
    bottom: 16px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.startedBox .boxsection-heading {
    position: absolute;
    bottom: 20px;
}

.startedTxt .section-heading {
    position: absolute;
    bottom: 30px;
    right: 0px;
    width: 308px;
}

.startedTxt,
.startedBox {
    position: relative;
}

.banner-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-slider .slide {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.banner-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #00101D, #00000056);
    position: relative;
}

.hub-box-home {
    position: relative;
    border-radius: 20px;
    padding: 24px 16px;
    box-shadow: 0px 4px 4px 0px #00000045;
    z-index: 1;
    min-height: 193px;
}

.hub-box-home-gray {
    background: #FFEEEE;
}

.hub-box-home::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 0 20px 0 150px;

    z-index: 1;
}


.hub-box-home-white::before {

    background-color: #FFC04E;

}

.hub-box-home::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    border-radius: 0 20px 0 150px;

}

.hub-box-home-white::after {

    background-color: #FFD5A4;
}

.hub-box-home-gray::before {

    background-color: #EDCCD3;

}

.hub-box-home-gray::after {

    background-color: #FBD9E1;
}

@keyframes humming {
    from {
        transform: rotate(0deg)
    }

    from {
        transform: rotate(360deg)
    }
}

.banner-slider .text-content {
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-50%, -50%);
    color: #fff;
    animation: fadeInUp 1s ease-in-out;
}

.banner-slider .slick-slide .text-content {
    opacity: 0;
}

.banner-slider .slick-active .text-content {
    opacity: 1;
}

.banner-slider .slick-prev:before {
    background: url('../img/arrow-black-left.png') no-repeat center;
    background-size: contain;
}

.banner-slider .slick-next:before {
    background: url('../img/arrow-black-right.png') no-repeat center;
    background-size: contain;
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
    z-index: 3;
    width: 56px;
    height: 56px;
    background: #ffffff1c;
    border-radius: 50%;
    cursor: context-menu;
}

.banner-slider .slick-prev:hover,
.banner-slider .slick-next:hover {
    background: #3cae9d33;
}

.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
    color: #ffffff00;
    font-size: 20px;
}

.banner-slider .slick-prev {
    left: 20px;
}

.banner-slider .slick-next {
    right: 20px;
}

.preparing-section {
    padding: 100px 0;
}

.preparing-section .col-lg-3 {
    width: 24%;
}

.preparing-section .col-lg-4,
.preparing-section .col-lg-5 {
    width: 38%;
}

.holding-bx {
    padding: 20px 12px;
    min-height: 218px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px 1px #777777;
}

.educator-bx img {
    width: 72%;
}

.events-bx .nav-tabs .nav-link {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 56px;
    font-size: 14px;
    padding: 4px 13px;
    border: 2px solid #ffffff;
    color: #fff;
    width: 8rem;
    margin-right: 20px;
    box-shadow: 1px 1px 1px 1px #0000002e;
    font-weight: 500;
}

/* .secondary-bx {
position: absolute;
top: 0;
max-width: 393px;
} */
.preparing-section {
    position: relative;
}

.blueGradient-bx {
    background-image: linear-gradient(90deg, #2B6392 0%, #3295B0 100%);
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px 0px 4px 1px #777777;
    top: 124px;
    z-index: 11;
    position: relative;
    padding: 34px 20px;
}

.blueGradient-bx .box-heading {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.6rem;
    text-transform: capitalize;
}

.down-img::after {
    content: '';
    position: absolute;
    top: 80px;
    left: 50%;
    width: 3px;
    height: 47%;
    background: linear-gradient(90deg, #2B6392 0%, #3295B0 100%);
    transform: translate(-50%, 10px);
    z-index: -1;
}

.turning-box-2:nth-child(1) {
    margin-left: 200px;
    margin-top: 56px;
}

.turning-box-2:nth-child(2) {
    margin-left: 118px;
}

.turning-box-2:nth-child(3) {
    margin-left: 70px;
}

.turning-box-2:nth-child(4) {
    margin-left: 128px;
}

.turning-box-2:nth-child(5) {
    margin-left: 200px;
}

.turning-box-3:nth-child(1) {
    margin-right: 198px;
    margin-top: 56px;
}
.turning-box-3:nth-child(2) {
    margin-right: 125px;
}

.turning-box-3:nth-child(3) {
    margin-right: 74px;
}

.turning-box-3:nth-child(4) {
    margin-right: 128px;
}

.turning-box-3:nth-child(5) {
    margin-right: 200px;
}
.down-img {
    padding-top: 164px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.left-arrow, .right-arrow {
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translate(-30px, -50%);
    width: 278px;
}

.left-arrow {
    left: 23%;
}
.right-arrow {
    right: 19%;
}

/* .students-section-2 .box-heading {
    font-size: 1rem;
    line-height: 1.3rem;
} */

.turning-box-2 {
    align-items: end;
    justify-content: end;
    text-align: end;
}

.turning-box-3 {
    align-items: start;
    justify-content: start;
    text-align: start;
}

.student-img {
    /* border: 3px solid #000; */
    /* border-radius: 50%; */
}

.career-content {
    width: 63%;
}

.career-img {
    width: 26%;
}

.turning-box-wrap {
    display: flex;
    width: 54%;
    margin-bottom: 26px;
    justify-content: space-between;
}

.students-section .col-lg-3.col-xxl-2.col-xl-4.text-center {
    width: 21%;
}

.students-section .col-xxl-5.col-xl-4.col-lg-4 {
    width: 39%;
}

/* .turning-box{
margin-bottom: 30px;
} */
.turning-box:nth-child(1) {
    display: inline-flex;
    /* margin-left: 404px; */
    /* margin-bottom: 30px; */
    position: absolute;
    right: 128px;
    top: -17%;
}

.turning-box:nth-child(2) {
    display: inline-flex;
    /* margin-left: 200px; */
    /* margin-bottom: 30px; */
    position: absolute;
    right: 262px;
    top: 11%;
}

.turning-box:nth-child(3) {
    display: inline-flex;
    /* margin-left: 50px; */
    /* margin-bottom: 30px; */
    position: absolute;
    right: 334px;
    top: 42%;
}

.turning-box:nth-child(4) {
    display: inline-flex;
    /* margin-left: 200px; */
    /* margin-bottom: 30px; */
    position: absolute;
    top: 72%;
    right: 262px;
}

.turning-box:nth-child(5) {
    display: inline-flex;
    /* margin-left: 404px; */
    /* margin-bottom: 30px; */
    position: absolute;
    top: 98%;
    right: 130px;
}

.turning-box-1:nth-child(1) {
    display: inline-flex;
    /* margin-left: 50px; */
    /* margin-bottom: 30px; */
    position: absolute;
    top: -17%;
    ;
    left: 114px;
}

.turning-box-1:nth-child(2) {
    display: inline-flex;
    /* margin-left: 50px; */
    /* margin-bottom: 30px; */
    position: absolute;
    top: 11%;
    left: 250px;
}

.turning-box-1:nth-child(3) {
    display: inline-flex;
    /* margin-left: 50px; */
    /* margin-bottom: 30px; */
    position: absolute;
    top: 42%;
    left: 350px;
}

.turning-box-1:nth-child(4) {
    display: inline-flex;
    /* margin-left: 50px; */
    /* margin-bottom: 30px; */
    position: absolute;
    top: 72%;
    left: 235px;
}

.turning-box-1:nth-child(5) {
    display: inline-flex;
    /* margin-left: 50px; */
    /* margin-bottom: 30px; */
    position: absolute;
    top: 98%;
    left: 114px;
}

.memorandum-section {
    position: relative;
    padding: 40px 0px;

}

.memorandum-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 83%;
    height: 52%;
    background: linear-gradient(to right, #3292BB 0%, #191919 100%);
    z-index: -2;
}

.memorandum-section::before {
    content: '';
    position: absolute;
    top: -106px;
    right: 4px;
    width: 550px;
    height: 100%;
    background: url('../img/SM449440.png');
    z-index: 1;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

/* .portalCom {
    background-image: linear-gradient(181deg, rgb(22 22 22 / 56%), rgb(0 0 0 / 46%)), url(../img/slider-3.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 60px;
    position: relative;
    overflow: hidden;
    color: #fff;
} */

.content-wrap {

    margin-bottom: 48px;

}

.public-square-bx {
    background: #FFF7F0;
    padding: 28px;
    border-radius: 80px 0px 0 0;
    height: 100%;
}

.public-square-section {
    position: relative;
}

/* .public-square-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 83%;
height: 100%;
background: linear-gradient(to right, #E8F8FF 0%, #E8F8FF 100%);
z-index: -2;
} */
.public-square-wrapper {
    padding-top: 70px;
}

.public-square-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 514px;
    height: 100%;
    background: url('../img/sd-1.png') no-repeat left bottom;
    background-size: cover;
    left: -60px;
}

.resource-item {
    margin: 0 10px;
}

.resource-slider .slick-prev:before,
.resource-slider .slick-next:before {
    opacity: .75;
    color: #00000000;
}

.resource-slider .slick-prev,
.resource-slider .slick-next {
    background-position: center;
    background-size: contain;
    z-index: 9;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 8px #d6d6d6;
    border-radius: 50%;
    border: 1px solid #3295B0;
}

.resource-slider .slick-next {
    right: -51px;
}

.resource-slider .slick-prev {
    left: -51px;
}

.resource-slider .slick-next:before {
    background: url('../img/arrowRight.png') center, center;
    background-repeat: no-repeat;
    background-size: 8px;
}

.resource-slider .slick-prev:before {
    background: url('../img/arrowLeft.png') center, center;
    background-repeat: no-repeat;
    background-size: 8px;
}


.NTACT-slider a {
    color: #2B6392;

}


.resource-item-nct {
    margin: 0 10px;
}

.NTACT-slider .slick-prev:before,
.NTACT-slider .slick-next:before {
    opacity: .75;
    color: #00000000;
}

.NTACT-slider .slick-prev,
.NTACT-slider .slick-next {
    background-position: center;
    background-size: contain;
    z-index: 9;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 8px #d6d6d6;
    border-radius: 50%;
    border: 1px solid #3295B0;
}

.NTACT-slider .slick-next {
    right: -51px;
}

.NTACT-slider .slick-prev {
    left: -51px;
}

.NTACT-slider .slick-next:before {
    background: url('../img/arrowRight.png') center, center;
    background-repeat: no-repeat;
    background-size: 8px;
}

.NTACT-slider .slick-prev:before {
    background: url('../img/arrowLeft.png') center, center;
    background-repeat: no-repeat;
    background-size: 8px;
}

.news-slider .slick-next {
    right: -30px;
}

.news-slider .slick-prev {
    left: -30px;
}

.news-slider .slick-prev,
.news-slider .slick-next {
    background-position: center;
    background-size: contain;
    z-index: 9;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    top: 50%;
    transform: translate(0px, -50%);
}

.news-slider .slick-next:before {
    background: url('../img/arrow-blue.png');
    background-repeat: no-repeat;
}

.news-slider .slick-prev:before {
    background: url('../img/arrow-blue-left.png');
    background-repeat: no-repeat;
}

.news-slider .slick-prev:before,
.news-slider .slick-next:before {
    opacity: .75;
    color: #00000000;
    font-size: 55px;
}

.news-slider .slick-slide img {
    border-radius: 10px;
    border: 2px solid #fff;
}

.events-bx {
    background: linear-gradient(181deg, #2B6392 0%, #06262F 100%);
    padding: 25px;
    border-radius: 30px 0 0 30px;
    height: 100%;
    width: 100%;
}



.news-section {
    position: relative;
}

.news-section::after {
    content: '';
    position: absolute;
    top: 61%;
    left: 0;
    width: 78%;
    height: 73%;
    background: linear-gradient(to right, #3295B0 0%, #3295B0 100%);
    z-index: -2;
    border-radius: 0 50px 50px 0;
    transform: translate(0, -50%);
}

.educator-bx {
    position: relative;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.educator-bx-overlay {
    padding: 10px;
    border-radius: 300px 300px 30px 30px;
    background: linear-gradient(90deg, #e8f8ff 0%, #e6e7e7 100%);
    box-shadow: 4px 4px #2b6392;
    top: -6px;
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.educator-bx:hover img {
    filter: grayscale(1);
}

.educator-bx:hover .educator-bx-overlay {
    opacity: 1;
    transition: all .5s ease-in-out;
}

.purposeful-row {
    background: url('../img/grp-23.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.brown-line {
    width: 5px;
    height: 122px;
    background: #4E391A;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: -30px;
    position: relative;
}

.resource-content-bx {
    /* background: url('../img/blue-rect-1.png'); */
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 94px;
    display: flex;
    align-items: center;
    position: relative;
    /* bottom: -5px; */
    padding: 30px 14px;
    font-size: 16px;
}

.resource-content-bx-new {
    background: url('../img/blue-rect.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 94px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -5px;
    padding: 30px 14px;
    font-size: 16px;
}

.resouce-item-bx {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: 1s ease;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #00000038;
    margin: 10px 0px;
    min-height: 288px;
}
.resouce-page-item-bx {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: 1s ease;
    background: #fff;
    padding: 10px;

    margin: 10px 0px;
}

.resouce-page-item-bx .lesson-plan {
    position: absolute;
    top: 19px;
    right: 11px;
    z-index: 1;
    background: #2c7869;
    border-radius: 50px 0 0 50px;
    padding: 3px 16px;
    box-shadow: 0px 2px 1px 0px #7777776e;
    font-size: 12px;
    background: linear-gradient(to right, #2c7869 0%, #0ab493 100%);
}

.resouce-page-item-bx img {
    border-radius: 10px;
}

.resouce-item-bx:hover .download-btn {
    transform: translate3d(0, -8px, 0);
}

.download-btn {
    position: absolute;
    bottom: 74px;
    left: 8px;
    z-index: 1;
    transition: 1s ease;
    cursor: pointer;
}

.lesson-plan {
    position: absolute;
    top: 19px;
    right: 10px;
    z-index: 1;
    background: #2c7869;
    border-radius: 50px 0 0 50px;
    padding: 3px 16px;
    box-shadow: 0px 2px 1px 0px #7777776e;
    font-size: 12px;
    background: linear-gradient(to right, #2c7869 0%, #0ab493 100%);
}

.resouce-item-bx img {
    border-radius: 10px;
    width: 100%;
    /* min-height: 200px; */
}

.slick-slide img {
    display: inline !important;
}

.logo-slider .slick-dots li button:before {
    color: #3295B0;
    font-size: 10px;
}

.logo-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #3295B0;
    font-size: 10px;
}

.logo-slider .slick-dots {
    bottom: -40px;
}

.event-list-bx {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    position: relative;
}

.event-list-bx::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(43, 99, 146, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(43, 99, 146, 1) 100%);
    bottom: 0;
    left: 0;
}

.eventlist-date-bx {
    width: 25%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding: 10px 6px;
    border-radius: 5px;
}

.events-list li {
    list-style: none;
    /* margin-bottom: 10px; */
}

.events-list {
    padding-left: 0px;
    margin-bottom: 0;
}

.date-text {
    font-size: 1.7rem;
    color: #2B6392;
    font-weight: 800;
    line-height: 2rem;
}

.year-text {
    color: black;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.eventlist-content-bx {
    width: 70%;
}

.time-text {
    font-size: 10px;
    color: #FFD5A4;
    line-height: 20px;
}

.list-text {
    font-size: 12px;
    line-height: 22px;
}

.newsImgBx {
    display: flex;
    margin: 20px 5px;
    position: relative;
    align-items: start;
    transition: 1s ease;
}

.newsImgBx:hover .news-bx-img {
    transform: translate3d(0, -8px, 0);
    transition: 1s ease;
}

.newsTextBx .newsDate {
    padding: 4px 12px;
    background: #E8F8FF;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
}

.slideNewsName {
    color: white;
    font-weight: 600;
    padding: 10px;
}

.newsTextBx .newsName {
    color: white;
    font-weight: 600;
}

.newsBx::after {
    content: '';
    position: absolute;
    display: block;
    background: #f4fcff;
    background: linear-gradient(90deg, #2D719B 0%, #FFFFFF 50%, #2D719B 100%);
    width: 100%;
    height: 1px;
    bottom: -10px;
    z-index: 2;
    transform: translate(10px, 50%);
}

.newsForm {
    background-color: #ffffff;
    padding: 40px 28px;
    border-radius: 0 24px 24px 0;
    box-shadow: 0 3px 3px #0000003d;
    height: 100%;
}

.inputBox {
    text-align: center;
}

.inputName,
.inputEmail {
    padding: 16px;
    width: 100%;
    border-radius: 10px;
    margin: 10px 0;
    border: 1px solid #DDDDDD;
    height: 44px;
    font-size: .81rem;
}

.subscribeBtn {
    padding: 10px 24px;
    border-radius: 0px;
    margin: 10px 0;
    background-color: #2B6593;
    border: none;
    color: white;
    font-size: .85rem;
}

.calendar-img {
    width: 90%;
}

.transition-title {
    font-size: 28px;
    font-weight: bold;
}

.transition-subtitle {
    font-size: 18px;
    color: #555;
}

.cards-row {
    background-image: url('../img/abab-1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
    position: relative;
    padding-bottom: 10px;
    /* margin-bottom: 2rem; */
    padding-top: 51px;
}

.transition-card {
    padding: 22px 20px;
    margin-left: -7px;
    border-radius: 344px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -17px;
    position: relative;
    z-index: -1;
    height: 247px;
    justify-content: center;
}

.col-lg-2.text-center.transi-column {
    margin-left: -7px;
}

.col-lg-2.text-center.transi-column2 {
    left: 8px;
    position: relative;
}

.transition-card-down {
    margin-top: 16px;
}

.transi-column span.step-badge {
    display: table;
    margin: -18px auto 0 auto;
}

.cards-row .col-lg-2:nth-child(5) {
    left: 12px;
    position: relative;
}

.cards-row .col-lg-2.text-center {
    padding: 0px;
}

.transition-even-card {
    padding: 22px 10px;
    margin-left: -21px;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 230px;
    height: 305px;
}

.transition-card.bg {
    background: #fff;
    box-shadow: 0px -1px 15px 0px #0000002B;
}

.step-badge {
    background: #355389;
    box-shadow: inset 0px 1px 4px 0px #00000040;
    border-radius: 20px;
    padding: 5px 17px;
    font-size: .7rem;
    margin-bottom: 10px;
    font-weight: 800;
    color: #FFC04E;
}

.transition-icon {
    height: 40px;
    margin-bottom: 15px;
}

.transi-column .transition-icon {
    margin-top: 15px;
}

.card-heading {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-size: .98rem;
    line-height: 1.14rem;
}

.card-description {
    font-size: 14px;
    text-align: center;
}

.homeCircleLogo {
    position: relative;
}

.news-bx-img {
    width: 30%;
}

.newsTextBx {
    width: 70%;
    padding: 5px 14px;
}

.transi-column {
    margin-top: 61px;
}

.turn-bx-wrapper a {
    text-decoration: none;
    color: #000;
}

.leadership-wrap-1 {
    position: relative;
    margin-top: 20px;
}

.leadership-wrap-1::after {
    position: absolute;
    content: '';
    background-image: url('../img/patch-2.png');
    width: 176px;
    height: 120px;
    top: 141px;
    right: -147px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 78%;
    transform: rotate(
13deg);
}

.leadership-wrap-1::before {
    position: absolute;
    content: '';

    background-image: url('../img/edgePink.png');
    width: 180px;
    height: 127px;
    bottom: 14px;
    left: -60px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 78%;
}
.img-bx-wrapn {
    position: relative;
    background: #fff;
    padding: 30px 14px;
    border-radius: 50px 10px 10px 10px;
    box-shadow: 0 0 28px #00000030;
    left: -132px;
    top: 122px;
    width: 421px;
}
.img-bx-wrapn::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 192, 78, 1) 0%, rgba(247, 164, 145, 1) 100%);
    top: 15px;
    left: 15px;
    z-index: -1;
    border-radius: 10px;
}

/****Leadership************/

.profile-card-wrapper::before {
    position: absolute;
    background: linear-gradient(270deg, #000000cc, #0000008a), url('../img/pattern-left.png');
    content: '';
    width: 206px;
    height: 100%;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 70px 0px 0px 70px;
    transform: translate(0px, -50%);
}

.profile-card-wrapper-1::before {
    position: absolute;
    background: linear-gradient(270deg, #000000cc, #0000008a), url('../img/pattern-io.png');
    content: '';
    width: 206px;
    height: 100%;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 70px 0px 0px 70px;
    transform: translate(0px, -50%);
}

.pattan-img {
    padding: 0px;
}



.uit {
    border-radius: 200px 30px 30px 200px;
}

/*******Partner**********/
.partnerNewbox .arrowExplore {
    /* filter: invert(1); */
    width: 6px;
}

.partnerNewbox .exploreLink:hover {
    color: #fff;
}

.partnerNewbox .exploreLink {
    border-bottom: 2px solid #fff;
    z-index: 1;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.partnerNewbox .profileItem .card-content:before {
    position: absolute;
    background: linear-gradient(to bottom, #3399C0 0%, #2B6392 100%);
    content: '';
    width: 8px;
    height: 90%;
    top: 0;
    right: -8px;
}

.partnerNewbox .profileItem {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.partnerNewbox .pattanImg {
    position: relative;
    width: 18%;
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;
}

.partnerNewbox .profileItem:nth-child(even) .card-content:after {
    background: #fffaed;
}

.partnerNewbox .profileItem .card-content {
    width: 78%;
    position: relative;
}

.partnerNewbox .profileItem-wrapper,
.partnerNewbox .profileItem-wrapper-1 {
    position: relative;
}

.partnerNewbox .pattanImg::before {
    position: absolute;
    background: linear-gradient(to bottom, #3399C0 0%, #2B6392 100%);
    content: '';
    width: 100%;
    height: 65%;
    bottom: 0;
    left: 0;
    border-radius: 28px 28px 0px 0px;
}

.partnerNewbox .profileItem:nth-child(3) .pattanImg::before {
    height: 80%;
}

.partnerNewbox .profileItem .card-content:after {
    background: #F1F2F9;
    position: absolute;
    width: 110%;
    content: '';
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.partnerNewbox .profileItem-wrapper-1::before {
    position: absolute;
    background: linear-gradient(to right, #000000c4 0%, #000000c2 100%), url(../img/right-uy.png);
    content: '';
    width: 213px;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: linear-gradient(to right, #3399C0 0%, #2B6392 100%); */
    border-radius: 70px 0 0 70px;
    background-position: center;
}

.partnerNewbox span.patterLogo {
    width: 140px;
    height: 140px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 -10px 0px 0px #D9D9D9;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


/*--------------------------------------------------------------
# contact page css
--------------------------------------------------------------*/

.bannerCircle {
    position: relative;
}

.pasd-img {
    position: relative;
    z-index: 1;
    width: 449px;
    right: -300px;
}

.bannerCircle:after {
    position: absolute;
    width: 640px;
    height: 640px;
    background: #ffffff2e;
    content: '';
    border-radius: 50%;
    top: -190px;
    right: -440px;
}

.bannerCircle:before {
    position: absolute;
    width: 700px;
    height: 700px;
    background: #ffffff2e;
    content: '';
    border-radius: 50%;
    top: -190px;
    right: -420px;
}

.contact-image-text {
    position: absolute;
    top: 0;
    padding: 47px;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, #000000d6 50%, rgba(0, 0, 0, 0) 100%);
    font-size: 20px;
}

.structured-box {
    background: #ffffff;
    border-radius: 30px 0 0 30px;
    padding: 20px 10px 20px 10px;
    box-shadow: -6px 6px 0px #00000017;
    width: 111%;
    z-index: 1;
    position: relative;
}

.structured-box-right {
    left: -60px;
    background: #FFF3DD;
    border-radius: 0 30px 30px 0;
    padding: 20px 10px 20px 10px;
    /* border-left: 2px solid #F3BC59; */
     box-shadow: -6px 6px 0px #00000017;
    position: relative;
    width: 111%;
    z-index: 1;
    position: relative;
}

.structured-box .Tabcustom-list li {
    display: inline-block;
}

.structured-box .Tabcustom-list li {
    color: #000;
    padding: 0px;
}
.structured-box-right .Tabcustom-list li {
    padding: 0 4px 0 0px;
}
.structured-box-padding {
    padding: 10px 100px 10px 30px;
}

.structured-box-right-padding {
    padding: 10px 30px 10px 100px;
}

.school-row-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 1;
}


.shared-bx-h {
    background: #fff;
    /* border-radius: 16px; */
    /* padding: 28px 40px; */
    /* box-shadow: 1px 1px 3px #00000061; */
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 25px;
}

.shared-bx-h-img {
    position: relative;
    width: 8%;
}

.shared-bx-h-content {
    width: 74%;
}

.shared-bx-h-img span {
    width: 60px;
    height: 60px;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    box-shadow: inset 0px 4px 15px 0px #00000026;
    /* margin-right: 20px; */
    position: relative;
    z-index: 1;
}

.shared-bx-h-img img {
    width: 36px;
    /* filter: invert(); */
}

.transition-goal-section .accordion.tabaccordion .accordion-button:not(.collapsed) {
    color: #2B6392;
}

.emply-bx-3 .Tabcustom-list li {
    font-weight: 400;
}

.liv-img {
    width: 38px;
    transform: rotateY(180deg);
    top: 19px;
    position: absolute;
    left: 20px;
}


.emply-bx {
    background: #ffffff;
    border-radius: 30px;
    padding: 30px 6px 30px 25px;
    color: #000000;
    position: relative;
    box-shadow: 0px 4px 14px 0px #0000003b;
    transition: transform 0.3s ease;
}

/* Hover par white box thoda bada ho jaye */
/* .emply-bx:hover {
  transform: scale(1.05);
} */

/* Blue background box */
.emply-bx::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: #2B6392;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    border-radius: 30px;
    z-index: -1;
    transition: transform 0.3s ease;
}

/* Hover par blue box chhota ho jaye */
.emply-bx:hover::after {
    transform: translate(-50%, -50%) scale(1);
    height: 116%;
}

.emply-bx::before {
    position: absolute;
    content: "";
    top: 14px;
    right: 14px;
    background: url('../img/corner-1.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: 1;
    transform: rotate(0deg);
}

.citation-bx-l {
    background: #ffffff5e;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #F3BC59;
    margin-top: 20px;
    color: #000000;
}

.emply-bx .Tabcustom-list li {
    color: #000000;
    font-weight: 400;
}


.tabaccordion .Tabcustom-list li,
.studyportalCom .Tabcustom-list li {
    display: inline-block;
}

.career-awareness-section .accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, .125);
}

.career-awareness-section .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 12px;
    border-radius: 10px;
}

.career-awareness-section .accordion-item:first-of-type,
.career-awareness-section .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.career-awareness-section .accordion-item:last-of-type,
.career-awareness-section .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.career-awareness-section .accordion-button {

    border-radius: 10px;

}

.career-awareness-section .accordion-button:not(.collapsed) {

    background-color: #e7f1ff00;

}

.career-awareness-section {
    padding: 80px 0px 0px 0px;
}

.ten-box {
    background: #fff;
    border-radius: 16px;
    padding: 28px 40px;
    text-align: center;
    box-shadow: 0px 0px 4px 0px #00000061;
    position: relative;
    margin: 10px 10px;
}

.insight {
    position: absolute;
    top: 10%;
    left: 0;
    padding: 26px 26px;
    background: linear-gradient(135deg, #136AAB, rgb(43 99 146));
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s, -webkit-transform .5s;
    transition: all .5s, transform .5s;
    width: 100%;
    text-align: left;
    border-radius: 14px;
    color: #fff;
}
#lbpageid-44 .hub-box-nbm {
min-height: auto;
}
/* .ten-box:hover .insight {
    opacity: 1;
 
    -webkit-transition: all .5s, -webkit-transform .5s;
    transition: all .5s, transform .5s;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
} */
.ten-box img {
    width: 38px;
}

.career-aware-slider .slick-prev,
.career-aware-slider .slick-next {
    background-position: center;
    background-size: contain;
    z-index: 9;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 8px #d6d6d6;
    border-radius: 50%;
    border: 1px solid #3295B0;
}


.career-aware-slider .slick-prev {
    left: -60px;
}

.career-aware-slider .slick-next {
    right: -60px;
}

.career-aware-slider .slick-prev:before {
    background: url('../img/arrowLeft.png') center, center;
    background-repeat: no-repeat;
    background-size: 8px;
}

.career-aware-slider .slick-next:before {
    background: url('../img/arrowRight.png') center, center;
    background-repeat: no-repeat;
    background-size: 8px;
}

.accordion-button:not(.collapsed) {
    color: #000000ff;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.insight {
    position: absolute;
    top: 10%;
    left: 0;
    padding: 26px 26px;
    background: linear-gradient(135deg, #136AAB, rgb(43 99 146));
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s, -webkit-transform .5s;
    transition: all .5s, transform .5s;
    width: 100%;
    text-align: center;
    border-radius: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


/****Program******/
.studyportalCom .accordion-button {
    background: #DFDFDF;
    border-radius: 30px 0px 0px 30px !important;
    padding: 14px 20px;
    margin-bottom: 6px;
}

.studyportalCom .accordion {
    position: relative;
    padding: 40px 0px;
    background: #ffffff;
    border-radius: 30px 0px 0px 30px;
}

.studyportalCom .accordion-button:not(.collapsed) {
    color: #000000;
    background: linear-gradient(45deg, #3399C0, #35ABA0);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}

.studyportalCom .accordion-item {
    background-color: #ffffff;
    border: 1px solid rgb(0 0 0 / 0%);
    position: relative;
    padding-left: 46px;
}

.studyportalCom .Tabcustom-list li::before {

    background-image: url(../img/blueTick.png);

}

.studyportalCom .accordion {
    position: relative;
}

.studyportalCom .accordion-button::before {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    left: -48px;
    content: '';
    position: absolute;
    background: #2B6392;
    border-radius: 50%;
    transition: transform .2s ease-in-out;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 4px 0px #c7c7c7;
    z-index: 1;
}

.studyportalCom .accordion::before {
    background: linear-gradient(180deg, rgba(8, 67, 112, 1) 0%, rgba(8, 67, 112, 1) 50%, rgba(255, 255, 255, 1) 100%);
    width: 3px;
    height: 84%;
    top: 59px;
    left: -2px;
    content: '';
    position: absolute;
    z-index: 1;
}

.studyportalCom .accordion-button:not(.collapsed)::before {
    background: #fff url('../img/graduation-cap-3.png');
    transform: rotate(-180deg);
    width: 40px;
    height: 40px;
    background-size: 46px;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: translate(-50%, -50%);
    background-position: center center;
}

.studyportalCom #headingTwo .accordion-button:not(.collapsed)::before {
    background: #fff url('../img/graduation-cap-2.png');
    transform: rotate(-180deg);
    width: 40px;
    height: 40px;
    background-size: 46px;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: translate(-50%, -50%);
    background-position: center center;
}

.studyportalCom #headingThree .accordion-button:not(.collapsed)::before {
    background: #fff url('../img/graduation-cap-1.png');
    transform: rotate(-180deg);
    width: 40px;
    height: 40px;
    background-size: 46px;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: translate(-50%, -50%);
    background-position: center center;
}

.studyportalCom #headingFour.accordion-button:not(.collapsed)::before {
    background: #fff url('../img/graduation-cap-1.png');
    transform: rotate(-180deg);
    width: 40px;
    height: 40px;
    background-size: 46px;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: translate(-50%, -50%);
    background-position: center center;
}

.studyportalCom #headingFive .accordion-button:not(.collapsed)::before {
    background: #fff url('../img/graduation-cap-3.png');
    transform: rotate(-180deg);
    width: 40px;
    height: 40px;
    background-size: 46px;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: translate(-50%, -50%);
    background-position: center center;
}

.studyportalCom #headingSix .accordion-button:not(.collapsed)::before {
    background: #fff url('../img/graduation-cap-2.png');
    transform: rotate(-180deg);
    width: 40px;
    height: 40px;
    background-size: 46px;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: translate(-50%, -50%);
    background-position: center center;
}


.studyportalCom .accordion-button::after {
    background-size: 14px;
}

.studyportalCom .accordion-button:not(.collapsed)::after {
    background-image: url('../img/down-arrow.png');
}

.studyportalCom .accordion-button::after {
    background-image: url('../img/down-arrow.png');
}

/* .accordionImg:after {
        position: absolute;
        content: '';
        background: url('../img/Ellipse614.png') no-repeat right;
        width: 100%;
        height: 100%;
        right: 30px;
        background-size: contain;

    } */
.styudyPro-section .accordionImg img.img-fluid {
    width: 555px;
    left: -111px;
    position: relative;
}

.styudyProBoxColor button.accordion-button {
    border: 0px;
    background: transparent;
    box-shadow: none;
    color: #ffffff;
}

.styudyProBoxColor .accordion-item {
    border: 0px;
}

.styudyProBoxColor button.accordion-button::before {
    position: absolute;
    width: 100%;
    height: 1.5px;
    /* background: linear-gradient(45deg, transparent, #c3c3c3, transparent); */
    background: linear-gradient(45deg, #c3c3c3, transparent, #c3c3c3);
    bottom: 0px;
    content: '';
}

.Tabcustom-list li {
    font-weight: normal;
}

.styudyProBoxColor .accordion-collapse.collapse.show:after {
    position: absolute;
    width: 4px;
    height: 100%;
    background: #F1CE61;
    bottom: 0px;
    content: '';
}

.styudyProBoxColor .accordion-collapse.collapse.show {
    position: relative;
}

/****Practices****/

  .hub-box-gh {
    position: relative;
    border-radius: 20px;
    padding: 24px 16px;
    box-shadow: 0px 4px 4px 0px #00000045;
    z-index: 1;
}

.hub-box-gh::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    border-radius: 0 20px 0 150px;
    z-index: 1;
}

.hub-box-gh::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 0 20px 0 150px;
}

/****About Us****/
.unifying-partners-bx {
    background: linear-gradient(181deg, rgb(22 22 22 / 68%), rgb(1 9 51)), url('../img/fg-yu.png');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    height: 100%;
    padding: 274px 25px 20px 25px;
}

.unifying-partners-1-bx {
    background: url('../img/about-o.png');
    background-size: cover;
    background-position: top;
    width: 100%;
    border-radius: 20px;
    height: 89%;
    position: relative;
    left: -90px;
    z-index: -1;
    top: 50%;
    transform: translate(10px, -50%);
}

.shared-bx {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 1px 1px 3px #00000061;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shared-bx-img span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    box-shadow: inset 0px 7px 8px -5px #00000091;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.shared-bx-img::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 80%;
    top: 38px;
    left: 60px;
    background: #D9D9D9;
    transform: translate(-50%, 0);
}

.shared-bx .box-description {
    width: 85%;
}

.shared-bx-img img {
    width: 36px;
}

.last-shared-box::before {
    display: none;
}


.slide-bx p.sectionDescription.mb-2.text-white {
    height: 305px;
}

.learncta {
    font-size: 12px;
}

.industry-carousel {
    position: relative;
    width: 100%;
    height: 88vh;
    display: flex;
    overflow: hidden;
    transition: background-color 0.5s ease;
}

.industry-carousel:after {
    background: #00000087;
    width: 100%;
    height: 100%;
    content: '';
    left: 0px;
    position: absolute;
    top: 0px;
}

.industry-carousel-container {
    display: flex;
    width: 100%;
    transition: transform 1s ease;
    z-index: 1;
}

.industry-carousel-slide {
    min-width: 25%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 1rem;
    text-align: center;
    height: 100%;
    position: relative;
    border-left: 1px solid #939393;
    background-color: transparent;
    padding-bottom: 2rem;
}

.industry-carousel-slide:hover {
    background: #00000033;
}

.industry-title p {
    position: absolute;
    font-weight: 800;
    color: #fff;
    z-index: 11;
    left: 80px;
    top: 100px;
    font-size: 3.4rem;
    line-height: 4rem;
}

.industryHeading {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 800;
}

.industry-carousel-nav {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#prevBtn {
    left: 0;
}

#nextBtn {
    right: 0;
}

.slide-bx {
    position: relative;
    top: 312px;
    transition: 0.5s ease;
    text-align: left;
}

.slide-Bottom {
    position: absolute;
    bottom: 40px;
    overflow: hidden;
    padding: 0px 36px;
    width: 100%;
    left: 0px;
}

.industry-carousel-slide:first-child .slide-bx {
    top: 0;
}

.industry-carousel-slide:hover .slide-bx {
    top: 0;
}

.industry-carousel-slide:not(:hover):not(:first-child) .slide-bx {
    top: 312px;
}

@media (max-width: 767px) {
    .industry-carousel-slide {
        min-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .industry-carousel-slide {
        min-width: 50%;
    }

    .slide-Bottom {
        padding: 0px 16px;
    }
}



@media (min-width: 992px) and (max-width: 1199px) {
    .industry-carousel-slide {
        min-width: 33.33%;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .slide-Bottom {
        padding: 0px 16px;
    }
}


@media (min-width: 1300px) and (max-width: 1499px) {

    .industry-title p {
        font-size: 3rem;
        line-height: 3.4rem;
    }
}

@media (min-width: 1900px) {
    .learncta {
        font-size: 14px;
    }

    .slide-Bottom {
        padding: 0px 30px;
    }
}



.indi-book {
    background: linear-gradient(360deg, #3295B0 0%, #2B6392 100%);
    padding: 35px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.indi-book::after {
    position: absolute;
    content: '';
    background: url('../img/image-3304.png');
    left: 24px;
    top: 24px;
    width: 154px;
    height: 157px;
    transform: rotate(90deg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.network-m-box {
    background: #FDD3A4;
    padding: 30px;
    text-align: center;
    border-radius: 30px;
    top: -18px;
    position: relative;
}

.network-m-box img {
    margin-bottom: -61px;
    width: 500px;
}

.un-img {
    width: 348px;
}

.aboutBanner {
    position: relative;
    padding: 100px 0;
    /* height: 68vh; */
}

.imageBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.imageBox img {
    width: 88%;
    height: auto;
    border-radius: 80px 12px 190px 12px;
}

.imageBox .box-heading {
    min-height: 55px;
}

/* .plansFiller {
    background-image: linear-gradient(181deg, rgb(22 22 22 / 68%), rgb(0 0 0 / 61%)), url(../img/inspireinclusion.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: end;
    height: 80vh;
} */



/****End About Us****/
/*--------------------------------------------------------------
# CTE page
--------------------------------------------------------------*/

  .N-collabo-section .accordion-item {
        background-color: #ffffff00;
        border: 1px solid rgb(0 0 0 / 0%);
    }

    .N-collabo-section .accordion-button:not(.collapsed) {
        color: #ffffff;
        background: linear-gradient(45deg, #2B6392, #35ABA0);
        box-shadow: 0px 4px 5px 0px #d7d7d7;
    }

    .N-collabo-section .accordion-button {
        border-radius: 10px;
        margin-bottom: 10px;
        box-shadow: 0px 4px 5px 0px #d7d7d7;
    }

  .N-collabo-section .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  
}

    .N-collabo-section .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .N-collabo-section .Tabcustom-list li {

        display: block;

    }
.featured-resource-slider .slick-prev:before,
.featured-resource-slider .slick-next:before {
    opacity: .75;
    color: #00000000;
    font-size: 55px;
}

.featured-resource-slider .slick-prev,
.featured-resource-slider .slick-next {
    background-position: center;
    background-size: contain;
    z-index: 9;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
}

.featured-resource-slider .slick-next {
    right: -51px;
}

.featured-resource-slider .slick-prev {
    left: -51px;
}

.featured-resource-slider .slick-next:before {
    background: url('../img/arrow-blue.png');
    background-repeat: no-repeat;
}

.featured-resource-slider .slick-prev:before {
    background: url('../img/arrow-blue-left.png');
    background-repeat: no-repeat;
}

.advanced-bx img {
    width: 90%;
}

.green-box {
    padding: 30px;
    border-radius: 100%;
    width: 196px;
    height: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.green-box::after {
    content: '\2192';
    position: absolute;
    border-radius: 50%;
    top: 50px;
    right: -43px;
    color: #fff;
    font-size: 47px;
}

.green-box.no-arrow::after {
    content: none;
}

.green-1 {
    background: #4EB5A0;
}

.green-2 {
    background: #52B396;
}

.green-3 {
    background: #3399C0;
}

.green-4 {
    background: #2E8096;
}

.four-circle-section {
    padding-top: 348px;
}

.chosen-img {
    width: 90%;
}

.acadamic-bx {
    position: relative;
    min-height: 132px;
    padding: 10px 10px 10px 20px;
    margin-bottom: 15px;
}

.acadamic-bx::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #2B6392 0%, #4EB5A0 50%, #FFF7F0 100%);
    top: 0;
    left: 0;
}

.foundation-section {
    position: relative;
}

.foundation-section::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 82%;
    background-image: url('../img/bg-10.jpg');
    top: 50%;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    transform: translate(0px, -50%);
}

.foundation-section::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    background: #FFF7F0;
    top: 0;
    left: 0;
    z-index: -1;
}

.blue-boxxx {
    border-radius: 15px;
    padding: 20px;
}

.blue-1 {
    background: linear-gradient(to right, rgb(43, 99, 146) 0%, rgb(51, 153, 192) 100%);
}

.blue-2 {
    background: #3295B0;
}

.custom-list,
.squareList {
    list-style: none;
    padding-left: 0px;
}

.custom-list li,
.squareList li {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
}

.custom-list li {
    background: -webkit-linear-gradient(#2B6392, #0D1E2C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: .92rem;
    line-height: 1.4rem;
}

.custom-list li::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 11px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('../img/blue-tick-circle.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}

.squareList li::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-image: url('../img/blueTick.png');
    background-size: 81%;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-section {
    position: relative;
    padding-top: 195px;
    margin-top: -195px;
}

.cta-section::before {
    content: '';
    position: absolute;
    width: 365px;
    height: 100%;
    background-image: url('../img/specs.png');
    bottom: 0;
    left: 158px;
    z-index: 12;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.content-t-b {
    background: #3295B0;
    padding: 20px;
    text-align: center;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 220px;
}
  .content-t-b-1 {
    background: #7D8BB0;
    padding: 20px;
    text-align: center;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
  }

.content-t-b-2 {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 153px;
    border-radius: 30px;
}
  .content-t-b-2 .ct-b {
    position: absolute;
    top: 40px;
    width: 100%;
    padding: 0px 28px;
  }

/*--------------------------------------------------------------
# leadership page
--------------------------------------------------------------*/

.profile-card {
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    margin-left: 101px;
    margin-top: 20px;
}

.exploreLink {
    font-weight: 600;
    font-size: .9rem;
}

.pattan-img {
    /* background: #ffffff; */
    border-radius: 50%;
    /* box-shadow: 0 4px 4px #00000029; */
    padding: 14px;
    width: 23%;
}

.pattan-img img {
    border-radius: 50%;
}

.profile-card .card-content.p-2 {
    width: 77%;
    padding-right: 24px !important;
}

.profile-card .card-content:after {
    content: '';
    width: 10px;
    background: #FFD5A4;
    right: 15px;
    position: absolute;
    top: 50%;
    height: 88%;
    transform: translate(0, -50%);
}

.btn-learn {
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 500;
}

.btn-learn:hover {
    background-color: #333;
    color: #fff;
}

.image-wrapper {
    padding-bottom: 1rem;
}

.icon-group {
    display: flex;
    justify-content: center;
    flex-direction: column;
    right: 0;
    gap: 7px;
    position: relative;
}

.icon-link {
    transition: transform 0.3s ease;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #35ABA0;
    padding: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-link:hover {
    transform: translate(0, -7%);
}

.icon-circle-link {
    width: 18px;
    height: 18px;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}

.plansFiller-bn-row {
    border-radius: 30px;

    display: flex;
    align-items: start;
    padding: 70px 50px 150px;
}

.hub-box-nb {
    border-radius: 20px;
    padding: 27px;
}

.hub-box-nb-white {
    background: #F0FBFF;
}

.hub-box-nb-gray {
    background: #FFEEEE;
}

.profile-card>img {
    width: 124px;
}

/*--------------------------------------------------------------
# inclusion -page
--------------------------------------------------------------*/

.section-banner-j {
    position: relative;
    background: url('../img/bg-r.png') no-repeat center top;
    background-size: cover;
    margin: 100px 20px 0 20px;
    border-radius: 53px;
    overflow: hidden;
    padding: 80px 0;
}

.inclusion-section-1 .content {
    position: relative;
    top: -100px;
    margin-left: 50px;
}

.custom-list-white {
    list-style: none;
    padding-left: 24px;
}

.custom-list-white li {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
    color: #fff;
}

.custom-list-white li::before {
    content: '';
    position: absolute;
    left: -28px;
    top: 15px;
    transform: translateY(-50%);
    width: 22px;
    height: 17px;
    background-image: url('../img/white-tick.png');
    background-size: cover;
}



.inclusionReq-section .accordion-item {
    border: none;
    background-color: #ffffff00;
    border-bottom: 2px solid rgb(0 0 0 / 18%);
}

.inclusionReq-section .accordion-button:not(.collapsed) {
    background-color: #e7f1ff00;
    box-shadow: none;
}

.inclusionReq-section .accordion-button {
    background-color: #ffffff00;
}

.key-bx {
    background: url('../img/bg-10.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.circle-green-row-n {
    position: relative;
}

.circle-green-row-n::after {
    position: absolute;
    content: '';
    width: 557px;
    height: 500px;
    top: 70px;
    left: 245px;
    z-index: -1;
    background: url('../img/Ellipse-601.png') no-repeat center top;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------------------------------------------------------
# assessment page
--------------------------------------------------------------*/

.hub-box-assess {
    position: relative;
    border-radius: 20px;
    padding: 24px 16px;
    box-shadow: 0px 4px 4px 0px #00000045;
    z-index: 1;
    min-height: 248px;
    background: #fff;
}

.hub-box-assess-1 {
    border-bottom: 5px solid #35ABA0;
}


.hub-box-assess-2 {
    border-bottom: 5px solid #FFBF71;
}

.hub-box-assess-3 {
    border-bottom: 5px solid #D3A6AF;
}

.hub-box-assess-1::before {
    background-color: #35ABA0;
}

.hub-box-assess-1::after {
    background-color: #35aba087;
}

.hub-box-assess-2::before {
    background-color: #FFBF71;
}

.hub-box-assess-2::after {
    background-color: #ffbf7196
}

.hub-box-assess-3::before {
    background-color: #D3A6AF;
}

.hub-box-assess-3::after {
    background-color: #d3a6af94;
}

.hub-box-assess::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
    border-radius: 0 20px 0 150px;
    z-index: 1;
}

.hub-box-assess::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 94px;
    height: 94px;
    border-radius: 0 20px 0 150px;
}

/*--------------------------------------------------------------
# career awareness page
--------------------------------------------------------------*/
.career-awareness-section {
    position: relative;
    background: url('../img/bg-r.png') no-repeat center top;
    background-size: cover;
    margin: 80px 20px 0px;
    border-radius: 50px;
}

.component-bx {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #0000003d;
    padding: 20px;
}

.careeraware-img {
    width: 377px;
}

.foundational-section {
    position: relative;
}

.bgl-img {
    position: absolute;
    top: 0;
    left: 0;
}

.combines-bx {
    padding: 20px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 1px 1px 4px #0000003d;
}

.combine-1 {
    background: #2B6392;
}

.combine-2 {
    background: #3295B0;
}

.growthSupport-section {
    padding-top: 348px;
}

.growth-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    padding: 16px;
    background: #FFFFFF;
    width: 130px;
    height: 130px;
    border: 6px solid #4EB5A0;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 63%, rgba(60, 146, 43, 0) 64%, rgba(246, 255, 115, 0) 45%);
}

.growth-bx img {
    width: 50px;
}

.combines-bx img {
    width: 55px;
}

.cte-bx {
    background: #35ABA0;
    padding: 127px 33px;
    height: 593px;
}

.instructor-bx {
    background: #3295B0;
    padding: 33px;
}

.instructor-bx-black {
    background: #303030;
    padding: 33px;
}

/*************CTE******************/
.shared-bx-n {
    border-radius: 16px;
    padding: 27px;
    display: flex;
    align-items: center;
}

.shared-bx-n-img {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: inset 0px 7px 8px -5px #00000091;
    margin-right: 20px;
    position: relative;
}

.shared-bx-n-img img {
    width: 36px;
}

.shared-bx-n-content {
    width: 85%;
}

.circle-green-row {
    position: relative;
}

.circle-green-row::after {
    position: absolute;
    content: '';
    width: 500px;
    height: 500px;
    top: 70px;
    left: 178px;
    z-index: -1;
}

.jh-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37%;
}

/******Student Support****/
.studyportalCom .accordion-button {
    font-size: .94rem;
    line-height: 1.3rem;
    font-weight: 600;
}

.green-icon-bx {
    position: relative;
}

.green-icon-bx::after {
    position: absolute;
    width: 65%;
    height: 3px;
    background: linear-gradient(90deg, rgba(43, 99, 146, 0) 0%, rgba(43, 99, 146, 1) 50%, rgba(43, 99, 146, 0) 100%);
    left: 67%;
    top: 33%;
    content: '';
}

.green-icon-bx-last::after {
    display: none;
}

.blue-grad-bx {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 20px 228px 20px 20px;
    height: 100%;
    align-items: center;
}

.cit-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.white-btn {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000;
    padding: 10px 0px;
}

.white-btn img {
    width: 7px;
}

.opportunities-section .nav-pills .nav-link.active,
.opportunities-section .nav-pills .show>.nav-link {

    background-color: #FFF2E4;
    border-right: 5px solid #F7A491;
}

.opportunities-section .nav-pills .nav-link {
    background: #E8F8FF;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    color: #000;
    text-align: left;
    padding: 15px 14px;
    font-size: 1rem;
    border-right: 5px solid #EBEBEB;
}

.VectorImg {
    position: absolute;
    right: -56px;
    bottom: -14px;
}

.VectorImg2 {
    position: absolute;
    left: -94px;
    bottom: -6px;
    transform: rotate(85deg);
    width: 200px;
}

.pro-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    left: 94px;
}

.frame-icon-f {
    background: #000;
    display: inline-flex;
    padding: 10px;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 1px 1px 8px #000000ab;
}

.qz-4-row {
    position: relative;
}



.frame-icon-f img {
    width: 24px;
}

.students-support-section-6 .hub-box-nb {
    background: #fff;
}
.section-banner-m-row-1{
    position: relative;
    z-index: 1;
}
.section-banner-m-row{
    margin-top: -100px;
}

/********************Paid**************/
.section-banner-o::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    top: 82px;
    left: 50%;
    background: url('../img/bg-r.png') no-repeat center top;
    z-index: -1;
    transform: translate(-50%, 0);
    border-radius: 0;
    background-size: cover;
}


.banItem {
    position: relative;
}

.bluBxTxt {
    background: linear-gradient(180deg, #252241f5, #302c54c2);
    padding: 20px 20px;
    border-radius: 20px;
    position: absolute;
    bottom: 0px;
}

.greenTxt {
    background: #35ABA0;
    padding: 34px 20px;
    border-radius: 20px;
}

.jh-img-g {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34%;
    z-index: 9;
}

.custom-citations .box-heading {
    color: #2b6995;
}

.technical-section {
    position: relative;
}

.technical-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 80%;
    height: 100%;
    background: #E8F8FF;
    z-index: -1;
    border-radius: 0 26px 0 0;
}

button.custom-tab-button.box-heading.active-btn:after {
    position: absolute;
    background: #2B6392;
    content: '';
    width: 70%;
    height: 3px;
    left: 0px;
    bottom: 0px;
}

.custom-citations .custom-list {
    padding-right: 89px;
}

.custom-tab-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
}

.custom-tab-header {
    position: relative;
    gap: 12px;
    width: 38%;
}

.custom-tab-button {
    padding: 20px 15px 20px 6px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    width: 88%;
    text-align: left;
    position: relative;
}

.bytu {
    /* background: #ffedd8; */
    padding: 30px 20px 0px 0px;
    border-radius: 20px;
    position: relative;
}
.custom-tab-body {
    padding: 20px 0;
    width: 80%;
}

.custom-citations ul li,
.custom-citations p,
.cameto-bx p,
.cameto-bx ul li,
.ply-bx ul li {
    font-size: .8rem;
    line-height: 1rem;
    margin-bottom: 10px !important;
}

.ply-bx ul li:last-child,
.ply-bx ul {
    margin-bottom: 0px !important;
    list-style: square;
}

.custom-citations {
    position: relative;
    padding: 10px 14px 10px 14px;
    background: #ffffff4d;
    color: #000000;
    border-radius: 10px 10px 24px 10px;
    margin-top: 20px;
    width: 86%;
}

.custom-tab-panel {
    display: none;
}

.custom-tab-panel.active-panel {
    display: block;
}

.Tabcustom-list {
    list-style: none;
    padding-left: 0px;
}

.Tabcustom-list li {
    color: #000;
    font-weight: 500;
    font-size: .92rem;
    line-height: 1.4rem;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
    padding: 0 28px 0 0px;
}


.Tabcustom-list li::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 11px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('../img/blueTick.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}


.structured-box .Tabcustom-list li::before,
.yellowbox .Tabcustom-list li::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 11px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(../img/yellowTick.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}

.structured-box .Tabcustom-list ul {
    margin-bottom: 0px;
}

.cameto-bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000000;
    padding: 11px 20px;
    background: #f7f7f747;
    border-radius: 20px;
}


.housing-img {
    position: relative;
    left: -50px;
    z-index: -1;
}


.icon-nf-img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    z-index: 1;
}

.hub-box-nbm {
    position: relative;
    border-radius: 60px 20px 60px 60px;
    padding: 22px 22px;
    z-index: 1;
    min-height: 261px;
}
.hub-box-nbm::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    border-radius: 0 20px 0 150px;
}

.hub-box-nbm::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 0 20px 0 150px;
    z-index: 1;
}

.hub-box-nbm-1 {
    border-bottom: 5px solid #FFBF71;
}

.hub-box-nbm-1::before {
    background-color: #ffbf7196;
}

.hub-box-nbm-1::after {
    background-color: #ffbf7196;
}

.hub-box-nbm-2 {
    border-bottom: 5px solid #35ABA0;
}

.hub-box-nbm-2::after {
    background-color: #35aba087;
}

.hub-box-nbm-2::before {
    background-color: #35ABA0;
}

.hub-box-nbm-3 {
    border-bottom: 5px solid #479EDC;
}

.hub-box-nbm-3::after {
    background-color: #479edc9c;
}

.hub-box-nbm-3::before {
    background-color: #479EDC;
}

.hub-box-nbm-4 {
    border-bottom: 5px solid #D3A6AF;
}

.hub-box-nbm-4::after {
    background-color: #d3a6af94;
}

.hub-box-nbm-4::before {
    background-color: #D3A6AF;
}

.peachT-bx1 {
    display: flex;
    position: relative;
    align-items: center;
    /* gap: 31px; */
}

.peachT-img-bx1 {

    flex: 1;
}

.peachT-img-bx1 img {

    bottom: 18px;
    position: relative;

}

.peachT-content-bx1::before {
    position: absolute;
    content: '';
    width: 280px;
    height: 10px;
    top: 0;
    right: 0;
    /* background: url('assets/img/patch-white.png') no-repeat center top; */
    background-size: cover;
    z-index: 1;
    background: #35ABA0;
}

.peachT-content-bx1::after {
    position: absolute;
    content: '';
    background: url('../img/corner.png') no-repeat center top;
    right: 0;
    bottom: 0;
    width: 114px;
    height: 114px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 1;
}

/*******************transition-program********/
.tranProSection4 {
    position: relative;

}
.banItem img {
    border-radius: 23px;
}
.tranProSection4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 87%;
    background: url('../img/bg-df.png') no-repeat center top;
    z-index: -1;
    border-radius: 0 0 30px 30px;
    background-size: cover;
}

.tabMan .section-heading {
    padding-right: 300px;
}

.custom-tab-body .custom-citations {
    border-radius: 16px;
    width: 100%;
    box-shadow: 0px 4px 4px 0px #00000067;
}

.custom-tab-body .custom-citations .box-heading {
    color: #000000;
}

.tranProSection4 .jh-img-g {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 482px;
    z-index: 9;
    /* border-radius: 63px; */
    background-size: 100%;
}

.core-bx1 {
    width: 56%;
    position: relative;
}

.core-bx1:after {
    position: absolute;
    content: '';
    width: 128%;
    height: 44%;
    bottom: 0;
    left: 0px;
    background: #FFEDD8;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.core-bx1-img {
    position: absolute;
    width: 418px;
    right: -110px;
    bottom: 0px;
}

.peachStudy {
    display: flex;
    position: relative;
}

.peachT-content-bx1 {
    /* padding: 0 96px 16px 42px; */
    flex: 2;
    background: antiquewhite;
    padding: 28px 20px 20px 27px;
    position: relative;
    bottom: -7px;
}

.tranProSection2 .peachT-bx1:before {
    left: 0;
}

.tranProSection2 .peachT-img-bx1 img {
    left: initial;
    right: 10px;
}

/*******************Program Study********/
.styudyPro-section {
    padding-top: 0px;
}
.section-banner-prgrmOfStudy {
    position: relative;
    background: url('../img/bg-r.png') no-repeat center center;
    background-size: contain;
    margin: 80px 20px 0 20px;
    border-radius: 53px;
    padding: 62px 0;
}

.styudyPro-section .Tabcustom-list li::before {

    background-image: url(../img/white-tick.png);

}

.styudyProBoxColor .custom-citations .box-heading {
    color: #ffffff;
}

.styudyProBoxColor .custom-citations ul li {
    color: #ffffff;
}

.styudyProBoxColor .accordion-button::after {

    filter: invert(1);
}

.styudyProBoxColor .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

    transform: rotate(-180deg);
}

.styudyProBoxColor .Tabcustom-list li {
    color: #ffffff;

}

.styudyProBoxColor img {
    filter: invert(1);

}

.styudyPro-section {
    position: relative;
}

.styudyPro-section::after {
    position: absolute;
    content: '';
    background: url('../img/pa-t-10.png') no-repeat center center;
    width: 657px;
    height: 100%;
    right: 0;
    background-position: right;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.styudyPro-section::before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(50, 150, 190, 1) 0%, rgba(33, 105, 143, 1) 100%);
    width: 100%;
    height: 94%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.styudyPro-section .accordion-item {
    background-color: #ffffff00;

}
.loginHeader .btn-gradient {
    display: flex;
    align-items: center;
}
.prgm-bx {
    border-radius: 20px;
    /* min-height: 292px; */
    margin-bottom: 21px;
    padding: 9px;
    background: #f6f6f6;
    position: relative;
    margin-top: 50px;
}
.prgm-bx img.img-fluid {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    top: -38px;
}
.prgm-bx.text-center .box-heading {
    padding-top: 31px;
}
.support-Check {
    display: flex;
    gap: 0px;
    background: #fff;
    border-radius: 40px;
    /* width: 94%; */
    margin-left: 20px;
    margin-bottom: 38px;
    min-height: 70px;
    position: relative;
    padding: 4px 0px;
}

.support-Check .support-Check-img img {
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translate(0, -50%);
}

.support-Check-img {
    width: 10%;
}

.support-Check-content {
    width: 89%;
}

.coursework {
    position: relative;
}

.coursework:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 90%;
    bottom: 0;
    left: 20px;
    background: #E8F8FF;
    background-size: cover;
    border-radius: 20px 20px 18px 98px;
    z-index: -1;
}

.studyProIm {
    position: absolute;
    bottom: -64px;
    left: -40px;
    width: 340px;
}

/*************TSF******************/
.icon-n-img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    z-index: 1;
}



.hub-box-nb::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    border-radius: 0 20px 0 150px;
}

.hub-box-nb::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 0 20px 0 150px;
    z-index: 1;
}

.hub-box-nb-1 {
    border-bottom: 5px solid #35ABA0;
}

.hub-box-nb-1::before {
    background-color: #35ABA0;
}

.hub-box-nb-1::after {
    background-color: #35aba087;
}

.hub-box-nb-2 {
    border-bottom: 5px solid #FFBF71;
}

.hub-box-nb-2::after {
    background-color: #ffbf7196;
}

.hub-box-nb-2::before {
    background-color: #FFBF71;
}

.hub-box-nb-3 {
    border-bottom: 5px solid #D3A6AF;
}

.hub-box-nb-3::after {
    background-color: #d3a6af94;
}

.hub-box-nb-3::before {
    background-color: #D3A6AF;
}

.hub-box-nb-4 {
    border-bottom: 5px solid #479EDC;
}

.hub-box-nb-4::after {
    background-color: #479edc9c;
}

.hub-box-nb-4::before {
    background-color: #479EDC;
}

.check-cal {
    background: linear-gradient(180deg, rgba(51, 153, 192, 1) 0%, rgba(43, 99, 146, 1) 100%);
    padding: 45px 50px 45px;
    border-radius: 60px 217px 60px 60px;
    position: relative;
}

.check-cal::after {
    position: absolute;
    content: '';
    background: url('../img/corner-1.png');
    right: 0;
    top: 0px;
    width: 154px;
    height: 157px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top right;
}

.focused-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.main-row {
    position: relative;
}


.hub-box-nb {
    position: relative;
    border-radius: 20px;
    padding: 24px 16px;
    box-shadow: 0px 4px 4px 0px #00000045;
    z-index: 1;
    
}


.hub-box-nb-white::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    border-radius: 0 20px 0 150px;
    background-color: #FFD5A4;
}

.hub-box-nb-white::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 0 20px 0 150px;
    background-color: #FFC04E;
    z-index: 1;
}

.hub-box-nb-gray::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    border-radius: 0 20px 0 150px;
    background-color: #FBD9E1;
}

.hub-box-nb-gray::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 0 20px 0 150px;
    background-color: #EDCCD3;
    z-index: 1;
}


.frame-icon {
    background: #000;
    display: inline-flex;
    padding: 10px;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 1px 1px 8px #000000ab;
}

.frame-icon img {
    width: 27px;
}

.peach-bx {
    display: flex;
    position: relative;
    align-items: end;
}

.peach-img-bx {
    width: 53%;
}

.peach-img-bx img {
    width: 100%;
}

.peach-content-bx {
    width: 75%;
    padding: 150px 20px 40px;
    position: relative;
}

.peach-content-bx::after {
    position: absolute;
    content: '';
    width: 280px;
    height: 320px;
    bottom: 0;
    right: 0;
    background: url('../img/patch-white.png');
    background-size: cover;
    z-index: -1;
}

.peach-bx:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background: #FFD5A4;
    background-size: cover;
    border-radius: 20px 20px 68px 20px;
    z-index: -1;
}

.peach-bx::after {
    position: absolute;
    content: '';
    background: url('../img/corner.png');
    right: -23px;
    bottom: -23px;
    width: 94px;
    height: 98px;
    background-size: 84px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.teal-bx .edu-list {
    padding-left: 0;
    list-style: none;
    text-align: left;
    position: relative;
}

.teal-bx .edu-list a:hover li {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(255 224 187) 100%);
}

.peach-list-bx .edu-list a:hover li {
    background: linear-gradient(272deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.teal-bx .edu-list::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 91%;
    background: #FFE7BC;
    left: -17px;
    top: 50%;
    transform: translate(0%, -50%);
}

.teal-bx .edu-list li {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 5px 18px;
    border-radius: 40px;
    font-size: .8rem;
    margin-bottom: 12px;
    position: relative;
}

.teal-bx .edu-list li::after {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FFE7BC;
}

.teal-bx {
    background: linear-gradient(90deg, rgba(43, 99, 146, 1) 0%, rgba(51, 153, 192, 1) 100%);
    border-radius: 20px;
    padding: 30px 45px;

}
.peach-list-bx {
    background: #FFE0BB;
    border-radius: 20px;
    padding: 12px 10px;
}
.peach-list-bx .edu-list li {
    background: #fff;
    padding: 5px 18px;
    border-radius: 40px;
    font-size: .8rem;
    margin-bottom: 12px;
    position: relative;
}
.peach-list-bx .edu-list li::before {
    content: '';
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #35ABA0;
}

.peach-list-bx .edu-list {
    padding-left: 0;
    list-style: none;
    text-align: right;
    position: relative;
    padding-right: 26px;
}

.peach-list-bx .edu-list::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 78%;
    background: #ffffffff;
    right: 6px;
    top: 50%;
    transform: translate(0%, -50%);
}

/*--------------------------------------------------------------
# Exit Status page
--------------------------------------------------------------*/

.section-banner-exit {
    position: relative;
    background: url('../img/bg-r.png') no-repeat center top;
    background-size: cover;
    margin: 76px 20px 0 20px;
    border-radius: 53px;
    padding: 18px 0 105px 0;
}

.section-banner-exit .content {
    margin-top: 34px;
}

.exit-techno-row {
    position: relative;
    background: linear-gradient(90deg, rgba(43, 99, 146, 1) 0%, rgba(51, 153, 192, 1) 100%);
    border-radius: 100px 100px 20px 20px;
    margin: 0 131px;
    box-shadow: 0 -13px #00000029;
    margin-top: 129px;
}

img.img-fluid.exit-row-img {
    margin-top: -100px;
}

.exit-status-section {
    position: relative;
    padding: 200px 0;
}

.exit-status-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('../img/image-2980.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.vg-bx {
    padding: 17px;
    background: #f0f0f0;
    border-radius: 10px;
    display: inline-flex;
    gap: 36px;
}

.vg-ul {
    padding-left: 20px;
    margin-bottom: 0;
    display: inline-flex;
    gap: 36px;
}

.impact-bx-wrapper {
    border-top: 1px solid #000000b5;
}

.impact-bx {
    padding: 20px;
    border-bottom: 1px solid #000000b5;
}

.shared-bx-k {
    background: #fff;
    border-radius: 16px;
    padding: 20px 40px 20px 22px;
    box-shadow: 1px 1px 3px #00000061;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 42px;

}

.shared-bx-k-img {
    position: relative;
    width: 18%;
}

.shared-bx-k-content {
    width: 74%;
}

.shared-bx-k-img::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 100%);
    top: 0;
    right: -22px;
}

.shared-bx-k-img span {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    box-shadow: inset 0px 7px 8px -5px #00000091;
    /* margin-right: 20px; */
    position: relative;
    z-index: 1;
}

.shared-bx-k-img img {
    width: 36px;
}


.transit-goal-section {
    position: relative;
}


.transit-goal-section::after {
    position: absolute;
    content: '';
    background: url('../img/wert-3.png') no-repeat right bottom;
    right: 0;
    bottom: 0;
    width: 526px;
    height: 815px;
    background-size: 79%;
}


.custom-card::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #949494;
    bottom: 0;
    left: 29%;
    z-index: 1;

}

.relies-bx {
    border-radius: 20px;
    /* padding: 30px 0; */
    background: 0;
    position: relative;
    z-index: -1;
    box-shadow: 0 0 10px #0000001c;
}

.header-row {
    background: linear-gradient(180deg, rgba(50, 150, 190, 1) 0%, rgba(47, 127, 170, 1) 100%);
    font-weight: 600;
    padding: 14px;
    display: flex;
    position: relative;
    color: #fff;
    border-radius: 20px 20px 0 0;
}

.left-jh {

    flex: 1;

}

.right-jh {
    flex: 2;

}

.data-row {
    display: flex;
    color: #000000;
    padding: 14px;
}

.data-row div:first-child {
    flex: 1;
    font-weight: 600;
}

.data-row div:last-child {
    flex: 2;
}

/*--------------------------------------------------------------
# paid work based learning page
--------------------------------------------------------------*/
.bytu:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    right: -120px;
    /* background: #FFEDD8; */
    background-size: cover;
    border-radius: 68px 0px 26px 20px;
    z-index: -1;
}
 .Paid-work-section .tab-content {
    min-height: 295px;
}
.paidImg11 {
    position: absolute;
    top: -40px;
    left: -59px;
    width: 380px !important;
    max-width: 380px !important;
}

.bytu .cameto-bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000000;
    padding: 11px 20px;
    /* background: linear-gradient(90deg, rgba(43, 99, 146, 1) 0%, rgba(51, 153, 192, 1) 100%); */
    border-radius: 20px;
    z-index: 2;
    position: relative;
    background:#fff;
    box-shadow: 0px 4px 4px 0px #00000067;
}

.paidImg13 {
    position: absolute;
    top: 28px;
    right: 40px;
}

.accordionImg {
    position: relative;
}

.card-body.text-center {
    margin-top: -119px;
}

.component-bx {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 304px;
}

.component-bx img {
    width: 50px;
}

.component-bx-1 {
    background-color: #accfd6;
}

.component-bx-2 {
    background-color: #aed9d0;
}

.component-bx-3 {
    background-color: #aabcca;

}

.component-bx-4 {
    background-color: #fce6c3;

}

.Paid-work-section .nav-pills .nav-link.active,
.Paid-work-section .nav-pills .show>.nav-link {
    color: #ffffff;
    background: linear-gradient(to right, #2B6392, #3295B0);
}

.Paid-work-section .nav-pills .nav-link {
    color: #000;
    background-color: #E8F8FF;
    border-radius: 30px;
    font-size: .98rem;
    box-shadow: 1px 1px 2px #c4c4c4;
    font-weight: 500;
}

.Paid-work-section ul li {
    padding: 0 28px 0 0px;
}

.Paid-work-section ul#pills-tab {
    position: relative;
}

.exit-status-list {
    position: relative;
}

.valuable-resources-bx-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    z-index: 1;
}

.valuable-resources-bx {
    padding: 57px 46px;
    background-color: #f0f8ff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.valuable-resources-bx::after {
    content: '';
    position: absolute;
    top: -51px;
    right: -24px;
    width: 208px;
    height: 208px;
    background: url('../img/hng.png') no-repeat top right;
    z-index: 1;
}

.valuable-resources-bx h2 {
    color: #2B6392;
}

.valuable-resources-bx p {
    color: #333;
}

.valuable-resources-bx ul.custom-list {
    padding-left: 33px;
    list-style-type: disc;
}

.card-w {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.card-body-w {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 51px 20px 20px;
    background: linear-gradient(0deg, #122C5A 0%, rgb(0 0 0 / 0%) 100%);
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.arrow-icon-bx {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 20px;
}



/*--------------------------------------------------------------
# technology-skillsdigital-literacy
--------------------------------------------------------------*/

.section-banner-hj {
    position: relative;
    background: url('../img/bg-r.png') no-repeat center top;
    background-size: cover;
    margin: 80px 20px 0 20px;
    border-radius: 53px;
    padding: 18px 0 105px 0;
}

.core-box-v {
    background: #F9F9F9;
    border-radius: 0 0 28px 28px;
    padding: 52px 30px 45px 30px;
    text-align: center;
    position: relative;
    min-height: 214px;
}

.iconShare {
    width: 60px;
    height: 60px;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    /* box-shadow: inset 0px 4px 15px 0px #00000026; */
    position: relative;
    z-index: 1;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%, 10px);
}

.shared-bx-h .iconShare {
    width: 60px;
    height: 60px;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    /* box-shadow: inset 0px 4px 15px 0px #00000026; */
    position: relative;
    z-index: 1;
    position: absolute;

}

.opport-tunity-section .cameto-bx {
    padding: 20px 350px 20px 20px;
    color: #fff;
}

.opport-tunity-section .cameto-bx a {
    color: #fff;
}

.compo-po-img {
    position: relative;
}

.compo-po-img::before {
    position: absolute;
    background: url('<?php echo base_url("assets/img/tranProImg5.png"); ?>') no-repeat center top;
    content: '';
    right: 0;
    width: 100%;
    height: 100%;
    top: -53px;
    z-index: 1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.blue-grad-bx-n {
    background: linear-gradient(135deg, #3399C0 0%, #2B6392 100%);
    border-radius: 20px;
    padding: 20px 338px 20px 20px;
    color: #fff;
    height: 100%;
    align-items: center;
}

.cit-img-n {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}



.opport-tunity-section .nav-pills .nav-link.active,
.opport-tunity-section .nav-pills .show>.nav-link {

    background-color: #FFF2E4;
    border-right: 5px solid #F7A491;
}

.opport-tunity-section .nav-pills .nav-link {
    background: #E8F8FF;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    color: #000;
    text-align: left;
    padding: 15px 14px;
    font-weight: 500;
    font-size: 1rem;
    border-right: 5px solid #EBEBEB;
}

.tabcustom-list-white ul li {
    color: #fff;
}

.tabcustom-list-white li::before {
    background-image: url(../img/white-tick.png);
}

.oppo-section-wrapper {
    position: relative;
}
.oppo-section-wrapper::after {
    position: absolute;
    content: '';
    background: url('../img/career-aware-4.png') no-repeat;
    width: 502px;
    height: 100%;
    right: 0;
    background-position: bottom;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
.keyPartnerr-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px #0000001A;
    border-radius: 30px;
    padding: 24px;
    text-align: center;


}

.keyPartnerr-box .box-heading {
    font-size: 1rem;

}

/*--------------------------------------------------------------
# technology-skillsdigital-literacy
--------------------------------------------------------------*/
.key-partner-bx {
    border-radius: 149px 149px 40px 40px;
    background: #fff;
    box-shadow: 0px -10px 1px #a9a9a9;
    padding: 39px;
    position: relative;
}

.key-partner-bx::after {
    position: absolute;
    content: '';
    border-radius: 149px 149px 10px 10px;
    background-image: linear-gradient(to right, #3399C0 0%, #2B6392 100%);
    bottom: -1px;
    width: 104%;
    left: 50%;
    height: 78%;
    z-index: -1;
    transform: translate(-50%, 10px);
}

.transi-goal-section {
    margin-bottom: 60px;
}


/*--------------------------------------------------------------
# self-determination
--------------------------------------------------------------*/
.refer-bx {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    background: #F3F3F3;
    padding: 30px;
    box-shadow: 0px 4px 0px 0px #0000001A;
    border-radius: 20px;
}

.refer-bx .refer-col {
    background: #F5F5F5;
    position: relative;
    padding: 20px;
    flex: 1;
    box-sizing: border-box;
    text-align: center;
}

.refer-bx .refer-col::after {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    width: 1px;
    height: 100%;
    border: 1px solid #d0d0d0;
}

.refer-bx .refer-col:last-child::after {
    display: none;
}


.styudyPro-section-container .Tabcustom-list li {
    padding: 0 0px 0 0px;
}
.styudyPro-section-container .accordion-body {
    padding: 12px 0px 12px 10px;
}
.custom-citations ul {
    margin-bottom: 0px;
}

.color-full-bx {
    position: relative;
    padding: 20px 135px 20px 20px;

    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.color-full-bx::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    border-radius: 0 20px 0 150px;
}

.color-full-bx::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 0 20px 0 150px;
    z-index: 1;
}

.color-full-bx-1 {
    border-bottom: 5px solid #35ABA0;
}

.color-full-bx-1::before {
    background-color: #35ABA0;
}

.color-full-bx-1::after {
    background-color: #35aba087;
}

.color-full-bx-2 {
    border-bottom: 5px solid #FFBF71;
}

.color-full-bx-2::after {
    background-color: #ffbf7196;
}

.color-full-bx-2::before {
    background-color: #FFBF71;
}

.color-full-bx-3 {
    border-bottom: 5px solid #D3A6AF;
}

.color-full-bx-3::after {
    background-color: #d3a6af94;
}

.color-full-bx-3::before {
    background-color: #D3A6AF;
}

.color-full-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    z-index: 1;
}
.vode-expectation-tabs .nav-pills .nav-link.active,
    .vode-expectation-tabs .nav-pills .show>.nav-link {
        color: #000000;
        background-color: #F4CB82;
    }

    .vode-expectation-tabs .nav-pills .nav-link {
        color: #000;
        background-color: #ffffff;
        border-radius: 30px;
        font-size: .98rem;
        box-shadow: 1px 1px 2px #c4c4c4;
        font-weight: 500;
    }

    .vode-expectation-tabs ul li {
        padding: 0 28px 0 0px;
    }

.vode-expectation-tabs .cameto-bx a {
    color: #fff;
}
/*--------------------------------------------------------------
# self-determination
--------------------------------------------------------------*/
.refer-bx {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    background: #F3F3F3;
    padding: 30px;
    box-shadow: 0px 4px 0px 0px #0000001A;
    border-radius: 20px;
}

.refer-bx .refer-col {
    background: #F5F5F5;
    position: relative;
    padding: 20px;
    flex: 1;
    box-sizing: border-box;
    text-align: center;
}

.refer-bx .refer-col::after {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    width: 1px;
    height: 100%;
    border: 1px solid #d0d0d0;
}

.refer-bx .refer-col:last-child::after {
    display: none;
}
/* section.exty {
    margin-top: 100px;
} */
.action-implementation-container {
    padding: 70px 0;
}

.action-implementation-section {
    position: relative;
    /* padding: 160px 0; */
}
 
.action-implementation-section::after {
    position: absolute;
    content: '';
    background: url('../img/self-deter-7.png') no-repeat center center;
    width: 656px;
    height: 100%;
    right: 0;
    background-position: right bottom;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.color-full-bx {
    position: relative;
    padding: 20px 135px 20px 20px;

    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.color-full-bx::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    border-radius: 0 20px 0 150px;
}

.color-full-bx::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 0 20px 0 150px;
    z-index: 1;
}

.color-full-bx-1 {
    border-bottom: 5px solid #35ABA0;
}

.color-full-bx-1::before {
    background-color: #35ABA0;
}

.color-full-bx-1::after {
    background-color: #35aba087;
}

.color-full-bx-2 {
    border-bottom: 5px solid #FFBF71;
}

.color-full-bx-2::after {
    background-color: #ffbf7196;
}

.color-full-bx-2::before {
    background-color: #FFBF71;
}

.color-full-bx-3 {
    border-bottom: 5px solid #D3A6AF;
}

.color-full-bx-3::after {
    background-color: #d3a6af94;
}

.color-full-bx-3::before {
    background-color: #D3A6AF;
}

.color-full-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    z-index: 1;
}

/*--------------------------------------------------------------
# independent-living-skills
--------------------------------------------------------------*/
.structured-box-HJ {
    background: linear-gradient(97deg, rgba(43, 103, 148, 1) 0%, rgba(50, 147, 175, 1) 100%);
    border-radius: 14px;
    padding: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    box-shadow: -6px 6px 0px #00000017;
    width: 587px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.independent-living-section {
    position: relative;
    margin: 100px 20px 0 20px;
    border-radius: 53px;
    background: url('https://padevenv.ctrlsrv.com/assets/img/bg-r.png') no-repeat center top;
    padding: 80px 0px;
}

.independent-living-section .content.py-5 {
    margin-left: 54px;
}
.vode-expectation-tabs .cameto-bx a {
    color: #fff;
    position: absolute;
    right: 60px;
    bottom: 17px;
    font-size: 12px;
}
.vode-expectation-tabs {
    position: relative;
    padding: 64px 0px 0px 0px;
    overflow: hidden;
}
.vode-expectation-tabs .cameto-bx ul {
    margin-bottom: 0px;
    padding-left: 18px;
}
.vode-expectation-tabs::after {
    position: absolute;
    content: '';
    background: url('../img/independen-13.png') no-repeat center center;
    width: 436px;
    height: 100%;
    right: 0;
    background-position: right bottom;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.vode-expectation-tabs .cameto-bx {

    color: #fff;
}

/*--------------------------------------------------------------
# family-expectation
--------------------------------------------------------------*/




.family-expectation-tabs {
    position: relative;
}

.family-expectation-tabs .cameto-bx a {
    font-size: .8rem;
    color: #2495bb;
}

.sect-right-img {
    position: absolute;
    width: 37%;
    bottom: 0;
}
.jyt {
    position: relative;
    height: 462px;
}
.jyt:after {
    position: absolute;
    background: #E8F8FF;
    width: 100%;
    height: 112%;
    content: '';
    z-index: -1;
    left: -10px;
    border-radius: 20px 120px 20px 20px;
    top: -28px;
}
.family-expectation-tabs .cameto-bx {
    position: relative;
    background: #f7f7f7;
    padding: 20px;
    width: 98%;
}

.citation-items {
    display: flex;
    flex-direction: column;
}



.family-expectation-tabs .nav-pills .nav-link.active,
.family-expectation-tabs .nav-pills .show>.nav-link {
    color: #000000;
    background-color: #F4CB82;
}

.family-expectation-tabs .nav-pills .nav-link {
    color: #000;
    background-color: #ffffff;
    border-radius: 30px;
    font-size: .98rem;
    box-shadow: 1px 1px 2px #c4c4c4;
    font-weight: 500;
}

.family-expectation-tabs ul li {
    padding: 0 28px 0 0px;
}

.family-expectation-tabs ul#pills-tab {
    position: relative;
}

.family-expectation-tabs .slick-dots {
    text-align: left;
    margin-left: 113px;
}


.dot-button {
    background: #949494;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    box-shadow: 0px 2px 6px rgb(121, 121, 121);
}

.dot-button.active {
    background: #1092c3;

}


.family-expectation-tabs .slick-dots li {
    margin: 0px;
}

.carouse-button {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.family-image-wrapper {
    position: relative;
}

.fam-img {
    position: absolute;
    top: 0;
    left: 0;

}


.nw-row {
    position: relative;
}
.yelbox {
    position: relative;
    border-radius: 0px 30px 30px 0px;
    padding: 72px 42px 66px 82px;
    background: #fbe0bf;
    width: 110%;
    left: -50px;
    top: 12px;
}

.nw-row::after {
    position: absolute;
    content: '';
    background: url('https://padevenv.ctrlsrv.com/assets/img/corner.png') no-repeat center top;
    width: 128px;
    height: 127px;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-size: contain;
}

/*--------------------------------------------------------------
# resources-section
--------------------------------------------------------------*/
.resources-section {
    background: url('../img/bg-df.png') no-repeat center center;
    background-size: cover;
}


/*--------------------------------------------------------------
# event-page
--------------------------------------------------------------*/
.events-bx-n .nav-tabs .nav-link {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 56px;
    font-size: 14px;
    padding: 4px 13px;
    border: 2px solid #ffffff;
    color: #fff;
    width: 7rem;
    margin-right: 20px;
    box-shadow: 1px 1px 1px 1px #0000002e;
    font-weight: 500;
}

.events-bx-n .nav-tabs .nav-item.show .nav-link,
.events-bx-n .nav-tabs .nav-link.active {
    color: #000000;
}

.events-bx-n {
    background: linear-gradient(181deg, #2B6392 0%, #06262F 100%);
    padding: 25px;
    border-radius: 30px 0 0 30px;
    width: 100%;
}

.events-bx-n .nav-tabs {
    flex-wrap: initial;
}

.events-bx-n .nav-tabs {
    flex-wrap: initial;
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
# interagency-collaboration
--------------------------------------------------------------*/


.bx-wrap-n {
    position: relative;
    padding: 16px 10px;
    border-radius: 20px;
    font-size: 15px;
}

/* .bx-wrap-n::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: solid 1px #000;
    top: 10px;
    left: 10px;
    border-radius: 20px;
} */

.citation-wrapper {

    background: url('../img/patch-4.png') no-repeat center top;
    padding: 30px;
    border-radius: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.collab-boxn {
    background: #fff;
    position: relative;
    border-radius: 30px;
    box-shadow: 0px 0px 32px #00000024;
    padding: 36px 23px;
}

.collab-boxn::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 16px;
    top: 16px;
    background: #2B6392;
    z-index: -1;
    border-radius: 30px;
}

.collab-boxn::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    background: url('../img/corner-1.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    z-index: 1;
}

.core-expectation-tabs .Tabcustom-list li {
    color: #ffffff;

}

.core-expectation-tabs .Tabcustom-list li::before {

    background-image: url('../img/white-tick.png');

}

.core-expectation-tabs .nav-pills .nav-link.active,
.core-expectation-tabs .nav-pills .show>.nav-link {
    color: #000000;
    background-color: #F4CB82;
}


.core-expectation-tabs .nav-pills .nav-link {
    color: #000;
    background-color: #ffffff;
    border-radius: 30px;
    font-size: .98rem;
    box-shadow: 1px 1px 2px #0000006b;
    font-weight: 500;
}

.core-expectation-tabs ul li {
    padding: 0 28px 0 0px;
}

.core-expectation-tabs .nav {
    justify-content: start;
}


.citation-wrapper .slick-dots li.slick-active button:before {
    color: #1092c3;
    font-size: 15px;
    text-shadow: 0px 2px 6px rgb(121, 121, 121);
}



.core-expectation-tabs .cameto-bx {

    background: #f7f7f700;
}

/*--------------------------------------------------------------
# student-LED-IEP-section
--------------------------------------------------------------*/
.sliep-section .accordion-item {
    border: 0.5px solid #2b639200;
    /* box-shadow: 0px 5px 15px 0px #19213D0F; */
    border-radius: 0px;
}





.sliep-section .accordion-button:not(.collapsed) .right-icon {
    color: #fff;
    background: #2b639200;
    padding: 7px;
    border-radius: 50%;
    transform: rotate(45deg);
    transition: transform .2s ease-in-out;
}

.sliep-section .accordion-button:not(.collapsed)::after {
    display: none;
}

.sliep-section .collapsed .right-icon {
    transform: rotate(-90deg);
    transition: transform .2s ease-in-out;
    background: #f1f2f900;
    color: #6f6c8f00;
    padding: 7px;
    border-radius: 50%;
}

.sliep-section .accordion-button::after {
    display: none;
}


.sliep-section .accordion-button {

    padding: .7rem 1.25rem;
}

.sliep-section .accordion-item:last-of-type .accordion-button.collapsed,
.sliep-section .accordion-button,
.sliep-section .accordion-item:first-of-type .accordion-button {
    border-radius: 0px;
}

.sliep-section .accordion-body {
    padding: 1rem 0;
    margin: 0 1.25rem;
}

.sliep-section .accordion-button:not(.collapsed) {
    color: #2B6392;

    border-left: 1px solid #FF6F07;
    background: #FEF6EE;

    box-shadow: none;
    border-radius: 0px;
}

.slp-btn-1 {
    background: #e4fff5;

    border-left: 1px solid #003f28;
}

.slp-btn-2 {
    background: #E4FFFC;
    border-left: 1px solid #35ABA0;
}

.slp-btn-3 {
    background: #FFEFF2;
    border-left: 1px solid #DD6C8D;
}

.slp-btn-4 {
    background: #EFF7FF;
    border-left: 1px solid #2B6392;
}

.iep-process-section .iframe-div {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.iep-com-plan {

    background: #FFEAD3;

    justify-content: end;


}

.iep-com-2-plan {

    background: #FFE0D9;

    justify-content: start;

}

.iep-com-box {
    width: 100%;
    box-shadow: 1px 1px 4px #00000045;
    position: relative;
    border-radius: 20px;
    min-height: 328px;
}

.iep-com-img {
    display: flex;
    align-items: center;
    width: 30%;
    position: absolute;
    left: -57px;
    top: 25px;
}

.iep-com-content {
    width: 83%;
    border-radius: 20px;
    padding: 40px 30px 30px 80px;
    position: relative;
    right: 0;
    z-index: 1;
    min-height: 338px;
}

.iep-com-btn {
    position: relative;
    top: 56px;
}

.iep-com-2-btn {
    position: relative;
    top: 105px;
}

.iep-com-2-img {
    display: flex;
    align-items: center;
    width: 30%;
    position: absolute;
    right: -57px;
    top: 25px;
}

.iep-com-2-content {
    width: 83%;
    border-radius: 20px;
    padding: 40px 80px 30px 30px;
    position: relative;
    left: 0;
    z-index: 1;
    text-align: right;
    min-height: 338px;
}


.fam-en-bx {
    background: url('../img/bg-df.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px;
}

.sliep-resources .fam-en-bx {
    border-right: 3px solid #2B6392;
    border-radius: 0 20px 20px 0px;
}

.sliep-resources-mid .fam-en-bx {
    border-left: 3px solid #2B6392;
    border-radius: 20px 0px 0px 20px;
    border-right: unset;
}



.sliep-resources-mid {
    margin: 100px 0px;
}

/**partner**********/
.partnerSec3 .multi-bx {
    position: relative;
    background: #fff;
    padding: 40px 18px 40px 30px;
    border-radius: 10px 28px 28px 10px;
    box-shadow: 0 0 28px #00000030;
    width: 388px;
}

.partnerSec3 .multi-bx::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 192, 78, 1) 0%, rgba(247, 164, 145, 1) 100%);
    top: 15px;
    left: 15px;
    z-index: -1;
    border-radius: 10px 28px 28px 10px;
}

.partnerSec3 .custom-list li {
    font-size: 1rem;
}

/*--------------------------------------------------------------
# For-youth
--------------------------------------------------------------*/

.educator-bx-1 {
    position: relative;
    transition: all .5s ease-in-out;

    text-align: center;
}

.advocateCol {
    position: relative;
    margin-top: 110px;
}

.advocateCol::after {
    position: absolute;
    content: "";
    top: -75px;
    right: 0px;
    background: url('https://padevenv.ctrlsrv.com/assets/img/corner-1.png');

    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    z-index: 1;
    transform: rotate(0deg);
}

.green-skill-bx {
    background: #35ABA0;
    padding: 60px 40px 60px 40px;
    border-radius: 15px 0 0 15px;
}

.student-talk-section .iframe-div {
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
    border-radius: 15px;

}

.slp-own-r {
    background: url('https://padevenv.ctrlsrv.com/assets/img/bg-r.png');
    padding: 54px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 3px solid #2B6392;
    border-radius: 0 20px 20px 0;
}

.involvement-section .blue-grad-bx-g {
    background: linear-gradient(135deg, #2B6392 0%, #3399C0 100%);
    border-radius: 20px;
    color: #fff;

    align-items: center;
    padding: 20px;
}

.determined-table-section table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.determined-table-section th,
.determined-table-section td {
    padding: 16px;
    text-align: left;
    border: 1px solid #e5e7eb;
    vertical-align: top;
}

.determined-table-section th {
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: none;
}

/* Column header colors */
.determined-table-section th:nth-child(1) {
    background-color: #6D6D6D;
    width: 15%;
    border-radius: 20px 20px 0 0;
}


.determined-table-section th:nth-child(2) {
    background-color: #BCE8E5;
    width: 15%;
    border-radius: 20px 20px 0 0;
    color: #000;
}

.determined-table-section th:nth-child(3) {
    background-color: #F7A491;
    /* Peach */
    border-radius: 20px 20px 0 0;
    color: #000;
}

.determined-table-section th:nth-child(4) {
    background-color: #ACD7FB;
    /* Light blue */
    border-radius: 20px 20px 0 0;
    color: #000;
}

.determined-table-section th:nth-child(5) {
    background-color: #FFD5A4;
    /* Light orange */
    border-radius: 20px 20px 0 0;
    color: #000;
}

.determined-table-section td:nth-child(1) {
    background-color: #f3f4f6;
    font-weight: 600;
}

.determined-table-section tr:nth-child(even) td {
    background-color: #ffffff;
}

.determined-table-section .iep-td {
    position: relative;
}

.determined-table-section .iep-td::before {
    content: "";
    position: absolute;
    left: -46px;
    top: 0;
    /* transform: translateY(-50%); */
    width: 45px;
    height: 100%;
    background-color: #2B6392;
    border-radius: 500px 0 0 500px;
}


/*--------------------------------------------------------------
# for-school-educators
--------------------------------------------------------------*/
.peach-skill-bx {
    background: #FFD5A4;
    padding: 60px 40px 60px 40px;
    border-radius: 15px 0 0 15px;
}

.process-benefits-section .tj-primary-btn {
    padding: 10px 20px;
}


.member-video-section .iframe-div {
    width: 100%;
    height: 400px;

    border-radius: 15px;

}

/*--------------------------------------------------------------
# for-families
--------------------------------------------------------------*/
.invo-section .blue-grad-bx-g {
    background: linear-gradient(135deg, #2B6392 0%, #3399C0 100%);
    border-radius: 0px 10px 10px 0px;
    color: #fff;
    align-items: center;
    padding: 30px;
    margin-top: 83px;
}

/*--------------------------------------------------------------
# youth-own
--------------------------------------------------------------*/
.breadcrumb-navigation {
    display: inline-flex;
  
}


.content .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.content .breadcrumb-item.active {
    color: #ffffffff;
  
}

.breadcrumb-item::before {
    color: #ffffffff !important;
}
.section-banner-o .content .breadcrumb-item a, 
.section-banner-m .content .breadcrumb-item a, 
.section-banner-prgrmOfStudy .content .breadcrumb-item a, 
 .career-awareness-section .content .breadcrumb-item a,
  .section-banner-hj .content .breadcrumb-item a,
  .independent-living-section .content .breadcrumb-item a, 
  .section-banner-j .content .breadcrumb-item a, 
  .section-banner-exit .content .breadcrumb-item a {
    color: #000000ff;
    text-decoration: none;
}

.section-banner-o .content .breadcrumb-item.active, 
.section-banner-m .content .breadcrumb-item.active, 
.section-banner-prgrmOfStudy .content .breadcrumb-item.active, 
 .career-awareness-section .content .breadcrumb-item.active, 
  .section-banner-hj .content .breadcrumb-item.active, 
  .independent-living-section .content .breadcrumb-item.active, 
  .section-banner-j .content .breadcrumb-item.active, 
  .section-banner-exit .content .breadcrumb-item.active
  
{ 
    color: #000000ff;
    
}

.section-banner-o .breadcrumb-item::before, .section-banner-prgrmOfStudy .breadcrumb-item::before, .career-awareness-section .breadcrumb-item::before, .section-banner-hj .breadcrumb-item::before, .independent-living-section .breadcrumb-item::before, .section-banner-j .breadcrumb-item::before, .section-banner-exit .breadcrumb-item::before, .section-banner-m .breadcrumb-item::before {
    color: #000000ff !important;
}




.aboutBanner-sliep-child {
    position: relative;
    padding: 130px 0;
    /* height: 68vh; */
    z-index: -1;
}

.lineYour {
    position: relative;
    min-height: auto;
}

.lineYour:before {
    position: absolute;
    left: 0;
    border: 5px solid #046A8A;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    content: '';
    top: 6px;
    background: #fff;
    z-index: 1;
}

.lineYour:after {
    content: '';
    top: 10px;
    width: 1px;
    position: absolute;
    height: 112%;
    left: 9px;
    border: 1px dashed #046A8A;
}

.auditSeo1 img {
    border-radius: 16px;
    width: 200px;
    margin-top: -10px;
}

.txtsldbox2 {
    position: relative;
    padding-left: 60px;
}

.iep-another .row:last-child .lineYour:after {
    content: none;
}

.iep-another {

    margin-top: -167px;

}

.txtsldbox2 {
    position: relative;
    padding: 30px;
    background: #fff;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px #0000001f;
}

.iep-another .container {
    padding-top: 30px;
    border-radius: 20px;

    background: #EDFAF6;
    background: linear-gradient(50deg, rgba(237, 250, 246, 1) 0%, rgba(253, 248, 243, 1) 54%, rgba(191, 232, 229, 1) 100%);
}

.iep-another .container {
    max-width: 71% !important;
}

/*--------------------------------------------------------------
# iep-page
--------------------------------------------------------------*/
.img-fr {
    width: 227px;
    border-radius: 15px;
    border: 2px solid #35ABA0;
    box-shadow: 0px 0px 9px #00000029;
}

.fam-iep-en-bx {
    background: linear-gradient(50deg, rgba(237, 250, 246, 1) 0%, rgba(253, 248, 243, 1) 54%, rgba(191, 232, 229, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px;
    box-shadow: 0px 0px 13px #0000001f;
    margin-top: 80px;
}

.fam-right {
    border-right: 3px solid #2B6392;
    border-radius: 0 20px 20px 0px;
}

.fam-left {
    border-left: 3px solid #2B6392;
    border-radius: 20px 0px 0px 20px;
}

.legal-iep-box {
    background: #17313b;
    border-radius: 10px;
    padding: 30px 30px 0px 30px;
}

.ipa-img {

    border-radius: 10px;
}

.under-iep-section {
    position: relative;
}

.under-iep-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: #41CDB3;
    background: linear-gradient(164deg, rgba(65, 205, 179, 1) 0%, rgba(73, 180, 189, 1) 100%);

    top: 0;
    right: 0;
    z-index: -1;
}


.cg {
    min-height: 268px;
}

.img-bx-wrapn-iep-sect {
    position: relative;
    background: #fff;
    padding: 26px 33px;
    border-radius: 50px 10px 10px 10px;
    box-shadow: 0 0 28px #00000030;
    left: -71px;
    top: 10px;
    width: 421px;
}

.img-bx-wrapn-iep-sect::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 192, 78, 1) 0%, rgba(247, 164, 145, 1) 100%);
    top: 15px;
    left: 15px;
    z-index: -1;
    border-radius: 10px;
}

.leadership-wrap-1 {
    position: relative;
}
/*--------------------------------------------------------------
# audience
--------------------------------------------------------------*/

  .img-bx-wrapn-new {
        position: relative;
        background: #fff;
        padding: 30px 14px;
        border-radius: 50px 10px 10px 10px;
        box-shadow: 0 0 28px #00000030;
        left: 9px;
        top: -39px;
        width: 92%;
    }

    .img-bx-wrapn-new::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 192, 78, 1) 0%, rgba(247, 164, 145, 1) 100%);
        top: 15px;
        left: 15px;
        z-index: -1;
        border-radius: 10px;
    }
  .audience-bxe {

        border-radius: 10px;
        background: #FFFFFF;
        box-shadow: 0 0 28px #0000001A;


    }

    .audience-bxe-content {

        padding: 20px;

    }
   .audience-bxe-content .section-description {
    min-height: 55px;
}

/*Spanish CSS***************/
.lan-sp li.nav-item.dropdown:nth-child(3) ul.dropdown-menu {
    width: 770px;
    left: -160px;
}

/*--------------------------------------------------------------
# faq section
--------------------------------------------------------------*/
.faq-section .accordion-item {
    border: none;
    border-bottom: 2px solid rgb(0 0 0 / 18%);
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #e7f1ff00;
    box-shadow: none;
}

.faq-heading {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4rem;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media (max-width: 992px) {}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 767px) {}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.secondary-btn {
    position: absolute;
    bottom: 33px;
    z-index: 10;
}
.secondary-btn span img {
    width: 48px;
}
.footer-section {
    background-color: #111;
    /* font-family: 'Arial', sans-serif; */
    position: relative;
    overflow: hidden;
}

.language-select-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
}

/* A+ A- Buttons (only inside footer) */
.ribbon-buttons {
    left: 0;
    top: 64%;
    position: fixed !important;
}

.ribbon-btn {
    background: #35ABA0;
    border: none;
    color: white;
    padding: 5px 10px;
    display: block;
    margin: 5px 0;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    width: 40px;
}

/* UI Enhancer png' */
.ui-enhancer-img {
    right: 0;
    top: 9% !important;
    z-index: 0;
}

.ui-enhancer-img img {
    width: 300px;
    height: auto;
}

/* Logo */

.footer-logo {
    max-height: 44px;
    position: relative;
}
.copyrightBx div {
    font-size: .7rem;
}
/* Subscribe Button */
.subscribe-btn {
    background-color: #2B6392;
    color: white;
    padding: 6px 18px;
    border-radius: 2rem;
    font-size: 14px;
}

/* List */
.list-square li {
    list-style-type: square;
    margin-left: 18px;
    margin-bottom: 5px;
    color: #FFFFFF8C;
}

.list-square li::marker {
    color: white;
}
.footer-section .collaborator-logo.text-center {
    position: relative;
    border-radius: 10px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 10px #00000038;
    margin-bottom: 10px;
}
.list-square li a {
    color: #FFFFFF8C;
    text-decoration: none;
    font-size: .95rem;
}
.footer-links .list-square li a {
    color: #FFFFFF8C;
    text-decoration: none;
    font-size: .7rem;
}
.footer-links .list-square li {
    margin-bottom: 0px;
}
.footer-heading {
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.footer-section .container.position-relative {
    max-width: 94% !important;
}
.custom-select {
    border-radius: 0 10px 10px 0;
    padding: 6px 16px;
    max-width: 180px !important;
    font-size: 14px;
}
nav.navbar.navbar-expand-xl.fixed-top.navbar-light.colored.navbar-colored {
    box-shadow: 0px 0px 8px #d8d8d8;
}
/* Left vertical line */
.vr-divider {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(255 255 255 / 9%);
}
.hub-box-gh {
    min-height: 226px;
}
/* Top T-connector line */
.vertical-line {
    position: absolute;
    top: -25px;
    left: 12%;
    height: 25px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
 #lbpageid-35 .searchbox-icon,
    #lbpageid-36 .searchbox-icon,
    #lbpageid-37 .searchbox-icon,
    #lbpageid-38 .searchbox-icon,
    #lbpageid-39 .searchbox-icon,
    #lbpageid-40 .searchbox-icon,
    #lbpageid-41 .searchbox-icon,
    #lbpageid-42 .searchbox-icon,
    #lbpageid-43 .searchbox-icon,
    #lbpageid-44 .searchbox-icon,
    #lbpageid-45 .searchbox-icon,
    #lbpageid-46 .searchbox-icon,
    #lbpageid-47 .searchbox-icon,
    #lbpageid-48 .searchbox-icon,
    #lbpageid-49 .searchbox-icon,
    #lbpageid-54 .searchbox-icon {
    color: #000000;
}
 #lbpageid-35 .user-icon-img,
    #lbpageid-36 .user-icon-img,
    #lbpageid-37 .user-icon-img,
    #lbpageid-38 .user-icon-img,
    #lbpageid-39 .user-icon-img,
    #lbpageid-40 .user-icon-img,
    #lbpageid-41 .user-icon-img,
    #lbpageid-42 .user-icon-img,
    #lbpageid-43 .user-icon-img,
    #lbpageid-44 .user-icon-img,
    #lbpageid-45 .user-icon-img,
    #lbpageid-46 .user-icon-img,
    #lbpageid-47 .user-icon-img,
    #lbpageid-48 .user-icon-img,
    #lbpageid-49 .user-icon-img,
    #lbpageid-54 .user-icon-img {
    width: 25px;
    filter: none;
}

.resources-section-2 .resource-item {
    margin: 0 6px 28px;
}
ol.breadcrumb li {
    font-size: .7rem;
}
select#languageSwitcher {
    border-radius: 4px;
    padding: 4px 10px;
    background: #ffffff;
    color: #000;
    border: 10px solid #206393 !important;
    position: fixed;
    bottom: 0px;
    left: 4px;
    border-radius: 7px 7px 0 0;
    z-index: 1111;
}

@media (max-width: 768px) {

    /* .vr-divider,
    .vertical-line,
    .ribbon-buttons,
    .ui-enhancer-img {
        display: none;
    } */
}

/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# form
--------------------------------------------------------------*/

label#name-error,
label#email-error,
div#newsletterMessage,
label#phone-error {
    text-align: start;
    display: flex;
    font-size: .8rem;
    margin-bottom: 12px;
    color: #ff0000;
}


/*--------------------------------------------------------------
# language-selector
--------------------------------------------------------------*/



.shadow-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.shadow-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.shadow-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.shadow-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.shadow-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


.language-dropdown{
    display: inline-block;
    margin: 0;
    position: absolute;
 top: 19px;
    right: 0;
    
  .lang-en{
    border-left: 4px solid #E2162C;
    .flag{
    background: url('../img/united_states_of_america_usa.png');
    }
  }
  .lang-sp{
    border-left: 4px solid #FABD00;
    .flag{
    background: url('../img/spanish-l.png');
    }
  }
  .lang-es{
    border-left: 4px solid #DA4D13;
    .flag{
      background-image: url("http://www.imaginarium.pt/responsive/2015/images/iconsFicha/banderaES.png"); 
    }
  }
  label, ul li{
    display: block;
width: 40px;
    height: 25px;
    background: #fff;
    padding: 0px 6px;
    cursor: pointer;
  }
  ul.lang-list{ 
    @extend .shadow-1;
    position: relative;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    li{
      border-bottom: 1px solid #ECECEC;
      &:last-child{
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
      }
      &.selected{
        display: none;
      }
    }
  }
  label{
    @extend .shadow-1;
    position: relative;
    border-bottom: 1px solid #ECECEC;
    border-radius: 3px; 
    z-index: 2;
  }
  .lang-flag, .lang-list .lang{
    .flag{
      float: left;
      width: 100%;
      height: 100%;
      cursor: pointer;
      background-size: 25px 25px;
      background-repeat: no-repeat;
      background-position: center;
      &:hover{
        // transform: scale(1.1);
      }
    }
  }
  &.open{
    ul.lang-list{
      visibility: visible;
      opacity: 1;
    }
    label{
      @extend .shadow-2;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }
  }
}
.animate{
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;  
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.lang-flag, .lang-list{
  @extend .animate;
}
.lang-list{
padding-left: 0;}