/* Homepage CSS Starts From Here */
main {
    height: 100%;
    overflow-y: auto;
    scroll-behavior: auto;
}

section {
    min-height: 100vh;
}

.home-banner-section {
    position: relative;
}

#section16 {
    min-height: 400px;
    color: #fff;
}

.home-banner-section .home-banner-slider .sld {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: end;
}

.home-banner-section .home-banner-slider .sld .main-container {
    position: relative;
}

.home-banner-section .home-banner-slider .sld::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-banner-section .home-banner-slider .sld.without-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-banner-section .home-banner-slider button {
    position: absolute;
    right: 2%;
    bottom: 4%;
    font-size: 2rem;
    z-index: 1;
    background-color: #eeeeee;
    font-size: 0;
    padding: 2.5rem;
    border: none;
    border-radius: 100%;
    transition: var(--transition);
}

.home-banner-section .home-banner-slider button::before {
    content: "";
    background-image: url('../images/common-images/btn-arrow.webp');
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2.2rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    opacity: 1;
    filter: invert(1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-banner-section .home-banner-slider button.slick-prev.slick-arrow {
    right: 5.5%;
    position: absolute;
}

.home-banner-section .home-banner-slider button:hover {
    box-shadow: 0 0 1rem #2a2a2a;
}

.home-banner-section .home-banner-slider button:hover,
.slick-arrow::before {
    transform: scale(1.1);
}

.home-banner-section .home-banner-slider button.slick-next.slick-arrow {
    background-color: var(--theme-color);
}

.home-banner-section .home-banner-slider button.slick-next.slick-arrow::before {
    content: "";
    filter: none;
}

.home-banner-section .home-banner-slider button.slick-prev.slick-arrow::before {
    content: "";
    transform: translate(-50%, -50%) rotate(180deg);
}

.home-banner-section .home-banner-slider .bg-theme-color {
    background-color: var(--theme-color);
}

.home-banner-section .home-banner-slider .bg-theme-color,
.home-banner-section .home-banner-slider .text-right {
    padding: 5rem;
    color: var(--white);
    z-index: 1;
}

.home-banner-section .home-banner-slider .text-right h1, .home-banner-section .home-banner-slider .text-right .banner-contnt {
    margin-bottom: 1rem;
}

.banner-contnt {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.home-banner-section .home-banner-slider .text-right h6 {
    text-align: end;
    font-weight: 300;
    line-height: 1.3;
}

.home-banner-section .home-banner-slider .text-right .h2-italic {
    font-family: var(--pinyon-font);
    font-weight: 200;
    line-height: 0;
}

.home-banner-section .home-banner-slider .bg-theme-color h2, .home-banner-section .home-banner-slider .bg-theme-color .h2 {
    line-height: 1.1;
}

.home-banner-section .home-banner-slider .bg-theme-color h6 {
    line-height: 1.4;
}

.mob-view {
    display: none;
}

.unwavering-commitment figure {
    overflow: hidden;
}

.unwavering-commitment figure img {
    width: 100%;
}

.unwavering-commitment .slick-list {
    margin: 0 -1rem;
}

.unwavering-commitment .slick-list .slick-slide {
    margin: 0 1rem;
}

.unwavering-commitment figure::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate(-100%, 0);
    background-color: var(--theme-color);
    opacity: 0.67;
    transition: var(--transition);
}

.unwavering-commitment figure:hover::before {
    transform: translate(0);
}

.unwavering-commitment figure figcaption {
    position: absolute;
    left: 8%;
    top: 4%;
    z-index: 1;
}

.unwavering-commitment figure figcaption h2 {
    color: var(--theme-color);
    transition: var(--transition);
}

.unwavering-commitment figure figcaption p {
    transition: var(--transition);
}

.unwavering-commitment figure figcaption h2 span {
    font-size: 3.6rem;
}

.unwavering-commitment figure .figure-overlay {
    position: absolute;
    left: 0;
    bottom: 5%;
    padding: 0 3rem;
    transform: translate(-100%, 0);
    transition: var(--transition);
}

.unwavering-commitment figure:hover figcaption h2,
.unwavering-commitment figure:hover figcaption p {
    color: var(--white);
}

.unwavering-commitment figure .figure-overlay p {
    border-top: 0.1rem solid var(--white);
    padding-top: 1.4rem;
    color: var(--white);
    transition: var(--transition);
}

.unwavering-commitment figure:hover .figure-overlay {
    transform: translate(0);
}

.unwavering-commitment-slider button.slick-prev {
    left: -4%;
    top: 50%;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
}

.unwavering-commitment-slider button.slick-next {
    top: 50%;
    right: -4%;
}

.cgc-legacy h5,
.cgc-legacy h2,
.cgc-legacy p {
    color: var(--white);
}

.cgc-legacy .right-content {
    width: 100%;
    max-width: 60rem;
    padding-left: 2rem;
}

.cgc-legacy figure {
    margin-bottom: 2.5rem;
}

.cgc-legacy figure img {
    width: 100%;
}

section {
    overflow-x: hidden;
}

.top-tier-placements .top-tier-placement-slide figcaption {
    position: absolute;
    top: 0;
    background-color: var(--white);
    padding: 3rem;
}

.top-tier-placements .top-tier-placement-slide figcaption p {
    font-size: 1.2rem;
}

.top-tier-placements .top-tier-placement-slide figcaption p.small-text {
    font-size: 1.1rem;
}

.top-tier-placements .top-tier-placement-slide figcaption h5 {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.1;
}

.top-tier-placements .top-tier-placement-slide figcaption h2 span {
    font-size: 3.6rem;
}

.top-tier-placements .top-tier-placement-slide.slick-current.slick-active figcaption {
    background-color: var(--theme-color);
    color: var(--white);
}

.top-tier-placements .top-tier-placement-slide.slick-current.slick-active figcaption h2,
.top-tier-placements .top-tier-placement-slide.slick-current.slick-active figcaption h4 {
    color: var(--white);
}

.top-tier-placements .top-tier-placement-slide .company-logo {
    position: absolute;
    right: 10%;
    top: 8%;
}

.top-tier-placements .top-tier-placement-slider {
    position: relative;
}

.top-tier-placements .top-tier-placement-slider button.slick-prev.slick-arrow {
    left: 4%;
    top: 50%;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 2;
}

.top-tier-placements .top-tier-placement-slider button.slick-next.slick-arrow {
    right: 4%;
    top: 50%;
}

.top-tier-placements .slick-list {
    margin: 0 -1rem;
}

.top-tier-placements .slick-list .slick-slide {
    margin: 0 1rem;
}

.top-tier-placements .slick-list .slick-slide img {
    width: 100%;
}

.top-tier-placements .recruiters-at-cgc-university img {
    width: 10rem;
}

.excellence-marks {
    background-color: #EEEEEE;
}

.excellence-marks .legacy-box {
    margin-bottom: 2rem;
    padding: 3.6rem;
}

.excellence-marks .legacy-box figure {
    margin-bottom: 0;
}

.excellence-marks .bg-theme-color h6,
.excellence-marks .bg-theme-color p {
    color: var(--white);
}

.excellence-marks .legacy-box .content {
    padding-left: 3rem;
}

.excellence-marks .legacy-box .content p {
    margin-bottom: 0;
}

.excellence-marks .legacy-box .content h6 {
    font-size: var(--font18);
}

.entrepreneurship-hub {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
}

.entrepreneurship-hub .entrepreneurship-hub-content {
    text-align: center;
    max-width: 105rem;
    margin: 0 auto;
}

.centre-of-excellence .centre-of-excellence-slider .centre-of-excellence-slide {
    border-left: 0.1rem solid #9e0203;
    padding: 5rem 2rem 0 8rem;
    border-right: 0.1rem solid #9e0203;
}

.centre-of-excellence .centre-of-excellence-slider .brand-logo img {
    width: 20rem !important;
    height: 10rem;
    object-fit: contain;
}

.centre-of-excellence .centre-of-excellence-slider .centre-of-excellence-slide .pd-right-50 p {
    font-size: 1.4rem;
}

.centre-of-excellence .centre-of-excellence-slider button.slick-prev.slick-arrow {
    left: -2%;
    top: 50%;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 2;
}

.centre-of-excellence .centre-of-excellence-slider button.slick-next.slick-arrow {
    right: -2%;
    top: 50%;
}

.choice-for-education {
    color: var(--white);
}

.choice-for-education .m-btm-5 figure {
    margin-bottom: 0;
}

.choice-for-education table {
    width: 100%;
    background-color: var(--white);
    color: var(--text-color);
}

.choice-for-education table.bg-theme-color {
    background-color: var(--theme-blue-color);
    color: var(--white);
}

.choice-for-education table td,
.choice-for-education table th {
    padding: 1rem 2.5rem;
    font-size: 1.5rem;
}

.choice-for-education table th {
    padding-top: 2rem;
    padding-bottom: 0;
}

.choice-for-education table tr:last-child td {
    padding-bottom: 2rem;
}

.choice-for-education a {
    color: var(--white);
    font-size: 2rem;
}

.futureistic-spaces .futureistic-spaces-slider figure figcaption {
    position: absolute;
    bottom: 3rem;
    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-prev.slick-arrow {
    left: -4%;
    top: 50%;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 2;
}

.futureistic-spaces .futureistic-spaces-slider button.slick-next.slick-arrow {
    right: -4%;
    top: 50%;
}

.why-cgc-university .why-cgc figure img {
    max-width: 6.5rem;
}

.why-cgc-university p {
    color: var(--white);
}

.why-cgc-university .top-row figure {
    display: flex;
    justify-content: end;
}

.why-cgc-university .top-row figure {
    margin-bottom: 0;
}

.why-cgc-university .top-row figure img {
    width: 100%;
}

.why-cgc-university figure {
    display: flex;
    align-items: baseline;
}

.why-cgc-university figcaption {
    font-size: 3.2rem;
    font-weight: bold;
    opacity: 0.2;
    color: #fff;
}

.news-events figure {
    margin-bottom: 0;
    position: relative;
}

.news-events figure img {
    width: 100%;
}

.news-events figure::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.news-events figcaption {
    position: absolute;
    bottom: 14rem;
    padding: 0 3rem;
    color: #fff;
    width: 65%;
    max-width: 40.2rem;
}

.news-events .date {
    position: absolute;
    top: 0;
    right: 10%;
    background-color: var(--theme-blue-color);
    color: #fff;
    padding: 2rem 1.2rem 1rem 1.2rem;
}

.news-events .date figcaption p {
    text-shadow: 0 0 1rem #191919;
}

.news-events .news-box p {
    font-size: 1.6rem;
}

.news-events .news-box h6.text-secondary.small-text {
    font-size: 1.4rem;
}

.news-events .news-box a {
    font-size: 1.6rem;
}

.news-events .news-box {
    max-width: 30rem;
}

.news-box p {
    margin-bottom: 0;
}

.news-events .news-box:first-child a {
    text-decoration: none;
}

.news-events .border-right {
    border-right: 0.1rem solid #a0a0a0;
}

.beyond-borders figure {
    position: relative;
    overflow: hidden;
}

.beyond-borders figure:hover figcaption {
    bottom: 28rem;
}

.beyond-borders figure img {
    width: 100%;
}

.beyond-borders figure::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.3;
}

.beyond-borders figure::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    opacity: 0.68;
    transform: translate(0, 100%);
    transition: var(--transition);
}

.beyond-borders figure:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    opacity: 0.66;
    transform: translate(0);
}

