@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@charset "utf-8";

/* CSS Document */
html {}

body {
    font-family: 'DM Sans', sans-serif;
    color: #111;
}

.h1,
h1 {}

.border-radius {
    border-radius: 0px !important;
}

table th {
    font-size: 16px;
    font-weight: 700;
}

table td {}

.fw500 {
    font-weight: 500 !important;
}

.btn:focus {
    box-shadow: none !important;
}

.list-point {
    position: relative;
}

.list-point ul li {
    line-height: 22px;
    font-size: 14px;
    padding-left: 26px;
    position: relative;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
}

.list-point ul li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 4px;
    width: 15px;
    height: 15px;
    background: url(../images/hand-yellow.png) no-repeat;
    background-position: center;
    background-size: contain;

}

.list-point2 ul li:before {
    width: 9px;
    height: 4px;
    top: 10px;
    border-radius: 30px;
}

.sticky {
    position: fixed !important;
    top: 0px;
    z-index: 999;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);
}

.sticky .hdr-top {}

.sticky .navbar-brand {}

.sticky .navbar-brand>img {
    height: 62px;
}

.media {}

.media .media-left,
.media .media-body,
.media .media-right {
    display: table-cell;
    vertical-align: top;
}

.media .media-left {
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.media .media-body {
    padding-left: calc(var(--bs-gutter-x) * .5);
    width: 10000px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.bg-light-blue {
    background-color: #D1EBF9;
}

.text-primary {
    color: #1c0b42 !important;
}

.text-warning {
    color: #fbc420 !important;
}

select.form-control {
    background: #fff url(../images/down-arrow.png) no-repeat;
    background-position: right 8px center;
    background-size: 8px;
}

.bg-light {
    background-color: #F1F6F9 !important;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0px;
    color: #1c0b42;
}

p {
    line-height: 24px;
    color: #585858;
    font-size: 14px;
}

.f16 {
    font-size: 16px !important;
    line-height: 24px !important;
}

p strong {
    font-weight: 700;
}

.text-light {
    color: #848484 !important;
}

.btn-primary {
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    background-color: #1c0b42;
    border-color: #1c0b42;
}

.btn-primary:hover {
    color: #fff;
    background-color: #fbc420;
    border-color: #fbc420;
}

.btn-danger {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d20707;
    border-color: #d20707;
}

.media .d-m-show {
    display: none;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.border-bottom-white {
    border-bottom: 1px solid #fff !important;
}

.bg-primary {
    background-color: #1c0b42 !important;
}

.bg-warning {
    background-color: #fbc420 !important;
}

.bg-info {
    background-color: #2eabbb !important;
}

.modal-content {
    border-radius: 20px;
}

.btn-close {
    color: #fbc420;
    background: url(../images/close.png) no-repeat;
    opacity: 1;
    background-position: center;
    background-size: 80%;

}

.tabs-nav-btns {}

.tabs-nav-btns .nav-link {
    border-radius: 12px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    border: 1px solid #000;
}

.tabs-nav-btns .nav-link.active,
.tabs-nav-btns .show>.nav-link {
    color: #fff;
    background-color: #1c0b42;
    border: 1px solid #1c0b42;
}

header {
    z-index: 1000;
    /*box-shadow: 0 2px 4px rgb(0 0 0 / 20%);*/
    transition: 0.5s;
    width: 100%;
}

.hdr-top {
    background-color: #1c0b42;
    position: relative;
    padding-top: 4px;
    padding-bottom: 3px;
}

.hdr-social-link li {
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 20px;
}

.hdr-social-link li a {
    font-size: 14px;
    color: #000;
    transition: 0.5s;
    display: block;
    background-color: #f0f0f0;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
}

.hdr-social-link li a.linden {
    background-color: #007BB5;
    color: #fff;
}

.hdr-top-cnt {
    margin-bottom: 0px;
}

.hdr-top-cnt li {
    margin-right: 10px;
}

.hdr-top-cnt li:last-child {
    margin-right: 0px;
}

.hdr-top-cnt li a {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding: 5px;
    position: relative;
}

.hdr-top-cnt-left li a:before {
    position: absolute;
    right: -7px;
    content: "";
    background-color: #fff;
    width: 2px;
    top: 9px;
    bottom: 9px;
}

.hdr-top-cnt-left li:last-child a:before {
    display: none;
}

.hdr-top-cnt li a>span {
    font-size: 12px;
}

.hdr-top-cnt li a i {
    margin-right: 4px;
}

.hdr-top-cnt li a.btn {
    background-color: #fff;
    color: #1c0b42;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 12px;
    border: none;
    margin-top: 3px;
}

.txt-rgt {
    text-align: right;
}

.header-mid {
    position: relative;
    background-color: #1c0b42;
    height: 30px;
}

.header-mid marquee {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.header-mid strong {
    color: #fbc420;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    top: 5px;
    width: 125px;
}

.navbar {
    padding: 2px 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-brand {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding: 10px 0px;
}

.navbar-brand>img {
    height: 62px;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
}

.navbar-nav>li>a.logo {
    padding: 5px 35px;
    margin-top: 10px;
}

.navbar-nav {}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #1c0b42;
    padding: 12px 11px;
    font-weight: 700;
    font-size: 14px;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fbc420 !important;
}

.navbar-expand-lg .navbar-nav .nav-link.whatapp-nav {
    background-color: #1c0b42;
    border-radius: 17px;
    margin-left: 15px;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link.whatapp-nav:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link.apply-nav {
    background-color: #fbc420;
    border-radius: 17px;
    margin-left: 15px;
    padding: 8px 20px;
    margin-top: 2px;
}

.navbar-expand-lg .navbar-nav .nav-link.apply-nav:hover {
    color: #1c0b42 !important;
    background-color: transparent;
    border: 1px solid #1c0b42;
    padding: 8px 19px;

}

.navbar-expand-lg .navbar-nav .nav-link.login-nav {
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link.login-nav:before {
    position: absolute;
    right: 0px;
    content: "";
    background-color: #1c0b42;
    width: 2px;
    top: 15px;
    bottom: 15px;
}

.navbar-nav>li:hover>.drop-menu {
    display: block;
}


.drop-menu {
    padding: 5px;
    width: 100%;
    min-width: 10rem;
    border: none;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 18%);
}


.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #1c0b42;
}


.drop-menu>li>a {
    padding: 6px 8px;
    font-weight: 500;
    color: #1c0b42;
    white-space: break-spaces;
    font-size: 14px;
    border-radius: 4px;
}

.drop-menu>li>a:hover {
    color: #fbc420;
    background-color: #1c0b42;
}

.custom-dropdown {
    border-radius: 10px;
    padding: 10px 0;
    border: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    animation: dropdownFade 0.25s ease-in-out;
}


.custom-dropdown .dropdown-item {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    color: #1c0b42;
    transition: all 0.3s ease;
}

.custom-dropdown .dropdown-item:hover {
    background-color: #fbc420;
    color: #1c0b42;
    padding-left: 26px;
}

.navbar .dropdown-toggle::after {
    margin-left: 6px;
}

@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}


.drop-menu>li>a.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0em;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    position: absolute;
    right: 8px;
    top: 40%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #e43039;
}

/*.navbar-nav>li>a.logo:hover{background-color: transparent;}*/
.navbar-default .navbar-nav>li>a.logo:focus,
.navbar-default .navbar-nav>li>a.logo:hover {
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #1c0b42;
}

.drop-submenu {
    left: 100% !important;
    padding: 5px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 18%);
    top: 0px !important;
    border: none;
    min-width: 9rem;
}

.drop-submenu>li>a {
    padding: 6px 8px;
    font-weight: 500;
    color: #000;
    white-space: break-spaces;
    font-size: 14px;
    border-radius: 4px;
}

.drop-submenu>li>a:hover {
    color: #fff;
    background-color: #1c0b42;
}

/*============ slider css =============*/
.type-box {
    text-align: center;
    margin: 30px;
}

.type h1 a {
    color: #fff;
    font-size: 45px;
}

.bs-slider {
    overflow: hidden;
    /* height: 650px;*/
    position: relative;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    height: 650px;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.hero-section {
    background: linear-gradient(90deg, #1c0b42, #1c0b42);
    padding: 40px 0;
    color: #fff;
}


.small-title {
    color: #ffc107;
    font-weight: 600;
    font-size: 18px;
}

.main-heading {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 10px;
    color: #fff;
}

.yellow-divider {
    width: 500px;
    height: 3px;
    background: #ffc107;
    margin: 20px 0;
}

.para-text {
    font-size: 16px;
    max-width: 520px;
    color: #fff;
}

.highlight-text {
    font-size: 38px;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
}

.course-item {
    display: none;
}

.course-item.active {
    display: block;
}


.enquiry-box {
    background: #ffc107;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    max-width: 376px;
}

.enquiry-box form {
    padding: 0px 10px;
}

.form-header {
    background: #1c0b42;
    color: #fff;
    padding: 4px 10px 10px 10px;
    border-radius: 10px;
    text-align: center;
}

.form-check {
    display: flex;
    gap: 10px;
}

.form-check .form-check-label {
    color: #424242;
    font-weight: 700;
}

.form-header h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.form-header p {
    font-size: 10px;
    margin-bottom: -5px;
    color: #fff;
}

.admission-strip {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 8px;
    margin: -2px 0;
    color: #000;
}


.enquiry-box input,
.enquiry-box select {
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    box-shadow: 0 0 0 2.5px rgba(0, 0, 0, 0.08);
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    width: 1px;
    height: 18px;
    margin-left: -15px;
}

.captcha-row {
    display: flex;
    gap: 10px;
}

.small-text {
    font-size: 11px;
    margin-bottom: 12px;
}

.register-btn {
    width: 100%;
    background: #1c0a45;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .main-heading {
        font-size: 36px;
    }

    .highlight-text {
        font-size: 28px;
    }
}

/*=========== end ===========*/
/*========== enquire form ======*/
.btn {
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 6px;
}

.btn-lg {
    font-size: 15px;
    padding: 12px 25px;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 15px;
}

.btn-warning {
    color: #1c0b42;
    background-color: #FDC900;
    border-color: #FDC900;
}

.btn-warning:hover {
    color: #fff;
    background-color: #1c0b42;
    border-color: #1c0b42;
}

.GetinTouch-form .close {
    position: absolute;
    right: -30px;
    top: -40px;
    font-size: 50px;
    color: #fff;
    opacity: 0.8;
}

.GetinTouch-form .modal-body {
    padding: 25px 45px;
}

.popup-img {
    text-align: center;
    margin: 10px auto 40px;
    display: block;
}

.popup-img h3 {
    font-weight: 600;
}

.GetinTouch-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-control {
    box-shadow: none;
}

.GetinTouch-form .form-group .form-ctrl-pop {
    border-radius: 30px;
    height: 45px;
    padding-left: 40px;
}

.GetinTouch-form .form-group .form-ctrl-msg {
    border-radius: 30px;
    padding-left: 40px;
}

.GetinTouch-form .form-group .form-icon {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #c22a36;
}

.GetinTouch-form .form-group .btn {
    border-radius: 30px;
}

.wrap {
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
}

.bg-white {
    background-color: #fff;
}

.title {
    position: relative;
    margin-bottom: 25px;
}

.title h2 {
    font-size: 36px;
    font-weight: 600;
}

.title h2 span {}

.title h3 {
    font-weight: 600;
    font-size: 32px;
}

.title h4 {
    font-weight: 600;
    font-size: 26px;
}

.title h5 {
    font-weight: 700;
    font-size: 16px;
}

.title p {
    font-size: 20px;
    color: #160d38;
}

.title-border-gray {
    width: 200px;
}

.title-dots {
    width: 100px;
}

.title-bg {
    position: relative;
    width: 300px;
    height: 3px;
    background-color: #fbc420;
    display: inline-block;
}

.title-border-black h2 {
    border-bottom: 1px solid #1c0b42;
}

.green {
    color: #77dd76;
}

.red {
    color: #e43039;
}

.white {
    color: #fff;
}

.bg-blue {
    background-color: #19ace9;
}

.embed-responsive {
    width: 100%;
    height: 435px;
    background-color: #313131;
}

.embed-responsive>video,
.embed-responsive>iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/*=========== about hompe page ================*/
#AboutUs {}

.bg-gray {
    background-color: #f6f6f8;
}

.bg-gray-green {
    background-color: #ebfff2;
}

.bg-green {
    background-color: #06da50;
}

.abt-box {
    position: relative;
    margin-bottom: 25px;
}

.abt-box .title {}

.abt-box .title h3 {
    font-size: 26px;
}

.abt-box .title h2 span {
    display: block;
}

.abt-box .title h6 {
    font-weight: 700;
    color: #08409D;
    font-size: 17px;
}

.abt-box h4 {
    font-weight: 500;
    font-size: 17px;
}

.abt-box p {
    color: #000000;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: justify;
}

.abt-box .btn-light {
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 0px;
    color: #1c0b42;
    border-color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.abt-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
}

.abt-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.abt-img {
    position: relative;
    width: 100%;
    height: 415px;
}

.abt-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.advantages-text {
    background-color: #F5F5F5;
    padding: 14px 20px;
}

.item-box {
    position: relative;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    margin: 5px;
}

.tmb {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 6px;
}

.tmb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.item-dec {
    padding: 15px 15px 10px;
}

.item-dec h4 {
    font-size: 16px;
    font-weight: 500;
}

.item-dec p {
    line-height: 22px;
    color: #666;
}

.item-box:hover>.tmb>img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

/*========== course sec  ========*/
.course-box {
    position: relative;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 21%);
    margin: 0px 0px 25px;
}

.course-box .tmb {
    height: 250px;
    border-radius: 0px;
}

.course-box .item-dec {
    position: relative;
}

.course-name {
    position: absolute;
    top: -30px;
    background-color: #fbc420;
    left: 0px;
    padding: 4px 10px;
    transition: 0.5s;
    width: auto;
}

.course-name:hover {
    width: 100%;
    background-color: #1c0b42;
    color: #fff;
}

.course-name:hover>h3 {
    color: #fff;
}

.course-name>h3 {
    font-size: 24px;
    font-weight: 600;
}

.course-media {}

.course-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.course-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.course-media h6 {
    font-size: 12px;
    font-weight: 600;
}

.course-media p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

.course-media p.small {
    font-size: 10px;
    line-height: 15px;
    color: #000;
}

.course-media2 .course-icon {
    width: 30px;
    height: 25px;
    margin-right: 15px;
}

.boths-btn {
    border-top: 2px solid #C6C6C6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.boths-btn>.btn {
    margin-left: 15px;
    font-size: 12px;
    font-weight: 600;
}

.boths-btn>.btn-link {
    color: #1c0b42;
    text-decoration: none;
}

.boths-btn>.btn:first-child {
    margin-left: 0px;
}


/*========== services  ========*/

.services-wrap {}

.srvs-dec {
    position: relative;
    z-index: 1;
}

.srvs-dec p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    margin-bottom: 35px;
}

