:root {
    --primary-font1: 'Montserrat', sans-serif;
    --primary-font2: 'Roboto', sans-serif;
    --primary-font3: 'Roboto Condensed', sans-serif;
    --primary-font4: 'Roboto Slab', serif;
}

body {
    font-family: var(--primary-font2);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
    margin: 0;
}

figure {
    margin: 0;
}

p,
li,
a {
    font: normal 14px/21px Roboto;
    padding-bottom: 10px;
}

span {
    font: normal 14px/21px Roboto;
}

@media (min-width: 1920px) {
    .container {
        max-width: 1390px;
    }
}

.about-kle p em {
    color: #000;
    font-weight: 400;
}


/* mega-menu-start */
/*
.mega-menu-content {
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #303030;
    top: 0%;
    padding: 150px 20px 30px 40px;
    display: none;
    opacity: 1;
    z-index: -1;
    height: 100vh;
}

.mega-menu:hover .mega-menu-content {
    display: block;
}


.mega-right-content {
    padding: 10px 0px 40px 30px;
}

.mega-lt-content {
    margin-bottom: 30px;
}

.mega-lt-content h3 {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.mega-lt-content ul {
    border-bottom: 1px solid #70707052;
    padding: 20px 0px 20px 20px;
    margin: 15px 0px;
    display: flex;
    row-gap: 1rem;
    border-top: 1px solid #70707052;
    flex-direction: column;
}

.mega-lb-content ul {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.mega-rb-content ul {
    margin: 20px 0px;
    display: grid;
    grid-template-columns: 50% 50%;
    flex-direction: row;
} */

.acdm_program_imp .mega-rb-content ul {
    grid-template-columns: 100%;
}

.mega-rb-content ul li {
    margin-bottom: .5rem;
}

.navbar-links .mega-menu-content li a {
    font-size: unset;
    color: default;
    font-weight: unset;
    padding-bottom: 0.8rem;
}