.beyond-borders figcaption {
    position: absolute;
    bottom: 2rem;
    padding: 0 3rem;
    color: #fff;
    width: 65%;
    z-index: 1;
    transition: var(--transition);
}

.beyond-borders figcaption p {
    font-size: 1.4rem;
}

.beyond-borders figcaption h5 {
    margin-bottom: 2rem;
}

.beyond-borders .slick-slide {
    margin: 0 1rem;
}

.beyond-borders .slick-list {
    margin: 0 -1rem;
}

.beyond-borders .beyond-borders-slider button.slick-prev.slick-arrow {
    left: -4%;
    top: 50%;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--white);
    z-index: 2;
}

.beyond-borders .beyond-borders-slider button.slick-next.slick-arrow {
    right: -4%;
    top: 50%;
}

.voices-of-victory .voices-of-victory-slider figure {
    width: 53.2rem;
}

.voices-of-victory .voices-of-victory-slider figure img {
    width: 100%;
}

.voices-of-victory .voices-of-victory-slider .victory-content {
    color: var(--white);
    width: 50rem;
    padding-left: 5rem;
}

.voices-of-victory .voices-of-victory-slider .victory-content p {
    margin-bottom: 4rem;
}

.voices-of-victory .voices-of-victory-slide {
    padding-right: 3rem;
}

