@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');
@import url('https://fonts.googleapis.com/css2?family=Average&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: 'Montserrat';
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

* {
    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;
}

.btns-style-one {
    font-size: 16px;
    background: #000;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0px 2.6px 53.89px hwb(0deg 0% 100% / 25%);
    transform: scale(1);
    transition: all ease .3s;
}

.btns-style-one:hover {
    color: #fff;
    box-shadow: 0px 2.6px 53.89px hwb(0deg 0% 100% / 50%);
    transform: scale(0.95);
}

.color-yellow {
    color: #FABE18;
}

.blue_back {
    background: #1D3667;
}

/* banner section start  */

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

.banner_section .navbar {
    border-radius: 10px;
}

.banner_section .banner_content h2 {
    text-transform: uppercase;
    color: #fff;
    font-family: "Average", serif;
    font-size: 50px;
    padding-top: 5%;
    font-weight: 500;
}

.banner_section .banner_content h6 {
    color: rgba(255, 255, 255, 0.6)
}

.banner_section .banner_content h3 {
    margin-top: 5%;
    color: #fff;
}

.banner_section .banner_content h2 span {
    font-size: 30px;
}

.banner_section .banner_content {
    padding-top: 5%;
}

@media (min-width:320px) and (max-width:480px){
    .banner_section {
        background-image: url('../../images/frontend/banner_back2.png');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: auto;
        padding: 2% 0%;
    }
    .banner_section .banner_content h2 {
        font-size: 35px;
    }
    .banner_section .banner_content h2 span {
        font-size: 20px;
    }
}

/* banner section end */

/* stats section start  */

.stats-section {
    background: linear-gradient(90deg, #0b0f12, #11181d);
    padding: 20px 0;
}

.stat-box {
    padding: 15px 10px;
}

.stat-box h2 {
    color: #2fb3e6;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 6px;
}

.stat-box p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0;
}

.stat-box span {
    color: #ffc107;
    font-weight: 700;
}

/* responsive */

@media(max-width:768px) {

    .stat-box {
        margin-bottom: 20px;
    }

    .stat-box h2 {
        font-size: 36px;
    }

}

/* stats section end */

/* partnership section start  */

.partnership-section {
    background: #f2f2f2;
    padding: 80px 0;
}

.partnership-section .main-title {
    color: #2f5597;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.partnership-section .main-text {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 15px auto;
}

.partnership-section .apply-btn {
    margin-top: 30px;
    margin-bottom: 60px;
}

.partnership-section .apply-btn a {
    background: #000;
    color: #fff;
    padding: 12px 40px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: .3s;
}

.partnership-section .apply-btn a:hover {
    background: #333;
}

.partnership-section .feature-row {
    margin-top: 30px;
}

.partnership-section .feature-box {
    text-align: left;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
}

.partnership-section .feature-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 40px;
    width: 3px;
    background: #2fb3e6;
}

.partnership-section .feature-box h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.partnership-section .feature-box p {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.6;
}

/* responsive */

@media(max-width:768px) {

    .partnership-section .main-title {
        font-size: 24px;
    }

    .partnership-section .feature-box {
        margin-bottom: 25px;
    }

}

/* partnership section end */

/* program section start  */

.program-section {
    padding: 60px 0;
    background: #f2f2f2;
}

.program-section .program-box {
    background: #1B3361;
    background: linear-gradient(233deg, rgba(27, 51, 97, 1) 0%, rgba(41, 78, 149, 1) 51%, rgba(27, 51, 97, 1) 100%);
    border-radius: 8px;
    padding: 50px;
    color: #fff;
}

/* LEFT */

.program-section .program-left h2 {
    font-size: 46px;
    font-weight: 500;
    font-family: "Average", serif;
}

.program-section .program-left h5 {
    margin-top: 10px;
    font-size: 16px;
    font-family: "Average", serif;
}

.program-section .program-left p {
    margin-top: 20px;
    font-size: 14px;
    color: #d7dbe6;
    max-width: 240px;
}

.program-section .arrow-icon {
    margin-top: 40px;
    font-size: 28px;
    color: #7fd2ff;
}

/* RIGHT */

