@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    /* font-family: 'Product Sans'; */
    color: #2a2a2a;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    font-weight: 400;
}

* {
    border: medium none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Product Sans'; */
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    outline: none;
}

textarea {
    resize: none;
}

.mar-top {
    margin-top: 30px;
}

p {
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #535151;
}

.orange_color {
    font-weight: bold;
    background: linear-gradient(270deg, rgba(245, 164, 47, 1) 20%, rgba(233, 63, 58, 1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.orange_back {
    background: rgb(245, 164, 47);
    background: linear-gradient(270deg, rgba(245, 164, 47, 1) 20%, rgba(233, 63, 58, 1) 60%);
}

.blue_color {
    font-weight: bold;
    background: linear-gradient(90deg, rgba(48, 50, 127, 1) 40%, rgba(58, 128, 194, 1) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue_back {
    background: rgb(48, 50, 127);
    background: linear-gradient(90deg, rgba(48, 50, 127, 1) 40%, rgba(58, 128, 194, 1) 90%);
}

.red_color {
    color: #E93F3A;
}

.red_back {
    background: #E93F3A;
}

.blue_grad {
    background: -webkit-linear-gradient(45deg, #00478D, #0375E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ============== Landing Page css starts ===================== */

html,
body {
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
}

* {
    font-family: "Montserrat", sans-serif;
}

.orange_color {
    font-weight: bold;
    background: linear-gradient(270deg, rgba(245, 164, 47, 1) 20%, rgba(233, 63, 58, 1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.orange_back {
    background: rgb(245, 164, 47);
    background: linear-gradient(270deg, rgba(245, 164, 47, 1) 20%, rgba(233, 63, 58, 1) 60%);
}

.blue_color {
    font-weight: bold;
    background: linear-gradient(90deg, rgba(48, 50, 127, 1) 40%, rgba(58, 128, 194, 1) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue_back {
    background: rgb(48, 50, 127);
    background: linear-gradient(90deg, rgba(48, 50, 127, 1) 40%, rgba(58, 128, 194, 1) 90%);
}

.red_color {
    color: #E93F3A;
}

.red_back {
    background: #E93F3A;
}

.blue_grad {
    background: -webkit-linear-gradient(45deg, #00478D, #0375E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-style-ones {
    background: #fff;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #00478D;
    border-radius: 100px;
    box-shadow: 0 0 16px 0px #0000006e;
}

/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    /* box-shadow: 0 10px 44px 0px #0000005c; */
    height: auto;
    margin-bottom: 50px;
}

.banner_form_sec h2 {
    font-size: 24px !important;
    text-align: center;
    margin: 10px 0 20px;
}


/* banner section start  */

.banner_section {
    background: url('../../../default/images/frontend/sgc/banner_img.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 2% 2% 0% 2%;
    overflow: unset;
}

.banner_section .navbar-brand img.logo_img {
    width: 25%;
}

.banner_section .navbar-brand img.rankings_img {
    width: 25%;
}

.banner_section .banner_content h2 {
    font-weight: 800;
    font-size: 48px;
    color: #000;
}

.banner_section .banner_content .design-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.banner_section .banner_content .text-black {
    font-size: 48px;
    font-weight: 800;
    color: black;
    margin-right: 10px;
}

.banner_section .banner_content .gradient-box {
    font-size: 18px;
    font-weight: 500;
    color: white;
    background: linear-gradient(90deg, rgba(233, 63, 58, 1) 0%, rgba(245, 164, 47, 1) 100%);
    padding: 10px 20px;
    text-align: center;
}

.banner_section .banner_content span.bar {
    font-size: 70px;
    margin-left: 0px;
    color: #E93F3A;
    font-weight: 300;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
}

.banner_section .banner_content h4 {
    font-size: 18px;
    font-weight: 500;
}

.banner_section .banner_content h4 span {
    font-size: 20px;
    font-weight: 600;
}

.banner_section .banner_content h3 {
    font-size: 30px;
    font-weight: 700;
}

.banner_section .banner_content h5 {
    font-size: 35px;
    font-weight: 700;
}

.banner-center-img {
    position: relative;
    width: 100%;
    margin-top: 165px;
}
@media (min-width:320px) and (max-width:480px){
    .banner_section .banner_content h5 {
        font-size: 25px;
        font-weight: 700;
    }
}

/* banner section end */

/* advantace section start  */

.advantage {
    padding: 60px 0%;
}

.advantage h2 {
    font-size: 40px;
    font-weight: 400;
    /* text-transform: uppercase; */
}

.advantage h2 span {
    font-size: 35px;
    font-weight: 800;
    color: #000;
}

.advantage p {
    font-weight: 500;
    color: #000;
}

.advantage .advantage_box p.advantage_text {
    font-size: 12px;
    line-height: 16px;
}

/* advantace section end  */

/*EMPOWER section starts*/

section.empower_section {
    position: relative;
    padding: 60px 0px;
    background: #D5EDF6;
}

section.empower_section .empower_head {
    text-align: center;
    margin-bottom: 20px;
}

section.empower_section .empower_head h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00000087;
    letter-spacing: 4px;
}

section.empower_section .empower_head h2 span {
    display: block;
    letter-spacing: 0;
    font-size: 40px;
}

section.empower_section .empower_head h2 span {
    display: block;
    letter-spacing: 0;
    font-size: 40px;
}

.empower_section .scholarship_inner {
    background: #12397E;
    border-radius: 30px;
    border: 10px solid #fff;
    height: auto;
    padding: 3%;
    margin: 3%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.empower_section .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgba(18, 57, 126, 0.4);
    border: 0;
}

.empower_section .carousel tr th {
    color: #000;
    font-size: 12px;
}

.empower_section .carousel tr td {
    color: #fff;
    font-size: 13px;
}

.empower_section .carousel a button {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    color: #000;
}

.empower_section .carousel .carousel-indicators {
    margin-bottom: -4%;
}

.empower_section .carousel .carousel-indicators .active {
    background: #12397E;
}

.empower_section ol li,
.empower_section ul li {
    font-size: 12px;
    font-weight: 600;
}

.empower_section .scholarship_inner h2,
.empower_section .scholarship_inner h4,
.empower_section .scholarship_inner h5,
.empower_section .scholarship_inner p {
    color: #fff;
}

.empower_section .scholarship_inner h2 {
    font-size: 25px;
}

.empower_section .scholarship_inner h6 {
    font-size: 13px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
}

.empower_section .scholarship_inner hr {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767.98px) {
    section.exampattern_section .exam_cont {
        position: relative;
        left: 0;
        top: 60px;
        margin-top: -200px;
    }
    section.exampattern_section .examtop_cont {
        width: 100%;
        text-align: center;
    }
    .empower_section .scholarship_inner h2 {
        font-size: 15px;
    }
    section.exampattern_section .examtop_cont h2 {
        font-size: 20px;
    }
    section.exampattern_section .examtop_cont>img {
        width: 250px;
    }
    section.empower_section .empower_head h2 {
        font-size: 16px;
    }
    section.empower_section .empower_head h2 span {
        font-size: 26px;
    }
    section.exampattern_section .exam_cont ul {
        display: block;
        margin-top: 50px;
    }
    section.exampattern_section .exam_cont ul li {
        width: 100% !important;
        margin: 15px 0 !important;
    }
    .empower_section .scholarship_inner {
        padding: 10% 1%;
    }
    .empower_section .carousel .carousel-indicators {
        margin-bottom: -7%;
    }
    section.empower_section {
        position: relative;
        padding: 50px 0px;
    }
}

/*EMPOWER section ends*/

/*video section starts*/

section.video_section {
    position: relative;
}

section.video_section h2 {
    font-size: 40px;
    font-weight: 800;
}

section.video_section .video_sctn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000c7;
}

section.video_section .video_sctn {
    position: relative;
}

section.video_section .video_sctn .btn {
    position: relative;
    margin: auto;
}

section.video_section .video_dv {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

section.video_section .video_dv p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 50px;
    text-transform: uppercase;
}

section.video_section .video-play-button {
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

section.video_section .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

section.video_section .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms;
}

section.video_section .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

section.video_section .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    margin: auto;
    height: 0;
    border-left: 25px solid #30327f;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

@media (max-width: 767.98px) {
    section.discover_section h2 {
        font-size: 24px;
    }
    section.video_section .video_dv {
        width: 100%;
    }
    section.video_section .video_dv p {
        font-size: 16px;
        margin-top: 10px;
        text-align: center;
        margin-bottom: 0;
    }
    section.video_section .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        margin: auto;
        height: 0;
        border-left: 12px solid #F07E1D;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        text-align: center;
    }
    section.video_section .video-play-button:after {
        width: 40px;
        height: 40px;
    }
    section.video_section .video-play-button:before {
        width: 45px;
        height: 45px;
    }
    section.video_section .video-play-button {
        padding: 0;
    }
    .close {
        right: 0;
        top: -40px;
    }
    section.video_section h2 {
        font-size: 30px;
        font-weight: 800;
    }
}

/*video section ends*/

/* recognized section start  */

.recognizedSection {
    background: #D5EDF6;
    padding: 60px 0% 0% 0%;
}

.recognizedSection h2 {
    font-size: 50px;
    font-weight: 400;
    color: #000;
}

.recognizedSection h2 span {
    font-weight: 800;
}

.recognizedSection .recognizedSection_content {
    background: url('../../../default/images/frontend/sgc/back2.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 5%;
}

.recognizedSection .recognizedSection_content h6 {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

.recognizedSection .key_features {
    background: url('../../../default/images/frontend/sgc/keyFeturesBack.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 5%;
    margin-top: 5%;
}

.recognizedSection .key_features h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    /* line-height:25px; */
}

.recognizedSection .key_features h2 span {
    font-size: 24px;
    font-weight: 400;
}

.recognizedSection .key_features .key_features_box {
    background: url('../../../default/images/frontend/sgc/keyFeturesBack2.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 5%;
    margin-top: 5%;
}

.recognizedSection .key_features .key_features_box h3 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}

.recognizedSection .key_features .key_features_box span {
    font-size: 20px;
}

.recognizedSection .key_features .key_features_box p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.recognizedSection .key_features .key_features_box hr {
    width: 10%;
    border: 2px solid #0375E5;
}

/* recognized section end */

/* program section start  */

.program_section .program_box {
    background: rgb(7, 24, 40);
    background: linear-gradient(38deg, rgba(7, 24, 40, 1) 30%, rgba(25, 85, 142, 1) 85%);
    padding: 5%;
    height: auto;
    position: relative;
}

.program_section .program_box h3 {
    color: rgb(7, 24, 40);
    font-size: 32px;
    font-weight: 700;
}

.program_section .tab-content ul li {
    font-size: 14px;
    font-weight: 500;
    color: #6e6e6e;
}

.program_section .tab-content ul {
    list-style: disc;
    padding-left: 16px;
}

.program_section .tab-content button {
    border-radius: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    color: #E93F3A;
    background: #fff;
    margin-top: 30px;
}

section.program_section h4 {
    color: #fff;
}

.program_section .program_box .nav-pills .nav-link.active,
.program_section .program_box .nav-pills .show>.nav-link {
    background: transparent;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.program_section .program_box .nav-pills .nav-link {
    border-radius: .25rem;
    color: #000;
}

.program_section .program_box .tab-content {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

@media (max-width: 767.98px) {
    .program_section .program_box h2 span {
        font-size: 24px;
    }
    .program_section .program_box h2 {
        font-size: 18px;
    }
}

.program_section .program_box .nav-tabs {
    display: none;
}

.program_section .program_box .card-body h3 {
    color: rgb(7, 24, 40);
    font-size: 32px;
    font-weight: 700;
}

.program_section .program_box .card-body h4 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    border-top: 1px solid #00000040;
    padding-top: 15px;
    margin-top: 15px;
}

.program_section .program_box .cust_mrgn_one p {
    margin-top: 40px !important;
}

.program_section .program_box .course_dtl ul {
    list-style: disc;
    padding-left: 16px;
}

.program_section .program_box .course_dtl ul li {
    font-size: 14px;
    font-weight: 500;
    color: #6e6e6e;
}

.program_section .program_box .course_dtl p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #333;
}

.program_section .program_box .nav-tabs .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 0;
}

.program_section .program_box .nav-tabs .nav-item.show .nav-link,
.program_section .program_box .nav-tabs .nav-link.active {
    color: #E93F3A;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    border: 0;
}

@media(min-width:991.98px) {
    .program_section .program_box .nav-tabs {
        display: block;
    }
    .program_section .program_box .card {
        border: none;
    }
    .program_section .program_box .card .card-header {
        display: none;
    }
    .program_section .program_box .card .collapse {
        display: block;
    }
    .program_section .program_box .tab-content>.active .collapse {
        display: block;
    }
    .program_section .program_box .collapse:not(.show) {
        display: block;
    }
}

@media(max-width:991.98px) {
    .program_section .program_box .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
        background: #fff;
        margin-bottom: 10px;
        border: 0;
        border-bottom: 1px solid #00000038;
        border-radius: 0;
    }
    .program_section .program_box .tab-content {
        padding: 0;
        background: transparent;
    }
    .program_section .program_box .card-body h3 {
        font-size: 18px;
        display: none;
    }
    .mob-border {
        border: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .program_section .program_box .card-body h4 {
        color: #333;
        font-size: 20px;
        font-weight: 700;
    }
    .card-header h5 a {
        font-size: 16px;
        color: #19558e;
    }
    .card-header {
        background: #fff;
    }
    .card-header h5 a {
        color: #000;
    }
    .active .card-header {
        /* background: #000; */
    }
    .active .card-header h5 a {
        /* color: #fff; */
    }
}

/* program section end  */

/* why choose chandigarh section start  */

.whyChooseChandigarh {
    background: url('../../../default/images/frontend/sgc/whyChooseChandigarh.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 15% 0% 5% 0%;
    margin-top: -10%;
}

.whyChooseChandigarh .heading_box {
    background: #fff;
    padding: 3% 7% 8% 7%;
}

.whyChooseChandigarh .first_two_box {
    margin-top: -4%;
}

.whyChooseChandigarh .heading_box h2 span {
    font-size: 40px;
    font-weight: 700;
}

.whyChooseChandigarh .heading_box h2 {
    font-size: 20px;
    font-weight: 400;
}

.whyChooseChandigarh .content_box {
    background: rgb(233, 63, 58);
    background: linear-gradient(130deg, rgba(233, 63, 58, 0.9) 00%, rgba(238, 114, 2, 0.9) 60%);
    width: 80%;
    padding: 15% 3% 3% 3%;
}

.whyChooseChandigarh .content_box h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.whyChooseChandigarh .content_box p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.whyChooseChandigarh h5 {
    font-family: "MonteCarlo", serif;
    font-size: 100px;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 300;
}

.whyChooseChandigarh h6 {
    font-size: 45px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width:320px) and (max-width:480px) {
    .whyChooseChandigarh .content_box {
        width: 90%;
    }
    .whyChooseChandigarh h5 {
        font-size: 60px;
    }
    .whyChooseChandigarh h6 {
        font-size: 30px;
    }
}

/* why choose chandigarh section end */

/* global edge section start  */

.global_edge {
    background: url('../../../default/images/frontend/sgc/global_edgeBack.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 5% 5% 2% 5%;
    margin-top: 5%;
}

.global_edge h2 {
    font-weight: 800;
    font-size: 48px;
    color: #000;
}

.global_edge .design-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.global_edge .text-black {
    font-size: 48px;
    font-weight: 800;
    color: black;
    margin-right: 10px;
}

.global_edge .gradient-box {
    font-size: 18px;
    font-weight: 500;
    color: white;
    background: linear-gradient(90deg, rgba(233, 63, 58, 1) 0%, rgba(245, 164, 47, 1) 100%);
    padding: 10px 20px;
    text-align: center;
}

.global_edge button {
    border-radius: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    color: #E93F3A;
    background: #fff;
}

.global_edge button:hover {
    color: #E93F3A;
}

/* global edge section end */

/* Fueling Future section start  */

.fueling_future .fueling_future_box {
    background: url('../../../default/images/frontend/sgc/Fueling Future Leaders.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 5%;
    margin-top: 5%;
}

.fueling_future .fueling_future_box h2 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
}

.fueling_future .fueling_future_box h2 span {
    font-weight: 800;
}

/* Fueling Future section end */

/* global comunity section start  */

.globalComunity {
    background: url('../../../default/images/frontend/sgc/global_back.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 3% 0% 3% 4%;
}

.globalComunity .globalComunity_box h2 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5%;
}

.globalComunity .globalComunity_box h6 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.globalComunity .globalComunity_box h3 {
    font-weight: 700;
    font-size: 40 px;
    color: #fff;
}

.globalComunity .globalComunity_box p span {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-style: italic;
    opacity: 0.8;
}

.globalComunity .globalComunity_box p {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-style: normal;
}

.globalComunity .globalComunity_box hr {
    border: 1px dotted #fff;
}

.globalComunity .studentClubBack {
    background: url('../../../default/images/frontend/sgc/student_clubs.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    padding: 5%;
    border-radius: 20px 20px 0px 0px;
}

.globalComunity .studentClubBack h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.globalComunity .studentClubBack hr {
    border: 1px dotted #fff;
}

.globalComunity button {
    border-radius: 50px;
    background: #fff;
    font-weight: bold;
    font-size: 15px;
    color: #F07E1D;
}

.globalComunity h5 {
    font-weight: 800;
    font-size: 30px;
    color: #fff;
}

.globalComunity .design-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.globalComunity .text-black {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
    margin-right: 10px;
}

.globalComunity .gradient-box {
    font-size: 11px;
    font-weight: 500;
    color: white;
    background: linear-gradient(90deg, rgba(233, 63, 58, 1) 0%, rgba(245, 164, 47, 1) 100%);
    padding: 5px 10px;
    text-align: left;
}

.globalComunity .globalComunity_box .key_fetures2 {
    background: url('../../../default/images/frontend/sgc/fetures_back.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    padding: 4%;
}

.globalComunity .globalComunity_box .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 300px;
}

.globalComunity .globalComunity_box .card h5 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin-top: 5px;
}

.globalComunity .globalComunity_box .card p {
    color: #000;
    font-size: 12px;
    line-height: 15px;
}

.globalComunity .globalComunity_box .card .card-body {
    padding: 3%;
}

.globalComunity .globalComunity_box .card hr {
    border-top: 1px solid #000;
    width: 40%;
    margin: 10px auto;
}

.globalComunity .globalComunity_box .card-img-top {
    border-radius: 10px 10px 0 0;
}

.globalComunity .globalComunity_box .icon-indicator {
    width: 30px;
    height: 30px;
    background-color: #007bff;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.globalComunity .globalComunity_box .carousel-cell {
    width: 20%;
    margin-right: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.globalComunity .globalComunity_box .carousel-cell img {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.globalComunity .globalComunity_box .carousel-cell .card-body {
    padding: 15px;
}

.globalComunity .globalComunity_box .flickity-button {
    background: #ffc107;
    border-radius: 50%;
}

.globalComunity .globalComunity_box .flickity-button:hover {
    background: #e0a800;
}

@media (min-width:320px) and (max-width:480px) {
    .globalComunity .globalComunity_box .carousel-cell {
        width: 100%;
        margin-right: 10px;
    }
}

/* global comunity section end */

/* national level section start  */

.nationalLevel {
    background: url('../../../default/images/frontend/sgc/nationalLevelBack.png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 4%;
}

/* national level section  */

/* industry tie up section start  */

.industry_tieup {
    background: url('../../../default/images/frontend/sgc/tieupBack.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
}

.industry_tieup .industry_tieupContent {
    background: #560BAC;
    padding: 4%;
}

.industry_tieup .industry_tieupContent h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.industry_tieup .industry_tieupContent p {
    color: #fff;
    font-size: 13px;
}

.industry_tieup .industry_tieupContent hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.industry_tieup .advancing_science {
    padding-bottom: 4%;
}

.industry_tieup .advancing_science .image-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.industry_tieup .advancing_science .image-card img {
    width: 100%;
    display: block;
}

.industry_tieup .advancing_science .image-card .overlay {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    background: #E93F3A;
    color: #fff;
    text-align: left;
    padding: 3px 5px;
    font-size: 12px;
    width: fit-content;
    line-height: 14px;
}

.industry_tieup .advancing_science h2 {
    color: #fff;
    font-size: 35px;
    line-height: 35px;
}

.industry_tieup .advancing_science h2 span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.industry_tieup .advancing_science .design-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.industry_tieup .advancing_science .gradient-box {
    font-size: 14px;
    font-weight: 500;
    color: white;
    background: linear-gradient(90deg, rgba(233, 63, 58, 1) 0%, rgba(245, 164, 47, 1) 100%);
    padding: 10px 20px;
    text-align: left;
}

.industry_tieup .advancing_science button {
    background: #fff;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
    padding: 1% 8%;
    margin-top: 5%;
    font-weight: bold;
}

/* industry tie up section end  */

/* nextgen section start  */

.nextGen .nextGenContent {
    background: url('../../../default/images/frontend/sgc/nextGenBack.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 5%;
}

.nextGen .nextGenContent h2 span {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    font-size: 20px;
}

.nextGen .nextGenContent h2 {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 35px;
}

.nextGen .nextGenContent .leftLine1 {
    border-left: 2px solid #E93F3A;
    height: 150px;
}

.nextGen .nextGenContent h3 {
    font-size: 60px;
    font-weight: 800;
}

.nextGen .nextGenContent h3 span.next {
    color: #00287D;
}

.nextGen .nextGenContent h3 span.gen {
    color: #0084E7;
}

.nextGen .nextGenContent p {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    margin-top: -5%;
    margin-left: 38%;
}

.nextGen .nextGenContent h4 {
    font-size: 30px;
    font-weight: 700;
}

.nextGen .nextGenContent h4 span.next {
    color: #00287D;
}

.nextGen .nextGenContent h4 span.gen {
    color: #0084E7;
}

.nextGen .nextGenContent .leftLine2 {
    border-left: 2px solid #E93F3A;
    height: 150px;
    display: flex;
    align-items: end;
    padding: 0% 0% 0% 5%;
}

.nextGen .nextGenContent .leftLine2 h6 {
    font-size: 14px;
    font-weight: 400;
}

.nextGen .nextGenContent .leftLine2 h6 span {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.nextGen .courses_box {
    background: rgb(26, 13, 78);
    background: linear-gradient(130deg, rgba(26, 13, 78, 1) 00%, rgba(36, 23, 111, 1) 51%, rgba(23, 142, 232, 1) 100%);
    padding: 4%;
}

.nextGen .courses_box h5 {
    color: #fff;
    font-size: 18px;
}

.nextGen .courses_box ul {
    padding-left: 3%;
    border-left: 1px solid #f8a125;
}

.nextGen .courses_box ul li {
    color: #fff;
    font-size: 13px;
    margin-top: 8%;
    line-height: 16px;
}

.nextGen .courses_box ul li span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width:320px) and (max-width:480px) {
    .nextGen .nextGenContent {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../../default/images/frontend/sgc/nextGenBack.png');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: auto;
    }
    .nextGen .nextGenContent h2 {
        color: rgba(255, 255, 255, 1);
        font-size: 25px;
    }
    .nextGen .nextGenContent h2 span {
        color: rgba(255, 255, 255, 0.7);
        font-size: 15px;
    }
    .nextGen .nextGenContent p {
        color: #fff;
        margin-left: 50%;
    }
    .nextGen .nextGenContent h4 {
        font-size: 25px;
        color: #fff;
    }
    .nextGen .nextGenContent .leftLine2 h6 {
        color: #fff;
    }
    .nextGen .nextGenContent .leftLine2 h6 span {
        color: #fff;
    }
}

/* nextgen section end */

/* choose the people section start  */

.chooseSection {
    padding: 3% 0%;
}

.chooseSection h2 {
    font-size: 40px;
    font-weight: 800;
}

.chooseSection h2 span {
    color: #560BAC;
}

/* choose the people section end  */

/* real stories section start  */

.realStories {
    padding: 3% 0%;
}

.realStories h2 {
    text-align: center;
    font-size: 100px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.1);
}

.realStories .realStoriesbox {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 4%;
}

.realStories .realStoriesbox h3 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 8%;
}

.realStories .realStoriesbox .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    height: 100%;
}

.realStories .realStoriesbox .card .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: -40px;
    border: 3px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.realStories .realStoriesbox .card .title {
    font-weight: bold;
    font-size: 1.1rem;
    color: #007bff;
}

.realStories .realStoriesbox .card .subtitle {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

.realStories .realStoriesbox .card .subtitle b {
    font-weight: 700;
}

.realStories .realStoriesbox .design-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    justify-content: center;
}

.realStories .realStoriesbox .gradient-box {
    font-size: 14px;
    font-weight: 500;
    color: white;
    background: linear-gradient(90deg, rgba(233, 63, 58, 1) 0%, rgba(245, 164, 47, 1) 100%);
    padding: 2px 20px;
    text-align: left;
}

.realStories .realStoriesbox .card .badge {
    background-color: #ff5722;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 20px;
    margin: 10px 0;
    font-size: 0.9rem;
}

.realStories .realStoriesbox .card .quote {
    font-size: 12px;
    font-style: italic;
    color: #000;
    position: relative;
    font-weight: 500;
    line-height: 20px;
}

.realStories .realStoriesbox .card .quote::before {
    content: "“";
    font-size: 2rem;
    color: #ff5722;
    position: absolute;
    top: -15px;
    left: -10px;
}

.realStories .realStoriesbox button {
    border-radius: 50px;
    color: #000;
    background: #fff;
    margin-top: 4%;
}

/* real stories section end */

/* footer section start  */

.footer {
    background: rgb(25, 85, 142);
    background: linear-gradient(38deg, #1E377A 30%, #160A5B);
    color: white;
    padding: 20px 0;
    font-size: 0.9rem;
}

.footer-logo {
    max-width: 150px;
}

.footer-line {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 10px 0;
}

.footer-social-icons a {
    color: white;
    font-size: 1.2rem;
    margin: 0 10px;
    text-decoration: none;
}

.footer-social-icons a:hover {
    color: #FFC107;
}

@media (max-width: 767px) {
    .footer .text-left,
    .footer .text-right {
        text-align: center;
    }
    .footer .footer-line {
        display: none;
    }
}

/* footer section end */

@media screen and (max-width: 767.98px) {
    .banner_section {
        height: auto;
        padding: 20px 20px 0;
    }
    .banner_section .navbar-brand img.logo_img {
        width: 50%;
    }
    .banner_section .navbar-brand img.rankings_img {
        width: 50%;
    }
    .banner-center-img {
        margin-top: 15px;
    }
    .recognizedSection h2 {
        font-size: 26px;
    }
    .recognizedSection .recognizedSection_content h6 {
        display: none;
    }
    .recognizedSection img {
        width: 100%;
    }
    section.recognizedSection .row {
        align-items: center;
    }
    .recognizedSection .key_features h2 {
        font-size: 30px;
    }
    .recognizedSection .key_features h2 span {
        font-size: 16px;
        font-weight: 400;
    }
    .recognizedSection .key_features .key_features_box h3 {
        font-size: 25px;
    }
    .recognizedSection .key_features .key_features_box p {
        font-size: 15px;
    }
    .recognizedSection .key_features {
        padding: 10% 5%;
    }
    .global_edge h2,
    .global_edge .text-black {
        font-weight: 800;
        font-size: 28px;
        color: #000;
    }
    .global_edge .design-container {
        display: block;
    }
    .global_edge .gradient-box {
        text-align: left;
        margin: 15px 0;
    }
    .fueling_future .fueling_future_box h2 {
        font-size: 28px;
    }
    .globalComunity {
        height: auto;
        padding: 60px 20px;
    }
    .globalComunity .design-container {
        display: block;
    }
    .globalComunity .text-black {
        font-size: 64px;
        font-weight: 800;
        color: #fff;
        margin-right: 10px;
        display: block;
        margin-bottom: 30px;
    }
    .industry_tieup .advancing_science h2 {
        color: #fff;
        font-size: 26px;
        line-height: 35px;
    }
    .chooseSection h2 {
        font-size: 26px;
        font-weight: bold;
    }
    .industry_tieup .industry_tieupContent {
        padding: 10% 5%;
    }
    .realStories h2 {
        display: none;
    }
    .industry_tieup {
        padding: 10% 2%;
    }
    .realStories .realStoriesbox h3 {
        font-size: 28px;
    }
    section.footer {
        padding: 20px;
    }
    .chooseSection {
        padding: 10% 0%;
    }
    section.footer * {
        text-align: center;
        margin: 5px 0;
        font-size: 16px;
    }
    .banner_section .banner_content .gradient-box {
        font-size: 15px;
    }
    .banner_section .banner_content h3 {
        font-size: 22px;
        font-weight: 700;
    }
    .banner_form_sec h2 {
        font-size: 20px !important;
        text-align: center;
        margin: 10px 0 20px;
    }
    .globalComunity .globalComunity_box h3 {
        font-size: 26px;
    }
    .globalComunity .globalComunity_box p {
        font-size: 14px;
        line-height: normal;
    }
    .globalComunity .globalComunity_box p br {
        display: none;
    }
    .globalComunity .globalComunity_box .key_fetures2 {
        background: #000;
        padding: 10px 0;
    }
    .globalComunity .globalComunity_box .key_fetures2 .row img {
        height: 30px;
    }
}

.globalComunity .globalComunity_box .key_fetures2 .row img {
    height: 30px;
}

/* ============== Landing Page css ends ===================== */

.btn-style-one,
.btn-style-one:hover {
    background: linear-gradient(45deg, #30327f, #30327f);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #30327f;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}

.btn-style-five,
.btn-style-five:hover {
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #fff;
    color: #30327f;
    border: 1px solid #30327f;
}

section.footer h4 {
    font-size: 16px;
}

section.globalComunity a.carousel-control-prev {
    left: -75px;
}

section.globalComunity a.carousel-control-next {
    right: -75px;
}

@media (max-width: 768px) {
    section.globalComunity .carousel-inner .carousel-item>div {
        display: none;
    }
    section.globalComunity .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

section.globalComunity .carousel-inner .carousel-item.active,
section.globalComunity .carousel-inner .carousel-item-next,
section.globalComunity .carousel-inner .carousel-item-prev {
    display: flex;
}

/* large - display 6 */

@media (min-width: 992px) {
    section.globalComunity .carousel-inner .carousel-item-right.active,
    section.globalComunity .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }
    section.globalComunity .carousel-inner .carousel-item-left.active,
    section.globalComunity .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

section.globalComunity .carousel-inner .carousel-item-right,
section.globalComunity .carousel-inner .carousel-item-left {
    transform: translateX(0);
}

@media (max-width: 767.98px) {
    section.globalComunity a.carousel-control-prev {
        left: 0;
    }
    section.globalComunity a.carousel-control-next {
        right: 0;
    }
}

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #00287D;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */