.banner-heading {
    font-weight: normal;
    font-size: 47px;
    color: #fff
}

.banner-header {
    top: 56%;
    position: absolute;
    z-index: 1;
    left: 100px;
}

.banner-content {
    left: 100px;
    position: absolute;
}

.content-heading {
    position: absolute;
    bottom: 0;
    left: 20px;
    color: #ffffff;
    width: 100%;
    padding: 3rem;
}

.ogc {
    background-color: #1a265c !important;
    background-image: url('../images/globalCommunity.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    /* Optional for better text visibility */
}

.ogc .number {
    font-size: 80px;
    color: #fff;
}

.ogc .section-heading {
    color: #fff;
}

.ogc .visual-element {
    display: inline-block;
    width: 13.9%;
    height: 3px;
    background-color: #fff;
    margin-top: 8px;
    margin-right: 2.5%;
}

.ogc .body-copy-module h2 {
    margin-bottom: 10px;
    font-size: 34px;
    color: #fff;
}

.header-bkg {
    background-color: #ffffff;
    height: 5px;
    width: 70%;
    margin-top: 8px;
}

.banner-text {
    font-family: 'TradeGothicLTStd-Cn18';
    font-weight: normal;
    font-size: 35px !important;
    color: #fff;
    line-height: 1.2;
}

.banner-student {
    font-weight: normal;
    font-size: 25px;
    line-height: 26px;
}

.banner-Line {
    background-color: #ffffff;
    height: 5px;
    width: 80%;
}

.banner-Line:hover {
    background-color: #1677e7;
    height: 7px;
    width: 80%;
}

@media screen and (max-width:800px) {
    div.banner-header {
        display: none;
    }
    div.header-bkg {
        display: none;
    }
    div.header-student {
        display: none;
    }
}

@media screen and (min-width:799px) {
    div.banner-body {
        display: none;
    }
    div.banner-Line {
        display: none;
    }
    div.body-student {
        display: none;
    }
}

.prg-text {
    font-size: .8rem;
    line-height: 17px;
}

.section-spacer {
    height: 30px;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 55px;
    scroll-margin-top: 70px;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 997;
    background: #0000001f;
   
}

.admissionProcess {
    position: relative;
    padding-top: 60px;
    background: linear-gradient(135deg, color-mix(in srgb, #0d83fd, transparent 85%) 50%, color-mix(in srgb, #0d83fd, transparent 98%) 25%, transparent 50%);
}

.admissionProcess::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 90% 10%, color-mix(in srgb, #0d83fd, transparent 92%), transparent 40%);
    pointer-events: none;
}

.admissionProcess .hero-content {
    position: relative;
    z-index: 1;
}

.admissionProcess .hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.admissionProcess .hero-content h1 .accent-text {
    color: #0d83fd;
}

@media (max-width: 992px) {
    .admissionProcess .hero-content {
        text-align: center;
        margin-bottom: 3rem;
    }
    .admissionProcess .hero-content h1 {
        font-size: 2.5rem;
    }
    .admissionProcess .hero-content .hero-buttons {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .hero .hero-content h1 {
        font-size: 2rem;
    }
}

.admissionProcess .company-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: color-mix(in srgb, #0d83fd, transparent 92%);
    border-radius: 50px;
    color: #0d83fd;
    font-weight: 500;
}

.admissionProcess .company-badge i {
    font-size: 1.25rem;
}

.admissionProcess .btn-primary {
    background-color: #0d83fd;
    border-color: #0d83fd;
    color: #ffffff;
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.admissionProcess .btn-primary:hover {
    background-color: color-mix(in srgb, #0d83fd, black 20%);
    border-color: color-mix(in srgb, #0d83fd, black 20%);
}

.admissionProcess .btn-link {
    color: #2d465e;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.admissionProcess .btn-link:hover {
    color: #0d83fd;
}

.admissionProcess .btn-link i {
    font-size: 1.5rem;
    vertical-align: middle;
}

.admissionProcess .hero-image {
    position: relative;
    text-align: center;
    z-index: 1;
}

.admissionProcess .hero-image img {
    max-width: 100%;
    height: auto;
}

.admissionProcess .customers-badge {
    position: absolute;
    bottom: 10px;
    right: 30px;
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    animation: float-badge 3s ease-in-out infinite;
    will-change: transform;
}

.admissionProcess .customers-badge .customer-avatars {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.admissionProcess .customers-badge .avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -8px;
}

.admissionProcess .customers-badge .avatar:first-child {
    margin-left: 0;
}

.admissionProcess .customers-badge .avatar.more {
    background-color: #0d83fd;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
}

.admissionProcess .customers-badge p {
    font-size: 0.875rem;
    color: color-mix(in srgb, #212529, transparent 40%);
}

@media (max-width: 992px) {
    .admissionProcess .customers-badge {
        position: static;
        margin: 1rem auto;
        max-width: 250px;
    }
}

.admissionProcess .stats-row {
    position: relative;
    z-index: 1;
    margin-top: 5rem;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding-bottom: 2rem;
    border: 1px solid #1a265c;
}

.admissionProcess .stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
}

.admissionProcess .stat-item .stat-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: color-mix(in srgb, #0d83fd, transparent 92%);
    border-radius: 50px;
    transition: 0.3s;
}

.admissionProcess .stat-item .stat-icon i {
    font-size: 1.5rem;
    color: #0d83fd;
}

.admissionProcess .stat-item:hover .stat-icon {
    background-color: #0d83fd;
}

.admissionProcess .stat-item:hover .stat-icon i {
    color: #ffffff;
}

.admissionProcess .stat-item .stat-content {
    flex-grow: 1;
}

.admissionProcess .stat-item .stat-content h4 {
    font-size: 2rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
    color: #1a265c;
}

.admissionProcess .stat-item .stat-content p {
    font-size: 0.875rem;
    color: color-mix(in srgb, #212529, transparent 40%);
    margin: 0;
}

@media (max-width: 575px) {
    .admissionProcess .stat-item {
        padding: 1.5rem;
    }
}

@keyframes float-badge {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.heros {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../images/bg-Crafting-Leaders.jpg') no-repeat center center/cover;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    color: #fff;
}

.hero-content {
    position: absolute;
    bottom: 50px;
    left: 150px;
    max-width: 600px;
}


/* Heading hover underline effect */

.hero-content h2 {
    font-size: 2.5rem;
    margin: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.hero-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 5px;
    background: white;
    transition: width 0.3s ease;
}

.hero-content:hover h2::after {
    width: 100%;
}


/* Paragraph styling */

.hero-content p {
    font-size: 1.2rem;
    margin-top: 15px;
    line-height: 1.6;
}


/* Arrow link hover animation */


/*.hero-content a {
  display: inline-block;
  margin-top: 15px;
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.hero-content:hover a {
  transform: translateX(5px);
}*/


/* Icon arrow styles */

.heros a.icon {
    display: inline-block;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}


/* Default arrow (hidden to left) */

.heros a.icon::before {
    content: "";
    position: absolute;
    left: -20px;
    /* start hidden */
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 20px;
    background: url('../images/arrowLongWhite.svg') no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease;
}


/* On hover: slide arrow into view */

.heros .hero-content:hover a.icon::before {
    left: 0;
    /* slide in */
}


/* Hide screen-reader text visually */

.heros a.icon .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.placement-slide {
    width: 100%;
    padding-top: 0px;
    text-align: center;
}

.carousel {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 0px solid #002147;
}

.wrapper .slick-dots li button:before {
    font-size: 10px;
    color: rgb(45, 45, 45);
}


/*.slick-prev:before {
  color: #002147;
}

.slick-next:before {
  color: #002147;
}*/

h5.card-title.footer-subheading {
    font-size: 24px;
}

.sub-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
}

.placement-slide .slick-slide .card-title {
    font-size: 22px;
}

.placement-slide .slick-slide .card-text small {
    font-family: 'TradeGothicLTStd-Cn18';
    font-size: 18px;
    color: #000;
}

.SCmedia {
    background-color: #002147;
    color: #ffffff;
}

.btn-cust {
    background-color: #002147;
    color: #ffffff;
}

.btn-cust:hover {
    background-color: #a2a8eb;
    color: #000000;
}

.socialMedia .card {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .15) !important;
    height: 100%;
}

.SCmedia:hover {
    background-color: #0a69c2;
    color: #ffffff;
}

.card-border {
    border: none
}

.section-subheading {
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0px;
}


/* our_programmes_section */

.our_programmes_section {
    padding: 60px 0px 60px 0px;
    background-image: url(../../images/home/circle-element.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
}

.our_programmes_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.our_programmes_inner .heading {
    color: #fff;
}

.our_programmes_inner .heading span {
    color: #fff;
}


/*.programmes_card1 .our_programmes_card{
  margin: 0 0 0 0px;
}*/

.our_programmes_content .heading {
    font-size: 30px;
    font-family: 'TradeGothic';
}

.our_programmes_content {
    background: #1a265c;
    padding: 60px 20px 60px 65px;
    border-radius: 250px 0px 0px 250px;
    margin-right: -35px;
    width: 100%;
}

.our_programmes_heading {
    padding-right: 0px !important;
}

.our_programmes_card {
    position: relative;
    transition-duration: 0.7s;
    border-radius: 15px;
    margin: 0 0 0 10px;
    overflow: hidden;
    min-height: 420px;
}

.our_programmes_card img {
    border-radius: 15px;
    width: 100%;
}

.our_programmes_card::after {
    width: 100%;
    height: 100%;
    transition-duration: 0.9s;
    content: "";
    border-radius: 15px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 1;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.our_programmes_card:hover.our_programmes_card::after {
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.programmes_card_content {
    position: absolute;
    bottom: -110px;
    z-index: 9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
    transition-duration: 0.5s;
    flex-direction: column;
}

.our_programmes_card:hover .programmes_card_content {
    bottom: 0px;
}

.card_heading {
    font-size: 28px;
    font-family: 'TradeGothic';
    color: #fff;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
}

.card_heading span {
    font-family: 'TradeGothicLTStd-Cn18';
    font-size: 16px;
}

.programmes_card_btn {
    padding: 10px;
    color: #fff;
    height: 100px;
}

.pro_card_btn {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 20px;
    line-height: normal;
    text-decoration: none;
    color: #fff;
    margin: 0 5px 0px 5px;
    font-size: 15px;
    transition-duration: 0.5s;
    font-family: 'TradeGothic';
}

.pro_card_btn:hover {
    border: 1px solid #c4161c;
    color: #fff;
    background: #c4161c;
}

.moretext {
    display: none;
}

.moreless-button {
    padding: 10px 20px 10px 22px;
    color: #C4161C;
    border-radius: 30px;
    font-family: 'TradeGothic';
    font-size: 14px;
    line-height: normal;
    transition: all 0.35s ease-Out;
    position: relative;
    overflow: hidden;
    border: 1.5px solid #C4161C;
    float: left;
}

.moreless-button:hover {
    background-color: #C4161C;
    color: #fff;
}

@media (max-width: 767.98px) {
    .programmes_card1,
    .programmes_card2,
    .programmes_card3 {
        margin-bottom: 30px;
    }

    .our_programmes_content {
        padding: 20px 20px 20px 65px;
         border-radius:  10px; 
         margin-right: 0px; 
         margin-bottom: 20px;
    }
}


/* news_rankings_section */

.news_rankings_section {
    overflow: hidden;
    position: relative;
}

.news_rankings_section .news_box {
    background-color: #f2f8fe;
    padding: 40px 80px 60px 0px;
    height: 100%;
    position: relative;
}

.news_box:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    left: -100vw;
    background-color: #f2f8fe;
    top: 0;
    z-index: -1;
}

.rankings_box:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    /*right: -100vw;*/
    background-color: #1a265c;
    top: 0;
    z-index: -1;
}

.news_img {
    width: 250px;
}

.news_img img {
    border-radius: 10px;
}

.news_content {
    width: 75%;
}

.news_content .sub_heading {
    float: left;
    width: 100%;
    padding: 4px 0 2px 0px;
    font-size: 18px;
}

.inner_news {
    display: flex;
    gap: 11px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #d2d1fc;
    margin: 0 0 16px 0;
    box-shadow: 0px 3px 7px #00000012;
    transition-duration: 0.5s;
}

.inner_news:hover {
    background-color: #d9d1fc;
}

.news_text {
    font-size: 14px;
    float: left;
    color: #000000;
    line-height: normal;
}

.news_date {
    background: #3e54b6;
    color: #fff;
    border-radius: 3px;
    width: auto;
    float: left;
    padding: 2px 7px;
    font-size: 14px;
    font-family: 'TradeGothic';
}

.news_time_location {
    display: flex;
    justify-content: space-between;
    padding: 6px 0 0px 0;
    float: left;
    width: 100%;
}

.news_time {
    color: #C4161C;
    font-size: 16px;
    font-family: TradeGothic;
}

.news_time span {
    color: #222222;
}

.news_location {
    font-family: TradeGothic;
    font-size: 11px;
    color: #C4161C;
}

.news_location span {
    color: #222222;
}

.sub_heading {
    font-size: 17px;
    font-family: TradeGothic;
    color: #000000;
}


/* rankings_box */

.news_rankings_section .rankings_box {
    background-color: #1a265c;
    padding: 40px 0px 60px 46px;
    float: left;
    height: 100%;
}

.rankings_box .heading {
    color: #fff;
    font-size: 24px;
    font-family: 'TradeGothic';
}

.news_box_inner .heading {
    color: #000;
    font-size: 24px;
    font-family: 'TradeGothic';
}

.rankings_box ul {
    margin: 0;
    padding: 0;
    float: left;
}

.rankings_box ul li {
    list-style: none;
    float: left;
}

.rankings_box ul li a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #032d90;
    padding: 10px 20px 10px 23px;
    float: left;
    width: 100%;
    background-image: url('./../images/news-arrow.svg');
    background-size: 13px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
}

.rankings_box ul li a:hover {
    color: #f3f2fe;
}

.rankings_box .explore_more_btn {
    display: flex;
    margin: 20px 0 0 0;
    float: left;
}

.rankings_box .explore_more_btn a {
    border: 1.5px solid #fff;
    color: #D92329;
}

.rankings_box .explore_more_btn a:hover {
    background-color: #fff;
    color: #D92329;
}

.rankings_box .explore_more_btn a::after {
    background-color: #fff;
    color: #D92329;
}

.rankings_box .explore_more_btn a span {
    color: #fff;
    transition-duration: 0.5s;
}

.rankings_box .explore_more_btn:hover svg path {
    fill: #111;
    max-height: 13px;
    margin-left: 5px;
}

.rankings_box .explore_more_btn a:hover span {
    color: #D92329;
}

.rankings_box .explore_more_btn svg path {
    fill: #fff;
}

.rankings_box .explore_more_btn a:hover svg path {
    fill: #D92329;
}

.highlights_section {
    padding: 60px 0px 30px 0px;
}

.placement_highlights_inner {
    padding: 20px 30px;
    border: 1px solid #c4161c14;
    border-radius: 25px;
    background: #fdf7f8;
}

.celebrating h5 {
    font-size: 24px;
}

.equal .card-border {
    border: 1px solid #0a69c2;
}

.bolg .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    /* -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);*/
    /*border-bottom: 4px solid #002e62;*/
    width: 100%;
}

.bolg .member .member-img {
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    transition: all .2s ease;
    box-sizing: border-box;
}

.bolg .member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bolg .member .social a {
    transition: color 0.3s;
    color: #124265;
    margin: 0 10px;
    display: inline-block;
}

.bolg .member .social a:hover {
    color: #2487ce;
}

.bolg .member .social i {
    font-size: 18px;
    margin: 0 2px;
    line-height: 0;
}

.bolg .member .member-info {
    padding: 25px 15px;
    position: relative;
}

.bolg .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
    position: relative;
}


/*.bolg .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #444;
}*/

.bolg .member .member-info p {
    font-size: 16px;
    line-height: 26px;
    color: #39393a;
}

.bolg .member:hover .social {
    opacity: 1;
}

.bolg .member img {
    width: 100%;
    transition: all .2s ease;
    overflow: hidden;
}

.bolg .member:hover img {
    transform: scale(1.15);
}

.bolg .member:hover .member-info h4::before {
    content: '';
    position: absolute;
    bottom: -5px;
    /* adjust spacing below text */
    left: 0;
    width: 100%;
    height: 4px;
    background: #3e54b6;
    /* or any color you want */
    border-radius: 2px;
}

.bolg .member .member-info h4 a {
    color: #000;
}

.bolg .member:hover .member-info h4 a {
    color: #3e54b6;
}

.ctaMore a {
    position: relative;
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ctaMore.cta_black a {
    color: #000;
}

.ctaMore.cta_blue a {
    color: #07238a;
}

.ctaMore a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    border-right: 0px;
    border-radius: 30px;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}

.img-arrow-right {
    margin-right: 5px;
}

.ctaMore a:hover:before {
    width: 100%;
    border-right: 1px solid;
}

.ctaMore.cta_black a {
    color: #000;
}

.ctaMore.cta_black a:before {
    border-color: #000;
}

.ctaMore.cta_blue a {
    color: #07238a;
}

.ctaMore.cta_blue a:before {
    border-color: #07238a;
}

.ctaMore.cta_blue a .img-arrow-right path {
    fill: #07238a;
}

.ctaMore.cta_blue a:hover,
.ctaMore.cta_black a:hover {
    color: #fff;
}

.ctaMore.cta_black a:hover .img-arrow-right path {
    fill: #fff;
}

.ctaMore.cta_blue a:hover .img-arrow-right path {
    fill: #fff;
}

.ctaMore.cta_white a .img-arrow-right path {
    fill: #fff;
}

.ctaMore.cta_white a:hover:before {
    background-color: white;
}

.ctaMore.cta_white a:hover .img-arrow-right path {
    fill: #07238a;
}

.ctaMore.cta_white a:hover {
    color: #07238a;
}

.m_top_30 {
    margin-top: 30px;
}

.ctaMore a>span {
    position: relative;
}

.ctaMore.cta_black a:hover:before {
    border-color: #07238a;
    background-color: #07238a;
}

.ctaMore.cta_blue a:hover:before {
    border-color: #07238a;
    background-color: #07238a;
}

.bolg .member:hover .ctaMore.cta_blue a,
.bolg .member:hover .ctaMore.cta_black a {
    color: #fff;
}

.bolg .member:hover .ctaMore.cta_black a .img-arrow-right path {
    fill: #fff;
}

.bolg .member:hover .ctaMore.cta_blue a .img-arrow-right path {
    fill: #fff;
}

.bolg .member:hover .ctaMore.cta_blue a:before {
    border-color: #07238a;
    background-color: #07238a;
}

.bolg .member:hover .ctaMore a:before {
    width: 100%;
    border-right: 1px solid;
}

.cta_viewAll a {
    position: relative;
    display: inline-block;
    padding: 6px 25px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #07238a;
    background-color: #07238a;
    border-radius: 30px;
}

.cta_viewAll path {
    fill: #ffffff;
}

.cta_viewAll a:hover {
    position: relative;
    display: inline-block;
    padding: 6px 25px;
    color: #07238a;
    font-weight: 600;
    transition: all 0.3s ease;
    border-color: #ffff;
    background-color: #ffffff;
    border: 1px solid #07238a;
    border-radius: 30px;
}

.cta_viewAll a:hover path {
    fill: #07238a;
}

.cta_admissionProcess a {
    position: relative;
    display: inline-block;
    padding: 6px 25px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #0a69c2;
    background-color: #0a69c2;
    border-radius: 30px;
    font-family: 'TradeGothic';
    font-size: 30px;
}

.cta_admissionProcess path {
    fill: #ffffff;
}

.cta_admissionProcess a:hover {
    position: relative;
    display: inline-block;
    padding: 6px 25px;
    color: #0a69c2;
    font-weight: 600;
    transition: all 0.3s ease;
    border-color: #ffff;
    background-color: #ffffff;
    border: 1px solid #0a69c2;
    border-radius: 30px;
}

.cta_admissionProcess a:hover path {
    fill: #0a69c2;
}

.clickHere {
    font-family: 'TradeGothic';
    font-size: 38px;
}


/* Container styling */

.s_alumni {
    padding: 40px 0;
}

.student_slider {
    text-align: center;
}


/* Thumbnail Swiper */

.thumbnail-swiper .swiper-slide {
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
}

.thumbnail-swiper .swiper-slide img {
    width: 200px;
    height: 200px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.s_alumni .section_text img {
    display: block;
    width: 11px;
    height: 10px;
    object-fit: none;
}

.thumbnail-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 4px solid #0a69c2;
    border-radius: 6px;
}


/* Content Swiper */

.content-swiper .student_msg_box {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: #ecebff;
    border-radius: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
    width: 100%;
}

.student_msg_left {
    flex: 1 1 30%;
}

.student_msg_right {
    flex: 1 1 65%;
}

.student_msg_right p {
    font-size: 16px;
    margin-bottom: 5px;
}

.section_text {
    font-size: 14px;
    line-height: 1.6;
}

.sub_heading {
    font-size: 24px;
    font-weight: bold;
}

.student_courses {
    color: #333333;
    font-family: 'TradeGothicLTStd-Cn18';
    font-size: 20px;
}

.vh {
    background-color: #d6d8f0;
    width: 1px;
    float: left;
    height: 180px;
    position: relative;
    -webkit-animation: vh 0.9s linear infinite alternate both;
    animation: vh 0.9s linear infinite alternate both;
}

.alumni_community {
    font-family: 'TradeGothic';
    font-size: 34px;
    line-height: 1.4;
    color: #fff;
}

.s_alumni .swiper-button-prev {
    position: absolute;
    left: 10px;
    top: 46%;
    width: 30px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

.s_alumni .swiper-button-next {
    position: absolute;
    right: 10px;
    top: 46%;
    width: 30px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

.s_alumni .swiper-button-next,
.s_alumni .swiper-button-prev {
    color: #0a69c2;
}

.student_msg_box:after {
    position: absolute;
    content: "";
    left: 1%;
    top: 5%;
    background-image: url(../images/testimonials.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
}

.student_msg_box:before {
    position: absolute;
    content: "";
    right: 1%;
    bottom: 4%;
    top: inherit;
    left: inherit;
    background-image: url(../images/testimonials.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    transform: rotate(170deg);
}

.instituteleaders .swiper-button-prev {
    position: absolute;
    left: 10px;
    top: 46%;
    width: 30px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

.instituteleaders .swiper-button-next {
    position: absolute;
    right: 10px;
    top: 46%;
    width: 30px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

.instituteleaders .swiper-button-next,
.instituteleaders .swiper-button-prev {
    color: #0a69c2;
}

.instituteleaders p {
    font-size: 16px;
}


/* FOOTER-START */

footer {
    background-color: #f3f3f3;
    position: relative;
}

.footer_innerbox {
    width: 100%;
    padding: 50px 0 50px 20px;
}

footer::after {
    content: "";
    background-color: #1a265c;
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
}

.footer_linkbox a {
    background-image: url(../images/footer_arrow_black.png);
    background-repeat: no-repeat;
    background-position: left 9px;
    background-size: 14px;
    font-size: 20px;
    width: 100%;
    float: left;
    color: #000;
    text-decoration: none;
    padding: 2px 0 4px 25px;
    transition-duration: 0.5s;
    font-family: 'TradeGothicLTStd-Cn18';
}

.footer_redbox .footer_linkbox a {
    background-image: url(../images/footer_arrow_white.png);
    color: #fff;
    transition-duration: 0.5s;
    background-position: left center;
    background-size: 14px;
}

.footer_redbox .footer_linkbox a:hover {
    background-image: url(../images/arrow-btn.svg);
    margin-left: 6px;
}

.footer_linkbox a:hover {
    background-image: url(../images/arrow-btn.svg);
    margin-left: 6px;
}

.footer_redbox {
    background-color: #1a265c;
}

.footer_heading {
    font-size: 26px;
    color: #fff;
    font-family: 'TradeGothic';
}

.footer_heading_red {
    color: #1a265c;
}

.footer_contactbox {
    float: left;
    width: 100%;
    background-color: #f7fbfd;
    padding: 18px 20px;
    border-radius: 10px;
}

.footer_contactbox img {
    max-width: 20px;
    float: left;
}

.footer_contactbox span {
    float: right;
    width: 88%;
    color: #000;
}

.footer_bottom_strip a {
    color: #C4161C;
    font-family: 'TradeGothic';
}

.footerBottom {
    background-color: #000000;
    position: relative;
    z-index: 5;
    color: #fff;
}

@media (max-width: 991.98px) {
    footer::after {
        background-color: transparent;
    }
}


/* FOOTER-END */

.searchInput * {
    outline: none;
    box-sizing: border-box;
}

.search__wrapper {
    position: relative;
}

.search__field {
    width: 40px;
    height: 40px;
    color: transparent;
    font-family: Lato, sans-serif;
    font-size: 14px;
    padding: 0.35em 40px 0.35em 0px;
    border: 1px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.search__field:focus {
    border-bottom-color: #ccc;
    width: 220px;
    color: #2b2b2b;
    cursor: default;
    padding-left: 10px;
}

.search_field:focus~.search_icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    border-color: transparent;
    border-radius: 50px;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: 0.1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: 0.1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: 0.1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: 0.1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*="hidden"] {
    color: #83b0c1;
    font-size: 0.65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*="hidden"] {
    color: #83b0c1;
    font-size: 0.65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*="hidden"] {
    color: #83b0c1;
    font-size: 0.65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*="hidden"] {
    color: #83b0c1;
    font-size: 0.65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.searchBar .borderradius20 {
    border-radius: 20px;
}

.searchBar input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.searchBar .btn-check:focus+.btn,
.searchBar .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.searchBar .btnSearch {
    padding: 0px;
    position: absolute !important;
    right: 20px;
    top: 3px;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.section-container {
    padding: 20px 0;
    margin: 0 10.5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    container-type: inline-size;
}

.visual-element {
    display: inline-block;
    width: 13.9%;
    height: 3px;
    background-color: #07238a;
    margin-top: 8px;
    margin-right: 2.5%;
}

.body-copy {
    width: 60%;
}

.body-copy-module h2 {
    margin-bottom: 10px;
    font-size: 34px;
    color: #0a69c2;
}


/*Alumni Community*/

.alumniCommunity .swiper {
    width: 100%;
    padding: 20px 8px;
}

.alumniCommunity .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.alumniCommunity .swiper-slide-active {
    opacity: 1;
    transform: scale(1.05);
}

.alumniCommunity .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 3px solid transparent;
}

.alumniCommunity .swiper-slide-active img {
    border: 3px solid #007bff;
}

.alumniCommunity .testimonial-box {
    background: #1a265c;
    border-radius: 12px;
    padding: 30px 25px;
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    min-height: 300px;
    transition: opacity 0.4s ease;
    position: relative;
}

.alumniCommunity .quoteText {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}

.alumniCommunity .testimonial-box h3 {
    margin: 15px 0 10px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.alumniCommunity .testimonial-box h5 {
    font-family: 'TradeGothic';
    font-size: 24px;
    color: #fff;
}

.alumniCommunity .testimonial-box p {
    margin: 0;
    color: #fff;
    font-family: 'TradeGothicLTStd-Cn18';
    font-size: 20px;
}


/* Navigation arrows */

.alumniCommunity .swiper-button-prev {
    position: absolute;
    left: 10px;
    top: 46%;
    width: 30px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

.alumniCommunity .swiper-button-next {
    position: absolute;
    right: 10px;
    top: 46%;
    width: 30px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

.alumniCommunity .swiper-button-next,
.alumniCommunity .swiper-button-prev {
    color: #0a69c2;
}

.alumniCommunity .swiper-button-prev {
    position: absolute;
    left: 10px;
    top: 46%;
    width: 30px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

.alumniCommunity .swiper-button-next {
    position: absolute;
    right: 10px;
    top: 46%;
    width: 30px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

.alumniCommunity .testimonial-box:after {
    position: absolute;
    content: "";
    left: 1%;
    top: 5%;
    background-image: url(../images/testimonials.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
}

.alumniCommunity .testimonial-box:before {
    position: absolute;
    content: "";
    right: 1%;
    bottom: 4%;
    top: inherit;
    left: inherit;
    background-image: url(../images/testimonials.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    transform: rotate(170deg);
}

.banner-heading.left {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    animation: fadeShadow 3s infinite alternate;
}

.banner-text {
    animation: fadeShadow 3s infinite alternate;
}


/* Shadow fade animation */

@keyframes fadeShadow {
    0% {
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 0.8;
    }
    100% {
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.4);
        opacity: 1;
    }
}

.finalPlacementSlider1 {
    width: 100%;
}

.finalPlacementSlider1 .img-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 30px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.finalPlacementSlider1 .img-wrapper img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 2;
}

.finalPlacementSlider1 .img-wrapper::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px dashed #10316a;
    animation: spin 13s linear infinite;
    z-index: 1;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.finalPlacementSlider1 .card {
    background-color: #fff;
}

.finalPlacementSlider1 .card:hover {
    background-color: #1a265c;
    color: #fff;
}

.finalPlacementSlider1 .card:hover .img-wrapper::before {
    border: 2px dashed #fff;
}

.finalPlacementSlider1 .card-body {
    text-align: center;
}

.finalPlacementSlider1 .card-body h5 {
    margin: 0px 0px 10px 0px;
}

.finalPlacementSlider1 .card-body .card-text {
    font-size: 14px;
    line-height: 1.4;
}

.summerPlacement {
    background-color: #10316a;
}

.finalPlacementSlider2 {
    width: 100%;
}

.finalPlacementSlider2 .img-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 30px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.finalPlacementSlider2 .img-wrapper img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 2;
}

.finalPlacementSlider2 .img-wrapper::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px dashed #10316a;
    animation: spin 13s linear infinite;
    z-index: 1;
}

.finalPlacementSlider2 .card {
    background-color: #fff;
    height: 100% !important;
}

.finalPlacementSlider2 .card:hover {
    background-color: #0a69c2;
    color: #fff;
}

.finalPlacementSlider2 .card:hover .img-wrapper::before {
    border: 2px dashed #fff;
}

.finalPlacementSlider2 .card-body {
    text-align: center;
}

.finalPlacementSlider2 .card-body h5 {
    margin: 0px 0px 10px 0px;
}

.finalPlacementSlider2 .card-body .card-text {
    font-size: 14px;
    line-height: 1.4;
}

.finalPlacementSlider2 {
    direction: rtl;
}

.programmWeOffered .nav-pills .nav-link {
    background-color: #0a69c2;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'TradeGothic', sans-serif;
}

.programmWeOffered .nav-pills .nav-link.active {
    background: #f0eaf9;
    color: #333;
}

.programmWeOffered .course-box {
    background: #1a265c;
    color: white;
    border-radius: 10px;
    padding: 20px;
}

.programmWeOffered .course-box h5 {
    margin-bottom: 15px;
}

.programmWeOffered .course-box p {
    font-size: 14px;
}

@media (max-width: 767px) {
    .programmWeOffered .image-section img {
        /*max-width: 100%;
        height: auto;*/
        display: none;
    }
    .programmWeOffered .course-box {
        margin-top: 20px;
    }
}


.pwo {
    position: relative;
    transition-duration: 0.7s;
    border-radius: 15px;
    margin: 0 0 0 10px;
    overflow: hidden;
    /*min-height: 420px;*/
    padding: 0px;
}

.pwo .card_heading{
    font-size: 28px;
    font-family: 'TradeGothic';
    color: #fff;
    text-align: center;
    line-height: normal;
    margin: 0 0 10px 0;
}

.pwo img {
    border-radius: 15px;
    width: 100%;
}

.pwo::after {
    width: 100%;
    height: 100%;
    transition-duration: 0.9s;
    content: "";
    border-radius: 15px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 1;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.pwo:hover.pwo::after {
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.pwo_content {
    position: absolute;
    bottom: -110px;
    z-index: 9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
    transition-duration: 0.5s;
    flex-direction: column;
}

.pwo:hover .pwo_content {
    bottom: 140px;
}
.pwo_btn {
    padding: 12px;
    color: #fff;
    height: 100px;
}