.navbar-links .mega-menu-content .mega-lt-content li a {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: var(--primary-font1);
    border: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-links .mega-menu-content .mega-lt-content li a:after {
    content: "\f105";
    font: var(--fa-font-solid);
    margin-left: 1rem;
}
.navbar-links .mega-menu-content .mega-lt-content li a:hover {
    color: #FFD500;
}

.navbar-links .mega-menu-content .mega-lt-content li a.active {
    color: #FFD500;
}

.navbar-links .mega-menu-content .mega-lt-content li p {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 200;
}

.our-recuiters .view-course.view-research {
    padding: 1px 0px 0px 40px;
}

.navbar-links .mega-menu-content .mega-lb-content li a {
    font-size: 18px;
    color: #FFFFFF;
    border: none;
}

.navbar-links .mega-menu-content .mega-lb-content li a:hover {
    color: #FFD500;
}

.navbar-links .mega-menu-content .mega-rb-content li a {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: normal;
    border: none;
    padding-left: 0;
}

.navbar-links .mega-menu-content .mega-rb-content li a:hover {
    color: #FFD500;
}

.navbar-links .mega-menu-content .mega-rt-content h3 {
    font-size: 18px;
    color: #7893DF;
    font-family: var(--primary-font1);
    font-weight: 700;
    margin-top: 15px;
}



/* mega-menu-end */


/* header-end */


/* bannner-start */

.banner-side-pannel {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    width: 540px;
    background: rgb(0 0 0 / 45%);
    gap: 123px;
    bottom: 0;
}

.pannel-info h2 {
    font-size: 46px;
    font-family: var(--primary-font1);
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 46px;
}

.pannel-info p {
    font-size: 15px;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 400;
    margin-bottom: 25px;
}

.info-grade-l {
    background: #FFD500;
    border-radius: 10px;
    position: relative;
    padding: 15px 20px 15px;
    margin: 0px 0px 0px 0px;
    width: 79%;
}

.info-grade-l p {
    font-size: 12px;
    color: #333333;
    font-weight: 400;
    margin: 0;
}

.info-grade-l h2 {
    font-size: 20px;
    color: #333333;
    font-family: var(--primary-font4);
    font-weight: 700;
    margin: 0;
    line-height: 22px;
}

.info-grade-r {
    background: #B23A3A;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
}

.banner-content {
    padding: 0px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.info-grade-r h3 {
    font-size: 38px;
    font-family: var(--primary-font4);
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
}

.info-grade-r h3 span {
    font-size: 15px;
    display: block;
}

.home_title {
    position: absolute;
    left: 0;
    right: 0;
    padding: 70px 0;
    text-align: center;
    z-index: 2;
}

.home_title h2 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}


/* banner-end */
.breadcrumbs-sec .row {
    align-items: center;
}
.breadcrumbs-sec {
    padding: 130px 0 20px;
    background: #fff;
    border-bottom: 2px solid rgb(0 0 0 / 8%);
}

.breadcrumbs-sec h1 {
    color: var(--primary-color1);
    font: bold 26px/36px Montserrat;
    font-family: var(--primary-font1);
}

.breadcrumbs-sec ul {
    display: var(--flex);
    justify-content: flex-end;
}

.breadcrumbs-sec li {
    width: auto;
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0;
}

.breadcrumbs-sec li a {
    font-size: 14px!important;
    color: var(--primary-color2);
    flex-wrap: wrap;
    padding-bottom: 0;
}

.breadcrumbs-sec li img {
    padding: 0px 15px;
}


/* home-pannel-1-start  */

section.home-pannel-1 {
    background: #F6F6F6;
    padding: 100px 0 110px;
}

section.home-pannel-1 .college-names {
    padding-right: 78px;
}

.course-choose {
    background: #FFFFFF;
    box-shadow: 0px 21px 20px #00000003;
}

.course-choose h3 {
    font: bold 144px/173px var(--primary-font3);
    letter-spacing: -4.9px;
    color: #FFD500;
    letter-spacing: -4.9px;
    font-weight: 700;
    line-height: 110px;
}

.course-choose p {
    font-size: 18px;
    color: #333333;
    font-family: var(--primary-font1);
    font-weight: 600;
    line-height: 23px;
}

.study-with {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.study-with h1 {
    font-size: 72px;
    color: #B6081D;
    font-family: var(--primary-font1);
    font-weight: 800;
}

.study-with blockquote {
    font-size: 30px;
    color: #333333;
    font-family: var(--primary-font1);
    font-weight: 300;
    line-height: 35px;
    padding: 16px 0 25px;
}

.college-names {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.college-names h4 {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    font-family: var(--primary-font1);
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
}

.college-names h4 a {
    color: #333333;
}

.college-names h4 a:hover {
    color: #B6081D;
}

.college-names p {
    font-size: 21px;
    color: #B6081D;
    font-family: var(--primary-font1);
    font-weight: 600;
}

.college-names p a {
    color: #B6081D;
}

.admissions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0px;
}

.home-pannel-1 .apply-now {
    margin-left: 15px;
}

.admissions ul {
    display: flex;
    align-items: center;
    background: #404040;
    border-radius: 31px;
    box-shadow: 0px 10px 7px #00000012;
}

.admissions ul li:nth-child(2)::before {
    position: unset;
}

.admissions ul li::before {
    position: absolute;
    content: "";
    background: #FFFFFF;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.admissions ul li a:hover {
    color: #FFD500;
}

.apply-now {
    margin-left: 20px;
}

.apply-now a {
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.9px;
    font-weight: 600;
    font-family: var(--primary-font1);
    padding: 18px 60px 18px 30px;
    border-radius: 31px;
    box-shadow: 0px 10px 7px #00000012;
    background: #42517D;
    display: block;
    position: relative;
}

.apply-now a::before {
    position: absolute;
    content: "";
    right: 30px;
    top: 50%;
    transform: translate(0%, -50%);
    background: url('../images/arrow-icon.svg');
    color: black;
    width: 8px;
    height: 15px;
}

section.home-pannel-1 .row {
    row-gap: 4rem;
}

.course-choose {
    background: #FFFFFF;
    margin-right: 50px;
    padding: 35px 65px 55px 40px;
    box-shadow: 0px 21px 20px #00000003;
    max-width: 366px;
    height: auto;
}




.college-names a h4:hover {
    color: #B6081D;
}


/* home-pannel-1-end */


/* home-pannel-2-start */

.salary-package {
    background: #FFFFFF;
    padding: 45px;
}

.salary-package h3 {
    font-size: 16px;
    color: #333333;
    font-family: var(--primary-font1);
}

.salary-package p {
    font-size: 144px;
    line-height: 173px;
    color: #7893DF;
    font-family: var(--primary-font3);
    letter-spacing: -4.9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.salary-package p span {
    font-size: 43px;
    color: #333333;
    font-family: var(--primary-font1);
    font-weight: normal;
    letter-spacing: 0px;
}

.our-recruiters {
    background: #FFFFFF;
    padding: 40px 20px 30px 53px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.our-recruiters h3 {
    font-size: 22px;
    color: #333333;
    font-family: var(--primary-font1);
    font-weight: 600;
    -webkit-font-smoothing: auto;
}

.home-pannel-2 .item figure {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.placements-pannel {
    position: absolute;
    top: 31%;
    width: 610px;
}

.placements-pannel .row {
    gap: 70px;
}

.placements-pannel blockquote {
    font-size: 36px;
    color: #FFFFFF;
    font-family: var(--primary-font1);
    font-weight: 300;
    font-style: italic;
    line-height: 46px;
    text-align: right;
    margin-bottom: 40px;
}

.placements-pannel p {
    font-size: 18px;
    color: #FFFFFF;
    font-family: var(--primary-font1);
    font-weight: 700;
    text-align: right;
}

.placements-pannel h2 {
    text-align: center;
    color: #FFFFFF;
    font-family: var(--primary-font1);
    font-weight: 700;
}

.our-recruiters-pannel {
    position: absolute;
    bottom: 8%;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.our-recruiters-pannel .row {
    row-gap: 2rem;
}

.home-pannel-2 {
    position: relative;
    background: #F6F6F6;
    padding-bottom: 230px;
}

.placement-cell ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.placement-cell ul li {
    padding: 5px 25px;
    position: relative;
}

.placement-cell ul li:first-child::before {
    position: unset;
}

.placement-cell ul li:last-child {
    padding-right: 0;
}

.placement-cell ul li a {
    font-size: 21px;
    color: #000000;
    font-family: var(--primary-font1);
    display: block;
    font-weight: normal;
}

.placement-cell ul li a:hover {
    color: #B6081D;
}

.placement-cell ul li::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* home-pannel-2-end */


/* home-pannel-3-start */

.research-pannel-left-1 h3 {
    font-size: 38px;
    line-height: 57px;
    color: #B6081D;
    font-family: var(--primary-font1);
    font-weight: 700;
    margin-bottom: 30px;
}

.research-pannel-left-1 p {
    font-size: 28px;
    color: #333333;
    font-family: var(--primary-font1);
    font-weight: 300;
    line-height: 38px;
}

.research-pannel-left-1 p span {
    font-weight: 500;
}

.research-pannel-left-2 {
    padding-bottom: 30px;
}

.research-pannel-left-2 h3 {
    font-size: 117px;
    font-family: var(--primary-font3);
    color: #FFD500;
    letter-spacing: -4.9px;
    font-weight: 700;
    line-height: 140px;
}

.research-pannel-left-2 p {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-family: var(--primary-font1);
    font-weight: 500;
}

.research-pannel-bottom h3 {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-family: var(--primary-font1);
    font-weight: 500;
    margin-bottom: 34px;
}

.research-pannel-bottom ul {
    display: flex;
    align-items: center;
}

.research-pannel-bottom ul li:first-child {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
    width: 32%;
}

.research-pannel-bottom ul li:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
    padding-left: 40px;
    border-left: 5px solid #B6081D;
    width: 30%;
}

.research-pannel-bottom ul li:nth-child(3) {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
    border-left: 5px solid #42517D;
    padding-left: 40px;
    width: 30%;
}

.research-pannel-bottom ul li span {
    display: block;
}

.research-shadow.department .funded-projects {
    position: absolute;
    bottom: 24%;
    left: 40px;
    width: 50%;
    z-index: 9;
}

.funded-projects p {
    display: inline-block;
    background: #FFD500;
    padding: 10px 0px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-style: italic;
    margin-bottom: 15px;
}

.funded-projects blockquote {
    font-size: 26px;
    color: #FFFFFF;
    font-family: var(--primary-font1);
    font-weight: 300;
    line-height: 32px;
    padding-right: 43px;
}

section.home-pannel-3.college-cet-p-2.cet_reserch .container {
    position: relative;
}

.research-pannel-right .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.research_pannel_cet .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* .home-pannel-3 .container {
    max-width: 1640px;
} */

.home-pannel-3 .research-pannel-left-1 {
    padding-left: 60px;
}

.home-pannel-3.college-cet-p-2 .research-pannel-right .research-shadow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.home-pannel-3.college-cet-p-2 .research-pannel-right .research-shadow:before {
    display: none;
}

.cet_research_left_botttom {
    padding: 25px 0px;
    margin-top: 40px;
}


/*
.research-pannel .row {
    row-gap: 40px;
} */

.research-pannel-bottom {
    display: flex;
    flex-direction: column;
    padding: 0px 0 0 60px;
}
.research-pannel .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.research-pannel-right {
    margin-top: 41px;
}

.research-pannel {
    position: relative;
    /* padding-bottom: 60px; */
}

.research-pannel .row {
    row-gap: 40px;
}

/* .research-pannel::before {
    position: absolute;
    content: "";
    background: #F6F6F6;
    width: 100%;
    height: 64%;
    bottom: 0;
    left: 0;
    z-index: -1;
} */

.research-shadow {
    position: relative;
}

.research-shadow::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(30deg, #000000ad, transparent);
}


/* home-pannel-3-end */


/* home-pannel-4-start */

section.home-pannel-4 {
    padding: 40px 0px 130px;
}

.about-kle h3 {
    font-size: 48px;
    color: #B6081D;
    font-family: var(--primary-font1);
    font-weight: 800;
    text-align: center;
    margin-bottom: 18px;
}

.about-kle p {
    font-size: 24px;
    color: #000000;
    text-align: center;
    font-weight: 300;
}

.kle-ranked figure img {
    width: 100%;
    object-fit: cover;
}

.kle-ranked {
    position: relative;
}

.kle-ranked figure {
    margin-top: 59px;
}

.kle-ranked-inner {
    position: absolute;
    top: 0;
    padding: 0px 50px;
    left: 0;
    height: 100%;
    width: 100%;
}

.kle-ranked-inner .col-md-7 {
    position: relative;
}

.ranked-inner-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.kle-ranked-inner .row {
    height: 100%;
}

.ranked-inner-left .col-md-12 p {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    font-family: var(--primary-font4);
}

.ranked-inner-left .col-md-3 h3 {
    color: #FFD500;
    font: bold 150px/190px var(--primary-font4);
    letter-spacing: -10.35px;
}

.ranked-inner-left .col-md-9 p {
    font: bold 30px/39px var(--primary-font4);
    color: #000000;
    font-family: var(--primary-font4);
}

.ranked-inner-right {
    background: rgba(255, 255, 255, .86);
    height: 100%;
    padding: 63px 43px 18px 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 466px;
    margin-left: auto;
}

.ranked-inner-right figure {
    margin-top: 0;
    margin-bottom: 12px;
}

.ranked-inner-right figure img {
    width: 200px;
}

.ranked-inner-left .col-md-3 {
    padding-right: 0;
}

.ranked-inner-left .col-md-9 {
    padding-left: 0;
}

.ranked-inner-right h3 {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    font-family: var(--primary-font1);
    font-weight: 600;
    margin-bottom: 42px;
}

.ranked-inner-right p {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 32px;
}

.about-kle-bottom {
    margin-top: 68px;
}

.about-kle-bottom blockquote {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 80px;
    line-height: 28px;
    max-width: 1210px;
    margin: auto;
}

.about-kle-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 62px;
}

.about-kle-bottom ul li {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    font-family: var(--primary-font1);
    font-weight: 600;
}

.about-kle-bottom ul li:first-child {
    padding-right: 50px;
    border-right: 1px solid black;
    line-height: 30px;
}

.ranked-inner-left .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/* home-pannel-4-end */


/* home-pannel-5-start */

.happening-heading h3 {
    font-size: 36px;
    line-height: 36px;
    color: #B6081D;
    font-family: var(--primary-font1);
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.happening-heading p {
    font: 300 24px/33px var(--primary-font1);
    color: #000000;
    text-align: center;
    padding: 10px 0 50px;
}

.happening-b-date {
    position: absolute;
    width: 443px;
    background: #FFFFFF;
    border-radius: 10px;
    bottom: 19px;
    left: 23px;
    padding: 39px;
}

.happening-b-date h4 {
    color: #000000;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 34px;
    font-family: var(--primary-font2);
    font-weight: 300;
    max-width: 55px;
}

.happening-b-date h4 span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #FFA200;
    padding-bottom: 10px;
}

.happening-b-date.happening-bs-date h4 span {
    border-bottom: 1px solid #42517D;
}

.happening-b-date p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #333;
}

.happening-s-date {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    right: 0;
    display: flex;
    padding: 0 30px;
    align-items: center;
}

.happening-s-date h4 {
    font-size: 36px;
    line-height: 34px;
    color: #FFFFFF;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    width: 25%;
}

.happening-s-date h4 span {
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
}

.happening-s-date p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    width: 75%;
}

.happening-big-img {
    position: relative;
}

.happening-small-img {
    position: relative;
}

section.home-pannel-5 {
    overflow: hidden;
}

.home-pannel-5 .container1824 {
    max-width: 95%;
    margin: auto;
}

.home-pannel-5 .container1824 .kle-happenings .row.gx-lg-5 {
    --bs-gutter-x: 21px;
}

.kle-happenings .col-md-6:nth-child(2) .col-md-12 .happening-big-img {
    margin-top: 0px;
}


/* home-pannel-5-end */


/* Testimonials-start */

.testimonial-detail {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 90px;
    padding-bottom: 20px;
}

.testimonials-carousel.cet .owl-dots {
    position: absolute;
    left: 46%;
    bottom: 0px;
}

.card .card-header {
    display: none;
}

.testimonial-detail h3 {
    font-size: 40px;
    color: #000000;
    font-family: var(--primary-font1);
    font-weight: 900;
}

.testimonial-detail blockquote {
    font-size: 28px;
    line-height: 42px;
    color: #333333;
    font-family: var(--primary-font1);
    font-weight: 300;
    font-style: italic;
    padding: 0;
    margin-bottom: 83px;
}

.testimonial-detail ul li:first-child {
    font-size: 24px;
    line-height: 42px;
    color: #333333;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.testimonial-detail ul li:last-child {
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}

.testimonial-detail ul li:last-child span {
    font-style: italic;
    display: block;
}

.owl-carousel.testimonials-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.kle-testimonials {
    max-width: 90%;
    margin: auto;
    padding: 75px 0 110px;
    position: relative;
    /* margin-top: 90px; */
}

.kle-testimonials::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    background: #F6F6F6;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cet-facilities-bt {
    position: relative;
}

.research-shadow.department:after,
.cet-facilities-bt:after {
    content: "";
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, transparent, #000000);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.8;
}

.cet-facilities-bt.right-img:after {
    width: 671px;
}

.research-shadow.department:after {
    height: 15%;
}


/* Testimonials-end */


/* footer-start */

.footer {
    background: #232323;
}

.footer-links h3 {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
}

.footer-links h3 a {
    color: #FFFFFF;
}

.footer-links ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    font-weight: 300;
}