.srvs-dec p:last-child {
    margin-bottom: 0px;
}

.srvs-box {
    position: relative;
    z-index: 1;
    padding: 15px 15px;
    border-radius: 6px;
    margin: 15px;
}

.srvs-box:before {
    content: "";
    position: absolute;
    background: url(../images/ssu-border.png) no-repeat;
    width: 13px;
    height: 279px;
    right: -35px;
}

.srvs-box.last-sersbox:before {
    display: none;
}

.srvs-icon {
    width: 70px;
    height: 70px;
    margin: 0px auto 15px;
}

.srvs-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}

.srvs-box h4 {
    font-weight: 700;
    color: #fbc420;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}

.srvs-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
}

.srvs-box .btn-link {
    text-decoration: none;
    font-weight: 700;
    color: #fbc420;
}

.srvs-box:hover {
    background-color: #fbc420;
}

.srvs-box:hover h4,
.srvs-box:hover p {
    color: #1c0b42;
}

/*================= Our Process ===================*/
.bg-light-warning {
    background-color: #fffaec;
}

.process-line-wt {
    position: relative;
    width: 90%;
    margin: auto;
}

.process-line {
    position: absolute;
    top: 60px;
    left: 90px;
    right: 90px;
}

.process-line img {
    z-index: 0;
    margin: auto;
    display: block;
}

.process-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-self: center;
    margin: auto;
    text-align: center;
}

.process-list li {
    width: 33.33%;
}

.process-list li:nth-child(odd) {
    margin-top: 20px;
}

.process-list li:nth-child(even) {
    margin-top: 60px;
}

.process-box {
    position: relative;
}

.process-icon {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0px auto 10px;
    background: url(../images/proccess-bg.png)no-repeat;
    background-position: center;
    background-size: 100%;

}

.process-icon img {
    position: relative;
    top: 30px;
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.process-icon span {
    position: absolute;
    bottom: 35%;
    right: -5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    background-color: #d3a023;
    border-radius: 50%;
}

.process-list li h4 {
    font-size: 16px;
    font-weight: 400;
    max-width: 185px;
    margin: auto;
}

.process-list li p {
    max-width: 200px;
    margin: auto;
    color: #4c4949;
    line-height: 22px;
}



/*================= client home page ===================*/
.bdr-bg {
    width: 80px;
    background-color: #000;
    height: 3px;
    display: inline-block;
}

.bdr-bg1 {
    width: 80px;
    background-color: #e4be82;
    height: 3px;
    display: inline-block;
}

.lightgold {
    color: #e4be82;
}

.inner-box {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    background-color: #fff;
    text-align: center;
}

.inner-box>.thumbnail {
    margin-bottom: 0px;
}

.inner-box>.thumbnail img {
    width: 100%;
    height: 225px;
}

/*============= button style ================*/
.button-1 {
    width: 100%;
    outline: none;
    height: 50px;
    /* float: left; */
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0px 0px 0px 0;
    background-color: #1c0b42;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    border: none;
}

.button-1 a,
.button-1 span {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    font-weight: 500;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}

.button-1 a img {
    float: none;
    margin-left: 10px;
}

.eff-1 {
    width: 100%;
    height: 50px;
    right: -840px;
    background: #1c0b42;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-1:hover .eff-1 {
    right: 0px;
    top: 0px;
}

.button-1:hover a {
    color: #fff;
}

.button-1:hover a,
.button-1:hover.book-btn {
    color: #fff;
}

/*=============== our team ===================*/
.team-row {}

.team-row>li {
    padding: 10px 20px;
}

.team-card {
    position: relative;
    padding-top: 30px;
}

.team-card-icon {
    width: 100%;
    /* height: 165px; */
    margin: 0px auto 0px;
    transition: 0.5s;
    background-color: #1c0b42;
    border: 12px solid #fff;
}

.team-card-icon>img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    position: relative;
    margin-top: -45px;
}

.team-card-dec {
    position: relative;
    background-color: #fff;
    padding: 0px 12px 10px;
}

.team-card-dec h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.team-card-dec p {}

.team-card-dec p.small {
    font-size: 10px;
    color: #000;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    min-height: 32px;
}

.ourteam-wrap {
    background-color: #404041;
    position: relative;
    padding-top: 40px;
}

.team-box {
    position: relative;
    padding: 10px;
    margin-bottom: 25px;
}

.team-box .media-left {
    width: 15% !important;
}

.team-box .team-box-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 5px;
}

.team-box .team-box-img img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
}

/*.team-box:hover> .team-box-img img{transform: scale(1.2);-o-transform: scale(1.2);-webkit-transform: scale(1.2);}*/
.team-box .client_info {
    padding: 15px 0px;
    position: relative;
}

.team-box .client_info h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.team-box .client_info h6 {
    color: #74C2CC;
    font-size: 14px;
    font-weight: 600;
}

.team-box .client_info p {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    margin-right: 46px;
}

.team-box .client_info p:first-child {
    margin-bottom: 0px;
}

.team-box .client_info .collapse-text a {
    font-weight: 400;
    color: #0f4aa4;
}

.team-box .hdr-social-link {}

.team-box .hdr-social-link li a {}

.owl-dots {
    text-align: center;
}

.owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
    background-color: #f9c287;
}

.owl-carousel button.active {
    background-color: #f27e00;
}

.owl-nav {}

.owl-nav button span {
    font-size: 30px;
    font-weight: 200;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    background-color: #1c0b42;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}

.owl-nav button span:hover {
    /*border: 1px solid #E93131;
    color: #E93131;*/
}

.owl-nav .owl-next {
    position: absolute;
    margin-right: 0px;
    top: 45%;
    right: -35px;
}

.owl-nav .owl-prev {
    position: absolute;
    margin-right: 0px;
    top: 45%;
    left: -35px;
}

.awards-wrap {}

.awards-wrap .blub {
    right: 47%;
    top: -75px;
    width: 110px;
}

.awards-wrap .title h2 {
    color: #fff;
}

.awards-wrap .title h2 span {
    -webkit-text-stroke: 1px #fff;
    color: #74C2CC;
}

.awards-card {
    position: relative;
    background-color: #404041;
    border-radius: 25px;
    overflow: hidden;
    height: 255px;
    margin-bottom: 20px;
}

.awards-tmb {
    width: 100%;
    height: 185px;
    overflow: hidden;
    position: relative;
}

.awards-tmb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.awards-dec {
    background-color: #404041;
    padding: 35px 35px 5px;
}

.awards-dec h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.awards-dec p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

.awards-dec.p-2 {
    padding: 10px 15px !important;
}

.compliance-dec {}

.compliance-dec p {}

.compliance-dec p strong {}

.iso-img {}

.iso-img .img-fluid {}

/*====================  ====================*/
/*==================== ====================*/
.testimonial_block {
    width: 100%;
    margin: 30px auto;
    position: relative;

}

.testimonial_block:before {
    /*content: "\f10d";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color:#162f54;
    font-size: 24px;
    left: 40%;
    top: 20px;*/
}

.client_message:after {
    content: "";
    position: absolute;
    background: url(../images/quotation.png) no-repeat;
    width: 80px;
    height: 80px;
    background-size: 100%;
    right: 15px;
    bottom: 0px;
}

.testimonial_icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}

.testimonial_icon i,
.testimonial_icon>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client_message {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #dee0e0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.client_message h4 {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.client_message p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
}

.client_info {}

.client_info .media-left,
.client_info .media-body {
    vertical-align: middle;
}

.client_info .name h5 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.client_info .name span {
    font-size: 12px;
    color: #868686;
    line-height: 18px;
}