.voices-of-victory .voices-of-victory-slider button.slick-prev.slick-arrow {
    left: 4%;
    top: 40%;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--white);
    z-index: 3;
}

.voices-of-victory .voices-of-victory-slider button.slick-next.slick-arrow {
    right: 4%;
    top: 40%;
}

.international-collaborations {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.international-collaborations .ic-slide figure {
    margin-bottom: 0;
}

.international-collaborations .ic-slide figure img {
    width: 100%;
}

.international-collaborations .ic-slide button.slick-arrow {
    display: none;
}

.international-collaborations .fixed-text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    color: #fff;
    text-shadow: 0 0 1rem #161616;
}

.life-at-cgc figure img {
    width: 100%;
}

.life-at-cgc figure::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: inset 0 -8rem 4rem -2rem rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 20%;
}

.life-at-cgc figure figcaption {
    position: absolute;
    bottom: 5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.life-at-cgc figure figcaption h5 {
    text-shadow: 0 0 1rem #000;
}

.life-at-cgc .life-at-cgc-slider button.slick-prev.slick-arrow {
    left: -4%;
    top: 40%;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--white);
    z-index: 3;
}

.life-at-cgc .life-at-cgc-slider button.slick-next.slick-arrow {
    right: -4%;
    top: 40%;
}