.Sub-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Sub-newsletter p {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
}

.Sub-newsletter input {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    position: relative;
    padding: 3px 10px;
}

.Sub-newsletter blockquote {
    position: relative;
}

.Sub-newsletter blockquote::before {
    position: absolute;
    content: "";
    right: 5%;
    top: 50%;
    transform: translate(0%, -50%);
    background: url('../images/arrow-b-icon.svg');
    color: black;
    width: 9px;
    height: 15px;
    z-index: 1;
}
.footer-btn {
    position: absolute;
    right: 4%;
    top: 20%;
    font-size: 0;
    padding: 1rem;
    z-index: 99;
}

.social-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 20px;
}

.social-icon p {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    padding-bottom: 0;
}

.social-icon ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.copyright {
    display: flex;
    flex-direction: column;
}

.copyright p,
.copyright a {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: normal;
}

.copyright a:hover,
.footer-links ul li a:hover {
    color: #FFD500;
}

.footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 21%);
    padding: 50px 0px;
}

.footer-top .row {
    row-gap: 2rem;
}

.footer-top {
    padding: 70px 0px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


/* footer-end */

section.home-pannel-2 .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 275px;
    left: -172px;
    right: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFCC00;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: rgb(191 191 191 / 40%);
}

.research-pannel .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.happening-small-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(249, 253, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.kle-testimonials .owl-carousel .owl-dots {
    margin-top: 0;
}
.happening-small-img a img {
    height: 250px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

/* .kle-testimonials .owl-dots {
    margin-top: -15px !important;
} */

.view-course a:hover {
    color: #B6081D;
}

.kle-testimonials h3 {
    font-size: 48px;
    line-height: 48px;
    color: #000000;
    font-family: var(--primary-font1);
    font-weight: bold;
}

.kle-testimonials .testimonial-img {
    width: 100%;
    height: auto;
    /* text-align: right;
    float: right; */
    padding-left: 60px;
}

.kle-testimonials .owl-carousel.owl-theme.testimonials-carousel.owl-loaded.owl-drag {
    margin-top: -40px;
    padding-right: 100px;
}


/*admission css*/

section.admissions-pannel-1.program_panel .student-discover .nav-tabs .nav-link span {
    font-size: 21px;
    font-weight: normal;
    line-height: 36px;
}

section.admissions-pannel-1.program_panel .nav-tabs .nav-link.active {
    color: #000000;
    background: #FFD500;
    position: absolute;
    left: 0;
    transform: translateY(0%);
    width: 100%;
    transition: all .3s ease-out;
    box-shadow: 0px 15px 20px #00000029;
    min-height: 181px;
    margin: 0;
}

section.admissions-pannel-1.program_panel .nav-tabs .nav-link {
    font-size: 30px;
    color: #FFFFFF;
    font-family: var(--primary-font1);
    font-weight: 600;
    border-radius: 0;
    padding: 22px 47px 27px 47px;
    border: 0;
    line-height: 36px;
}

section.admissions-pannel-1.program_panel .student-discover .nav-tabs {
    display: flex;
    align-items: inherit;
    background: #7893DF;
    margin-bottom: 159px;
}

.boxes-list {
    text-align: center;
    padding: 0 55px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
}

.boxes-list img {
    margin-bottom: 20px;
}

.ranked_plist h3 {
    font-size: 150px;
    color: #42517D;
    font-weight: 700;
    line-height: 120px;
    font-family: var(--primary-font3);
    margin-top: 35px;
}

.program-list .col-md-4:last-child .boxes-list {
    text-align: left;
    align-items: flex-start;
    display: flex;
    height: 100%;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.program-list .row {
    align-items: center;
}

.ranked_plist {
    margin-right: 22px;
}

.program-list .col-md-4:last-child .boxes-list p {
    display: inline-block;
    width: 53%;
    vertical-align: top;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    font-size: 16px;
    padding-top: 38px;
    margin-top: 20px;
}

.ranked_plist h4 {
    font-weight: bold;
    color: #000;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: var(--primary-font1);
}

.ranked_plist sup {
    font-size: .45em;
    top: -65px;
}

.boxes-list:after {
    content: "";
    height: 70px;
    background: #ddd;
    width: 1px;
    position: absolute;
    right: 0;
    top: 34%;
}

.program-list .col-md-4:last-child .boxes-list:after {
    display: none;
}


/* ----------academic--program-start--------------- */

.prgram_list_panel2 {
    padding: 85px 0 110px;
    margin: 0px 0 0;
}

.prgram_list_panel2 blockquote {
    font-family: var(--primary-font1);
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 50px;
    text-align: center;
}

.program_menu h3 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    font-family: var(--primary-font1);
    margin: 80px 0px 40px;
}

.program_menu ul {
    grid-template-columns: 1fr 1fr;
    display: grid;
    column-gap: 35px;
    row-gap: 0px;
}

section.admissions-pannel-1.program_panel .program_menu ul li {
    position: relative;
    width: 100%;
    padding: 6px 0;
}

section.admissions-pannel-1.program_panel .program_menu ul li a {
    color: #333333;
    display: block;
    border-bottom: 1px solid #D1D1D1;
    padding:15px 10px 15px 0px;
    font-size: 16px;
    line-height: 21px;
}

section.admissions-pannel-1.program_panel .program_menu ul li a:after {
    width: 8px;
    height: 10px;
    content: "";
    background: url(../images/path_red.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 25px;
    background-size: contain;
}

section.admissions-pannel-1.program_panel .program_menu ul li a:hover:after {
    background: url(../images/path_grey.svg) no-repeat;
    background-size: contain;
}

.industry_content h2 {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 42px 200px 42px 42px;
    font-family: var(--primary-font1);
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.h-res {
    position: absolute;
    bottom: 0;
    padding: 42px 58px 85px 42px;
}

.h-res p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.program_industry .owl-nav {
    position: absolute;
    bottom: 24px;
    left: 42px;
}

.program_industry .owl-carousel .owl-nav button span {
    background: #000000;
    display: inline-block;
    width: 35px;
    height: 34px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    border-radius: 5px;
    line-height: 30px;
}

section.program_industry {
    padding: 128px 0px 110px 0px;
}


/* ----------academic--program-end--------------- */


/*contact-mail css */

.contact_mail {
    background: #F6F6F6;
    padding: 39px 110px 50px 55px;
    height: 100%;
    position: relative;
    z-index: 3;
}

.contact-us {
    padding: 34px 0 0;
}

.contact-us h2 {
    font-family: var(--primary-font1);
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 36px;
    color: #000;
}

.contact-us p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.contact_mail h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}

.btn-primary {
    padding: 17.36px 0px 19.64px 0px;
}

.contact_mail a {
    display: block;
    margin-bottom: 27px;
    line-height: 30px;
    color: #333;
}

.college-map {
    display: inline-block;
    position: absolute;
    z-index: 3;
    bottom: -76px;
    left: 65px;
}

.campus_img {
    padding-bottom: 121px;
    margin-top: -180px;
}

.campus_img .container {
    max-width: 1503px;
    position: relative;
}

.campus_img img {
    z-index: -1;
    position: relative;
}

.btn-primary {
    width: 100%;
    background: #FFD500;
    border-color: #FFD500;
    border-radius: 30px;
    color: #333333;
    font-weight: bold;
    padding: 10px;
    margin: 30px 0 0;
}

.btn.btn-primary.back_group {
    width: 40%;
}

.menu-item.active .col-md-12 {
    text-align: center;
}

.contact_mail .btn-primary img {
    margin: 0 5px;
}

.btn-primary:hover {
    background: #B6081D;
    border-color: #B6081D;
    color: #fff;
}

.contact_mail a:hover {
    color: #B6081D;
}

.btn.btn-primary.back_group:hover {
    background: #B6081D;
    border-color: #B6081D;
}

.btn.btn-primary.back_group:hover a {
    color: #fff;
}

.contact_mail .btn-primary:hover img {
    filter: invert(1);
}

.college-campuses .col-md-4 {
    position: relative;
}

.college-campuses {
    padding-bottom: 97px;
}

.college-campuses .col-md-4 p em {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.college-campuses .col-md-4 .college-map {
    position: absolute;
    left: 11px;
    bottom: 135px;
}

.college-campuses .col-md-4 p:last-child {
    margin: 121px 0px 0px 0px;
}

.college-campuses h4 {
    font-family: var(--primary-font1);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 26px;
    color: #000;
}

.college-campuses .col-md-4 p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

.enquiry-now {
    background: #F6F6F6;
    padding: 70px 0 150px;
}

.enquiry-now h2 {
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    font-family: var(--primary-font1);
    font-size: 30px;
    line-height: 42px;
}

.enquiry-now .col-md-6 {
    margin-bottom: 30.27px;
    width: 100%;
}

.enquiry-now .col-md-12 {
    margin-bottom: 30.27px;
    grid-column-start: 1;
    grid-column-end: 3;
}

.enquiry-now form {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 7px 10px #00000029;
}

.enquiry-now .form-control {
    border: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    box-shadow: inherit;
    padding: 0 0 10.2px;
    line-height: 30px;
}

.button_group .btn-primary {
    width: auto;
    padding: 9px 60px;
    margin: 11px 0 0;
}

.button_group {
    float: right;
    text-align: center;
}

.button_group p {
    font-size: 10px;
    color: #62666A;
}

.enquiry-now .form-control::placeholder {
    color: #C4C4C4;
}

.kle-news-panel2 hr {
    margin-bottom: 0;
}

a.read-more {
    position: absolute;
    bottom: 50px;
    left: 50px;
}


/* footer-end */


/* 12-oct */

.mega-right-content.active-item2 {
    display: none;
}

.mega-right-content.active-item3 {
    display: none;
}

.program-list.program-list-ranking {
    padding: 0px;
    margin-bottom: 84px;
}

.program-list.program-list-ranking .boxes-list {
    position: unset;
    background: #F6F6F6;
    height: 100%;
    min-height: 300px;
    padding: 41px 62px 70px 62px;
    box-shadow: 0px 7px 10px #00000014;
}

.program-list.program-list-ranking .col-md-5 .boxes-list {
    display: flex;
    align-items: center;
    padding: 59px 62px 88px 71px;
    gap: 22px;
}

.program-list.program-list-ranking .col-md-5 .boxes-list p {
    color: #000000;
    text-align: left;
    margin-top: 55px;
    width: 64%;
    font-family: var(--primary-font3);
    font-size: 24px;
    font-weight: 100;
}

.program-list.program-list-ranking .boxes-list p {
    color: #333333;
    font-weight: 500;
    line-height: 24px;
    font-size: 17px;
}

.program-list.program-list-ranking .col-md-5 .boxes-list .ranked_plist {
    margin: 0;
}

.enroll-now.enroll-now-s a::before {
    z-index: 1;
    left: 90%;
}

.financial-aid .aid_4 p {
    width: auto;
}

.col-md-12 .happening-big-img {
    margin-top: 21px;
    margin-bottom: 0px;
    height: 540px;
}
.col-md-12  .happening-big-img img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.kle-happenings .col-md-6:nth-child(2) .col-md-12 {
    margin-bottom: 21px;
    margin-top: 0px;
}

.kle-happenings .col-md-6:nth-child(2) .col-md-12 .happening-big-img {
    margin-top: 0px;
}

header.header.sticky:after {
    display: none;
}

.header.inner-header nav.navbar {
    padding: 40px 15px 30px;
}

.header.inner-header.sticky nav.navbar {
    padding: 40px 15px 15px;
}

.header.inner-header.sticky {
    transform: translate(0px, -28px);
}

.admissions ul li:nth-child(1)::before {
    display: none;
}

.testimonial_tab .nav-item p {
    font-size: 18px;
    line-height: 36px;
    padding: 12px;
    cursor: pointer;
}

.testimonial_tab .nav-item:last-child p {
    padding-right: 0;
}

.testimonial_tab .nav {
    justify-content: end;
    border-bottom: none;
}

.testimonial_tab .nav-item p.active {
    position: relative;
    font-weight: 500;
}

.testimonial_tab .nav-item p.active:before {
    content: "";
    width: 70%;
    height: 1px;
    background: #7893DF;
    position: absolute;
    bottom: 6px;
    left: 10px;
}
/*---UI14041994-24-06-2023-start--*/
.footer-top .footer-links.quick_links ul{display: grid;grid-template-columns: 1fr;}

/*---UI14041994-24-06-2023-end--*/
@media only screen and (max-width: 1649px) {
    .contact-pannel ul {
        width: 469px;
    }
    .contact-pannel ul li {
        font-size: 15px;
        padding: 4px 0px 4px 0px;
    }
    .navbar-logo {
        width: 25%;
    }
}


/* @media only screen and (max-width: 1280px) {

} */

@media only screen and (max-width: 1399px) {
    .navbar-links .mega-menu-content .mega-rb-content li a {
        font-size: 15px;
    }
    .navbar-links {
        gap: 13px;
    }
    nav.navbar {
        padding: 28px 30px 12px;
    }
    .contact-pannel ul {
        width: 430px;
    }
    .contact-pannel ul li {
        font-size: 14px;
        padding: 4px 0px 4px 0px;
    }
    .navbar-item {
        width: 75%;
    }
    .navbar-links .mega-menu-content .mega-lt-content li a {
        font-size: 14px;
    }
    .navbar-links .mega-menu-content .mega-lt-content li p {
        font-size: 13px;
    }
    .mega-lt-content h3 {
        font-size: 16px;
    }
    .navbar-links .mega-menu-content .mega-lb-content li a {
        font-size: 16px;
    }
    .menu-top-links h3 {
        font-size: 16px;
    }
    .menu-top-links li p {
        font-size: 13px;
    }
    .menu-top-links li a {
        font-size: 16px;
    }
    .menu-bottom-links ul li a {
        font-size: 16px;
        line-height: 30px;
    }
    .menu-item .col-md-7 .row .col-md-4:nth-child(2) .menu-top-links {
        padding: 0px 25px;
    }
    .menu-item .col-md-7 .row .col-md-4:nth-child(3) .menu-top-links {
        padding: 0px 0px 0px 50px;
    }
    .menu-item .col-md-7 .row .col-md-4:nth-child(5) .menu-bottom-links {
        padding: 0px 25px;
    }
    .menu-item .col-md-7 .row .col-md-4:nth-child(6) .menu-bottom-links {
        padding: 0px 0px 0px 50px;
    }
    .financial-aid .aid_4 .aid_4_bottom p {
        width: 100%;
    }
    .aid_5 {
        margin-top: 100px;
    }
    .faculties-detail-page::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 89%;
        background: #fff;
        z-index: -1;
    }
    .banner-content {
        margin-top: 45px;
    }
}

.our-recruiters .owl-carousel .owl-item img {
    width: auto;
}

.mobile-recognition,
.mobile-ranked,
.mobile-footer {
    display: none;
}


/*mobile menu css*/

.mobile-notice-panel {
    display: block;
    text-align: left;
    position: fixed;
    top: 0px;
    background: #202020;
    width: 100%;
    height: 100vh;
    left: 0;
    padding: 45px 0 72px;
    transform: translateY(100%);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-size: cover;
    z-index: 0;
    overflow-y: scroll;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
}

.mobile-notice-panel.show {
    transform: translateY(0px);
}

.mobile-services {
    display: none;
    position: fixed;
    bottom: 0;
    background-image: linear-gradient(180deg, #3C3C3C, #252525);
    width: 100%;
    z-index: 9999;
}

.mobile_menu_list ul {
    margin: 0px;
    padding: 0;
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    background: #202020;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile_menu_list ul li {
    width: 25%;
    display: inline-block;
    text-align: center;
    padding: 14px 6px;
    vertical-align: text-bottom;
}

.mobile_menu_list li.active {
    background: #2D2D2D;
}

.mobile_menu_list ul li a {
    font-size: .85rem;
    color: #c3c3c3;
    text-decoration: none;
    padding: 0;
}

.mobile_menu_list ul li img {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.mobile_menu_list ul li p {
    margin: 0px;
    color: #d4d4d4;
    font-size: 12px;
}

.help-suppoert-panel {
    display: block;
    text-align: left;
    position: fixed;
    top: 0px;
    background: #2D2D2D;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 25px 0 170px;
    transform: translateY(100%);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-size: cover;
    z-index: 9;
    overflow-y: scroll;
    max-height: 100%;
}

.help-suppoert-panel.show {
    transform: translateY(0px);
}

.appointment-panel {
    display: block;
    text-align: left;
    position: fixed;
    top: 0px;
    background: #2D2D2D;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 70px 0 170px;
    transform: translateY(100%);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-size: cover;
    z-index: 9;
    overflow-y: auto;
    max-height: 100%;
}

.appointment-panel.show {
    transform: translateY(0px);
}

.call-panel {
    display: block;
    text-align: left;
    position: fixed;
    top: 0px;
    background: #2D2D2D;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 70px 0 70px;
    transform: translateY(100%);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-size: cover;
    z-index: 9;
    overflow-y: scroll;
    max-height: 100%;
}

.call-panel.show {
    transform: translateY(0px);
}

.call_block {
    text-align: center;
    padding: 20px;
    border: 1px solid #7893DF;
    width: 80%;
    margin: auto;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
}

.message_block {
    border: 1px solid #7893DF;
    width: 80%;
    border-radius: 15px;
    margin: auto;
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.call_block li a {
    color: #fff;
    font-size: 24px;
    font-family: var(--primary-font1);
    opacity: .7;
}

.call_block ul {
    padding: 25px;
}

.chat_now_block {
    width: 80%;
    background: #FFD500;
    padding: 15px;
    text-align: center;
    margin: 30px auto;
    border-radius: 30px;
}

.chat_now_block a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--primary-font1);
}

.message_block p a {
    font-family: var(--primary-font1);
    color: #fff;
    font-size: 24px;
    opacity: .7;
}
.call_block ul li {
    padding: 1rem;
}
.block_img {
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    width: 30%;
    background: #2e2e2e;
    margin: auto;
}

a.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

a.close-btn img {
    filter: invert(1);
}

.help_block_panel ul li {
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 20px;
}

.help_block_panel ul li a {
    font-size: 21px;
    color: #fff;
    font-family: var(--primary-font1);
    font-weight: 500;
}

.apply_now_block a {
    width: 49%;
    background: #FFD500;
    padding: 20px 25px;
    border-radius: 50px;
    margin: 30px auto;
    color: #000;
    display: flex;
    justify-content: space-between;
    font-family: var(--primary-font1);
    font-weight: 500;
}

.admission_help h4 {
    text-align: center;
    font-size: 24px;
    color: #7893DF;
    margin-bottom: 50px;
    font-family: var(--primary-font1);
    margin-top: 60px;
    font-weight: 600;
}

.mobile_menu2 {
    padding: 25px 25px 0px;
    background: #2D2D2D;
}
.mobile_menu2 ul li a {
    color: #fff;
}
.mobile_menu3 {
    padding: 0px 25px 30px;
    background: #2D2D2D;
}

.mobile_menu {
    padding: 45px 25px;
}

.mobile-notice-panel li a {
    font-size: 21px;
    color: #fff;
    padding: 15px 0;
    display: block;
    font-family: var(--primary-font1);
    font-weight: 500;
}

.mobile-notice-panel li a:not([href]):not([class]) {
    color: #fff;
}

.mobile_menu2 li a {
    color: #7893DF;
}

.main .accordion {
    max-width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 4rem 0 2rem 0;
}

.main .accordion-item {
    padding: 30px 37px;
    margin: 0;
    overflow: hidden;
    border: none;
    outline: none;
    border-bottom: 5px solid #202020;
    border-radius: 0;
    background: #2D2D2D;
}

.main .accordion-item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    cursor: pointer;
    color: #fff;
    font-size: 23px;
    font-family: var(--primary-font1);
}

.main .accordion-item .title i.fas {
    font-size: 0.9rem;
    color: #454545;
    transform: translateX(-50%) rotate(0);
    transition: transform 0.15s ease;
}

.main .accordion-item .paragraph {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: inherit;
    color: #454545;
    display: none;
    padding: 1rem 0;
}

.main .accordion-item.active1 .title i.fas {
    color: #1a9de1;
    transform: translateX(-50%) rotate(180deg);
}

.main .accordion-item.active1 .paragraph {
    display: block;
}

@media (max-width: 1199px) {
    .navbar-logo a img {
        width: 235px;
    }
    .contact-pannel ul {
        width: 360px;
        padding: 5px 10px;
    }
    .contact-pannel ul li {
        font-size: 12px;
    }
    .navbar-item {
        width: 75%;
        gap: 0px;
    }
    .navbar-links {
        gap: 7px;
    }
    .navbar-links li a {
        font-size: 12px;
    }
    .navbar-links li a {
        padding: 20px 12px;
    }
}

@media only screen and (max-width: 768px) {
    .main .accordion {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        background: #2D2D2D;
        padding: 0px;
    }
}

main.main .container {
    padding: 0px;
}

.accordion h6 {
    color: #7893DF;
    font-size: 18px;
    font-family: var(--primary-font1);
}

.main .accordion ul li a {
    color: #7893DF;
    font-size: 18px;
    display: block;
    border-left: 2px solid #7893DF;
    margin-bottom: 15px;
    padding: 0 18px;
    font-family: var(--primary-font1);
}

.main .accordion ul {
    padding: 20px 0;
}

.accordion-item.active1 .title {
    color: #FFD500;
}

.nest span {
    color: #fff;
    font-size: 24px;
    font-family: var(--primary-font1);
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 2rem;

}
li.active1 .nest span:after {
    content: "\f106";
}
li .nest span:after {
    content: "\f107";
    font: var(--fa-font-solid);
}


/*menuu slide css*/

.component {
    min-height: auto;
    width: 100%;
}

ul.accordion {
    margin: 1% 0;
    padding: 0;
    text-align: left;
    list-style: none;
}

ul.accordion .inner {
    padding-left: 0;
    overflow: hidden;
    display: none;
    list-style: none;
    padding: 20px 0;
}

li p.nest {
    width: 100%;
    display: block;
    margin: 0;
    padding: 1%;
    background: #212121;
    color: white;
    cursor: pointer;
}

.inner li p.nest {
    background: #666;
}

.inner .inner li p.nest {
    background: darkgrey;
}

.component li {
    border-bottom: 1px solid #000;
    padding: 25px 35px;
}

.component li li {
    border: 0;
    padding:15px 20px;
}

.component li ul {
    margin: 0;
    padding: 0;
}
ul.accordion .inner > li > a {
    font-family: var(--primary-font1);
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    padding-bottom: 0;
}
ul.accordion .inner>li>a::before {
    position: absolute;
    left: 0;
    width: 0.3rem;
    height: 2rem;
    background: #fff;
    content: "";
}
.side-menu {
    position: absolute;
    top: 0px;
    background: #eeeeee;
    color: white;
    width: 100%;
    height: 100vh;
    background: transparent;
    background-color: #2D2D2D;
    left: 0;
    z-index: 5;
}

.side-menu ul:not(:first-child) {
    border-top: 1px solid #2D2D2D;
    overflow-y: auto;
    min-height: calc(100% - 58px);
    max-height: calc(100% - 58px);
}

.side-menu ul li a {
    font-family: var(--primary-font1);
}

.show-menu {
    margin-left: 0 !important;
}

.hide {
    margin-left: -100%;
    transition: all 0.8s ease;
}

.show-menu {
    margin-left: 0 !important;
}

.component li a {
    color: #fff;
    font-size: 18px;
    font-family: var(--primary-font1);
}

.side-menu ul:not(:last-child) li:nth-child(1) {
    background: #000;
}
.side-menu ul li {
    border-bottom: 1px solid black;
}
.side-menu ul:not(:last-child) li:nth-child(1) a {
    font-size: 18px;
    font-weight: 600;
}

.side-menu li:nth-child(1) a img {
    margin: 0 15px 0 0;
    width: 0.8rem;
}

ul.accordion li.active1 span {
    color: #FFD500;
}

ul.accordion .inner li.active2 a {
    color: #FFD500;
}

.mobile_menu li a {
    position: relative;
}

.mobile_menu a:not(:only-child)::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 3rem;
    font-weight: 400;
    line-height: 2rem;
    height: 2rem;
    transition: 0.5s;
}

.mobile_menu .active>a:not(:only-child)::after {
    transform: rotate(45deg);
}

.menu-bx-inn ul a {
    font-size: 18px;
    padding: .7rem 2rem;
    font-weight: normal;
}

.mobile_menu .active>a:not(:only-child) {
    color: #7893DF;
    font-weight: 600;
}

.menu-bx-inn .mobile_link2 a {
    padding-left: 2.5rem;
    font-size: 16px;
}


/* 2-nov */

.sub-menu {
    background: #FFD500;
    width: 270px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 90%;
    transition: 0.3s;
    z-index: 1;
}

.drop-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.header.header_in.sticky .sub-menu {
    top: 90%;
}

.sub-menu li {
    padding: 0;
}

.sub-menu li:first-child {
    padding-top: 17px;
}

.navbar-links li .sub-menu a {
    padding: 1rem 2rem;
    font-size: 16px;
    color: #000;
}

.drop-menu1 {
    position: relative;
}

.drop-menu1>a::before {
    background: url(../images/arrow-icon.svg) no-repeat right center;
    height: 10px;
    width: 5px;
    position: absolute;
    right: 10%;
    top: 0px;
    bottom: 0;
    margin: auto;
    content: '';
    filter: invert(1);
    opacity: .7;
    z-index: 1;
}

.sub-menu1 {
    background: #FFD500;
    width: 250px;
    /* padding: 27px 30px; */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 100%;
    transition: 0.3s;
    z-index: 1;
}

.navbar-links li .sub-menu .sub-menu1 a {
    font-size: 16px;
}

.sub-menu1>li:first-child {
    padding-top: 0;
}

.drop-menu1:hover .sub-menu1 {
    visibility: visible;
    opacity: 1;
}

.navbar-links li:nth-child(7) .sub-menu .sub-menu1 {
    left: -92%;
    padding-top: 17px;
}

.navbar-links li .sub-menu a:hover {
    opacity: 1;
    color: #B6081D;
    background: #e5c008;
}

.navbar-links .sub-menu li:last-child a {
    padding: 10px 20px;
    border: none;
}

.sub-menu li:last-child {
    padding-bottom: 20px;
}

.navbar-links li .sub-menu a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: block;
}

.navbar-links li .sub-menu .sub-menu1 li:last-child a {
    border-bottom: 0;
}

body.active {
    position: relative;
}

body.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #303030;
    z-index: 1;
    opacity: .7;
    transition: .3s ease-in-out;
}