.testimonial_block .quote_left {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
}

.testimonial_block .quote_left i {
    font-size: 70px;
    color: #e8fff0;
}

#testimonials .owl-carousel .owl-dots {
    text-align: center;
}

#testimonials .owl-carousel .owl-dots .owl-dot {
    width: 12px;
    outline: none;
    height: 12px;
    margin: 2px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-carousel .owl-dots .owl-dot.active {
    background-color: #ff0000;
}

/*========= home page contact =========*/
.contact-form {
    position: relative;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 38%);
    border-radius: 18px;
}

.contact-form-info {
    position: relative;
}

.contact-form-info h4 {
    font-size: 18px;
    font-weight: 700;
}

.contact-form-info h3 {
    font-weight: 700;
    font-size: 38px;
}

.contact-form-info p {
    font-size: 16px;
    width: 300px;
    font-weight: 500;
}

.map-col .contact-form {
    padding-left: 50px;
}

.contact-form .title {
    margin-bottom: 15px;
}

.contact-form .title h4 {
    font-weight: 600;
}

.contact-form .title p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.contact-form .title p.small {
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form label {
    font-weight: 500;
    font-size: 13px;
    color: #1f1f1f;
    margin-bottom: 5px;
}

.contact-form .form-group p.small {
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
}

.contact-form .form-ctrl {
    height: 38px;
    font-size: 12px;
    background-color: #fff;
    color: #000;
}

.input-group-text {
    color: #1c0b42;
    height: 36px;
    border: 2px solid #ebebeb;
    margin-top: -1.9px;
}

.input-group {
    margin-bottom: 10px;
}

.contact-form select.form-control {
    background: #fff url(../images/down-arrow.png) no-repeat;
    background-position: right 5px center;
    background-size: 14px;
}

.contact-form label.form-check-label {}

.contact-form label.form-check-label.small {
    font-size: 11px;
    font-weight: 600;
}

textarea.form-ctrl {
    padding-left: 15px;
    height: auto !important;
}

.contact-form .btn {
    border-radius: 4px;
    font-weight: 600;
}

/*=========== Our Clients ================*/
.ulRowfive {}

.ulRowfive>li {
    width: 20%;
}

.ulRowseven {}

.ulRowseven>li {
    width: 14.222%;
    padding-right: 10px;
}

.ulRowseven>li:last-child {
    padding-right: 0px;
}

.partner-logo {
    position: relative;
    width: 96%;
    overflow: hidden;
    background-color: #fff;
    height: 80px;
    border: 1px solid #1c0b42;
    padding: 15px;
    border-radius: 12px;
    margin: 8px auto;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 29%);
}

.partner-logo>img {
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner-logo:hover>img {
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*========== recruiter-wrap ========*/
.recruiter-wrap {}

.recruiter-wrap .partner-logo {
    border: none;
    border-radius: 0px;
}

/*========= home page faqs =========*/
.faq-panel {
    position: relative;
}

.faq-panel .title {
    margin-bottom: 0px;
}

.faq-panel .title h3 {}

.faq-panel .title h3 sub {
    bottom: 0px;
}

.faq-panel .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    background-color: transparent;
}

.faq-panel .accordion-body {
    padding: 0px;
}

.faq-panel .accordion-body p {}

.faq-panel .accordion-button {
    padding: 10px 0px;
    font-size: 18px;
    background-color: transparent;
    color: #2a3f55;
    font-weight: 500;
}

.faq-panel .accordion-button:not(.collapsed) {
    color: #fbc420;
    background-color: transparent;
    box-shadow: none;
}

.faq-panel .accordion-button::after {
    background-image: none;
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
}

.faq-panel .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
}

.faq-panel .accordion-body .abt-table .table th {
    font-size: 18px;
}

.faq-panel .accordion-body .abt-table .table td {
    font-size: 16px;
}

.faq-panel .accordion-body .list-point ul li {
    font-weight: 400;
}

.faqs-img {
    margin-top: 250px;
}

.faqs-img .img-fluid {
    margin: auto;
    display: block;
}

.faq-panel .btn-link {
    color: #1c0b42;
    font-size: 18px;
    font-weight: 700;
}

.faq-panel .btn-link:hover {
    color: #fbc420;
}

/*=========== moment-wrap ================*/
.moment-wrap {
    background-color: #703380;
}

.moment-wrap .title h2 {
    color: #fff;
}

.moment-wrap .title h2 span {
    -webkit-text-stroke: 1px #fff;
    color: #703380;
}

.moment-wrap .title p {
    color: #fff;
    max-width: 635px;
    font-weight: 300;
}

.stanford {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.stanford>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*=========== footer ================*/
footer {
    background: #1c0b42;
    padding-top: 45px;
}

footer .title {}

footer .title h2 {
    color: #000;
}

footer .title h2 span {
    -webkit-text-stroke: 1px #000;
    color: #404041;
}

.fotr-logo {
    margin-bottom: 30px;
    width: 240px;
}

footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

footer h3 img {
    display: block;
    width: 100%;
    margin-top: 5px;
}

footer h4 {
    font-size: 14px;
    font-weight: 500;
}

footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.fotr-media {
    margin-bottom: 20px;
    position: relative;
}

.fotr-media-border {
    border-bottom: 1.5px solid #fff;
}

.fotr-media-icon {
    width: 35px;
    height: 35px;
    background-color: #fbc420;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.fotr-media-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fotr-media h6 {
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 3px;
    color: #FDC900;
    font-weight: 600;
}

.fotr-media p {
    margin-bottom: 3px;
    line-height: 20px;
    font-size: 14px;
}

.fotr-media p a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
}

.fotr-media p a:hover {
    color: #FDC900;
}

.fotr-media p i {
    font-size: 14px;
    /* width: 25px;
    height: 25px;
    background-color: #d3a023;
    line-height: 26px;
    border-radius: 50%*/
    text-align: center;
}

.fotr-media h4 {
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
}

.fotr-media h4:before {
    position: absolute;
    bottom: -8px;
    height: 2px;
    width: 50px;
    background-color: #eca351;
    left: 0px;
    content: "";
}

.adress {
    padding-right: 80px;
}

.fotr-media-item {
    margin-bottom: 15px;
}

.fotr-menu {}

.fotr-menu li {}

.fotr-menu li:last-child {
    margin-right: 0px;
}

.fotr-menu li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    object-fit: contain;
}

.fotr-menu li a {
    color: #fff;
    display: block;
    padding: 5px 0px 10px 20px;
    transition: 0.5s;
    font-weight: 600;
    font-size: 14px;
    position: relative;
}

.footer-about-text {
    border-bottom: 2px solid #ffffff;
    padding: 0px 40px 21px 40px;
}

.footer-about-text p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0;
}

.footer-about-text .highlight {
    color: #fbc420;
    font-weight: 700;
}

.footer-about-text .highlight-title {
    color: #ffffff;
    font-weight: 700;
}

.fotr-menu li a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    background-color: #fbc420;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}

.fotr-menu li a:hover {
    transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    text-decoration: none;
    color: #fbc420;
}

.fotr-media-item a.btn {
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    padding: 6px 20px;
}

.fotr-media-item a.btn:hover {
    border: 1px solid #fff;
}

.cpyrgt-wrap {
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #fbc420;
    border-top: 1px solid #FDC900;
}

footer .hdr-social-link li a {
    color: #000;
    transition: 0.5s;
    background-color: #fff;
}

footer .hdr-social-link li a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.footer-form {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 16px;
}

.footer-form .title h4 {
    font-size: 18px;
    font-weight: 700;
}

.footer-form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.footer-form .form-group label {}

.footer-form .form-group .form-ctrl {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    padding-left: 8px;
    height: 32px;
}

.footer-form .form-group .form-ctrl::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #999;
}

.footer-form .form-group .form-ctrl::placeholder {
    color: #999;
}

.footer-form .form-group textarea.form-ctrl {
    padding-left: 8px;
    height: auto;
}

.footer-form .btn {
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
}

.footer-border {
    border-top: 2px solid #fff;
    padding-top: 20px;
}

.cpyrgt-wrap p {
    font-size: 14px;
    font-weight: 600;
    color: #1c0b42;
    margin-bottom: 4px;
    line-height: 16px;
}

.cpyrgt-wrap p a {
    color: #000;
    font-weight: 500;
}

.cpyrgt-wrap p a:hover {
    color: #fff;
}

.cpyrgt-link li {}

.cpyrgt-link li a {
    font-size: 12px;
    font-weight: 600;
    color: #C8C8C8;
    display: block;
    border-right: 1px solid #C8C8C8;
    padding: 0px 10px;
}

.cpyrgt-link li:last-child>a {
    border-right: none;
}

/*========== whatsapp ==========*/
.fixed-links {
    right: 0px;
    position: fixed;
    z-index: 1000;
    bottom: 50px;
}

.fixed-links>a {
    font-weight: 600;
    border-radius: 12px 0px 0px 12px;
    font-size: 22px;
    color: #fff;
    background: #25d366;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
    padding: 8px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 6px 0px;
    text-decoration: none;
    text-align: center;
}

.fixed-links>a>i {
    width: 100%;
}

.fixed-links>a>span {
    font-size: 12px;
    width: 100%;
    font-weight: 500;
}

.fixed-links>a.whatsap {
    background: #25d366;
}

.fixed-links>a.call {
    background-color: #9b1212;
}

.fixed-links>a.booknow {
    background-color: #1c0b42;
}

.mrgn-btm0 {
    margin-bottom: 0px;
}

/*================ Enroll Now  ===========*/
.npfWidget-e20986956d6375b087dfe40c2600389f.npfWidgetButton {
    padding-left: 11px !important;
    flex: right;
    position: fixed !important;
    right: -45px !important;
    transform: rotate(270deg) !important;
    top: 50% !important;
    background-color: #ef7f17 !important;
    z-index: 999999;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    color: #000000;
    line-height: 1.33;
    padding: 8px 18px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}

/*================ thank you  ===========*/
.thanks-section {
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.inner-thanks {}

.inner-thanks img {
    width: 100px;
    margin-bottom: 10px;
}

.thanks-footer {
    padding-top: 0px;
}

.thanks-footer .cpyrgt-wrap {
    margin-top: 0px;
}

.btn-width {
    width: 150px;
    margin: auto;
}

/*================ inner pages ===========*/
.txt_dec {
    position: relative;
    margin-bottom: 35px;
}

.txt_dec h4 {
    font-weight: 700;
    font-size: 24px;
    text-transform: inherit;
}

.txt_dec p {
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
}

.txt_dec p strong {
    font-weight: 700;
}

.txt_dec .list-point ul li {
    line-height: 22px;
    font-size: 16px;
    color: #585858;
}

.txt_dec .list-point ul li:before {
    background-color: #585858;
}

.table_card {
    position: relative;
    margin-bottom: 25px;
    padding: 25px;
    background-color: #fff7f7;
    border-radius: 12px;
}

/*============= about us ================*/
.inr-wrap {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
}

.inr-wrap-banner {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 4px solid #423963;
}

.inr-wrap-banner>img {
    width: 100%;
}

.inner-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.inr-title {
    position: relative;
}

.inr-title h2 {
    color: #1c0b42;
    font-size: 32px;
    font-weight: 700;
}

.inr-title h2>img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.text-underline {
    text-decoration: underline !important;
}

.brdcrm {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 5px 0px;
    margin-bottom: 0px;
}

.brdcrm>li {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
}

.brdcrm>li a {
    color: #fff1d0;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff1d0;
}

.brdcrm>li.active {
    color: #fff;
}

.orange {
    color: #f99011;
}

.abt-dec {
    margin-bottom: 30px;
}

.abt-dec .title h4 {
    font-weight: 700;
}

.abt-dec h3 {
    margin-bottom: 20px;
}

.abt-dec p {
    font-size: 14px;
    color: #585858;
    text-align: justify;
    line-height: 22px;
}

.abt-dec p:last-child {
    margin-bottom: 0px;
}

.abt-tmbimg {}

.abt-tmbimg .img-responsive {}

.float-rgt {
    float: right;
}

.float-rgt-img {
    width: 320px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff;
}

.table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: #F0F8FF;
}

.table-striped>tbody>tr:nth-of-type(even) td:first-child {
    --bs-table-accent-bg: #FEF3ED;
}

.abt-table {
    position: relative;
    /* box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 16%); */

}

.abt-table .table>:not(caption)>*>* {
    padding: 10px 15px;
}

.abt-table .table {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    border-color: #6F6F6F
}

.abt-table .table th {
    font-size: 20px;
    font-weight: 700;
}

.abt-table .table td {
    font-weight: 400;
    font-size: 16px;
    color: #6F6F6F;
    padding: 10px 15px;
}

.abt-table .table td strong {
    font-weight: 600;
    color: #000;
}

.abt-table .table-primary {
    --bs-table-bg: #1c0b42;
    --bs-table-striped-bg: #1c0b42;
    --bs-table-striped-color: #1c0b42;
    --bs-table-active-bg: #1c0b42;
    --bs-table-hover-bg: #1c0b42;
    color: #fff;
    border-color: #6F6F6F;
}

.anti-table {
    border: 2px solid #fbc420;
    border-radius: 14px;
}

.anti-table .table {
    border-radius: 12px;
    border-color: #C9C9C9;
}

.anti-table .table>:not(caption)>*>* {
    padding: 10px 25px;
}

.anti-table .table-primary {
    border-color: #C9C9C9;
}

.anti-table .table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: #F0F0F0;
}

.anti-table .table-striped>tbody>tr:nth-of-type(even) td:first-child {
    --bs-table-accent-bg: #F0F0F0;
}

.anti-table .table-striped>tbody>tr:nth-of-type(odd) td:first-child {
    border-left-color: #fff;
}

.anti-table .table-striped>tbody>tr:nth-of-type(odd) td:last-child {
    border-right-color: #fff;
}

.anti-table .table-striped>tbody>tr:nth-of-type(even) td:first-child {
    border-left-color: #F0F0F0;
}

.anti-table .table-striped>tbody>tr:nth-of-type(even) td:last-child {
    border-right-color: #F0F0F0;
}

.anti-table .table-striped>thead>tr th:first-child {
    border-left-color: #1c0b42;
    border-bottom-color: #1c0b42;
}

.anti-table .table-striped>thead>tr th:last-child {
    border-right-color: #1c0b42;
    border-bottom-color: #1c0b42;
}

.anti-table .table-bordered>:not(caption)>*>* {
    border-width: 0 4px;
    border-bottom: 1px solid #F0F0F0;
}

.anti-table .table td {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding: 10px 25px;
}

.title-doted {
    margin-bottom: 55px;
}

.title-doted h2 {
    border-bottom: 2px dotted #f27e00;
    padding-bottom: 5px;
    font-weight: 600;
}

.title-doted p {
    font-size: 20px;
    font-weight: 400;
    color: #1c0b42;
}

.vision-mission {
    margin-bottom: 25px;
    position: relative;
}

.vision-mission .media .media-left,
.vision-mission .media .media-body,
.vision-mission .media .media-right {
    vertical-align: middle;
}

.vision-mission-icon {
    width: 295px;
    height: 295px;
    margin-right: 95px;
}

.vision-mission-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vision-mission .bg-primary {
    padding: 30px;
    margin-right: 170px;
}

.vision-mission h3 {
    font-size: 24px;
    font-weight: 500;
    position: relative;
}

.vision-mission p {
    font-weight: 400;
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.vision-mission-left {}

.mb-block {
    display: none !important;
}

.client-list {
    position: relative;
    overflow: hidden;
    padding: 25px;
}

.client-list img {
    transition: 0.5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .4;
}

.client-list:hover>img {
    opacity: 1;
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.rightsider-form {}

.rightsider-form .contact-form .form-ctrl {
    border: 1px solid #989CA0;
    height: 48px;
    border-radius: 2px;
    font-size: 15px;
}

.rightsider-form .contact-form .btn {
    padding: 12px 12px;
}

.assistance-box {
    padding: 15px 20px;
    border-radius: 6px;
    position: relative;
}

.assistance-box h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.assistance-box p {
    font-size: 18px;
    margin-bottom: 10px;
}

.assistance-box p strong {
    font-weight: 600;
}

/*================ recognition-approvals =================*/



/*================ Gallery=================*/
.tabs-nav {
    border-bottom: 1px solid #5d5d5d;
}

.tabs-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 16px 20px;
    border: 1px solid #5d5d5d;
    border-radius: 0px;
    height: 100%;
}

.tabs-nav .nav-link.active,
.tabs-nav .show>.nav-link {
    background-color: #FDC900;
    color: #000;
    font-weight: 700;
    border-color: #5d5d5d #5d5d5d #FDC900;
}

.tabs-nav .nav-link:focus,
.tabs-nav .nav-link:hover {
    background-color: #FDC900;
    color: #000;
    border-color: #5d5d5d #5d5d5d #FDC900;

}

.programmes-tab-content {
    border: 1px solid #5d5d5d;
    border-top: none;
    padding: 20px;
}

.galry-list .tmb {
    border-radius: 0px;
    margin-bottom: 20px;
    height: 300px;
}

.galry-list .embed-responsive {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

/*================ Services =================*/
.srvs-row {
    background-color: #d3a023;
    margin-right: 0px;
    margin-left: 0px;
}

.srvs-row>* {
    padding-right: 0px;
    padding-left: 0px;
}

.srvs-item {
    position: relative;
    padding: 0px 30px;
}

.srvs-item .title h2 {
    color: #fff;
}

.srvs-item p {
    font-size: 14px;
    color: #fff;
}

.srvs-img {
    width: 100%;
    height: 500px;
    object-fit: inherit;
}

.srvs-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*================ Why Choose sec =================*/

.whychoose-wrap {
    padding-bottom: 0px;
}

.whychoose {
    position: relative;
    margin-bottom: 20px;
}

.whychoose .media-left {
    padding-right: 0px;
}

.whychoose .media-body {}

.whychoose-icon {
    width: 53px;
    height: 59px;
    margin-right: 12px;
    background-color: #1c0b42;
    border-radius: 0px;
    padding: 4px;
}

.whychoose-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.whychoose h4 {
    font-weight: 700;
    font-size: 20px;
}

.whychoose p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

.whychoose-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 45%;
    height: 575px;
    overflow: hidden;
    background-color: #ffffff;
}

.whychoose-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ApprovalsApprovals-wrap .whychoose-icon {
    width: 60px;
    height: 58px;
    padding: 2px;
    background-color: #fff;
}

.ApprovalsApprovals-wrap .whychoose h4 {
    font-weight: 700;
    font-size: 16px;
}

.ApprovalsApprovals-wrap .whychoose p {
    font-size: 14px;
    line-height: 24px;
    color: #6A6A6A;
}

/*================ Career =================*/
.job-dec-title {}

.job-dec-title h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.job-detail-list {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 15px;
}

.job-detail-list li {
    font-size: 15px;
    font-weight: 500;
    color: #464646;
    margin-bottom: 10px;
}

.apply-form {
    position: relative;
}

.apply-form .form-group p {}

.apply-form .form-group p.small {
    font-size: 12px;
}

.apply-form .form-ctrl {
    font-size: 13px;
}

.apply-form .form-control[type=file]:not(:disabled):not([readonly]) {
    font-size: 14px;
}

/*================ contact  Us =================*/
.contact-inner {}

.contact-leftbar,
.contact-rightbar {
    background-color: #1c0b42;
    padding: 20px 15px 10px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

.contact-inner .title h3 {
    font-weight: 700;
}

.contact-leftbar .fotr-media-icon {
    border: 1px solid #fbc420;
    border-radius: 1px;
    margin-right: 15px;
}

.contact-inner .contact-form label {
    font-weight: 500;
    font-size: 14px;
}

.contact-inner .contact-form .form-ctrl {
    height: 45px;
    font-size: 14px;
    border: 2px solid #C5CAD1;
    border-radius: 6px;
}

.contact-rightbar {
    min-height: 440px;
    padding-top: 50px;
}

.choose-one {
    border-left: 2px solid #1c0b42;
    padding-left: 15px;
}

.choose-one h4,
.choose-one label {
    font-size: 16px;
    font-weight: 700;
    color: #1c0b42;
}

.writeus {}

.writeus h4 {
    font-size: 20px;
    color: #1c0b42;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
}

.writeus p {
    font-weight: 500;
    color: #1c0b42;
    margin-bottom: 5px;
}

/*===================== Sign up  setion  ===============*/


/*================ login =================*/
.rowodd>div:nth-of-type(odd) {
    padding-right: 30px;
}

.rowodd>div:nth-of-type(even) {
    padding-left: 30px;
}

.login-wrap {
    position: relative;
    padding: 90px 0px;
    background-color: #3d7fe2;
}

.login-form-box {
    width: 75%;
    margin: auto;
    padding: 20px 40px;
    background-color: #fff;
    /*box-shadow: 0px 0px 14px 2px #e4e4e4;*/
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.login-form-box:before {
    content: "";
    position: absolute;
    left: -28px;
    top: 0px;
    bottom: 0px;
    width: 54%;
    background-color: #1f56aa;
    transform: skew(-5deg, 0deg);
    -o-transform: skew(-5deg, 0deg);
    -webkit-transform: skew(-5deg, 0deg);
}

.logi-lft-box {
    position: relative;
    margin-bottom: 40px;
    margin-right: 40px;
}

.logi-lft-box img {
    width: 75px;
    margin: 25px auto 15px;
    display: block;
}

.logi-lft-box h3 {
    color: #fff;
    font-size: 30px;
}

.logi-lft-box h5 {
    color: #fff;
    font-size: 16px;
}

.sign-nav {
    text-align: center;
}

.sign-nav li {
    margin-top: 10px;
}

.sign-nav li a {
    background-color: #fff;
    display: block;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 40px;
    color: #333;
}

.sign-nav li.active>a {
    background-color: #ff0000;
    color: #fff;
}

.sign-nav li a:hover {
    text-decoration: none;
    background-color: #ff0000;
    color: #fff;
}

.login-form {
    position: relative;
}

.login-form .form-group {
    margin-bottom: 25px;
}

.login-form .form-group>label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.login-form .form-group .checkbox label {
    font-weight: 500;
}

.login-form .form-control {
    box-shadow: none;
    border: 1px solid #878787;
    height: 25px;
    font-weight: 600;
    font-size: 13px;
    padding: 2px 8px;
}

.forget-psw {
    margin-top: 30px;
}

.forget-psw a {
    color: #1f56aa;
    font-weight: 500;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.forget-psw p {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.forget-psw a:hover {
    color: #777;
    text-decoration: none;
}

.login-form .btn {
    font-size: 15px;
    font-weight: 900;
    border-radius: 6px;
}

.login-form .btn>img {
    width: 18px;
    margin-left: 5px;
}

.login-form .form-group label.form-check-label {
    font-size: 16px;
    font-weight: 500;
}

.login-form .form-group.form-check-label-lg .form-check-label {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #1c0b42;
}

.login-form .form-check-label-lg .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 8px;
    border: 2px solid #5d5c5c;
}

.login-form .form-check-label-lg .form-check {
    padding-left: 2em;
}

.login-form .form-check-label-lg .form-check .form-check-input {
    margin-left: -2em;
}

.form-border-box {
    position: relative;
    border-radius: 6px;
    padding: 30px;
    border: 1px solid #878787;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 21%);
    margin-bottom: 20px;
}

.form-box .form-group>label {
    font-size: 14px;
    margin-bottom: 5px;
}

.form-box .form-control {
    border: 2px solid #C5CAD1;
    height: 45px;
    border-radius: 6px;
    font-weight: 500;
}

.form-box .btn {
    font-weight: 700;
    border-radius: 6px;
    padding: 10px 15px;
}

.login-card-header {
    padding: 15px 30px;
    position: relative;
}

.login-card-header h3 {
    font-size: 40px;
    font-weight: 700;
}

.login-card-body {
    padding: 20px 30px;
    position: relative;
}

.student-login .contact-form .form-ctrl {
    height: 65px;
}

.page-header {
    position: relative;
    border-radius: 6px;
    padding: 10px 20px;
    border: 1px solid #878787;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 21%);
    margin-bottom: 15px;
}

.page-header h4 {
    font-size: 16px;
    font-weight: 800;
    color: #1c0b42;
}

.fixed-left {
    position: fixed;
    left: 0px;
    top: 35%;
    z-index: 1021;
}

.fixed-left>a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    margin: 5px;
}

.fixed-left>a>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*==============Course detail End================*/
.student-detail-banner {}

.student-detail-banner .border-left {
    border-left: 2px solid #fbc420;
    padding-left: 15px;
}

.slider-approved-logo {
    width: 128px;
    height: 56px;
    margin-top: 35px;
}

.slider-approved-logo>img,
.slider-degree-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-degree {
    margin-top: 35px;
    border: 2px solid #fbc420;
    border-radius: 6px;
    padding: 5px 8px 5px 5px;
}

.slider-degree-icon {
    width: 38px;
    height: 46px;
    margin-right: 8px;
}

.slider-degree-icon>img {}

.slider-degree h4 {
    font-weight: 700;
    font-size: 24px;
}

.slider-degree p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.dot-border {}

.dot-border>span {
    border-bottom: 2px dotted #1c0b42;
}

.fee-structure {
    position: relative;
    border-radius: 28px;
    padding: 50px 90px;
}

.fee-structure .title-border-black h3 {
    border-bottom: 2px solid #fbc420;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
}

.fee-structure:before,
.fee-structure:after {
    content: "";
    position: absolute;
    background: url(../images/university-gray.png) no-repeat;
    background-size: 100%;
    right: 20px;
    width: 130px;
    height: 130px;
}

.fee-structure:before {
    top: 20px;
}

.fee-structure:after {
    bottom: 10px;
}

.fee-structure-dec {}

.fee-structure-dec h5 {
    font-weight: 600;
    font-size: 16px;
}

.fee-structure-dec p {
    font-weight: 500;
    font-size: 14px;
    color: #696969;
}

.heading-bg {
    margin-bottom: 30px;
}

.heading-bg>h3 {
    background-color: #fbc420;
    padding: 10px 30px;
    font-size: 26px;
    font-weight: 700;
    border-radius: 0px 0px 10px 10px;
}

.double-check-list {}

.double-check-list>li {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #1c0b42;
    margin-left: 22px;
}

.double-check-list>li:first-child {
    margin-left: 0px;
}

.double-check-list>li>img {
    width: 30px;
    height: 20px;
    object-fit: contain;
    margin-right: 20px;
}

.subject-detail {
    background-color: #FDEEBF;
    border-radius: 40px;
    padding: 20px 40px;
    position: relative;
    box-shadow: 0px 5px 16px 0px rgb(0 0 0 / 26%);
    margin-bottom: 20px;
}

.subject-detail .form-group {
    margin-bottom: 20px;
    position: relative;
}

.subject-detail .form-group .form-ctrl {
    height: 64px;
    border-radius: 6px;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 5px 20px;
}

.subject-detail .form-group select.form-control {
    background: #fff url(../images/down-arrow.png) no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}

.semester-tabs>li {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.semester-tabs>li:before {
    content: "";
    position: absolute;
    background-color: #000000;
    top: 6px;
    bottom: 6px;
    right: 0px;
    width: 1px;
}

.semester-tabs>li:first-child {
    padding-left: 10px;
}

.semester-tabs>li:last-child:before {
    display: none;
}

.semester-tabs .nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding: 5px 10px;
}

.semester-tabs .nav-link.active,
.semester-tabs .show>.nav-link {
    color: #fff;
    background-color: #1c0b42;
    text-decoration: underline;
}

.subject-table .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    font-size: 16px;
}

.subject-table .table td {
    font-weight: 500;
    color: #000;
}

.w-98 {
    width: 98%;
}

.course-detail-choose .whychoose-icon {
    background-color: #fbc420;
}

.course-detail-choose .whychoose p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.list-point-warning {}

.list-point-warning ul li {
    font-size: 16px;
    font-weight: 600;
}

.list-point-warning ul li:before {
    background: url(../images/check-warning.png) no-repeat;
    background-position: center;
    background-size: contain;
}

/*============== SSU  Css End================*/

@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }

}


/* ssu students index page css start  */


.about-ssu {
    padding: 40px 0;
    background-image: url("images/about-bg-frame.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}


.section-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-title span {
    color: #f5b400;
    position: relative;
}

.section-title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: #f5b400;
}

.about-ssu p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    text-align: justify;
}

.feature-box-parent {
    padding-top: 40px;
}

.feature-box {
    background: #f5b400;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature-box-left {
    display: block;
}

.icon-circle {
    background: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.feature-box h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.feature-box p {
    margin: 0;
    font-size: 13px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }

    .feature-box {
        flex-direction: column;
        text-align: center;
    }
}

/* courses offerd css start */

.courses-mode {
    padding: 15px 0px 40px 0px;
    font-family: 'Poppins', sans-serif;
}

.courses-mode h2 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #1a0b3d;
}