main ul li::before {
    background-color: transparent !important;
}

::-webkit-scrollbar {
    min-width: 0rem !important;
    width: 0rem;
    max-width: 0rem;
} 
.slick-slide {
    height: auto;
}

.banner-wrap {
    justify-content: center; 
    align-items: center;
    height: 100%;
}
.capgem_unique_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.capgem_unique_list .capgem_ul_item {
	width: calc(50% - 1rem);
	margin-top: 1rem;
}
.capgem_unique_list .capgem_ul_inner {
	display: flex;
	gap: 1rem;
	align-items: center;
}
.capgem_unique_list .capgem_ul_inner p {
	margin-bottom: 0;
}
.capgem_unique_list span.item_icon {
    width: 45px;
    height: 45px;
	min-width: 45px;
    display: inline-flex;
    border: 2px solid var(--theme-color);
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    padding: 8px;
	transition: .4s all;
}
.capgem_unique_list span.item_icon img {
    width: 100%;
    height: 100%;
	object-fit: contain;
}
.capgem_unique_list strong {
	color: var(--theme-color);
}
.capgem_unique_list .capgem_ul_inner:hover span.item_icon {
	background-color: var(--theme-color);
}
.capgem_unique_list .capgem_ul_inner:hover span.item_icon img {
	filter: brightness(0) invert(1);
}

.unique_div_bg {
	background-color: var(--theme-color);
    padding: 8px 15px;
    width: max-content;
    max-width: 100%;
    margin: 3rem 0 2rem;
}
.capgemein-video-wrap img.capgemein-logo {
    width: 300px;
    margin: 0 auto 1.5rem;
    display: block;
}
.capgemein-video-wrap button.videoDisplay {
    border: 0 !important;
    padding: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
}



@media (min-width: 1600px) {
	.capgem_unique_list span.item_icon {
		width: 55px;
		height: 55px;
		min-width: 55px;
		padding: 11px;
	}
	.capgem_unique_list {
		gap: 2rem;
	}
	.capgem_unique_list .capgem_ul_inner {
		gap: 1.5rem;
	}
}


@media (max-width: 575px) {
.capgem_unique_list .capgem_ul_item {
    width: 100%;
    margin-top: 1rem;
}
.capgem_unique_list {
	gap: 0;
}
.capgemein-video-wrap img.capgemein-logo {
	width: 270px;
}
}

/* Homepage CSS Ends Here */