.sticky .mega-menu-content {
    height: calc(100vh + 30px);
}

.navbar-links li:nth-child(5) a {
    position: relative;
}

.navbar-links li:nth-child(5) .sub-menu .sub-menu1 {
    left: -89%;
    padding-top: 17px;
}

.navbar-links li:nth-child(6) a {
    position: relative;
}

.navbar-links li:nth-child(6) .sub-menu .sub-menu1 {
    left: -92%;
}


/* scroll-css */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #F6F6F6;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #fff;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.menu-item::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.menu-item::-webkit-scrollbar-track {
    background: #FFD500;
}


/* Handle */

.menu-item::-webkit-scrollbar-thumb {
    background: #B6081D;
}


/* Handle on hover */

.menu-item::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* 11-nov */


/* 14-Nov */

.banner .banner-carousel .item {
    height: 100vh;
}

.banner.banner_ece .banner-carousel .item {
    height: auto;
}

.banner .banner-carousel .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.kle-testimonials.department h3 {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    font-family: var(--primary-font1);
    font-weight: bold;
    position: relative;
    top: 0px;
    left: -11.7%;
}

.owl-theme.testimonials-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    left: 46%;
    bottom: 5px;
}

.testimonial-detail.dapartment blockquote p {
    font-size: 24px;
    line-height: 30px;
    padding-left: 60px;
}

.testimonial-detail.dapartment blockquote {
    margin-bottom: 35px;
}
.testimonial-detail.dapartment blockquote p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 36px;
    line-height: 42px;
    color: #333333;
    font-family: var(--primary-font1);
    font-weight: 300;
    font-style: italic;
    padding: 0;
}
.testimonial-detail.dapartment ul li:first-child {
    font-size: 18px;
    line-height: 30px;
}

.testimonial-detail.dapartment ul li:last-child {
    font-size: 14px;
    line-height: 18px;
}

.testimonial-img.department {
    width: 360px;
    height: 340px;
}

.owl-carousel.testimonials-carousel .owl-dots.disabled {
    display: block;
    position: absolute;
    left: 46%;
    bottom: -10px;
}

.testimonial_tab .card-header {
    display: none;
}


/* Campus Home Page Start */

.bg-grey {
    background-color: #F6F6F6;
}

.camp-sec {
    padding: 50px 0;
}

.camp-home h1 {
    font-size: 42px;
    font-family: Montserrat, Bold;
    color: #B6081D;
    font-weight: 800;
}

.camp-home p {
    font-size: 13px;
    font-family: Roboto, Regular;
    color: #333333;
    margin: 35px 41px 0 0;
}

.ts-inner {
    background-color: #ffffff;
    width: 192px;
    text-align: center;
    padding: 20px;
}