/* Tabs */
.mode-tabs .tab-btn {
    border: 1px solid #1a0b3d;
    background: #fff;
    line-height: 1.5;
    padding: 3px 63px;
    margin: 0 -2px;
    font-weight: 600;
}

.mode-tabs .tab-btn span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.mode-tabs .tab-btn.active {
    background: #1a0b3d;
    color: #fff;
}

/* 5 column layout */
.col-custom {
    width: 20%;
}

@media (max-width: 1200px) {
    .col-custom {
        width: 33.33%;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .col-custom {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .col-custom {
        width: 100%;
    }
}

/* Card */
.course-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    position: relative;
}

.course-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.course-tag {
    position: absolute;
    bottom: 113px;
    left: 14px;
    background: #f4b400;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 700;
}

.course-item {
    display: none;
    width: 100%;
}

.course-item.active {
    display: block;
}

.course-item-1 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.course-item-2 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.card-body {
    padding: 28px 11px 18px 18px;
}

.info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 15px;
}

.info small {
    display: block;
    color: #777;
}

.actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.actions a {
    font-size: 12px;
    font-weight: 600;
    color: #1a0b3d;
    text-decoration: none;
}

.actions button {
    font-size: 12px;
    background: #1a0b3d;
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

/* courses offerd css  end*/

/* WHY CHOOSE OUR UNIVERSITY start */
.why-choose-section {
    padding: 60px 0px 0px 0px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

.section-title-2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c0a5f;
    position: relative;
    margin-bottom: 30px;
}

.section-title-2 span {
    display: block;
    width: 480px;
    height: 4px;
    background-color: #f4b400;
    margin-top: 1px;
}

.choose-item {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.number-box {
    width: 50px;
    height: 67px;
    background: #2c0a5f;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.choose-item h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2c0a5f;
    margin-bottom: 5px;
}

.choose-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .image-wrapper {
        text-align: center;
        margin-top: 40px;
    }
}

/* WHY CHOOSE OUR UNIVERSITY end */


/* APPROVALS & RECOGNITION start  */
.approvals-section {
    background: #1e0b45;
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
}

.approval-title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
}

.approval-title span {
    display: block;
    width: 260px;
    height: 4px;
    background: #f4b400;
    margin: 10px auto 0;
}

.approval-item {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}

.approval-item img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.approval-item h4 {
    color: #f4b400;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.approval-item p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* APPROVALS & RECOGNITION end  */

/* degree css start  */

.sample-certificate-section {
    padding: 60px 0;
    background: #f3f3f3;
    font-family: 'Poppins', sans-serif;
}

.sample-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-left: 22px;
}


.sample-title span {
    color: #f6ba00;
}

/* MAIN WRAPPER */
.certificate-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.certificate-content {
    background: linear-gradient(135deg, #f6ba00, #f6ba00);
    padding: 60px 50px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 50%;
    min-height: 390px;
    display: flex;
    align-items: center;
}


.certificate-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.certificate-content li {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    padding-left: 32px;
}

.certificate-content li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
}

/* RIGHT IMAGE AREA */
.certificate-image-area {
    width: 45%;
    position: relative;
    display: flex;
    justify-content: center;
}

.certificate-frame {
    background: #ffffff;
    padding: 18px;
    border: 8px solid #2f3b4a;
    border-radius: 10px;

    z-index: 2;
}


.certificate-frame img {
    max-width: 100%;
    border-radius: 4px;
    height: 100%;
    max-height: 400px;
}

.orange-shape {
    position: absolute;
    background: #f6ba00;
    width: 68px;
    height: 138px;
    z-index: 1;

}


.orange-shape.top {
    top: 2px;
    right: -50px;
    border-radius: 20px 0 0 20px;
}

.orange-shape.bottom {
    bottom: 2px;
    right: -50px;
    border-radius: 20px 0 0 20px;
}



/* RESPONSIVE */
@media (max-width: 991px) {
    .certificate-wrapper {
        flex-direction: column;
    }

    .certificate-content,
    .certificate-image-area {
        width: 100%;
    }

    .orange-shape {
        display: none;
    }
}


/* degree css end  */


/* ------------------industry-partner-section start ------------------- */


.industry-partner-section {
    background: #ffffff;
    padding: 30px 0px 50px 0px
}

.section-title-4 {
    font-size: 32px;
    font-weight: 700;
    color: #2c0a5f;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title-4 span {
    width: 342px;
    height: 4px;
    background-color: #f4b400;
    margin-top: 3px;
}


.industry-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 22px;
}

.logo-box {
    background: #fff;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.logo-box img {
    max-width: 85%;
    max-height: 60px;
    object-fit: contain;
}

.logo-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}


@media (max-width: 1400px) {
    .industry-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 992px) {
    .industry-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 576px) {
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ------------------industry-partner-section  end ------------------- */

/* ssu students index page css end  */



/* -------------------------------------- */
.mobile-navbar-nav .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style: none;
}

.mobile-navbar-nav .nav-item i {
    padding-top: 2px;
    color: #1c0b42;
}

.mobile-navbar-nav .nav-item span {
    font-weight: bold;
    font-size: 18px;
    color: #1c0b42;
    margin-left: 4px;
}

.mobile-navbar-nav .nav-item a {
    font-weight: 600;
    font-size: 16px;
    color: #1c0b42;
    background-color: #f5b900;
    padding: 6px 14px;
    border-radius: 6px;
}

.mobile-navbar-nav .nav-item .whatsap-chat {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #1c0b42;
    padding: 3px 14px;
    border-radius: 6px;
}

.whatsap-chat i {
    color: #fff !important;
}

/* ---------------- banner */

.nav-item i {
    font-size: 20px;
}

#banner-text {
    width: fit-content;
    padding-bottom: 18px;
}

.banner-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1c0b42;
    background-color: #f5b900;
    padding: 5px 30px;
    border-radius: 6px;
}

.sub-title {
    color: #fff !important;
    font-weight: 900;
    font-size: 60px;
}

.banner-points .fa-circle-check {
    color: #ffd60a;
}

.banner-points li {
    font-size: 1.2rem;
    margin-bottom: 12px;
    font-weight: 700;
    color: #fff;
    ;
}




.admission-badge {
    display: inline-block;
    background: #f5b900;
    color: #1c0b42;
    padding: 8px 22px;
    font-weight: 700;
    border-radius: 6px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    padding-bottom: 20px;
}

.hero-title-2 {
    margin-top: 20px;
    padding: 0px 10px;
    border-left: 3px solid #f5b900;
    border-radius: 2px;
    font-size: 17px;
    font-weight: 600;
}

.enquiry-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}



.disclaimer-modern {
    font-size: 10px;
    color: #4a4a4a;
    opacity: 0.7;
    text-align: center;
    line-height: 16px;
}


.enquiry-box-2 {
    background: #fff;
    padding: 16px;
    max-width: 389px;
    border: 3px solid #f5b900;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.enquiry-box .form-control {
    margin-bottom: 5px;
}

.enquiry-title {
    text-align: center;
    font-weight: 800;
    color: #f5b900;
    background: #1C0B42;
    border: 3px solid #f5b900;
    padding: 10px;
    font-size: 20px;
    letter-spacing: .5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: -1px;
}

.custom-input {
    border: 1px solid #1c0b42;
    border-radius: 8px;
    font-size: 13px;
    padding: 6px 12px;
    color: #777;
}

.custom-input::placeholder {
    color: #777;
}

.consent-box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #1c0b42;
    line-height: 1.4;
}

.consent-box input {
    width: 13px;
    height: 13px;
    margin-top: 3px;
}

.apply-btn {
    width: 100%;
    background: #1c0b42;
    color: #fff;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 10px;
}

.apply-btn:hover {
    background: #2f1a6b;
}

@media (max-width: 768px) {
    .enquiry-title {
        margin-top: 30px;
    }

    .enquiry-form-2 {
        margin-top: 10px !important;
    }
}

@media (max-width: 426px) {

    .enquiry-title {
        width: 389px !important;
    }

    .hero-title {
        font-size: 50px;
    }

    .spec-card {
        max-width: 100% !important;
    }
}

@media (max-width: 376px) {
    .admission-badge {
        font-size: 14px;
    }

    .enquiry-title {
        width: 351px !important;
    }

    .eligibility-box {
        padding: 30px 20px !important;
    }

    .enquiry-form-2 {
        padding: 30px 12px;
    }
}

@media (max-width: 376px) {
    .enquiry-title {
        width: 296px !important;
    }

}

@media (max-width: 376px) {
    .admission-badge {
        font-size: 12px;
        padding: 8px 13px;
    }

    .hero-title-2 {
        font-size: 14px;
    }
}

/* ------------------ BBA css start ------------------- */

.bba-section {
    padding: 60px 0;
    background: #ffffff;
}

.section-pill-1 {
    border-bottom: 2px solid #000;
    margin-bottom: 25px;
}

.section-pill {
    display: inline-block;
    background: #ffc107;
    padding: 10px 28px;
    border-radius: 30px 30px 0 0;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}


.bba-content p {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
}

.spec-card {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 2px solid #1C0B42;
    border-radius: 10px;
    padding: 4px 10px;
    height: 100%;
    width: 100%;
    max-width: 290px;
    transition: all 0.3s ease;
    background: #fff;
}

.spec-card:hover {
    background: #1C0B42;
    color: #fff;
}

.spec-card:hover,
.spec-card:hover * {
    color: #fff !important;
}

.spec-icon {
    width: 50px;
    height: 50px;
    background: #1C0B42;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.spec-card:hover .spec-icon {
    background: #ffc107;
    color: #000;
}

.spec-title {
    font-weight: bold;
    font-size: 15px;
    color: #1c0b42;
}

/* ------------------ BBA css  end ------------------- */


/* ------------------ bca-eligibility-section Start ------------------- */

.bca-eligibility-section {
    background: linear-gradient(180deg, #1b063a, #12002c);
    padding: 80px 0;
}

.eligibility-box {
    background: #ffffff;
    border-radius: 30px;
    padding: 25px 50px;
}

.main-title {
    font-size: 28px;
    font-weight: 700;
    color: #0b2b55;
    position: relative;
    padding-bottom: 10px;
}

.main-title::after {
    content: "";
    width: 81%;
    height: 2px;
    background: #f5b400;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sub-title-2 {
    font-weight: 700;
    color: #0b2b55;
    margin-top: 10px;
}

.content-block p {
    color: #555;
    font-size: 15px;
    margin-bottom: 5px;
}

.content-block ul {
    padding-left: 18px;
}

.content-block ul li {
    color: #555;
    font-size: 15px;
    margin-bottom: 8px;
}

.duration-title {
    font-weight: 700;
    color: #0b2b55;
    margin-bottom: -7px;
}

.duration-line {
    width: 81%;
    height: 2px;
    background: #f5b400;
    margin: 12px 0 8px;
}

/* FORM */
.enquiry-form-2 {
    background: linear-gradient(180deg, #2a0a5e, #16002e);
    border-radius: 18px;
    padding: 30px 20px;
    color: #fff;
    width: 100%;
    max-width: 320px;
    margin-top: -8px;
}

.enquiry-form-2 h4 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.enquiry-form-2 p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #fff;
}

.enquiry-form-2 .form-control {
    border-radius: 8px;
    margin-bottom: 15px;
    height: 35px;
    font-size: 13px;
}

.register-btn {
    background: #ffc107;
    /* border-radius: 8px; */
    font-weight: 700;
    padding: 6px 10px;
    width: 100%;
    border: none;
}

.register-btn:hover {
    background: #e0aa00;
}

@media (max-width: 991px) {
    .eligibility-box {
        padding: 30px;
    }

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

/* ------------------bca-eligibility-section  end ------------------- */


/* ------------------bca-subject-section  Start ------------------- */
.bca-subject-section {
    padding: 80px 0;
    background: #ffffff;
}

.subject-card {
    background: #fff1c4;
    border-radius: 30px;
    padding: 24px 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.section-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}

.course-dropdown {
    max-width: 100%;
    margin-bottom: 25px;
}

.course-dropdown .form-select {
    border-radius: 10px;
    padding: 12px 15px;
    font-weight: 500;
}

.semester-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
}

.semester-tabs button {
    background: transparent;
    border: none;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 6px;
    color: #000;
}

.semester-tabs button.active {
    background: #0b2b55;
    color: #fff;
}

.semester-tabs span {
    color: #000;
}

.subject-table {
    margin-top: 20px;
}

.table-head {
    font-weight: 700;
    margin-bottom: 10px;
}

.table-head .Subject {
    font-size: 20px;
}

.table-row {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-row .course {
    font-size: 16px;
    font-weight: 600;
}


@media (max-width: 768px) {
    .subject-card {
        padding: 30px 20px;
    }

    .semester-tabs {
        gap: 5px;
    }
}

/* ------------------bca-subject-section  end ------------------- */


/* ------------------why-bca-section  start ------------------- */

.why-bca-section {
    background: #1c0b45;
    padding: 40px 0;
}

.why-bca-title {
    color: #ffcc00;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.why-bca-text {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.why-bca-list {
    list-style: disc;
    padding-left: 18px;
    margin-bottom: 20px;
}

.why-bca-list li {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 6px;
}

@media (max-width: 768px) {
    .why-bca-section {
        padding: 60px 0;
    }

    .why-bca-title {
        font-size: 22px;
    }
}

/* ------------------why-bca-section  end ------------------- */


/* ------------------career-scope-section  start ------------------- */

.career-scope-section {
    background: #ffffff;
    padding: 60px 0;
}

.career-title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 12px;
    display: inline-block;
    border-bottom: 2px dotted #000;
    padding-bottom: 6px;
}

.career-desc {
    font-size: 14px;
    color: #666;
    max-width: 900px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.career-list ul {
    list-style: none;
    padding-left: 0;
}

.career-list li {
    font-size: 15px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
    color: #000;
    font-weight: 600;
}

.career-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    background: #f4b400;
    color: #fff;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}


@media (max-width: 768px) {
    .career-title {
        font-size: 22px;
    }
}


/* bachelor css start=========================================================================== */


/* ------------------career-scope-section  end ------------------- */

.mobile-navbar-nav .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style: none;
}

.mobile-navbar-nav .nav-item i {
    padding-top: 2px;
    color: #1c0b42;
}

.mobile-navbar-nav .nav-item span {
    font-weight: bold;
    font-size: 18px;
    color: #1c0b42;
    margin-left: 4px;
}

.mobile-navbar-nav .nav-item a {
    font-weight: 600;
    font-size: 16px;
    color: #1c0b42;
    background-color: #f5b900;
    padding: 6px 14px;
    border-radius: 6px;
}

.mobile-navbar-nav .nav-item .whatsap-chat {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #1c0b42;
    padding: 3px 14px;
    border-radius: 6px;
}

.whatsap-chat i {
    color: #fff !important;
}

/* ---------------- banner */

.nav-item i {
    font-size: 20px;
}

#banner-text {
    width: fit-content;
    padding-bottom: 18px;
}

.banner-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1c0b42;
    background-color: #f5b900;
    padding: 5px 30px;
    border-radius: 6px;
}

.sub-title {
    color: #fff !important;
    font-weight: 900;
    font-size: 60px;
}

.banner-points .fa-circle-check {
    color: #ffd60a;
}

.banner-points li {
    font-size: 1.2rem;
    margin-bottom: 12px;
    font-weight: 700;
    color: #fff;
    ;
}

.bba-hero {
    background:
        url("images/BBA-page-banner.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 70px 0;
    color: #fff;
}


.admission-badge {
    display: inline-block;
    background: #f5b900;
    color: #1c0b42;
    padding: 8px 22px;
    font-weight: 700;
    border-radius: 6px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
}

.enquiry-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}



