/* -- */
p {
    font-size: 1.6rem;
    line-height: 1.4;
}

h1 {
    font-size: 5rem;
    font-weight: bold;
}

h2 {
    font-size: 4.4rem;
    font-weight: bold;
}

h3 {
    font-size: 4rem;
}

h4 {
    font-size: 3.6rem;
}

h5 {
    font-size: 2.4rem;
}

h6 {
    font-size: 2.1rem;
    font-weight: 300;
}

ul {
    margin-bottom: 2.5rem;
}

ul li {
    font-size: 1.6rem !important;
    position: relative !important;
}

/* -- */
.carousel-caption {
    position: absolute;
    width: 32%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 30%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.carousel-caption .slider-caption {
    font-weight: 500;
    font-size: 4.6rem;
}

.carousel-caption p {
    font-size: 2.5rem;
}

.achievement-rankings {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.ranking-card {
    width: 94% !important;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 1px 2px 10px #ccc;
    padding: 10px 15px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    height: 150px;
}

.ranking-card img {
    width: 100px;
    height: auto;
    padding: 18px 0;
}

.ranking-card p {
    margin-bottom: 0;
}

.ranking-card .ranking-figures {
    font-size: 2.5rem;
    margin-bottom: 0;
}

.tech-labs {
    position: relative;
}

.engineering-techlabs-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 48%;
    background-color: var(--theme-color);
    z-index: -1;
}

.internal-links {
    margin: 0 40px 25px 0;
    border-radius: 8px;
    padding: 31px;
}

.internal-links ul {
    list-style: none;
}

.internal-links ul li {
    font-size: 2rem;
    margin-top: 5px;
}

.internal-links ul li {
    text-decoration: none;
    color: var(--text-color);
    border-bottom: 1px solid var(--text-color);
    padding: 10px 0;
}

.internal-links ul li:last-child {
    border-bottom: 0;
}

.internal-links ul li a {
    transition: transform 0.4s ease-in-out, color 0.3s ease;
    text-decoration: none;
    color: var(--text-color);
    display: block;
}

.internal-links ul li a img {
    margin-right: 5px;
}

.internal-links ul li a:hover {
    color: var(--theme-color);
    transform: translateX(10px);
    display: block;
}

.lab-wrapper {
    padding: 15px;
}

.lab-cards {
    background-color: var(--white);
    box-shadow: 1px 2px 8px #CCC;
    margin: 0 5px;
    margin-top: 24px;
}

.steps {
    padding: 25px 20px 10px;
    position: relative;
    z-index: 0;
}

.steps ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

.steps ul li {
    width: 100%;
    padding-left: 0;
    background: var(--bg-secondary-theme);
    padding: 0 0 35px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.steps ul li a {
    text-decoration: none;
}

.line-wrap {
    position: relative;
}

.steps ul li {
    position: relative;
}

.steps ul li::before {
    background-color: transparent;
}

.steps .title {
    background-color: var(--bg-secondary-theme);
}

.steps ul li.active .title-round::after {
    border-bottom: 25px solid var(--theme-color);
}

.title-round {
    width: 100%;
    position: relative;
}

.title-round .fa-caret-right {
    position: absolute;
    top: -8px;
    font-size: 18px;
    right: 15px;
    color: var(--theme-color);
}

.steps ul li .line-custom {
    position: absolute;
    content: "";
    height: 2px;
    border: 1px dashed var(--theme-color);
    margin-left: 0;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}

.steps .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity .6s ease;
}

.steps .title .title-text {
    text-align: left;
    padding: 15px;
    color: #666;
}

.steps .title-text {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 5px;
    color: var(--bg-grey);
    margin-top: 10px;
}

.steps .title-desc {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 5px;
    color: var(--text-color);
    margin-top: 20px;
    padding: 0 20px;
}

.steps ul li.active .line-custom {
    background: var(--theme-color);
}

.steps ul li:last-child .line-custom {
    border: 0px dashed var(--bg-grey);
}

.steps ul li.active:last-child .line-custom {
    background: transparent;
}

.steps ul li.active .title-text {
    color: var(--text-color);
}

.steps .carousel-indicators li {
    transform: scale(0.98);
    transition: opacity 0.5s ease, transform 0.5s ease;
    font-weight: 500;
    position: relative;
}

.steps .carousel-indicators li.active {
    opacity: 1;
    transform: scale(1);
}

.steps ul li:last-child {
    display: flex;
    height: 100%;
    justify-content: center;
    background-color: var(--theme-color);
    color: var(--white);
}

.steps ul li:last-child .title-desc {
    padding: 0;
    background-color: var(--theme-color);
    color: var(--white);
}

.main-heading,
.main-heading h1,
.main-heading p {
    font-size: 3.2rem !important;
    font-weight: bold;
}

.heading-large,
.heading-large h1,
.heading-large p {
    font-size: 4.2rem !important;
    font-weight: bold;
}

.sub-heading {
    font-size: 2.4rem !important;
    font-weight: bold;
}

.section-tagline {
    font-size: 2rem !important;
}

.main-list {
    font-size: 1.82rem;
}

.main-list li {
    color: var(--text-color);
}

.main-list li::before {
    color: var(--text-color);
    background-color: var(--text-color);
}

.lab-cards {
    position: relative;
}

.lab-cards img {
    filter: grayscale(1);
    width: 100%;
}

.lab-cards img:hover {
    filter: grayscale(0);
}

.lab-details {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.lab-details img {
    width: 160px;
    margin: 0 auto;
}

.heading-wrap {
    margin: 0 145px 20px 0;
}

.stats {
    position: relative;
    width: 90%;
}

.stats-figures {
    width: 96%;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 1px 2px 10px #ccc;
    padding: 10px 15px;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    height: 120px;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.main-stats {
    font-size: 4.6rem;
    display: inline-block;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease;
}

.main-stats span {
    font-size: 4rem;
}

.stats-figures:hover .main-stats {
    transform: translateY(-10px);
}

.stars .fa-star {
    font-size: 1.8rem;
    color: var(--white);
    margin: 0 4px;
}

/* SLICK SLIDER */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.achievement-rankings .slick-track {
    margin-left: 0;
}

.ranking-section__top-rankings--slider .slick-track {
    padding-bottom: 30px;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

/* .slick-slide {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease;
}

.slick-active {
  opacity: 1;
  transform: translateX(0);
} */

.slick-slide img {
    display: block;
    cursor: pointer;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slider .slider-for {
    position: relative;
    width: 100%;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff;
}

.ranking-section__top-rankings--slider button.slick-prev:hover {
    box-shadow: 0 0 1rem 7.76p #2a2a2a;
    background-color: #FFF;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-display: swap;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ranking-section__top-rankings--slider button.slick-prev.slick-arrow {
    top: 30%;
    position: absolute;
    z-index: 2;
    left: -6%;
}

.ranking-section__top-rankings--slider button.slick-next.slick-arrow {
    top: 30%;
    position: absolute;
    z-index: 2;
    right: -8%;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 0;
}

.slick-dots li button:before {
    font-display: swap;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blue-overlay::before {
    background: var(--theme-color);
}

.pagination-style .slick-dots li {
    list-style-type: none;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    height: auto;
    width: auto;
}

.pagination-style .slick-dots li button {
    padding: 0;
    border: 0;
    height: 8px;
    width: 8px;
    display: block;
    font-size: 0;
    background: var(--bg-grey);
    border: 1px solid var(--bg-secondary-theme);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.pagination-style .slick-dots li.slick-active button {
    background: var(--white);
    border: var(--white);
    height: 7px;
    width: 30px;
    transform: scale(1.2);
}

.achievement-rankings-slider.pagination-style .slick-dots li.slick-active button {
    background: var(--theme-color);
    border: var(--theme-color);
}

.ranking-section__top-rankings--slider {
    margin-top: 20px;
}

.ranking-wrap {
    position: relative;
}

.ranking-heading {
    position: relative;
    font-size: 28px;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-shadow: 0px 1px 4px #241616;
}

.ranking-heading:after {
    border-bottom: 1px solid rgba(255 255 255 / 51%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100%;
    z-index: 9;
}

.ranking-wrap p {
    font-size: 16px;
    font-weight: 600 !important;
    margin-top: 15.5px;
    text-shadow: 0px 1px 4px #241616;
    line-height: 1.4;
}

.ranking-section__top-numbers .col-lg-3:last-child .top-numbers__card {
    border-left: 0;
    border-right: 1px solid #3565a9;
}

.stars i {
    font-size: 20px;
    margin-bottom: 10px;
}

.rs-item {
    padding: 25px 8px;
}

.rs-item__in {
    border: 1px solid transparent;
    text-align: center;
    padding: 10px 21px !important;
    cursor: pointer;
    /* opacity: .5; */
    background-color: var(--white);
    border-radius: 10px;
    position: relative;

}

.rs-item__in img {
    display: inline-block;
}

.rs-item.slick-current.slick-active .rs-item__in {
    background: var(--theme-color);
    border: 1px solid var(--white);
    box-shadow: 0 0 15px rgb(239 152 162 / 90%);
    opacity: 1;
}

.rs-item.slick-current.slick-active .origonal-image {
    opacity: 0;
}

.ranking-section__top-rankings--slider .rs-item__in .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
}

.ranking-section__top-rankings--slider .slider-nav {
    width: 540px;
    margin: auto;
}

.ranking-section__top-rankings--slider .rdi-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ranking-section__top-rankings--slider .rankingthumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rankingthumb span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.rankingthumb__no {
    font-size: 3rem;
    color: var(--bg-white);
    font-weight: 700;
    margin-bottom: 5px;
}

.rankingthumb__no sup {
    top: -22px;
    font-size: 28px;
}

.rankingthumb__content {
    font-size: 12px;
    line-height: 18px;
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

.ranking-section__top-rankings {
    width: 530px;
    margin: 0 auto;
}

.rankingthumb__content small {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    padding: 0;
}

.rankingthumb-new {
    font-size: 1.9rem;
}

.effect-move:hover .effect-image,
.rs-item.slick-current.slick-active .hover-img,
.effect-move:hover .effect-text {
    opacity: 1;
    width: 100%;
    height: 75px;
}

.ranking-section__top-rankings--slider .rs-item__in:hover .hover-img {
    opacity: 1;
    background-color: #FFF;
    border-radius: 7px;
    width: 100%;
}

.rs-item.slick-current.slick-active .rs-item__in,
.rs-item__in:hover {
    background-color: #FFF;
    border: 1px solid #C30405;
    box-shadow: 0 0 15px rgb(239 152 162 / 90%);
    opacity: 1;
    border-radius: 7px;
    width: 100%;
}

.placement-card {
    background-color: var(--bg-grey);
    border-radius: 60px 0 0 0;
    margin: 5px;
}

.placement-card {
    padding: 0 !important;
}

.placement-card p {
    margin-bottom: 0;
}

.placement-card img {
    padding: 15px 0 0 0;
}

.placement-card {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: scale(0.95);
    /* Slightly shrink all slides */
    z-index: 1;
}

.placement-slider .placement-card.slick-center {
    background-color: var(--theme-color);
    transform: scale(1.05);
    /* Zoom out the current slide */
    z-index: 2;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    /* Optional depth */
}

.placement-slider .slick-list {
    padding-bottom: 20px !important;
}

.content-line {
    position: relative;
}

.main-content {
    position: relative;
    margin-left: 30px;
}

.content-line::before {
    content: '';
    position: absolute;
    background-image: url('../images/cec-school/side-line.svg');
    width: 3px;
    height: 332px;
    top: 5px;
}

.p-details {
    display: flex;
    justify-content: center;
    padding: 5px;
    box-shadow: 1px 2px 7px 2px #ccc;
}

.p-details img {
    width: 80px;
    padding: 0;
}

.c-logo {
    display: flex;
    align-items: center;
}

.placement-card figure {
    margin: 0;
}

.top-recuriters-slider .slick-list .slick-track {
    gap: 10px;
    display: flex;
}

.top-recuriters-slider figure img {
    padding: 0 15px;
    width: 180px;
}

.courses-offered,
.bollywood-meet-education {
    position: relative;
    background-color: var(--theme-color);
}

.bollywood-videos {
    position: relative;
    background-color: var(--theme-blue-color);
}

.slide-item {
    width: 98% !important;
    background-color: #FFF;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border: 1px solid white;
    margin: 18px 0;
    border-radius: 10px;
    padding: 12px 25px;
}

.courses-offered-slider .slide-item figure {
    position: relative;
    padding: 5px;
}

.courses-offered-slider .slide-item figure img {
    transition: transform 0.4s ease;
}

.courses-offered-slider .slide-item:hover figure img {
    transform: rotate(360deg);
}

.courses-offered-slider .slide-item figure::after {
    content: '';
    position: absolute;
    border: 2px solid var(--theme-color);
    width: 100%;
    left: 0;
    top: 75px;
}

.content-padding {
    padding: 0 60px 0 0;
}

.study-abroad-slider {
    display: flex;
    gap: 10px;
    margin: 5px;
}

.study-abroad-slider img {
    width: 260px;
}

.study-aborad-card {
    width: 260px;
    margin: 8px;
    background-color: var(--white);
    box-shadow: 1px 2px 7px 2px #ccc;
}

.study-aborad-card p {
    padding: 10px;
}

.courses-offered-slider .slick-dots {
    position: relative;
}

.engineering-innovation .col-md-5 {
    border-right: 1px dashed var(--white);
}

.cgc-best-choice .cgc-choice-figure {
    padding: 0;
}

.uni-wrap {
    padding: 0 14%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.cgc-best-choice .shadow-box {
    border: 1px solid #C2C2C2;
    margin-bottom: 3rem;
    border-radius: 1rem;
    text-align: center;
    padding: 3.5rem;
    box-shadow: 0 0 1rem #ddd;
    overflow: hidden;
    position: relative;
}

.cgc-best-choice .shadow-box img {
    margin-bottom: 1.5rem;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cgc-best-choice .shadow-box p {
    font-size: 1.6rem;
    margin-bottom: 0;
    color: var(--text-color);
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.shadow-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.shadow-box:hover img {
    transform: rotate(360deg);
}

.shadow-box:hover .shadow-box p {
    opacity: 1;
    transform: translateY(0);
}

/* .student-stories-slider {
    max-width: 100rem;
}
.student-stories .student-boxes {
    max-width: 940px;
    margin: 0 auto;
}
.student-stories {
  color: var(--white);
  max-height: 720px;
} */
.how-to-apply {
    position: relative;
}

.life-at-cgc.internal-life-at-cgc.life-at-schools {
    margin-top: 0;
}

/* Course Page */
.futureistic-spaces .futureistic-spaces-slider figure figcaption {
    position: absolute;
    bottom: 2rem;
    padding: 0 3rem;
    color: #fff;
    width: 65%;
}

.futureistic-spaces .futureistic-spaces-slider figure figcaption h5 {
    margin-bottom: 1.2rem;
}

.futureistic-spaces .futureistic-spaces-slider figure figcaption p {
    font-size: 1.4rem;
}

.futureistic-spaces .futureistic-spaces-slider button.slick-next.slick-arrow {
    right: -4%;
    top: 50%;
}

.futureistic-spaces .futureistic-spaces-slider button.slick-prev.slick-arrow {
    left: -4%;
    top: 50%;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 2;
}

.cgcuet-endless-posibility {
    position: relative;
}

.cgcuet-wrap {
    width: 85%;
    margin: 0 auto;
}

.cgcuet-scholarship {
    width: 68%;
}

.phase_item .item_inner {
    background: #fff;
    box-shadow: 0 3px 30px rgb(0 0 0 / 10%);
    height: 100%;
    overflow: hidden;
}

.phase_item .item_inner .phase_hdr {
    padding: 1.5rem;
    background: var(--theme-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 120px; */
}

.phase_item .item_inner .phase_hdr p {
    font-size: var(--bs-fs20);
}

.fw_medium_g {
    font-weight: 500;
}

.phase_item .item_inner .phase_body {
    padding: 3.5rem;
}

.phase_body .apply_btn {
    display: block;
    margin-top: 25px;
    text-align: center;
}

.phase_item:nth-child(2) .item_inner .phase_hdr {
    background: var(--theme-blue-color);
    color: var(--white);
}

.phase_item .item_inner .phase_body p {
    text-align: center;
}

.phase_item .item_inner .phase_body p small {
    font-size: var(--bs-fs18);
    display: block;
    text-align: center;
}

.cgc-eligibility {
    position: relative;
    background-color: var(--bg-secondary-theme);
}

.eligibility-wrap {
    background-color: var(--white);
    padding: 3.5rem;
}

.cgc-eligibility .content li {
    margin-bottom: 15px;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--theme-color);
    position: relative;
    color: var(--text-color);
}

.cgc-eligibility .content li::before {
    background: transparent;
}

.cgc-eligibility .content li:last-child {
    border-bottom: 0px solid var(--theme-color);
}

.cgc-eligibility .content li::after {
    content: 'OR';
    font-size: 10px;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translate(-50%, 75%);
    background-color: var(--theme-color);
    width: 25px;
    height: 25px;
    color: var(--white);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.cgc-eligibility .content li:last-child:after {
    content: '';
    background-color: transparent;
}

.download-brochure {
    display: flex;
}

.cgc-eligibility .download-brochure a {
    padding: 0 2.5rem
}

.table {
    font-size: 1.8rem;
}

.table thead tr,
.table thead tr th {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    border-style: none;
    background-color: var(--text-color);
    color: var(--white);
    font-weight: 300;
}

.table tbody tr {
    width: 100%;
}

.table tbody tr,
.table tbody tr td {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    border-style: none;
}

.table thead tr th,
.table tbody tr td {
    padding: 10px 15px;
}

.fee-details tr th:nth-child(1),
.fee-details tr td:nth-child(1) {
    width: 66.5%;
}

.fee-details tr th:nth-child(2),
.fee-details tr td:nth-child(2) {
    width: 33.5%;
}

.career {
    position: relative;
    background-color: var(--bg-secondary-theme);
}

.career-prospects li {
    position: relative;
    color: var(--text-color);
    padding-left: 0;
    border-bottom: 1px solid var(--text-color);
    padding: 0 0 10px;
}

.career-prospects li::before {
    background-color: transparent;
}

.p-aim li {
    position: relative;
    padding-left: 4rem;
    margin: 1.5rem 0;
}

.p-aim li::before {
    content: '';
    display: block;
    background-image: url('../images/course-images/right-arrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    margin-right: 8px;
    background-color: transparent;
    top: 0;
}

.prospects-wrap {
    width: 95%;
}

.gateway-to-course .slick-list .slick-slide figure {
    justify-content: normal;
    align-items: center;
}

.gateway-to-course button.slick-prev,
.gateway-to-course button.slick-next {
    top: 30%;
}

.study-abroad.top-hundred {
    position: relative;
    margin-top: -100px;
}

/* How to Apply */
.career-img-wrap {
    position: relative;
}

.career-btn-apply {
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.offline-admission {
    position: relative;
}

.offline-wrap {
    width: 40%;
    background-color: var(--text-color);
    padding: 40px 30px 40px 70px;
}

.steps-international {
    padding: 40px 20px 40px;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}

.steps-international ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    position: relative;
}

.steps-international ul li {
    width: 190px;
}

.steps-international ul li a {
    text-decoration: none;
}

.steps-international .title-number {
    display: flex;
}

.steps-international ul li a .title-number {
    position: relative;
}

.steps-international ul li {
    position: relative;
}

.steps-international .title-round {
    position: relative;
    padding: 4px;
    border: 1px solid var(--bg-grey);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin-top: 10px;
}

.steps-international .title-number {
    font-size: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e5e5e5;
    color: var(--theme-color);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
    transition: all 0.2s ease-in-out;
}

.steps-international .title-all {
    position: relative;
    background-color: var(--white);
    padding: 6px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 24px;
}

.steps-international .title-numb {
    font-size: 14px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #e5e5e5;
    color: var(--theme-color);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
    transition: all 0.2s ease-in-out;
}

.steps-international .title-numb img {
    position: absolute;
}

.steps-international ul li.active .title-number {
    color: var(--white);
    background-color: var(--theme-color);
}

.steps-international ul li.active .title-round::after {
    border-bottom: 25px solid var(--theme-color);
}

.steps-international ul .title-number i::before {
    content: "\f192";
    color: var(--white);
}

.steps-international ul li.active .title-number i::before {
    content: "\f00c";
}

.steps-international ul li.active .title-number img {
    padding: 10px;
}

.steps-international ul .title-all {
    border: 1px solid var(--bg-grey);
}

.steps-international ul li.active .title-all {
    border: 1px solid var(--theme-color);
}

.steps-international ul li .line {
    position: absolute;
    content: "";
    height: 2px;
    border: 1px dashed var(--bg-grey);
    margin-left: 10px;
    left: 40px;
    width: 64%;
    top: 25px;
    z-index: -1;
}

.steps-international .title-numb {
    display: flex;
}

.steps-international .carousel-indicators-international [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity .6s ease;
}

.steps-international .title-text {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 5px;
    color: var(--bg-grey);
    margin-top: 10px;
}

.steps-international .title-desc {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 5px;
    color: var(--text-color);
    margin-top: 10px;
}

.steps-international ul li.active .line {
    background: var(--theme-color);
}

.steps-international ul li:last-child .line {
    border: 0px dashed var(--bg-grey);
}

.steps-international ul li.active .title-text {
    color: var(--theme-color);
}

.steps-international ul li.active:last-child .line {
    background: none;
}

.steps-international .carousel-indicators-international li {
    transform: scale(0.99);
    transition: opacity 0.5s ease, transform 0.5s ease;
    font-weight: 500;
    position: relative;
}

.steps-international .carousel-indicators-international li.active {
    opacity: 1;
    transform: scale(1.05);
}

.centre-btn {
    display: block;
    margin-top: 25px;
    text-align: center;
}

.st-slider-ltr .slick-slide,
.st-slider-rtl .slick-slide {
    margin: 0 10px;
}

.st-slider-ltr .slick-list,
.st-slider-rtl .slick-list {
    margin: 0 -10px;
}

.img-gallery {
    text-align: center;
    margin: 20px 0 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.img-gallery .button {
    display: inline-block;
    border-radius: 10px !important;
    background-color: var(--text-color);
    margin: 3px;
}

.img-gallery .button a {
    color: #929292;
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    font-size: 1.8rem;
}

.img-gallery .button.is-checked.active {
    background-color: var(--theme-color);
    outline: 0;
    display: inline-block;
    border-radius: 10px !important;
}

.img-gallery .button.is-checked.active a {
    color: var(--white);
}

.grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.grid figure {
    margin: 0;
    overflow: hidden;
}

.grid img {
    width: 350px;
    cursor: pointer;
    transition: transform 0.3s;
    height: 100%;
}

.grid img:hover {
    transform: scale(1.05);
}

body.no-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.lightbox {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
}

.lightbox.show {
    opacity: 1;
    transform: scale(1);
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.lightbox-img {
    max-width: 100%;
    max-height: 60vh;
    margin-bottom: 20px;
    object-fit: contain;
}

.thumb-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
}

.thumb-viewport {
    overflow: hidden;
    width: 100%;
    max-width: 90vw;
}

.thumb-track {
    display: flex;
    gap: 10px;
    transition: transform 0.4s ease;
}

.thumb-track img {
    width: 70px;
    flex-shrink: 0;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease, border 0.3s ease;
}

.thumb-track img.highlighted {
    opacity: 1;
    border: 2px solid #00ffff;
}

#thumbPrev,
#thumbNext {
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

/* Sports */
.college-sports {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.college-sports .pd-left {
    padding-left: 40px;
}

.college-sports .mb-custom {
    margin-bottom: 15px;
}

.cgc-playing-field {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.discover {
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.cgc-playing-field .field-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cgc-playing-field .box {
    width: 47%;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: rgba(50, 60, 90, 0.4);
    border-radius: 16px;
    border: 1px solid #626262;
    margin-bottom: 15px;
}

.cgc-playing-field h2,
.cgc-playing-field h5,
.cgc-playing-field p {
    color: var(--white);
}

.cgc-playing-field .box h5 {
    padding-left: 20px;
    font-weight: 300 !important;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.4;
}

.journey-of-excellence {
    background-color: var(--theme-blue-color);
    position: relative;
    color: var(--white);
}

.journey-of-excellence figure img {
    padding: 0 10px;
}

.journey-of-excellence figure figcaption {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    color: #fff;
    font-size: 2.5rem;
    padding: 0 60px;
}

.excellence-journey-slider .slick-dots {
    bottom: -35px;
}

.sports-at-cgc figure img {
    width: 100%;
}

.sports-list li {
    color: var(--text-color);
}

.sports-wrap {
    display: flex;
}

.sports-list li::before {
    background-color: var(--text-color);
}

.quality-education.building-bridges.cgc-sport-pg .right-figure {
    padding: 0;
}

.quality-education.building-bridges.cgc-sport-pg .right-figure figure {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quality-education .right-figure figure {
    min-height: 742px;
    position: relative;
}

.quality-education.building-bridges .top-heading {
    position: relative;
}

.quality-education .bg-white {
    background-color: var(--white);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.quality-education.building-bridges .right-content {
    padding-left: 75px;
    padding-right: 75px;
    width: 50%;
}

.quality-education.building-bridges .top-heading::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    background-image: url('../images/sports/white-line.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 2px;
    height: 246px;
}

.placement-fig-wrap {
    padding-left: 10%;
    padding-right: 10%;
}

.north-india-institute {
    padding: 0;
}

.north-india-institute .d-flex figure,
.north-india-institute .d-flex .institute-content {
    width: 50%;
}

.north-india-institute .d-flex figure img {
    width: 100%;
    height: 100%;
}

.north-india-institute .institute-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.north-india-institute .placementss {
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

.north-india-institute .placementss .pd-btm-20 {
    padding-bottom: 20px;
}

.north-india-institute .placementss .single p {
    margin-bottom: 0px;
    font-weight: 400 !important;
}

.north-india-institute .placementss .single span {
    color: var(--white);
    font-weight: 300 !important;
    font-size: 1.8rem;
}

.north-india-institute .placementss .single {
    border-bottom: 1px dashed #ffffff;
    width: 33.3%;
}

.north-india-institute .placementss .border-right {
    border-right: 1px dashed #ffffff;
}

.north-india-institute .placementss .pd-top-20 {
    padding-top: 20px;
}

.north-india-institute .placementss.border-bottom-none .single {
    border-bottom: none;
}

.placementss .single p {
    font-size: 3rem;
    margin-bottom: 0px;
    font-weight: 400 !important;
    color: var(--white);
}

.building-bridges .right-content .d-flex .content .rating-stars span.fa.fa-star {
    font-size: 2rem;
    letter-spacing: 4px;
    color: var(--white);
}

.building-bridges .right-content .d-flex .content h6 {
    color: var(--white);
    font-size: 2rem;
    margin-top: 8px;
}

.building-bridges .right-content .d-flex .content {
    padding-left: 20px;
    padding-top: 15px;
}

.glimps-into-cgc figure img {
    width: 100%;
    transition: var(--transition);
}

.glimps-into-cgc figure img:hover {
    filter: brightness(0.5);
}

/* Education loan */
.education-loan .education-loan-content .grayquest-box {
    padding: 20px;
    background: linear-gradient(90deg, rgb(3 102 180 / 77%) 0%, rgb(19 75 120) 100%, rgb(255 255 255) 100%);
}

.education-loan .education-loan-content .grayquest-box a {
    text-decoration: underline;
    font-weight: 500;
}

.loan-facilitites .bg-white {
    padding: 40px 30px;
    margin-right: 10px;
}

.loan-facilitites .bg-white .apply-box {
    display: flex;
    align-items: center;
    border: 1px solid var(--bg-grey);
    border-radius: 16px;
    padding: 14px 0;
    width: 100%;
    max-width: 600px;
}

.loan-facilitites .bg-white .apply-box .single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    position: relative;
}

.loan-facilitites .bg-white .apply-box .single::before {
    content: "";
    position: absolute;
    right: -10px;
    top: auto;
    width: 31px;
    height: 135%;
    background-image: url('../images/education-loan/step_line.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.loan-facilitites .bg-white .apply-box .single:last-child::before {
    display: none;
}

.loan-facilitites .bg-white .apply-box .single figure {
    margin-bottom: 10px;
}

.loan-facilitites .bg-white .apply-box .single p {
    margin-bottom: 0;
    text-align: center;
}

.bg-dark-theme {
    padding: 40px 30px;
    margin-right: 10px;
}

.bg-dark-theme figure {
    padding: 20px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    width: 188px;
}

.bg-dark-theme figure:first-child {
    margin-right: 25px;
}

.bg-dark-theme h3 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 400 !important;
}

.edu-line {
    margin-top: 14px;
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.edu-line span {
    background-color: var(--white);
    display: block;
    height: 3px;
}

.edu-line span.first {
    width: 75px;
}

.edu-line span.second {
    width: 41px;
    margin-left: 8px;
}

.edu-line span.third {
    width: 25px;
    margin-left: 8px;
}

.bg-dots {
    position: relative;
}

.edu-dots-svg {
    position: absolute;
    right: 0;
    bottom: 35px;
    background-image: url('../images/education-loan/edu-dots.svg');
    width: 120px;
    height: 60px;
    background-repeat: no-repeat;
}

.contact-us .pd-left {
    padding-left: 80px;
    position: relative;
}

.contact-us .pd-left::before {
    content: '';
    background-image: url('../images/admission-officies/line-border.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 95%;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-us .address {
    margin-bottom: 18px;
}

.contact-us .address .city {
    font-size: 2.2rem;
    color: var(--theme-color);
    font-weight: 600;
}

.contact-us .address p {
    margin-bottom: 0;
}

.contact-us .pd-right {
    padding-right: 80px;
}

.head-office {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 900px;
}

.head-office .content {
    text-align: center;
}

.head-office .content a {
    background-color: var(--theme-color);
    color: var(--white);
    padding: 12px 30px;
    border-radius: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.head-office .content a p {
    display: flex;
    flex-direction: column;
    color: var(--white);
    margin-bottom: 0;
    padding-left: 12px;
}

.contact-form .d-flex {
    display: flex !important;
    background-color: var(--bg-white);
    box-shadow: 0px -2px 10px 1px var(--bg-secondary-theme);
    width: 100%;
    max-width: 1222px;
    margin: 0 auto;
}

.visible_desktop {
    margin-top: 50px;
    padding: 40px;
    width: 50%;
}

.admissionForm {
    float: left;
    width: 100%;
    border-bottom-left-radius: 12px;
}

/* Contact Form */
.admissionForm .form-group {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem 1.5rem;
    font-size: 14px;
    font-weight: 400;
    height: 43px;
    line-height: 1.4;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1.5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.admissionForm .form-control {
    width: 100% !important;
    height: 34px;
    padding: 3px 0 0 30px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: var(--bg-white);
    background-image: none;
    border: 1px solid var(--bg-secondary-theme);
    border-radius: 8px;
    -webkit-appearance: revert !important;
    -moz-appearance: revert !important;
    appearance: revert !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.et_pb_row .form-group .form-control {
    width: 98%;
}

.form-group,
textarea,
select {
    margin-top: 15px;
}

textarea {
    height: auto !important;
}

.content-wrapper .one-field input {
    padding-left: 30px;
}

.content-wrapper input {
    height: 36px;
    border: 1px solid var(--bg-secondary-theme);
    border-radius: 0px;
}

.form-control-custom {
    display: inline-flex;
    width: 100%;
}

.content-wrapper .one-field div {
    width: 100%;
}

.btnsubmit {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.btn-npf {
    width: 100%;
    color: white;
    border: none;
}

.btn-register {
    border-color: #01aded;
    background: #01aded;
}

.form-heading h4 {
    font-size: 3rem;
}

.nav-tabs {
    font-size: 1.8rem;
}

.grievance-form {
    position: relative;
}

.form-wrapper {
    padding: 5rem 10rem;
}

.grievance-form .nav-tabs {
    border-bottom: 1px solid transparent;
    border-radius: 8px;
    padding: 5px 10px;
    justify-content: center;
}

.grievance-form .nav-tabs .nav-link {
    background-color: var(--bg-secondary-theme);
    margin: 10px;
    border-radius: 20px;
    color: #000;
    padding: 10px 20px;
}

.about-five-tab .nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--theme-color);
}

.checkbox-label {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.checkmark {
    margin: 0 5px;
}

.content-banner-flag {
    width: 60%;
}

/* Career Page */
.career-banner .carousel-caption {
    width: 35%;
    left: 28%;
}

.career-banner .carousel-caption img {
    width: 450px;
    height: auto;
}

.new-era {
    font-size: 2.5rem;
    position: relative;
}

.new-era.line {
    position: relative;
}

.new-era.line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60%;
    height: 10%;
    background: url('../images/career/line-after.webp') no-repeat center;
    background-size: cover;
}

.vision_sec {
    background-color: var(--bg-secondary-theme);
    position: relative;
}

.vision_sec:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: url('../images/career/Mission.webp') no-repeat center;
    background-size: cover;
}

.vision_sec .owl_mission {
    margin-left: -15px;
    width: calc(100% + 30px);
    position: relative;
    z-index: 9;
}

.vision_sec .item {
    padding: 20px;
    height: 420px;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 15px;
    position: relative;
}

.vision_sec .owl-item .item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(2deg, rgb(255 255 255 / 0%) 0%, rgb(5 5 5) 25%, rgb(255 255 255 / 0%) 90%);
    opacity: 0.6;
}

.vision_sec .item * {
    color: var(--white);
}

.vision_sec .item h3,
.vision_sec .item p {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.vision_sec .item h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background-color: var(--bg-white);
}

.meet_our_leadership {
    position: relative;
}

.meet_our_leadership .img_col {
    width: 48%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.meet_our_leadership .img_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.connect_on_linkedin img.logo_linkein {
    width: 70px;
    position: relative;
    top: 0;
}

.dark_grey_btn {
    padding: 13px 30px;
    background: linear-gradient(to bottom, #2e2e2e, #000);
}

.dark_grey_btn span {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    margin-top: 2px;
}

.dark_grey_btn span img {
    margin-left: 5px;
}

.love_your_job {
    padding: 20rem 0;
}

.explore_opprtunities {
    background-color: var(--bg-secondary-theme);
}

.explore_opprtunities .opport_list_container .opp_li_item {
    width: 25%;
    margin-top: 1.5rem;
}

.explore_opprtunities .opport_list_container .opp_li_item .item_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.explore_opprtunities .opport_list_container .opp_li_item .white_box {
    border-radius: 8px;
    background: var(--white);
    padding: 2.5rem;
    position: relative;
}

.explore_opprtunities .opport_list_container .opp_li_item .white_box .plus_btn {
    width: 30px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.explore_opprtunities .opport_list_container .opp_li_item .red_box {
    border-radius: 8px;
    background: var(--theme-blue-color);
    color: var(--white);
    padding: 1.5rem;
    position: relative;
}

.explore_opprtunities .opport_list_container .opp_li_item .img_box {
    border-radius: 8px;
    overflow: hidden;
}

.explore_opprtunities .opport_list_container .opp_li_item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore_opprtunities .opport_list_container .opp_li_item .ful_img {
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.explore_opprtunities .opport_list_container .opp_li_item h2 {
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

.explore_opprtunities .opport_list_container .opp_li_item h2 strong {
    font-weight: 700 !important;
    display: block;
}

.explore_opprtunities .opport_list_container .opp_li_item p {
    font-size: 2.5rem;
}

.explore_opprtunities .opport_list_container .opp_li_item h3 {
    font-size: 2.5rem;
    font-weight: 400 !important;
}

.explore_opprtunities .opport_list_container .opp_li_item h3 small {
    font-size: 1.6rem;
    display: block;
    margin-top: 8px;
}

.explore_opprtunities .opport_list_container .opp_li_item .number_count {
    font-size: 3rem;
    font-weight: 700;
}

.explore_opprtunities .opport_list_container .opp_li_item .btn_icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
}

.explore_opprtunities .opport_list_container .opp_li_item .btn_icon img.icon_1 {
    width: 50px;
}

.explore_opprtunities .opport_list_container .li_item_1 .white_box {
    height: 49%;
}

.explore_opprtunities .opport_list_container .li_item_1 .img_box {
    height: 49%;
}

.explore_opprtunities .opport_list_container .li_item_2 .white_box {
    height: 54%;
}

.explore_opprtunities .opport_list_container .li_item_2 .red_box {
    height: 44%;
}

.explore_opprtunities .opport_list_container .li_item_4 .img_box {
    height: 53%;
}

.explore_opprtunities .opport_list_container .li_item_4 .red_box {
    height: 45%;
}

.explore_opprtunities .opport_list_container {
    --bs-gutter-x: 1rem;
}

.work_matters .item {
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    position: relative;
    z-index: 2;
    color: var(--white);
}

.work_matters .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(36 30 30), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: -1;
}

.work_matters .item .heading {
    font-size: 2rem;
}

.cgc_tabs_sec .nav-tabs {
    display: flex;
    justify-content: center;
    border: 0 !important;
    margin-bottom: 1.5rem;
}

.cgc_tabs_sec .nav-tabs .nav-item {
    margin: 5px;
}

.cgc_tabs_sec .nav-tabs .nav-item .nav-link {
    border: 0 !important;
    border-radius: 16px;
    text-decoration: none !important;
    color: #fff;
    font-weight: 700;
    font-size: var(--bs-fs18);
    padding: 10px 30px;
    background: linear-gradient(to bottom, #2e2e2e, #434343);
}

.cgc_tabs_sec .nav-tabs .nav-item .nav-link.active {
    background: linear-gradient(to bottom, #8a0000, #9f0203);
}

.hr-tab-career-slider .item {
    margin: 10px;
}

.hrEemployee-centric-slider .slick-slide img {
    width: 100%;
}

.hrEemployee-centric-slider .slick-slide {
    margin: 0 10px;
    /* Horizontal gap between slides */
}

.hrEemployee-centric-slider .slick-list {
    margin: 0 -10px;
    /* Offsets the added margins */
}

.hr-tab-career-slider.pagination-style .slick-dots li.slick-active button,
.hr-video-testimonials-slider.pagination-style .slick-dots li.slick-active button,
.hr-testimonials-slider.pagination-style .slick-dots li.slick-active button {
    background: var(--theme-color);
}

.item iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: none;
}

.hr-video-testimonials-slider .item {
    margin: 0 10px;
}

.hr_event_cgc .item {
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    position: relative;
    z-index: 1;
    margin: 0 10px;
}

.hr_event_cgc .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(36 30 30), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: -1;
}

.employee_testimonial .item img {
    width: 100%;
    margin-bottom: 1.5rem;
}

.employee_testimonial .item p {
    line-height: 1.2 !important;
}

.meet_team .sec-wrapper {
    max-width: 1080px;
    margin: 0 auto;
}

.hr-testimonials-slider .item_inner {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.hr-testimonials-slider .item_inner {
    display: flex;
    justify-content: center;
    transition: transform 0.5s, opacity 0.5s;
    position: relative;
    margin: 0 10px;
}

.hr-testimonials-slider .full_img {
    flex-shrink: 0;
    border-radius: 40px 0 0 40px;
    overflow: hidden;
}

.hr-testimonials-slider .full_img img {
    width: 100%;
    height: auto;
    display: block;
}

.hr-testimonials-slider .testi_text {
    background: var(--theme-color);
    color: var(--white);
    border-radius: 0 40px 40px 0;
    padding: 2rem 4rem;
    width: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hr-testimonials-slider .testi_text img {
    width: 40px;
    margin: 20px 0;
}

.hr-testimonials-slider .slick-center {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
}

.hr-testimonials-slider .slick-center .testi_text {
    display: flex;
}

.sec-wrapper {
    max-width: 980px;
    margin: 0 auto;
}

.job_on_subscribe {
    position: relative;
    background-color: var(--theme-blue-color);
}

.pl-pr-78 {
    padding: 0 78px 0 78px;
}

.white_btn {
    background-color: var(--white);
    color: var(--theme-color);
    width: 250px;
}

.white_btn:hover {
    background-color: var(--bg-secondary-theme);
    color: var(--theme-color);
}

.outer-form-hr .form-label,
.outer-form-hr .form-select {
    margin-bottom: .5rem;
    font-size: 1.8rem;
}

.modal .form-group,
.modal textarea,
.modal select {
    margin-top: 0;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.outer-form-hr {
    position: absolute;
    right: 0;
    width: 25%;
    background-color: #E4E4E4;
    padding: 0 12px;
    top: 130px;
    height: 100%;
    font-size: 14px;
    z-index: 9;
}

.cv-submit-title {
    background-color: var(--white);
}

.outer-form-hr h4 {
    font-size: 2rem;
}

.outer-form-hr .form-group {
    margin-top: 10px;
}

.outer-form-hr select {
    margin-top: 0;
}

.outer-form-hr .file-type-upload input {
    background-color: transparent;
}

.outer-form-hr .form-control {
    height: 38px;
}

.job_on_subscribe .form-label {
    font-size: 1.6rem;
}

/*------------- Career Jobs Page Start Here----------------*/
.career-jobs {
    position: relative;
}

.career-jobs form.search-form {
    margin-block-end: 0;
    box-shadow: 0 0px 13px var(--bg-grey);
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 15px;
    display: inline-flex;
    width: 100%;
}

.career-jobs input#myInput {
    border: 0;
    width: 100%;
}

.career-jobs .sidebar .wrapper {
    max-height: 900px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 50px 10px 15px;
}

.career-jobs .border-left {
    padding-left: 25px;
}

.career-jobs .border-left a.red-btn {
    cursor: pointer;
}

.career-jobs .box.list {
    position: relative;
}

.career-jobs .sidebar .active .post-title {
    border: 1px solid var(--theme-color);
    color: linear-gradient(to bottom, #ad274f, #98002e);
}

.career-jobs li {
    font-size: 14px !important;
}

.career-jobs .sidebar .post-title {
    margin-bottom: 30px;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000005c;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 400;
    cursor: pointer;
}

.career-jobs .list button.btn1,
.career-jobs .red-btn,
.career-jobs .red-btn:hover,
.career-jobs .red-btn:focus {
    background: linear-gradient(to bottom, #ad274f, #98002e);
    font-size: 15px;
    color: var(--white);
    padding: 5px 20px;
    border-radius: 5px;
    border: 0;
}

.career-jobs .view-button-bottom {
    margin-top: 30px;
}

.career-jobs .sidebar .active .indicator {
    display: block !important;
}

.career-jobs .box.list img {
    position: absolute;
    top: 40%;
    right: -30px ! IMPORTANT;
    left: auto;
}

.career-jobs .hide {
    display: none !important;
}

.career-jobs #search-dropdown {
    position: absolute;
    background: var(--white) !important;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    z-index: 9999999;
    border: 1px solid var(--text-color);
    overflow-x: hidden;
    box-shadow: 0 0 10px var(--text-color);
}

.career-jobs .top-bar {
    margin-bottom: 40px;
    padding-right: 30px;
}

.career-jobs table#myTable {
    margin-bottom: 0px;
}

.career-jobs table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}

.career-jobs a.dropdown-item.search-td {
    white-space: break-spaces;
}

.career-jobs .dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative;
}

.career-jobs .dropdown-menu {
    padding-left: 0 !important;
}

.career-jobs .dropdown-item {
    display: block;
    width: 100%;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    color: #444;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.career-jobs .dropdown-item:hover {
    background-color: var(--bg-grey);
    color: var(--theme-color);
}

.career-jobs a.dropdown-item.search-td {
    white-space: break-spaces;
}

.career-jobs h1.page-title {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 2.5rem !important;
}

.career-jobs .post-content h2.title {
    font-size: 2.5rem !important;
    font-weight: 700;
    margin-top: 20px;
}

.career-jobs .post-content .category {
    color: var(--theme-color);
    font-weight: 500;
}

.career-jobs .sidebar .post-title h4 {
    margin-bottom: 10px;
}

.career-jobs .post-title h4 {
    font-size: 2.4rem;
}

.career-jobs h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 5px;
}

.career-jobs ul,
.career-jobs ol,
.career-jobs li {
    margin: 0 15px;
    list-style: disc;
}

.job-listing-modal .modal-header {
    background-color: var(--theme-blue-color);
    color: var(--white);
}

.job-listing-modal label {
    font-size: 1.8rem;
}

.job-content ul li {
    color: var(--text-color);
}

.career-jobs .sidebar {
    padding-right: 0;
    border-right: 2px dotted #95445c;
    height: fit-content;
}

.career-jobs ::-webkit-scrollbar,
::-webkit-scrollbar-track,
.career-jobs ::-webkit-scrollbar-track-piece {
    background: transparent;
}

.career-jobs ::-webkit-scrollbar,
::-webkit-scrollbar-track,
.career-jobs ::-webkit-scrollbar-track-piece {
    background: transparent;
}

.career-jobs ::-webkit-scrollbar {
    min-width: 0;
    width: 0;
    max-width: 0;
}

.job-listing-modal .modal-header {
    flex-direction: column;
    text-align: center;
}

.job-listing-modal .modal-header p {
    color: var(--white);
}

.job-listing-modal .modal-header .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    filter: invert(1);
}

.job-listing-modal .modal-footer {
    text-align: center;
    padding-bottom: 20px;
}

.job-listing-modal .modal-footer .btn {
    background-color: var(--theme-blue-color);
    color: var(--white);
    border-radius: 4px;
    padding: 0 20px;
    min-height: 38px;
}

.job-listing-modal .modal-footer {
    text-align: center;
    padding-bottom: 20px;
    display: block;
}

.mandatory .table tbody tr,
.table tbody tr td {
    width: auto;
    display: revert;
    justify-content: space-between;
    border-style: none;
}

.mandatory-custom .table tbody tr,
.mandatory-custom .table tbody tr td {
    width: auto;
    display: revert !important;
    justify-content: space-between;
    border-style: none;
}

.mandatory .table tbody tr th,
.patents-table .table tbody tr th,
.table tr th {
    background-color: var(--theme-blue-color);
    color: var(--white);
    padding: 10px;
    font-weight: 700;
}

.mandatory .table tbody tr td a {
    text-decoration: none;
    color: var(--theme-blue-color);
}

.mandatory .table tbody tr,
.table tbody tr td {
    width: inherit;
    display: unset;
    border-style: none;
}

/*------------- Career Jobs Page Ends Here----------------*/