.ts-inner h3 {
    font-size: 72px;
    font-family: Roboto, Condensed Bold;
    color: #42517D;
}

.ts-inner p {
    font-size: 14px;
    font-family: Montserrat, Medium;
    color: #333333;
}

.camp-home-two h2 {
    font-size: 33px;
    font-family: Montserrat, Bold;
    color: #B6081D;
    font-weight: 800;
    padding-bottom: 18px;
}

.camp-home-two hr {
    width: 200px;
}

.camp-sec-two {
    padding: 50px 0 10px;
}

.camp-courses h4 {
    font-size: 21px;
    font-family: Montserrat, SemiBold;
    color: #333333;
    font-weight: 800;
    padding-bottom: 40px;
}

.camp-sec-three {
    padding: 50px 0;
}

.camp-sec-three h4 {
    width: 272px;
}

.camp-sec-three hr {
    color: #0000b9;
    width: 300px;
}


/* Campus Home Page End */


/* Recognition/Ranking-start------------ */

.law_libarary_policy p{
    font-family: var(--primary-font2);
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    padding: 6px 0;
}

.board-inn h3 {
    font-family: var(--primary-font1);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.internal__assurance table th {
    background-color: #7893DF;
    font-size: 16px;
    padding: 17px 22px;
    font-weight: 500;
    color: #fff;
    font-family: var(--primary-font2);
}

.internal__assurance table th:nth-last-of-type(1) {
    border: none;
}

.internal__assurance table td {
    border: none;
    border-right: 2px solid rgb(70 85 132 / 34%);
    padding: 12px 16px 12px 22px;
    min-height: 56px;
    color: #333333;
    font-size: 14px;
    vertical-align: middle;
    font-family: var(--primary-font2);
}

.internal__assurance table td:nth-of-type(1) {
    padding-left: 16px;
}

.internal__assurance table tbody tr:nth-of-type(odd) td {
    background-color: #fff;
    --bs-table-accent-bg: inherit;
    vertical-align: middle;
}

.pdf-iframe {
    margin: 5rem 0;
}

.pdf-iframe iframe {
    width: 100%;
    height: calc(100vh - 120px);
}


/* Recognition/Ranking-end------------ */


/* kle-tech-universitey-start */

.about_klesocity {
    margin: 7rem 0;
}

.about_inspiring_content {
    padding-top: 30px;
}

.about_inner_title h4 {
    color: var(--primary-color1);
    font-weight: 800;
    font-size: 21px;
    font-family: var(--primary-font1);
}

.about_inspiring_dsc p {
    margin-bottom: 30px;
    font-size: 16px;
}

.about_inspiring_dsc {
    padding: 30px 85px 0px 0px;
}

.about_inspiring_thumb img {
    float: right;
    width: 100%;
}


/* kle-tech-universitey-end */


/* Board of Studies Members start-------- */

.bord-of-members {
    padding: 6rem 0 10rem;
}

.repear-member {
    padding-top: 4rem;
}

.repear-member h3 {
    font-family: var(--primary-font1);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.cord-inn-text h4 {
    font-family: var(--primary-font1);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1rem;
}

.cord-inn-text p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}

.cord-inn-text {
    padding: 21px;
    border: 0.1rem solid #eeeeee5e;
    background: #f6f6f6;
    width: 100%;
    margin-bottom: 15px;
}

.members_box {
    display: flex;
    flex-wrap: wrap;
}

.cord-inn-text p a {
    color: #533333;
}

.cord-inn-text p a:hover {
    color: #B6081D;
}
.accordion-button::after{display: none;}
.accordion-button::before {
    width: 2rem;
    height: 2rem;
    background: url(../images/arrowBotton.svg)no-repeat;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    transform: rotate(0deg);
    transition: 0.5s;
    background-size: contain;
}

.accordion-button:not(.collapsed)::before {
    transform: rotate(180deg);
    filter: invert(0);
}

.bord-of-members .accordion-button {
    padding: 1.6rem;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    font: bold 1.8rem/2.8rem var(--primary-font1);
    color: var(--colorwhite);
    background: #FFD500;
    color: #000;
    text-align: left;
}
.bord-of-members .accordion-button.collapsed{
    background: #7893DF;
    color: #fff;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.bord-of-members .accordion-button:not(.collapsed)::before{filter: invert(0);}
.bord-of-members .accordion-button::before{filter: invert(1);}

.repear-member>h3 {
    color: var(--primary-color1);
}


/* Board of Studies Members ens-------- */


.camp-courses .program_name {
    font: 500 3.1rem/4.6rem var(--primary-font1);
    color: #333333;
    position: relative;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}
.camp-courses .program_name::before {
    width: 9rem;
    height: 0.1rem;
    background: #7893df;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
}

section.camp-sec-three.bg-grey a {
    font-size: 16px;
    color: #000;
}
section.camp-sec-three.bg-grey a:hover{color: #B6081D;}

section.hubballi_home_sec2.bg-grey .view_more_arrow {
    text-align: left;
    margin-top: 20px;
}

.camp-sec-three .camp-courses .view_more_arrow {
    text-align: left;
    margin-top: 25px;
}
.camp-sec-three .camp-courses .view_more_arrow a:hover img {
    filter: invert(0.5);
}

  /* About Us start */

  .klevision h3 {
    color: #fff;
    margin-bottom: 30px;
    font-family: var(--primary-font1);
    font-weight: bold;
    font-size: 21px;
}

.inner-title h4 {
    color: var(--primary-color1);
    font-weight: 800;
    font-size: 21px;
}

.inner-title h1 {
    padding: 10px 0px 0px;
}

.about_inspiring_dsc {
    padding: 30px 85px 0px 0px;
}

.about_inspiring_dsc p {
    margin-bottom: 30px;
}

.about_qualified_thumb {
    position: relative;
    margin-bottom: -130px;
}

.about_inspiring_content {
    padding-top: 30px;
}

.about_counter_qualified {
    position: absolute;
    top: -90px;
    left: 30px;
    z-index: 1;
    background: #edf2f6;
    padding: 40px 45px 50px;
    display: inline-table;
}

.about_counter_qualified h2.clr-1 {
    color: #fed500;
    padding-top: 20px;
}

.about_counter_qualified h2 {
    font-size: 72px;
    color: var(--primary-color3);
    font-weight: bold;
    line-height: 72px;
    margin: 20px 0 0;
    font-family: var(--primary-font3);
    letter-spacing: -2.66px;
}

.about_counter_qualified p {
    font-size: 20px;
    font-weight: 700;
}

.about_qualified_thumb img {
    width: 100%;
}

.about_inspiring_thumb img {
    float: right;
    width: 100%;
}


.about_quali {
    background-color: #ECF2F5;
    padding: 150px 0px 100px;
    margin-bottom: 50px;
} .qualified_box1 img,
.qualified_box2 img,
.qualified_box3 img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    padding-bottom: 20px;
}

.qualified_box1,
.qualified_box2,
.qualified_box3 {
    padding-right: 75px;
    position: relative;
}

.qualified_box1::after,
.qualified_box2::after {
    position: absolute;
    top: 25px;
    right: 30px;
    content: '';
    width: 1px;
    height: 130px;
    border-right: 1px solid #d4d8db;
}

.about_qualified_b p {
    font-size: 16px;
    line-height: 24px;
}

.current_programs_university_thumb figure {
    margin-left: -100px;
}

.about_qualified_b {
    padding: 50px 0px;
}

.about_quali {
    background-color: #ECF2F5;
    padding: 150px 0px 100px;
    margin-bottom: 0px;
}

.about_qualified {
    padding: 110px 0px 0px;
}

.about_inspiring {
    padding: 60px 0px 0px;
}
figure img {
    display: inline-block;
    margin-bottom: -7px !important;
    margin-left: 25px;
}

/* ------UI02011995-start----------------- */
.home_happning_pannel {padding-block: 9rem;background: #F6F6F6;}
.home_happning_pannel .happening-heading p {margin-bottom: 50px;}
.happning_box {position: relative;display: flex;flex-direction: column;}
h3.happ_med {font-size: 24px;padding-bottom: 1.5rem;}
.happning_box figure a {position: absolute;top: 0;left: 0;right: 0;bottom: 0;text-indent: -99999999999px;}
/* .round_btn{text-align: center;margin-top: 3rem;}
.round_btn a {background: #FFD500;padding: 0.8rem 2.8rem;display: inline-flex;align-items: center;font: 600 1.4rem/2.1rem var(--primary-font1);color: #000;box-shadow: 0px 4px 9px #00000029;border-radius: 3.6rem;border: 0.1rem solid transparent;transition: .5s;}
.round_btn a:hover {color: #000;background: #fff;border: 0.1rem solid #FFD500;} */
.happning_box figure figcaption {padding: 2rem 2rem 7rem;background: #fff;font-size: 2rem;line-height: 1.4;color: #636363;height: 17rem;}
.happning_box figure:hover figcaption {color: #B6081D;}
.happning_box figure figcaption span {display: block;font-size: 1.4rem;font-weight: 600;margin-bottom: 1.5rem;}
.happning_box .owl-carousel .owl-nav button.owl-prev, .happning_box .owl-carousel .owl-nav button.owl-next {position: absolute;top: 18rem;left: 0;background: #ffffffc2;border-radius: 0;padding: 0 10px 6px!important;display: block;line-height: 1.2;margin: 0;font-size: 2.7rem;}
.happning_box .owl-carousel .owl-nav button.owl-next {left: auto;right: 0;}
.happning_box .owl-theme .owl-nav [class*=owl-]:hover {background: #869791;color: #000;text-decoration: none;}
.home_media .card {border: none;}
.happning_box .owl-carousel .owl-item figure img {width: 100%;height: 300px;object-fit: cover;}
.happning_box figure {padding: 0.5rem;background: #fff;height: 100%;}
.home_happning_pannel .row {--bs-gutter-x: 2.5rem;}
.view-course.view-research.home_happ {padding: 1rem 0rem;}
.view-course.view-research.home_happ a:hover{color:#B6081D;}
.view-course.view-research.home_happ a:after {content: "\f105";font: var(--fa-font-solid);margin-left: 1rem;}
.view-course.view-research.home_happ a::before{display: none;}
.view-course.view-research.home_happ a{    display: flex;align-items: center;justify-content: space-between;max-width: 16rem;}
.home_media .card-image img {padding: 7rem 12rem;background: #ebecf1;}
/* --------media-cov--- */
.media_coverage_sec {background: #f8f8f8;padding: 7rem 0rem 12rem;}
ul.media_coverage_list {display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;}
ul.media_coverage_list li {background: #fff;width: 100%;height: 320px;position: relative;}
ul.media_coverage_list li:after {content: "";width: 100%;height: 100%;background:transparent linear-gradient(180deg, #00000000 25%, #00000082 62%) no-repeat padding-box;position: absolute;bottom: 0;right: 0;left: 0;z-index: 1;pointer-events: none;    }
.mcoverage_title {position: absolute;bottom: 20px;left: 0;right: 0;text-align: center;z-index: 2;    }
ul.media_coverage_list li img {width: 100%;height: 100%;object-fit: cover;}
.mcoverage_title p {font-size: 1.6rem;line-height: 1.6;color: #fff;padding-bottom: 10px;}
.mcoverage_title p:last-child span {background: #ae1c24;padding: 0.2rem 0.8rem;display: inline-block;margin-right: 0.8rem;}
.mcoverage_title p:last-child {background: #42517D;padding-bottom: 0;width: fit-content;padding-right: 0.8rem;max-width: 100%;margin: 0 auto;}
/* ------UI02011995-end----------------- */

@media (max-width: 575px) {
    
}