.disclaimer-modern {
    font-size: 10px;
    color: #4a4a4a;
    opacity: 0.7;
    text-align: center;
    line-height: 16px;
}


.enquiry-box {
    background: #fff;
    padding: 16px;
    max-width: 389px;
    border: 3px solid #f5b900;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.enquiry-box .form-control {
    margin-bottom: 5px;
}

.enquiry-title {
    text-align: center;
    font-weight: 800;
    color: #f5b900;
    background: #1C0B42;
    border: 3px solid #f5b900;
    padding: 10px;
    font-size: 20px;
    letter-spacing: .5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: -1px;
}

.custom-input {
    border: 1px solid #1c0b42;
    border-radius: 8px;
    font-size: 14px;
    padding: 6px 16px;
    color: #777;
}

.custom-input::placeholder {
    color: #777;
}

.consent-box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #1c0b42;
    line-height: 1.4;
}

.consent-box input {
    width: 13px;
    height: 13px;
    margin-top: 3px;
}

.apply-btn {
    width: 100%;
    background: #1c0b42;
    color: #fff;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 10px;
}

.apply-btn:hover {
    background: #2f1a6b;
}

/* ------------------ BBA css start ------------------- */

.bba-section {
    padding: 60px 0;
    background: #ffffff;
}

.section-pill-1 {
    border-bottom: 2px solid #000;
    margin-bottom: 25px;
}

.section-pill {
    display: inline-block;
    background: #ffc107;
    padding: 10px 28px;
    border-radius: 30px 30px 0 0;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}


.bba-content p {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
}

.spec-card {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 2px solid #1C0B42;
    border-radius: 10px;
    padding: 4px 10px;
    height: 100%;
    width: 100%;
    max-width: 290px;
    transition: all 0.3s ease;
    background: #fff;
}

.spec-card:hover {
    background: #1C0B42;
    color: #fff;
}

.spec-card:hover,
.spec-card:hover * {
    color: #fff !important;
}

.spec-icon {
    width: 50px;
    height: 50px;
    background: #1C0B42;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.spec-card:hover .spec-icon {
    background: #ffc107;
    color: #000;
}

.spec-title {
    font-weight: bold;
    font-size: 15px;
    color: #1c0b42;
}

/* ------------------ BBA css  end ------------------- */


/* ------------------ ssu-edge-sectioncss start ------------------- */

.ssu-edge-section {
    background: #1C0B42;
    padding: 70px 0;
    color: #fff;
}

.edge-heading {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.edge-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3.5px;
    transform: translateX(-50%);
    width: 790px;
    height: 3px;
    background: #fff;
}


.edge-heading span {
    display: inline-block;
    background: #FFC107;
    color: #1C0B42;
    padding: 10px 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.edge-item {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
}

.edge-icon {
    width: 65px;
    height: 70px;
    background: #FFC107;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C0B42;
    font-size: 22px;
    flex-shrink: 0;
    padding: 7px;
}

.edge-content h6 {
    font-weight: 700;
    color: #fff;
    text-decoration-line: underline;
    text-decoration-color: #FFC107;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    text-decoration-skip-ink: auto;
}


.edge-content p {
    font-size: 14px;
    line-height: 1.3;
    color: #e0e0e0;
    margin-top: -2px;
}

/* ------------------ ssu-edge-section end ------------------- */


/* ------------------ info-section start ------------------- */
.info-section {
    padding: 52px 0;
    background: #ffffff;
}

.info-title {
    border-bottom: 1.5px solid #1C0B42;
    margin-bottom: 10px;
}

.info-title span {
    display: inline-block;
    background: #FFC107;
    color: #000;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 3px 3px 0 0;

}

.info-card {
    background: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 10px 16px;
    height: 60px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}

.info-card ul {
    padding-left: 18px;
    margin: 0;
}

.info-card li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}

.info-card li:last-child {
    margin-bottom: 0;
}

/* ------------------ info-section end ------------------- */


/* ------------------ scholarship-section start ------------------- */

.academic-framework {
    background: #f7f7f7;
    padding: 50px 0px 22px 0px;
}

.edge-heading-2 {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.edge-heading-2 span {
    background: #ffc107;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.edge-heading-2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 260px;
    height: 2px;
    background: #0b2c5d;
}

.framework-intro p {
    text-align: center;
    color: #0b2c5d;
    line-height: 1.7;
    font-size: 16px;
}

/* Framework items */
.framework-item {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.framework-icon {
    min-width: 60px;
    height: 60px;
    background: #ffc107;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.framework-icon img {
    width: 32px;
}

.framework-content h6 {
    font-weight: bold;
    color: #1c0b42;
    font-size: 18px;
}

.framework-content p {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2px;
}


@media (max-width: 768px) {
    .framework-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ------------------ scholarship-section end ------------------- */


/* ------------------ merit-scholarship-section start ------------------- */
.merit-scholarship-section {
    background: #1C0B42;
    padding: 70px 0;
    color: #fff;
}

.edge-heading-3 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.edge-heading-3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    width: 790px;
    height: 3px;
    background: #fff;
}

.edge-heading-3 span {
    background: #FFC107;
    color: #000;
    padding: 10px 35px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.merit-text {
    max-width: 1100px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.8;
}

.merit-text p {
    color: #fff;
}

.merit-text ul {
    padding-left: 18px;
    margin: 10px 0;
}

.merit-text li {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
}

.table-heading {
    position: relative;
    text-align: center;
    margin: 50px 0 20px;
}

.table-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 600px;
    height: 2px;
    background: #fff;
}

.table-heading span {
    background: #FFC107;
    color: #000;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
}

.scholarship-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    color: #fff;
}

.scholarship-table th,
.scholarship-table td {
    border: 3px solid #FFC107;
    padding: 14px 20px;
    font-size: 16px;
}

.scholarship-table th {
    font-weight: 700;
    background: #fff;
    color: #111;
}

@media (max-width: 768px) {

    .section-heading::after,
    .table-heading::after {
        width: 200px;
    }

    .merit-text {
        padding: 0 15px;
        font-size: 15px;
    }

    .scholarship-table th,
    .scholarship-table td {
        font-size: 14px;
        padding: 12px;
    }

    .enquiry-title {
        width: 389px;
    }
}

@media (max-width: 426px) {
    .spec-card {
        width: 100%;
        max-width: 100%;
    }

    .edge-heading-5::after {
        width: 100% !important;
    }

    .edge-heading-4::after {
        width: 100% !important;
    }

    .hero-title {
        font-size: 42px;
    }

}

@media (max-width: 376px) {
    .admission-badge {
        padding: 8px 15px;
        font-size: 14px;
    }

    .enquiry-title {
        width: 351px;
    }

    .edge-heading span {
        font-size: 15px;
    }
}

@media (max-width: 376px) {
    .hero-title {
        font-size: 36px;
    }

    .enquiry-title {
        width: 296px;
    }
}





/* ------------------ merit-scholarship-section end ------------------- */


/* ------------------ course-like-section start ------------------- */
.course-like-section {
    background: #1c0b42;
    padding: 70px 0;
}

.course-heading {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.course-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 320px;
    height: 2px;
    background: #1c0b42;
}

.course-heading span {
    background: #ffc107;
    color: #000;
    padding: 10px 45px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.course-row {
    display: grid;
    gap: 20px;
    padding: 10px;
}


.course-col {
    flex: 0 0 calc(20% - 16px);
}

.course-card {
    background: #fff;
    border: 2px solid #1c0b42;
    border-radius: 12px;
    padding: 6px 6px 16px 6px;
    height: 100%;
    transition: 0.3s ease;
}

.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}

.course-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
}

.course-body {
    text-align: center;
    padding: 6px;
}

.course-body h6 {
    font-weight: 700;
    margin-bottom: 3px;
    border-bottom: 2px solid #FFC107;
}

.course-body h5 {
    font-weight: 800;
    font-size: 14px;
}

.course-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.course-footer a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.course-footer .btn {
    background: #1C0B42;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
}

.course-footer .btn:hover {
    background: #ffc107;
    color: #000;
}

.edge-heading-4 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.edge-heading-4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    width: 790px;
    height: 3px;
    background: #fff;
}

.edge-heading-4 span {
    background: #FFC107;
    color: #000;
    padding: 10px 35px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}


@media (min-width: 1200px) {
    .course-row {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .course-row {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .course-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .course-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .course-row {
        grid-template-columns: 1fr;
    }
}


/* ------------------ course-like-section end ------------------- */


/* ------------------ scholar-industry-section start ------------------- */

.scholar-industry-section {
    background: #ffffff;
    padding: 70px 0;
}

.edge-heading-5 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.edge-heading-5::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    width: 790px;
    height: 3px;
    background: #1c0b42;
}

.edge-heading-5 span {
    background: #FFC107;
    color: #000;
    padding: 10px 35px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.section-line {
    height: 2px;
    background: #0b2c5d;
    margin-bottom: 8px;
}

.info-box {
    background: #fff;
    border: 2px solid #0b2c5d;
    border-radius: 5px;
    padding: 20px 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    height: 100%;
    max-height: 190px;
}


.info-box ul {
    padding-left: 18px;
    margin: 0;
}

.info-box ul li {
    font-weight: 600;
    margin-bottom: 10px;
}

.industry-heading {
    text-align: center;
    margin: 70px 0 50px;
    position: relative;
}

.industry-heading::after {
    content: "";
    width: 85%;
    height: 2px;
    background: #0b2c5d;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.partner-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ------------------ scholar-industry-section end ------------------- */


/* ------------------industry-partner-section start ------------------- */



.industry-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 22px;
}

.logo-box {
    background: #fff;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.logo-box img {
    max-width: 85%;
    max-height: 60px;
    object-fit: contain;
}

.logo-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}


@media (max-width: 1400px) {
    .industry-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 992px) {
    .industry-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 576px) {
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.edge-heading-5 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.edge-heading-5::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 790px;
    height: 3px;
    background: #1c0b42;
}


.edge-heading-5 span {
    display: inline-block;
    background: #FFC107;
    color: #1C0B42;
    padding: 10px 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

/* ------------------industry-partner-section  end ------------------- */


/* bachelor css end */


/* Master css start  ===================================================================================*/

.mobile-navbar-nav .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style: none;
}

.mobile-navbar-nav .nav-item i {
    padding-top: 2px;
    color: #1c0b42;
}

.mobile-navbar-nav .nav-item span {
    font-weight: bold;
    font-size: 18px;
    color: #1c0b42;
    margin-left: 4px;
}

.mobile-navbar-nav .nav-item a {
    font-weight: 600;
    font-size: 16px;
    color: #1c0b42;
    background-color: #f5b900;
    padding: 6px 14px;
    border-radius: 6px;
}

.mobile-navbar-nav .nav-item .whatsap-chat {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #1c0b42;
    padding: 3px 14px;
    border-radius: 6px;
}

.whatsap-chat i {
    color: #fff !important;
}

/* ---------------- banner ------------------------*/

.nav-item i {
    font-size: 20px;
}

#banner-text {
    width: fit-content;
    padding-bottom: 18px;
}

.banner-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1c0b42;
    background-color: #f5b900;
    padding: 5px 30px;
    border-radius: 6px;
}

.sub-title {
    color: #fff !important;
    font-weight: 900;
    font-size: 60px;
}