.program-section .program-carousel {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.program-section .carousel-wrapper {
    position: relative;
    height: 100%;
}

.program-section .program-card {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, #3aa3c9, #2c8ab0);
    padding: 40px;
    border-radius: 4px;
    opacity: 0;
    transition: all .5s;
}

.program-section .program-card.active {
    opacity: 1;
    position: relative;
}

.program-section .badge-program {
    background: #b9e3ef;
    color: #1d5d72;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 15px;
}

.program-section .program-card h3 {
    font-size: 34px;
    margin-bottom: 25px;
}

.program-section .program-features {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}

.program-section .divider {
    width: 1px;
    height: 40px;
    background: #fff;
    opacity: .4;
}

/* SIDE CONTROLS */

.program-section .side-controls {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.program-section .control-btn {
    cursor: pointer;
    font-size: 18px;
}

.program-section .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: .4;
}

.program-section .dot.active {
    opacity: 1;
    background: #ffd200;
}

@media (min-width:320px) and (max-width:480px){
    .program-section .program-card {
        padding: 15px;
    }
    .program-section .program-card h3 {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .program-section .program-features{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .program-section .divider{
        width:100%;
        height:1px;
    }
    .program-section .program-carousel {
        position: relative;
        height: 310px;
        overflow: hidden;
    }
}

/* program section end */

/* stats two section start  */

.stats2-section {
    background: #f3f3f3;
    padding: 35px 0;
}

.stats2-section .stats-row {
    align-items: center;
}

.stats2-section .stat-item {
    padding: 10px 20px;
}

.stats2-section .stat-item h2 {
    color: #2b95b7;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stats2-section .stat-item p {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0;
    line-height: 1.2;
}

.stats2-section .stat-item span {
    display: block;
    color: #2b95b7;
    font-weight: 600;
}

.stats2-section .border-dotted {
    border-left: 2px dotted #bdbdbd;
}

@media (max-width:768px) {
    .stats2-section .border-dotted {
        border-left: none;
    }

    .stats2-section .stat-item {
        margin-bottom: 20px;
    }

    .stats2-section .stat-item h2 {
        font-size: 36px;
    }
}

/* stats two section end */

/* campus section start  */

.campus-section {
    background: #f5f5f5;
    padding: 70px 0;
}

.campus-section .campus-title {
    font-size: 34px;
    font-weight: 600;
    color: #27477c;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-family: "Average", serif;
}

.campus-section .campus-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.campus-section .campus-image {
    position: relative;
}

.campus-section .campus-image img {
    width: 100%;
    border-radius: 6px;
}

.campus-section .campus-arrow {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: #1c4c7c;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    border-radius: 6px;
}

.campus-section .campus-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}

.campus-section .campus-features h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1c4c7c;
    margin-bottom: 2px;
}

.campus-section .campus-features p {
    font-size: 13px;
    color: #777;
    margin-bottom: 18px;
}

.campus-section .btn-apply {
    background: #000;
    color: #fff;
    padding: 12px 35px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin-top: 25px;
}

.campus-section .btn-apply:hover {
    color: #fff;
    background: #222;
}

.campus-section .apply-btn {
    margin-top: 25px;
}

@media(max-width:768px) {

    .campus-section .campus-arrow {
        display: none;
    }

    .campus-section .campus-title {
        font-size: 26px;
    }

    .campus-section .apply-btn {
        text-align: center;
    }

}

/* campus section end */

/* career section start  */

.career-section {
    background: #efefef;
    padding: 80px 0;
    font-family: Arial, sans-serif;
}

.career-section .career-left h2 {
    font-size: 42px;
    color: #243d63;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Average", serif;
}

.career-section .career-left p {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    max-width: 260px;
}

.career-section .career-arrow {
    margin-top: 60px;
    display: flex;
    gap: 8px;
}

.career-section .career-arrow span {
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #243d63;
}

.career-section .career-arrow span:last-child {
    border-left-color: #2aa1c0;
}


.career-section .career-image img {
    max-height: 420px;
}


.career-section .stat-top h3 {
    font-size: 42px;
    color: #243d63;
    font-weight: 700;
}

.career-section .stat-top h3 span {
    font-size: 20px;
    margin-left: 5px;
    color: #2aa1c0;
}

.career-section .stat-top p {
    font-size: 14px;
    color: #000;
    font-weight:bold;
}


.career-section .employment-box {
    border: 1px dashed #999;
    padding: 18px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.career-section .employment-box h4 {
    font-size: 32px;
    margin: 0;
}

.career-section .employment-box p {
    margin: 0;
    font-size: 14px;
    color: #333;
}


.career-section .career-sector {
    background: #1D3667;
    background: linear-gradient(90deg, rgba(29, 54, 103, 1) 0%, rgba(58, 107, 205, 1) 30%, rgba(29, 54, 103, 1) 100%);
    color: #fff;
    /* margin-top: 50px; */
    padding: 25px;
}

.career-section .sector-title {
    font-size: 26px;
    line-height: 28px;
}

.career-section .sector-list {
    font-size: 14px;
    opacity: 1;
}


@media(max-width:768px) {

    .career-section .career-left {
        text-align: center;
        margin-bottom: 30px;
    }

    .career-section .career-left p {
        margin: auto;
    }

    .career-section .career-arrow {
        justify-content: center;
    }

    .career-section .career-image img {
        max-height: 320px;
        margin-bottom: 30px;
    }

    .career-section .career-sector {
        text-align: center;
    }

}

/* career section end */


/*admissions process section starts*/

section.admission-section {
    position: relative;
    padding-bottom: 80px;
    margin-top: 5%;
}

/* section.admission-section:after {
    content: "";
    position: absolute;
    left: 0;
    width: 90%;
    right: 0;
    margin: auto;
    height: 2px;
    background: #000;
    bottom: 0;
} */

section.admission-section h2 {
    font-size: 48px;
    color: #17345A;
    font-family: 'Average';
    text-align: center;
    margin-bottom: 30px;
}

section.admission-section p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}

section.admission-section h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: normal;
}

