body {
    color: #3D3D3D;
    background: #fff;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.1px;
    font-size: 16px;
    line-height: 24px;
}

* {
    margin: 0px;
    padding: 0px;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus {
    text-decoration: none;
    transition: all 0.3s ease;
    outline: 0;
}

a {
    transition: all 0.3s ease;
    outline: 0;
}

.headerBox {
    display: block;
    overflow: hidden;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    outline: 0;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.topBar {
    text-align: center;
    padding: 15px 0 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    position: relative;
}

.navbar-brand img {
    width: 320px;
}

.flexDisplay {
    display: flex;
    align-items: flex-end;
}

.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus {
    border: 0px none;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.navbar-expand-md .navbar-collapse {
    display: block;
}

.bg-light {
    background: rgba(0, 0, 0, 0.0) !important;
}

.navbar {
    padding: 12px 0;
    background-color: #fff !important;
}

.navbar-nav .nav-item:last-child .btn {
    margin-left: 20px !important;
}

.nav-item .btn {
    padding: 12px 20px !important;
    margin-left: 12px;
    border-radius: 8px;
}

.nav-item .btn-a {
    background-color: #AC004E;
    color: #fff !important;
    border: 1px solid #AC004E;
}

.nav-item .btn-b {
    background-color: #68A2BA;
    color: #fff !important;
    border: 1px solid #68A2BA;
    padding: 8px 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 15px;
    padding: 12px 15px;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
    background: none;
    color: #AC004E;
}

.navbar-light .navbar-nav .nav-link.btn:hover {
    background: #68A2BA;
    border-color: #68A2BA;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link.btn.secondary:hover {
    background: #fdedf3;
    border-color: #AC004E;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #fff !important;
    background: linear-gradient(to right, #FC3B5A 0%, #F9772E 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.navbar-light .navbar-nav .active>.nav-link:hover {
    color: #fff !important;
    background: linear-gradient(to right, #FC3B5A 0%, #F9772E 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.carousel-caption {
    text-align: center !important;
    top: 180px;
}

.nav-link.loginLink {
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 8px 12px !important;
}

.nav-link.loginLink:hover {
    border: 1px solid #00d2eb;
}

.navbar-light .navbar-nav .dropdown-menu a.dropdown-item {
    padding: 7px 15px;
    font-size: 14px;
    color: #fff;
}

.navbar-light .navbar-nav .dropdown-menu a.dropdown-item:hover,
.navbar-light .navbar-nav .dropdown-menu a.dropdown-item:focus {
    background: none;
    color: #c5bfee;
}

.navbar-light .navbar-nav .dropdown-menu a.dropdown-item.dropdown-toggle {
    padding: 0 !important;
    position: absolute;
    width: 37px;
    height: 39px;
    top: -39px;
    right: 0;
}

.collapse:not(.show) {
    display: none;
}

::placeholder {
    color: #777;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #777;
}

.mobBtnWrapper {
    text-align: center;
    margin-top: 20px;
}

.container {
    position: relative;
}

.topSection {
    background: url(../images/Image%201%20copy.avif) center top;
    background-size: cover;
    position: relative;
}

.siteBtn {
    position: fixed;
    right: -43px;
    top: 50%;
    transform: rotate(90deg);
    z-index: 2;
    width: 132px;
    margin-top: -19px;
    border-radius: 0 0 10px 10px !important;
}

.navbar-light .navbar-toggler {
    padding: 5px 0;
}

.fullImg {
    width: 100%;
}

img {
    max-width: 100%;
}

.whiteBox {
    border-radius: 12px;
    background: #fff;
    padding: 24px;
}

body.hideOverFlow {
    overflow: hidden;
}

.sideBarWrapper {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: none;
}

.sideBar {
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 800px;
    padding: 30px 30px 10px;
    overflow: auto;
    -webkit-box-shadow: -10px 0 15px 0px rgba(0, 0, 0, 0.10);
    box-shadow: -10px 0 15px 0px rgba(0, 0, 0, 0.10);
}

.allstudents {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.studentsList {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.studentsList:last-child {
    padding-bottom: 0;
    border-bottom: 0px none;
}

.closeBtn {
    position: fixed;
    right: 10px;
    top: 8px;
    background: #fff;
    border-radius: 50px;
}

.closeBtn .btn-close {
    padding: 16px;
}

p.bottspace {
    margin-bottom: 12px !important;
}

.whiteBox p {
    margin-bottom: 0;
}

.boxHover:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 12px 15px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0 12px 15px 0px rgba(0, 0, 0, 0.10);
}

.btnTopSpace {
    margin-top: 40px;
}

.redtik {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.redtik li {
    padding-left: 24px;
    list-style: none;
    background: url(../images/red-tik.svg) no-repeat left 7px;
}

.redtik li:last-child {
    margin-bottom: 0;
}

.btn {
    padding: 10px 20px;
    font-weight: 600;
    background: #AC004E;
    border-radius: 10px;
    color: #fff;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover {
    background: #000000;
    color: #fff;
}

.btn.linkText {
    padding: 0;
    background: none;
    color: #AC004E;
}

.btn.linkText:hover {
    background: none;
    color: #000000;
}

.btn i {
    margin-left: 8px;
}

header {
    background: rgb(22, 16, 19);
    background: linear-gradient(90deg, rgba(22, 16, 19, 0.87) 14%, rgba(22, 16, 19, 0) 89%);
}

.bannerWrapper {
    display: flex;
    padding: 80px 0 150px 0;
    justify-content: space-between;
    align-items: center;
}

.bannerForm {
    /* background: #fff; */
    padding: 10px;
    border-radius: 12px;
    min-height: 420px;
    width: 370px;
}

.bannerData {
    width: 42%;
    color: #fff;

}

.bannerData h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.bannerData h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 17px;
}

.bannerData p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 32px;
    font-size: 20px;
}

.btnOut {
    display: flex;
    gap: 25px;
}

.admisn {
    position: relative;
    bottom: 0;
    background-color: #DF6126;
    justify-content: space-evenly;
    padding: 40px;
    gap: 24px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 70px;
    border-radius: 12px;
    z-index: 1;
    -webkit-box-shadow: 0 2px 35px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 35px 12px rgba(0, 0, 0, 0.25);
}

.admisn .btn {
    color: #DF6126;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    width: 252px;
    align-items: center;
    border-radius: 8px;

    &:hover {
        -webkit-box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.20);
        box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.20);
    }
}

.admisn .btn-a {
    background-color: #000000;
}

.admisn h5 {
    margin: 0 15px 0 0;
    font-size: 26px;
    font-weight: 600;
}

/* ---------------------- top section ends here -------------------------------- */
.bgWhite {
    background-color: #fff;
}

.bgGray {
    background-color: #F5F5F5;
}

.bgSky {
    background-color: #68A2BA;
}

.bgpink {
    background-color: #AC004E;
}

.bgOrg {
    background: #DF6126;
}

.pad-top {
    padding-top: 30px;
}

.pad-bot {
    padding-bottom: 30px;
}

.space {
    height: 10px;
}

.bg-top-desn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-top-left-radius: 12px;
    height: 60px;
}

.bg-btm-desn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-bottom-right-radius: 12px;
    height: 80px;
}

.wrapper section {
    padding: 70px 0;
}

.wrapper h6 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.wrapper h5 {
    font-size: 25px;
    font-weight: 700;
}

.wrapper h4 {
    font-size: 28px;
    font-weight: 700;
}

.wrapper h2 {
    font-size: 48px;
}

.mainHeading {
    font-weight: 500;
    font-size: 32px;
    color: #AC004E;
    margin-bottom: 15px;
}

.subHeading {
    font-family: "Bebas Neue", sans-serif;
    font-size: 48px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    z-index: 2;
}

.blkText {
    color: #000000;
}

.para {
    font-weight: 400 !important;
}

.img-radius {
    border-radius: 14px;
}

.gadientBg {
    background: rgb(189, 248, 236);
    background: linear-gradient(304deg, rgba(189, 248, 236, 1) 0%, rgba(189, 231, 248, 1) 33%, rgba(255, 230, 194, 1) 62%, rgba(237, 199, 216, 1) 100%);
}

/* -------------------------------- common classes end here------------------------------ */
.highlights {
    position: relative;
    padding-top: 125px !important;
}

.highlights .whiteBox {
    margin-top: 10px;
}

.highlights .btn.linkText {
    color: #3D3D3D;
    margin-top: 15px;
}

.highlights .whiteBox:hover .btn.linkText {
    color: #AC004E;
}

.highlights .whiteBox:hover h6 {
    color: #AC004E;
}

/* -------------------------------- highlights classes end here------------------------------ */

.videoTestimonials {
    position: relative;
    overflow: hidden;
}

.videoTestimonials .carousel {
    width: 740px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}

.videoTestimonials .carousel-control-prev {
    width: 80px;
    text-align: center;
}

.videoTestimonials .carousel-control-next {
    width: 80px;
    text-align: center;
}

.videoDiv {
    width: 100%;
}

.videoDiv iframe {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    height: 320px;
}

.videoTestimonials h2 {
    color: #fff;
}

.rightGaphic {
    height: 400px;
    width: 400px;
    background: #CF541B;
    border-radius: 100%;
    position: absolute;
    right: -100px;
    bottom: -100px;
}

.gallaryWrapper {
    display: flex;
    gap: 20px;
    overflow: auto;
    flex-wrap: nowrap;
    padding: 10px 0 10px 20px;
}

.gallaryBox {
    border-radius: 12px;
    overflow: hidden;
    width: 330px;
    min-width: 330px;
}

.gallaryBox img {
    display: block;
    width: 100%;
    height: auto;
}

/* -------------------------------- Video testimonilas classes end here------------------------------ */

section.programOffer {
    padding: 0;
}

.programOfferData {
    padding: 70px 0;
    color: #000000;
}

.programOfferData .subHeading {
    color: #fff;
}

.imgTopSpace {
    margin-top: 40px;
}

.programOfferData .redtik {
    flex-direction: row;
    flex-wrap: wrap;
}

.programOfferData .redtik li {
    width: calc(50% - 10px);
}

.programOfferData .accordion-button {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    padding: 18px 24px;
    background: none;
}

.programOfferData .accordion-body {
    padding: 5px 24px 18px;
}

.programOfferData .accordion-button:not(.collapsed) {
    background: none;
    color: #AC004E;
    box-shadow: none;
}

.programOfferData .accordion-button:not(.collapsed)::after {
    background: url(../images/accordion-1.svg) no-repeat;
    background-size: 19px;
    margin-top: 0;
}

.programOfferData .accordion-button::after {
    background: url(../images/accordion.svg) no-repeat;
    background-size: 19px;
    margin-top: 8px;
    height: 20px;
}

.programOfferData .accordion-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.programOfferData .accordion-item:last-of-type {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.programOfferData .accordion-item {
    border: 0px none;
}

.programOfferData .accordion {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.programOfferData .accordion .accordion-item {
    border-radius: 8px;
}

/* -------------------------------- Programm offer classes end here------------------------------ */
.acadmicLeft p {
    margin-bottom: 0;
}

.whyMatter {
    margin-top: 65px;
    padding: 24px;
    position: relative;
    width: 90%;
    border-radius: 12px;
    color: #000000;
    padding-right: 188px;

}

.whyMatter h5 {
    margin-bottom: 12px;
}

.whyMatter img {
    width: 310px;
}

.imgOutDiv {
    position: absolute;
    right: 5%;
    bottom: 15;
    margin-right: -70px;
}

.acadamicPara {
    padding-right: 28%;
}

.acadmicRight {
    padding-left: 60px;
}

.acadmicRight h5 {
    color: #AC004E;
    margin-bottom: 25px;
}

.keyPoints {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.keyPointInner {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.keyPointInner p {
    margin-bottom: 0;
}

.flag {
    height: 70px;
    width: 70px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flag img {
    width: 40px;
    height: auto;
}

.flagData {
    flex: 1 1 0%;
}

.flagData h6 {
    margin-bottom: 5px;
    color: #000000;
    font-weight: 600;
}

/* -------------------------------- Acadmic classes end here------------------------------ */

.interships .whiteBox {
    padding: 0;
}

.interships .whiteBox .imgDiv {
    border-radius: 12px 12px 0 0;
}

.interships .whiteBox h4 {
    color: #AC004E;
}

.boxSpacing {
    padding: 24px;
}

.interships .whiteBox .gadientBg {
    padding: 24px;
    border-radius: 10px;
    margin-top: 24px;
    font-weight: 600;
    color: #000000;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: calc(100% - 15px);
    font-size: 17px;
    width: 100%;
}

.interships .minHeight {
    min-height: 225px;
}

/* -------------------------------- Interships classes end here------------------------------ */

.admisnWrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: -70px;
}

.aboutSec {
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin-top: 0;
}

.img-inr-left {
    padding-right: 10px;
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.img-inr-right {
    width: 52%;
}

.img-inr-right img {
    width: 100%;
}

.bg-img-about {
    position: absolute;
    top: -25px;
    left: -130px;
    background-size: cover;
    z-index: -1;
}

.aboutText .btn {
    background-color: #AC004E;
    color: #fff;
    margin-top: 30px;
    border-radius: 8px;
}

.aboutText p {
    margin-bottom: 0;
}

.img-1,
.img-2,
.img-3 {
    border-radius: 12px;
}

.img-2 {
    width: 80%;
}

/* ---------------- about section ends here ------------------- */
.whyChoose {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.studentsList .students .user-img {
    width: 70px;
    height: 70px;
}

.studentsList .students {
    align-items: center;
}

.studentsList .students .user-text h6 {
    margin-bottom: 0;
}

.studentsList .students {
    margin-bottom: 15px;
}

.placedAt {
    color: #DF6126;
    margin-bottom: 10px;
}

.students {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.students .user-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.students .user-text h6 {
    font-size: 17px;
    color: #000000;
    margin-bottom: 12px;
}

.students .user-text h6 span {
    font-weight: 400;
    color: #AC004E;
    font-size: 15px;
    display: block;
    margin-top: 6px;
}

.whyChoose .container {
    padding-top: 15px;
}

.whyInr {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
}

.whyChoose .whyInr {
    min-height: 122px;
}

.iconDiv {
    background-color: #DF6126;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 8px;
    height: 54px;
    width: 54px;
}

.textDiv .para {
    margin-bottom: 0;
}

.bg-top {
    position: absolute;
    top: 0;
}

.bg-btm {
    position: absolute;
    right: 0;
    bottom: -190px;
    z-index: -1;
}

.whiteText {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 20px;
}

.imgDiv {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.opacDiv {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(2, 24, 33);
    background: linear-gradient(0deg, rgba(2, 24, 33, 0.79) 0%, rgba(2, 24, 33, 0) 100%);
}

/* ----------------------- -------- why choose section ends here --- --------------------- */
.wrapper section.achiveSec {
    position: relative;
    z-index: 1;
    padding: 0;
}

.achicMob {
    display: none;
}

.achiv-bg {
    height: 100%;
    width: 50%;
    position: absolute;
    background-image: url(../images/rankings-itm.jpg);
    background-size: cover;
    left: 0;
    top: 0;
    z-index: -1;
    filter: brightness(50%);
}

.leftAchiv {
    padding-top: 70px;
}

.leftAchiv .mainHeading {
    color: #DF6126;
}

.leftAchiv .subHeading {
    color: #fff;
}

.rightAchiv {
    overflow: hidden;
    overflow-y: scroll;
    height: 520px;
    padding-right: 15px;
    padding-left: 30px;
    margin: 30px 0;
}

.rightAchiv .whyInr {
    border-bottom: 1px solid #DBDBDB;
    border-radius: 0;
    margin-bottom: 0;
    background: none;
    padding: 16px 0;
}

.rightAchiv .whyInr h6 {
    margin-bottom: 5px;
    color: #000000;
}

.rightAchiv .whyInr p {
    margin-bottom: 0;
}

/* --------------------------- end of archive section----------------------- */
.wrapper section.placementSec {
    padding: 0;
}

.wrapper section.placementSec section {
    background: url(../images/fly-graphic.svg) no-repeat left top;
    background-size: cover;
}

.placementData {
    display: flex;
    flex-direction: column;
}

.placementDataInner {
    display: flex;
    gap: 15px;
}

.placementSec .modal-header {
    border-bottom: 0px none;
    padding-bottom: 0;
}

.placementSec .modal-dialog {
    width: 800px;
    max-width: 94%;
    min-width: auto;
}

.modal-body {
    padding: 4px 24px 24px;
}

.modal-body .placementDataInner {
    margin-bottom: 10px;
}

.modal-body p {
    margin-bottom: 0;
}

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

.modal-header .btn-close {
    font-size: 12px;
    padding: 16px;
}

.placeInr {
    background-color: #fff;
    border-radius: 12px;
    min-height: 260px;
    padding: 20px;
}

.user-text .btn {
    background-color: #BABABA;
    color: #fff;

    &:hover {
        background-color: #AC004E;
    }
}

.user-text h6 {
    color: #AC004E;
    font-weight: 600;
}

.user-text .btn {
    margin-top: 20px;
}

.placementSec .whiteBox:hover .btn {
    background-color: #AC004E;
}

.placementSec .multiDiv {
    background: #F9EAD7;
    margin-bottom: 15px;
}

.multiDiv {
    color: #000000;
    border-radius: 10px;
    padding: 15px;
}

.multiDiv p {
    margin-bottom: 0;
}

.placementSec .whiteBox {
    display: flex;
    gap: 20px;
}

.placementSec .user-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #D9D9D9;
}

.user-text {
    flex: 1 1 0%;
}

/* --------------------------- end of placement section----------------------- */

.eligibilityTabsUl {
    padding-left: 0;
    margin-bottom: 0;
}

.eligibilityTabsUl li {
    margin-bottom: 10px;
    list-style-type: none;
    background: url(../images/red-tick.svg) no-repeat left 7px;
    background-size: 15px;
    padding-left: 24px;
}

.eligibilityTabs b {
    margin-bottom: 2px;
    color: #000000;
    font-weight: 600;
}

.eligibilityTabs p {
    margin-bottom: 0;
}

.eligibilityTabsUl li b {
    display: flex;
}

.eligibilityTabsUl li:last-child {
    margin-bottom: 0;
}

.eligiblDiv .nav-link {
    text-align: left;
    border-radius: 6px;
    background-color: #fff;
    border: 0px none;
    min-width: 220px;
    font-weight: 600;
    padding: 12px 20px;
    color: #231F20;
    position: relative;
}

.eligiblDiv .nav-link:hover {
    background-color: #68A2BA;
    color: #fff;
}

.eligiblDiv .nav-link.active {
    background-color: #68A2BA;
    color: #fff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.eligiblDiv .nav-link.active::after {
    content: "";
    height: 2px;
    width: 40px;
    right: -25px;
    top: 50%;
    margin-top: -1px;
    background: #68A2BA;
    position: absolute;
}

.eligibilityTabs {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.eligibilityTabs .nav.nav-tabs {
    display: flex;
    flex-direction: column;
    border-bottom: 0px none;
    gap: 15px;
}

.eligibilityTabs h6 {
    color: #AC004E;
    font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-weight: normal;
}

.eligibilityTabs .tab-content {
    width: 720px;
    max-width: 100%;
}

.eligibilityTabs .tab-content {
    margin-left: 25px;
    background-color: #fff;
    padding: 24px;
    border-radius: 6px;
}

.tab-content h3 {
    font-weight: 700 !important;
    margin-bottom: 15px;
}

.coreAcoBodyConHeading {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/* --------------------------- end of eligibilityTabsUl section----------------------- */
footer {
    background: #231F20;
    color: #BFBFBF;
}

.footerWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
}

.adress {
    width: 330px;
}

.copyText {
    color: #BCBCBC;
    background: #231F20;
    font-size: 14px;
    ;
}

.numberCont {
    flex: 1;
}

.footLogo img {
    width: 330px;
    max-width: 100%;
    margin-bottom: 30px;
}

.footerData {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    gap: 10px;
}

.footLocation span {
    width: 30px;
    flex-shrink: 0;
}

.footLocation {
    display: flex;
    -spacing: -0.1px;
    color: #fff;
}

.footLocation p {
    margin-bottom: 0;
}

.footLocation b {
    color: #EEEEEE;
}

.footerData {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    gap: 10px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 8px;
}

::-webkit-scrollbar:horizontal {
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

/*logo slider*/
.logoSlider {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logoSlider section {
    padding: 0;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    display: flex;
    align-items: center;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*logo slider end*/
/* sideBar program Highlights */
/* .allspecialization{    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: none;} */
.allspecialization {
    display: none;
    background: #fff;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 500px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
    overflow: auto;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#closeBox {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 13px;
}

#closeBox:hover {
    color: #AA1E54;
    background: #ffe7f0;
}

.pointsWrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.points h6 {
    font-size: 18px;
    font-weight: 600;
    color: #AA1E54;
}

.points p {
    margin-bottom: 0;
    font-size: 15px;
}

@media only screen and (max-width: 620px) {
    .allspecialization {
        width: 100%;
        padding: 20px;
    }

    .allspecialization .mainHeading {
        font-size: 26px;
    }

    .points h6 {
        font-size: 17px;
    }

    .pointsWrapper {
        gap: 15px;
    }

    #closeBox {
        right: 15px;
        top: 15px;
    }
}

/* sideBar program Highlights end*/
@media only screen and (max-width: 1400px) {
    .bannerForm {
        width: 360px;
    }

    .wrapper section,
    .programOfferData,
    footer {
        padding: 55px 0;
    }

    .leftAchiv {
        padding-top: 55px;
    }

    .highlights {
        padding-top: 110px !important;
    }

    section.programOffer {
        padding: 0;
    }

    .logoSlider section {
        padding: 0;
    }

    .bannerData {
        width: 48%;
    }

    .bannerData h2 {
        font-size: 66px;
    }

    .interships .whiteBox .gadientBg {
        padding: 19px;
        gap: 16px;
        font-size: 15px;
    }

    .wrapper h4.mainHeading {
        font-size: 26px;
    }

    .wrapper h4 {
        font-size: 22px;
    }

    .wrapper h2 {
        font-size: 40px;
    }

    .wrapper h5 {
        font-size: 22px;
    }

    h2.subHeading {
        margin-bottom: 15px;
    }

    .wrapper h6 {
        font-size: 19px;
    }

    .eligibilityTabs h6 {
        font-size: 26px;
    }

    .admisn {
        -webkit-box-shadow: 0 2px 20px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 20px 10px rgba(0, 0, 0, 0.25);
    }

    .rightAchiv {
        padding-right: 15px;
        padding-left: 20px;
        margin: 25px 0;
    }

    .programOfferData .accordion-button {
        font-size: 16px;
        padding: 10px 12px 10px 18px;
    }

    .programOfferData .accordion-button:not(.collapsed) {
        padding: 14px 12px 14px 18px;
    }

    .programOfferData .accordion-body {
        padding: 5px 19px 16px;
    }

    .rightAchiv .whyInr h6 {
        font-weight: 700;
        font-size: 18px;
    }

    .flagData h6 {
        font-size: 18px;
    }

    .programOfferData .accordion-button:not(.collapsed)::after,
    .programOfferData .accordion-button::after {
        background-size: 14px;
    }

    .redtik li {
        background-size: 13px;
        padding-left: 22px;
    }

    .programOfferData .accordion {
        gap: 2px;
    }

    .acadmicRight h5 {
        margin-bottom: 20px;
    }

    .keyPoints {
        gap: 30px;
    }

    .whyMatter {
        margin-top: 30px;
    }

    .row {
        margin-left: -8px;
        margin-right: -8px;
    }

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


@media only screen and (max-width: 1200px) {
    .bannerWrapper {
        padding: 70px 0 120px 0;
    }

    .bannerForm {
        width: 340px;
    }

    .bannerData {
        width: 55%;
    }

    .admisn {
        padding: 30px;
        gap: 20px;
    }

    .admisn h5 {
        font-size: 20px;
    }

    .admisn .btn {
        font-size: 16px;
        width: 230px;
    }

    .admisnWrapper {
        top: -56px;
    }

    .highlights {
        padding-top: 90px !important;
    }

    .admisn .btn img {
        width: 18px;
    }

    .bannerData h5 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .bannerData h2 {
        font-size: 54px;
        margin-bottom: 12px;
    }

    .bannerData p {
        line-height: 32px;
        font-size: 18px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        padding: 7px 0;
    }

    .navbar .navbar-nav {
        padding: 10px 0 15px;
        margin-top: 10px;
        border-top: 1px solid #ddd;
    }

    .nav-item .btn {
        margin-top: 13px;
        margin-left: 0px;
    }

    .navbar-nav .nav-item:last-child .btn {
        margin-left: 0 !important;
    }

    .wrapper section,
    .programOfferData {
        padding: 45px 0;
    }

    .leftAchiv {
        padding-top: 45px;
    }

    section.programOffer {
        padding: 0;
    }

    .logoSlider section {
        padding: 0;
    }

    .highlights .row {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 5px;
    }

    .highlights .row .col-md-4 {
        flex: 0 0 auto;
        width: 298px;
        min-width: 298px;
    }

    .sideBar {
        width: 600px;
    }

}

@media only screen and (max-width: 992px) {
    .bannerWrapper {
        flex-direction: column;
        gap: 40px;
    }

    .bannerData {
        width: 100%;
        text-align: center;
    }

    .nav-item .btn {
        padding: 10px 20px !important;
    }

    header {
        background: rgb(22, 16, 19);
        background: linear-gradient(90deg, rgba(22, 16, 19, 0.92) 0%, rgba(22, 16, 19, 0.25) 100%);
    }

    .wrapper h4.mainHeading {
        font-size: 23px;
    }

    .wrapper h2 {
        font-size: 34px;
    }

    .whiteBox {
        padding: 20px;
    }

    .wrapper h6 {
        font-size: 18px;
    }

    .eligibilityTabs h6 {
        font-size: 24px;
    }

    .admisn {
        flex-direction: column;
    }

    .highlights {
        padding-top: 130px !important;
    }

    .admisn .btn {
        padding: 8px 16px;
    }

    .bannerData h2 {
        font-size: 46px;
    }

    .bannerData p {
        line-height: 28px;
        font-size: 17px;
    }

    .logoSlider {
        padding-top: 12px;
    }

    .highlights .btn.linkText {
        color: #AC004E;
    }

    .eligibilityTabs {
        flex-direction: column;
    }

    .eligibilityTabs .tab-content {
        margin: 20px 0 0;
    }

    .eligibilityTabs .nav.nav-tabs {
        flex-direction: row;
    }

    .eligiblDiv .nav-link {
        min-width: auto;
    }

    .eligiblDiv .nav-link.active::after {
        content: "";
        height: 20px;
        width: 2px;
        right: 50%;
        top: 100%;
        margin-left: -1px;
    }

    .bg-img-about {
        width: 350px;
    }

    .sideBar {
        padding: 24px 20px 10px;
        max-width: 100%;
    }

    .desktopView {
        display: none;
    }

    .whyMatter .imgOutDiv {
        display: none;
    }

    .acadamicPara {
        padding-right: 0;
    }

    .whyMatter {
        width: 100%;
        padding: 20px;
    }

    .acadmicRight {
        padding-left: 5px;
    }

    .footerWrapper {
        padding: 45px 0;
    }

    .footerWrapper {
        align-items: flex-start;
        gap: 40px;
        flex-direction: column;
    }

    .footerWrapper {
        gap: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .admisn .btn {
        width: 222px;
    }

    .wrapper h4.mainHeading {
        font-size: 21px;
    }

    .wrapper h2 {
        font-size: 30px;
    }

    .interships .minHeight {
        min-height: auto;
    }

    .interships .whiteBox .gadientBg {
        margin-top: 8px;
    }

    .interships .whiteBox .gadientBg,
    .multiDiv {
        padding: 12px 19px;
    }

    .aboutText {
        margin-top: 30px;
    }

    h2.subHeading {
        margin-bottom: 10px;
    }

    .btnTopSpace {
        margin-top: 30px;
    }

    .achiv-bg {
        height: 260px;
        width: 100%;
    }

    .eligibilityTabs h6 {
        font-size: 22px;
    }

    .rightAchiv {
        background: #fff;
        border-radius: 12px;
        padding: 10px 20px 0;
        margin-bottom: 45px;
    }

    .col-md-6.flexDisplay {
        display: none;
    }

    .acadamicPara {
        padding-right: 0;
    }

    .whyMatter {
        margin: 20px 0 30px;
        padding-right: 20px;
    }

    .flag {
        height: 56px;
        width: 56px;
    }

    .acadmicRight {
        padding-left: 0;
    }

    .imgOutDiv {
        display: none;
    }

    .whyMatter {
        width: 100%;
    }

    .wrapper h5 {
        font-size: 20px;
    }

    .keyPoints {
        gap: 20px;
    }

    .keyPointInner {
        gap: 15px;
    }

    .wrapper h4 {
        font-size: 20px;
    }

    .gadientBg {
        width: 100%;
        flex-direction: column;
    }

    .interships .whiteBox .gadientBg {
        gap: 7px;
    }

    .placementSec .row,
    .whyChoose .row {
        gap: 18px;
    }

    .placementSec .whiteBox {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .students {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bannerData h2 {
        font-size: 45px;
    }

    .bannerWrapper {
        gap: 30px;
        padding: 52px 0 105px 0;
    }

    .user-text {
        text-align: center;
        width: 100%;
    }

    .whyChoose .whiteBox {
        text-align: center;
        width: 100%;
    }

    .placementSec .user-img {
        width: 100px;
        height: 100px;
    }

    .placementDataInner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .modal-body .placementDataInner {
        margin-bottom: 2px;
    }

    .placementSec .multiDiv p:first-child {
        margin-bottom: 5px;
    }

    .students .user-text h6 {
        margin-bottom: 15px;
    }

    .user-text h6 {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .placementSec .row {
        padding-top: 10px;
    }

    .interships .row {
        gap: 20px;
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .highlights .whiteBox {
        margin-top: 5px;
    }

    .boxSpacing,
    .eligibilityTabs .tab-content,
    .whyMatter {
        padding: 20px;
    }

    .rightAchiv {
        margin-top: 15px;
    }

    .navbar-brand img {
        width: 210px;
    }

    .videoTestimonials .container {
        padding: 0 !important;
    }

    .videoTestimonials .carousel-control-prev {
        width: 32px;
        text-align: center;
    }

    .videoTestimonials .carousel-control-next {
        width: 32px;
        text-align: center;
    }

    .videoTestimonials .carousel {
        padding: 0 40px;
    }

    .videoDiv iframe {
        height: 252px;
    }

    .studentsList .students {
        gap: 14px;
        flex-direction: row;
    }

    .studentsList .students .user-img {
        width: 70px;
        height: 70px;
    }

    .studentsList .user-text {
        text-align: left;
    }

    .studentsList {
        padding-bottom: 0;
    }

    .studentsList .students {
        margin-bottom: 10px;
    }

    .placedAt {
        margin-bottom: 6px;
    }

    .bg-top {
        width: 30%;
    }

    .bg-btm {
        bottom: -92px;
        width: 42%;
    }

    .rightGaphic {
        height: 300px;
        width: 300px;
    }

    footer {
        padding: 35px 0;
        font-size: 13px;
    }

    .whyChoose .container {
        padding-top: 5px;
    }

    .wrapper section.placementSec section {
        background-size: 960px;
    }

    .desktopView {
        display: none;
    }

    .footLogo img {
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 650px) {
    .bannerData h2 {
        font-size: 32px;
    }

    .bannerData h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .bannerData p {
        line-height: 23px;
        font-size: 15px;
    }

    .btnOut {
        display: flex;
        gap: 18px;
        flex-direction: column;
    }

    .highlights {
        padding-top: 158px !important;
    }

    .bg-img-about {
        top: -91px;
        left: -40px;
        width: 300px;
    }

    .admisn h5 {
        margin-right: 0;
    }

    .admisn {
        padding: 20px;
    }

    .eligiblDiv .nav-link {
        padding: 10px 14px;
        font-size: 15px;
    }

    .eligibilityTabs .nav.nav-tabs {
        gap: 3px;
        overflow: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding-bottom: 5px;
    }

    .eligiblDiv .nav-link.active::after {
        display: none;
    }

    .wrapper h4.mainHeading {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .wrapper h2 {
        font-size: 26px;
    }

    .highlights .row .col-md-4:first-child .whiteBox {
        margin-top: 5px !important;
    }

    .eligibilityTabs {
        padding-top: 5px;
    }

    .videoDiv iframe {
        height: 185px;
    }

    .rightGaphic {
        height: 200px;
        width: 200px;
        right: -60px;
        bottom: -60px;
    }

    .gallaryBox {
        width: 290px;
        min-width: 290px;
    }

    .gallaryWrapper {
        gap: 15px;
    }

    .modal-body {
        padding: 2px 20px 20px;
    }

    .placementSec .modal-dialog {
        margin: 10px 3% 10px 4.2%;
    }

    .desktopView {
        display: none;
    }

    .siteBtn {
        right: 0;
        top: auto;
        transform: rotate(0deg);
        width: 100%;
        margin-top: 0;
        border-radius: 0 !important;
        bottom: 0;
    }

    footer {
        padding: 30px 0 65px;
    }

}

@media only screen and (max-width: 479px) {
    body {
        font-size: 15px;
        line-height: 22px;
        color: #000;
    }

    .achicMob {
        display: block;
    }

    .achicDesk {
        display: none;
    }

    .admisn h5 {
        font-size: 19px;
    }

    .rightAchiv .whyInr {
        padding: 12px 0;
    }

    .iconDiv {
        margin-right: 12px;
        height: 29px;
        width: 22px;
        background: #fff;
    }

    .rightAchiv .whyInr h6 {
        font-size: 16px;
    }

    .flagData h6 {
        font-size: 17px !important;
    }

    h2.subHeading {
        margin-bottom: 15px;
    }

    .wrapper h4 {
        font-size: 18px;
    }

    .btn {
        padding: 8px 18px;
        font-size: 15px;
    }

    .videoDiv iframe {
        height: 170px;
    }

    .flag {
        height: 32px;
        width: 40px;
        border: 0px none;
        padding: 0;
    }

    .desktopView {
        display: none;
    }
}