.banner-points .fa-circle-check {
    color: #ffd60a;
}

.banner-points li {
    font-size: 1.2rem;
    margin-bottom: 12px;
    font-weight: 700;
    color: #fff;
    ;
}

.bba-hero {
    background:
        url("images/BBA-page-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 70px 0;
    color: #fff;
}


.admission-badge {
    display: inline-block;
    background: #f5b900;
    color: #1c0b42;
    padding: 8px 22px;
    font-weight: 700;
    border-radius: 6px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
}

.enquiry-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}



.disclaimer-modern {
    font-size: 10px;
    color: #4a4a4a;
    opacity: 0.7;
    text-align: center;
    line-height: 16px;
}


.enquiry-box-3 {
    background: #fff;
    padding: 16px;
    max-width: 389px;
    border: 3px solid #f5b900;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.enquiry-box .form-control {
    margin-bottom: 5px;
}

.enquiry-title {
    text-align: center;
    font-weight: 800;
    color: #f5b900;
    background: #1C0B42;
    border: 3px solid #f5b900;
    padding: 10px;
    font-size: 20px;
    letter-spacing: .5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: -1px;
}

.custom-input {
    border: 1px solid #1c0b42;
    border-radius: 8px;
    font-size: 14px;
    padding: 6px 16px;
    color: #777;
}

.custom-input::placeholder {
    color: #777;
}

.consent-box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #1c0b42;
    line-height: 1.4;
}

.consent-box input {
    width: 13px;
    height: 13px;
    margin-top: 3px;
}

.apply-btn {
    width: 100%;
    background: #1c0b42;
    color: #fff;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 10px;
}

.apply-btn:hover {
    background: #2f1a6b;
}

/* ------------------ BBA css start ------------------- */

.bba-section {
    padding: 60px 0;
    background: #ffffff;
}

.section-pill-1 {
    border-bottom: 2px solid #000;
    margin-bottom: 25px;
}

.section-pill {
    display: inline-block;
    background: #ffc107;
    padding: 10px 28px;
    border-radius: 30px 30px 0 0;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}


.bba-content p {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
}

.spec-card {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 2px solid #1C0B42;
    border-radius: 10px;
    padding: 4px 10px;
    height: 100%;
    width: 100%;
    max-width: 290px;
    transition: all 0.3s ease;
    background: #fff;
}

.spec-card:hover {
    background: #1C0B42;
    color: #fff;
}

.spec-card:hover,
.spec-card:hover * {
    color: #fff !important;
}

.spec-icon {
    width: 50px;
    height: 50px;
    background: #1C0B42;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.spec-card:hover .spec-icon {
    background: #ffc107;
    color: #000;
}

.spec-title {
    font-weight: bold;
    font-size: 15px;
    color: #1c0b42;
}

/* ------------------ BBA css  end ------------------- */


/* ------------------ ssu-edge-sectioncss start ------------------- */

.ssu-edge-section {
    background: #1C0B42;
    padding: 70px 0;
    color: #fff;
}

.edge-heading {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.edge-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3.5px;
    transform: translateX(-50%);
    width: 790px;
    height: 3px;
    background: #fff;
}


.edge-heading span {
    display: inline-block;
    background: #FFC107;
    color: #1C0B42;
    padding: 10px 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.edge-item {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
}

.edge-icon {
    width: 65px;
    height: 70px;
    background: #FFC107;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C0B42;
    font-size: 22px;
    flex-shrink: 0;
    padding: 7px;
}

.edge-content h6 {
    font-weight: 700;
    color: #fff;
    text-decoration-line: underline;
    text-decoration-color: #FFC107;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    text-decoration-skip-ink: auto;
}


.edge-content p {
    font-size: 14px;
    line-height: 1.3;
    color: #e0e0e0;
    margin-top: -2px;
}

/* ------------------ ssu-edge-section end ------------------- */


/* ------------------ info-section start ------------------- */
.info-section {
    padding: 52px 0;
    background: #ffffff;
}

.info-title {
    border-bottom: 1.5px solid #1C0B42;
    margin-bottom: 10px;
}

.info-title span {
    display: inline-block;
    background: #FFC107;
    color: #000;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 3px 3px 0 0;

}

.info-card {
    background: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 10px 16px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}

.info-card ul {
    padding-left: 18px;
    margin: 0;
}

.info-card li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}

.info-card li:last-child {
    margin-bottom: 0;
}

/* ------------------ info-section end ------------------- */


/* ------------------ scholarship-section start ------------------- */

.academic-framework {
    background: #f7f7f7;
    padding: 50px 0px 22px 0px;
}

.edge-heading-2 {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.edge-heading-2 span {
    background: #ffc107;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.edge-heading-2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 260px;
    height: 2px;
    background: #0b2c5d;
}

.framework-intro p {
    text-align: center;
    color: #0b2c5d;
    line-height: 1.7;
    font-size: 16px;
}

/* Framework items */
.framework-item {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.framework-icon {
    min-width: 60px;
    height: 60px;
    background: #ffc107;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.framework-icon img {
    width: 32px;
}

.framework-content h6 {
    font-weight: bold;
    color: #1c0b42;
    font-size: 18px;
}

.framework-content p {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2px;
}


@media (max-width: 768px) {
    .framework-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ------------------ scholarship-section end ------------------- */


/* ------------------ merit-scholarship-section start ------------------- */
.merit-scholarship-section {
    background: #1C0B42;
    padding: 70px 0;
    color: #fff;
}

.edge-heading-3 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.edge-heading-3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    width: 790px;
    height: 3px;
    background: #fff;
}

.edge-heading-3 span {
    background: #FFC107;
    color: #000;
    padding: 10px 35px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.merit-text {
    max-width: 1100px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.8;
}

.merit-text p {
    color: #fff;
}

.merit-text ul {
    padding-left: 18px;
    margin: 10px 0;
}

.merit-text li {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
}

.table-heading {
    position: relative;
    text-align: center;
    margin: 50px 0 20px;
}

.table-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 600px;
    height: 2px;
    background: #fff;
}

.table-heading span {
    background: #FFC107;
    color: #000;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
}

.scholarship-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    color: #fff;
}

.scholarship-table th,
.scholarship-table td {
    border: 3px solid #FFC107;
    padding: 14px 20px;
    font-size: 16px;
}

.scholarship-table th {
    font-weight: 700;
    background: #fff;
    color: #111;
}

@media (max-width: 768px) {

    .section-heading::after,
    .table-heading::after {
        width: 200px;
    }

    .merit-text {
        padding: 0 15px;
        font-size: 15px;
    }

    .scholarship-table th,
    .scholarship-table td {
        font-size: 14px;
        padding: 12px;
    }

    .enquiry-title {
        width: 389px;
    }
}

@media (max-width: 426px) {
    .spec-card {
        width: 100%;
        max-width: 100%;
    }

    .edge-heading-5::after {
        width: 100% !important;
    }

    .edge-heading-4::after {
        width: 100% !important;
    }

    .hero-title {
        font-size: 42px;
    }

}

@media (max-width: 376px) {
    .admission-badge {
        padding: 8px 15px;
        font-size: 14px;
    }

    .enquiry-title {
        width: 351px;
    }

    .edge-heading span {
        font-size: 15px;
    }
}

@media (max-width: 376px) {
    .hero-title {
        font-size: 36px;
    }

    .enquiry-title {
        width: 296px;
    }
}





/* ------------------ merit-scholarship-section end ------------------- */


/* ------------------ course-like-section start ------------------- */
.course-like-section {
    background: #1c0b42;
    padding: 70px 0;
}

.course-heading {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.course-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 320px;
    height: 2px;
    background: #1c0b42;
}

.course-heading span {
    background: #ffc107;
    color: #000;
    padding: 10px 45px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.course-row {
    display: grid;
    gap: 20px;
    padding: 10px;
}


.course-col {
    flex: 0 0 calc(20% - 16px);
}

.course-card {
    background: #fff;
    border: 2px solid #1c0b42;
    border-radius: 12px;
    padding: 6px 6px 16px 6px;
    height: 100%;
    transition: 0.3s ease;
}

.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}

.course-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
}

.course-body {
    text-align: center;
    padding: 6px;
}

.course-body h6 {
    font-weight: 700;
    margin-bottom: 3px;
    border-bottom: 2px solid #FFC107;
}

.course-body h5 {
    font-weight: 800;
    font-size: 14px;
}

.course-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.course-footer a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.course-footer .btn {
    background: #1C0B42;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
}

.course-footer .btn:hover {
    background: #ffc107;
    color: #000;
}

.edge-heading-4 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.edge-heading-4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    width: 790px;
    height: 3px;
    background: #fff;
}

.edge-heading-4 span {
    background: #FFC107;
    color: #000;
    padding: 10px 35px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}


@media (min-width: 1200px) {
    .course-row {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .course-row {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .course-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .course-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .course-row {
        grid-template-columns: 1fr;
    }
}


/* ------------------ course-like-section end ------------------- */


/* ------------------ scholar-industry-section start ------------------- */

.scholar-industry-section {
    background: #ffffff;
    padding: 70px 0;
}

.edge-heading-5 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.edge-heading-5::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    width: 790px;
    height: 3px;
    background: #1c0b42;
}

.edge-heading-5 span {
    background: #FFC107;
    color: #000;
    padding: 10px 35px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.section-line {
    height: 2px;
    background: #0b2c5d;
    margin-bottom: 8px;
}

.info-box {
    background: #fff;
    border: 2px solid #0b2c5d;
    border-radius: 5px;
    padding: 20px 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    height: 100%;
    max-height: 190px;
}


.info-box ul {
    padding-left: 18px;
    margin: 0;
}

.info-box ul li {
    font-weight: 600;
    margin-bottom: 10px;
}

.industry-heading {
    text-align: center;
    margin: 70px 0 50px;
    position: relative;
}

.industry-heading::after {
    content: "";
    width: 85%;
    height: 2px;
    background: #0b2c5d;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.partner-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ------------------ scholar-industry-section end ------------------- */


/* ------------------industry-partner-section start ------------------- */



.industry-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 22px;
}

.logo-box {
    background: #fff;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.logo-box img {
    max-width: 85%;
    max-height: 60px;
    object-fit: contain;
}

.logo-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}


@media (max-width: 1400px) {
    .industry-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 992px) {
    .industry-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 576px) {
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.edge-heading-5 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.edge-heading-5::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 790px;
    height: 3px;
    background: #1c0b42;
}


.edge-heading-5 span {
    display: inline-block;
    background: #FFC107;
    color: #1C0B42;
    padding: 10px 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

/* ------------------industry-partner-section  end ------------------- */

/* ------------------career-scope-section  start ------------------- */
.career-scope-mca {
    padding: 70px 0;
    background: #ffffff;
}

.career-heading {
    font-size: 32px;
    font-weight: 700;
    color: #2b145f;
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 3px dotted #2b145f;
    margin-bottom: 20px;
}

.career-subtext {
    color: #4b4b4b;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.career-options ul {
    list-style: none;
    padding: 0;
}

.career-options ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.career-options ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    background: #f7b500;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    border-radius: 3px;
    font-weight: bold;
}

.hero-subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}


@media (max-width: 767px) {
    .career-heading {
        font-size: 24px;
    }
}


/* ------------------career-scope-section  end ------------------- */


/* Master css end  */