section.admission-section .step-item {
    position: relative;
    text-align: center;
}

section.admission-section .step-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50%;
    background: #28a745;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
}

section.admission-section .step-item::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 55%;
    width: 100%;
    border-top: 2px dashed #ccc;
    z-index: 0;
}

section.admission-section .col:last-child .step-item::after {
    display: none;
}

/*admissions process section ends*/

/* cta section start  */

.cta-section {
  background-color: #f2f2f2;
  padding: 40px 0;
  font-family: 'Arial', sans-serif;
}

.cta-section .small-text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.cta-section .main-heading {
  font-size: 32px;
  font-weight: 700;
  color: #2f477a; 
  margin-bottom: 5px;
}

.cta-section .sub-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cta-section .divider {
  border-top: 1px solid #ccc;
  margin: 15px 0;
  width: 100%;
}

.cta-section .session-text {
  font-size: 13px;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.cta-section .apply-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.cta-section .apply-btn:hover {
  background-color: #333;
  color: #fff;
}

.cta-section .contact-block .label {
  font-size: 12px;
  color: #777;
  margin-bottom: 2px;
  letter-spacing: 1px;
}

.cta-section .contact-block .value {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

@media (max-width: 767px) {
  .cta-section .main-heading {
    font-size: 26px;
  }

  .cta-section .sub-heading {
    font-size: 18px;
  }

  .cta-section {
    text-align: left;
  }

  .cta-section .contact-block {
    text-align: left !important;
  }
}

/* cta section end  */

/* footer section start  */

.footer-bottom {
  background-color: #e9e9e9;
  padding: 20px 0;
}

.footer-bottom .footer-logo img {
  max-height: 60px;
}

.footer-bottom .copyright-text {
  font-size: 14px;
  color: #000;
  margin: 0;
  font-weight:500; 
}

@media (max-width: 767px) {
  .footer-bottom .footer-logo img {
    max-height: 50px;
  }

  .footer-bottom .copyright-text {
    font-size: 13px;
  }
}

/* footer section end */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #17345A;
    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  */

@media (max-width:1399px) {

    section.admission-section h3 {
        font-size: 14px;
    }
}

@media (max-width:1299px) {}

@media (max-width:1199px) {}

@media (max-width:1099px) {}

@media (max-width:991.98px) {}

@media (min-width:320px) and (max-width:767px) {

    section.admission-section h2 {
        font-size: 38px;
    }

    section.admission-section .col {
        flex: 0 0 80%;
        text-align: left;
        margin: auto;
    }

    section.admission-section .step-icon {
        float: left;
        margin-right: 15px;
    }

    section.admission-section h3 {
        text-align: left;
        margin-bottom: 45px !important;
    }

    section.admission-section .step-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 14px;
        width: 12px;
        border-left: 2px dashed #ccc;
        z-index: 0;
        height: 100px;
    }
}

/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100% !important;
    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_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}

.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}

.register-panel .form-group.agrCheck .checkText {
    color: #000;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.btn-style-one,
.btn-style-one:hover {
    background: linear-gradient(45deg, #D1153D, #D1153D);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #D1153D;
    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: #D1153D;
    border: 1px solid #D1153D;
}

.loginwithotpbtn,
.loginwithotpbtn:hover {
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

#loginregister {
    box-shadow: none !important;
}

form#dataFormRegistration {
    display: block !important;
}

/* Form Css Ends */


@media (max-width: 991.98px) {
    .navbar {
        position: static !important;
        background: #fff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    }
}