@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* Using a url */

img.mobile-banner {
    display: none;
}

.img-fluid.hero.blur {
    filter: blur(4px);
}

body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
}

h2 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
}

h2 span {
    color: #0d5193;
}

p,
li {
    color: black;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

.pink-bg {
    background: #fff1f1
}

.banner-text {
    position: absolute;
    bottom: 50%;
    width: 100%;
    left: 0;
    transform: translateY(51%);
}

.page-template-template-governing-council .banner-text {
    bottom: 37%;
}

.banner-text .actbtn a {
    cursor: default;
}

.banner-text ul li::marker {
    color: #fcb712;
    font-size: 13px;
}

.main-banner {
    margin: auto;
    position: relative;
    background: #0c7d9f;
    padding-top: 0;
}

.education-apollo .item {
    padding-top: 15px;
}

.main-banner img {
    width: 100%
}

.banner-text h2 {
    color: #fff;
    font-size: 46px;
    line-height: 57px;
    margin-bottom: 13px;
    font-weight: 600;
    max-width: 500px;
    text-shadow: 1px 1px 5px #000;
}

.banner-text h3 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.padding-box {
    padding-bottom: 63px;
}

.heading p {
    font-size: 15px;
    margin: 10px 0;
    font-weight: 300;
}

.heading {
    margin-bottom: 40px;
}

.actbtn a {
    display: inline-block;
    color: #fff;
    padding: 7px 27px;
    font-size: 21px;
    margin: 10px 5px;
    text-decoration: none;
    font-weight: 600;
    background-image: url(../images/btn-bg.jpg);
    background-size: cover;
}




.governinglist .row:nth-child(2n) {
    flex-direction: row-reverse
}

.symbol {
    margin: 20px 0 30px;
    position: relative;
}

.symbol::before {
    content: "";
    width: 93%;
    height: 3px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 23px;
}

.actbtn2 a {
    border: solid 2px #e1543b;
    padding: 7px 20px;
    display: inline-block;
    color: #686868;
    transition: all 0.4s;
    text-decoration: none;
}

.actbtn2 a:hover {
    background: #e1543b;
    color: #fff;
}

.symbol .img-fluid {
    margin-left: auto;
    display: inherit;
    width: 50px;
}

.governinglist .row:nth-child(2n) .symbol img {
    margin-right: auto;
    margin-left: 0;
}

.governinglist .row:nth-child(2n) .symbol::before {

    left: auto;
    right: 0;
}





.accorditem {
    width: 100%;
    margin-bottom: 0;
    margin-right: 37px;
    display: inline-block;
}

.faqquestiontitle {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 10px;
    background: #777777;
    color: #fff;
    padding: 10px 20px;
}

.faqquestiontitle.title-eq p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.faqquestiontitle span {
    font-size: 26px;
    padding-left: 50px;
    margin-top: 0;
}

.faqanswer {
    display: none;
    background: #fff;
    margin: 0 !important;
    padding: 20px 20px;
}

.faqquestiontitle.active {
    background: #50b8bb;
}

.leader-name {
    border-bottom: solid 1px #dbdbdb;
    padding: 23px 0 15px;
}

.leader-name h5 {
    color: white;
    margin: 0 0 1px;
    font-size: 19px;
}

.leader-name span {
    color: white;
    font-weight: 300;
}

.plusicon {
    position: absolute;
    right: 50%;
    top: auto;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    width: 31px;
    text-align: center;
    line-height: 31px;
    height: 31px;
    border-radius: 27px;
    cursor: pointer;
    background: #50b8bb;
    bottom: -15px;
    margin-right: -16px;
    z-index: 999;
}

.faculty-detail-popup {
    width: 91%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 650px 210px #000;
    z-index: 9999;
}

.leaderboard2 {
    background: #50b8bb;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 377px;
    overflow: hidden;
}

.leaderboard {
    margin-bottom: 40px;
    padding: 0 20px;
}

.list-faculty .leader-name {
    border: none;
    position: relative;
}

.list-faculty .leader-name:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #50b8bb;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-left: -25px;
    left: 50%;
}

.faculty-detail-popup li {
    color: #fff
}

.faculty-detail-popup li::marker {
    color: #fff !important
}

.leaderboard2 .leader-img2 {
    max-width: 325px;
    width: 100%;
}

.leaderboard2 .leader-img2 img {
    width: 100%;
}

.leaderboard2 .leader-name2 {
    padding: 30px 0 40px 40px;
    width: 100%;
    max-width: 771px;
}

.leader-name2 h5 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 7px;
    line-height: 27px;
}

.leader-name2 span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px;
    display: block;
}

.other-details {
    overflow: auto;
    max-height: 307px;
    padding-bottom: 18px;
}

.other-details p {
    color: #fff;
    margin: 0;
}

.list-faculty .row {
    position: relative;
}

.closebtn {
    position: absolute;
    right: -6px;
    top: -7px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    width: 26px;
    text-align: center;
    line-height: 22px;
    height: 26px;
    border-radius: 27px;
    cursor: pointer;
    background: #000;
}

.faculty-detail-popup {
    display: none;
}

.relative {
    position: relative
}

.centerlab h4 {
    position: absolute;
    bottom: 0;
    background: #e1553a;
    padding: 14px 50px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.owl-dots span {
    width: 7px;
    height: 7px;
    background: gray;
    display: inline-block;
    border-radius: 50px;
}

.owl-dot.active span {
    width: 32px;
    background: #fbae16;
}

.owl-dot {
    background: transparent;
    border: navajowhite;
    margin: 20px 5px 0;
}

.main-banner .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 5%;
}


.clinically h2 span {
    font-size: 143px;
    color: #000;
    text-transform: none;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 94px;
}

.clinically h2 {
    font-size: 35px;
    position: relative;
    padding-left: 187px;
    text-transform: none;
    line-height: 30px;
}

.clinically h2 label {
    color: #000;
}

.clinically .row {
    align-items: center;
}

.clinically p {
    color: #000;
    margin: 21px 0 0;
}

.centerslider .owl-item>div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
    padding: 0;
    height: 290px;
    position: relative;
}

.centerslider .owl-item.center>div {
    cursor: auto;
    margin: 0;
}

.centerslider .owl-item:not(.center)>div:hover {
    opacity: .75;
}

.centerslider .owl-carousel {
    background-color: #0d5293;
    padding: 110px 60px 60px;
}

.centerslider .owl-item.center>div .iconslide {
    /*! margin: 68px; */
}

.iconslide {
    max-width: 40px;
}

.textslide h4 {
    color: #fff;
    font-size: 17px;
    max-width: 76%;
    margin: 20px 0 0;
    line-height: 22px;
    font-weight: 300;
}

.centerslider .owl-carousel .owl-item.active.center {}

.iconsss {
    position: absolute;
    top: 40px;
    padding: 30px;
}

.centerslider .owl-item.center>div .iconsss {
    margin-top: 90px;
}

.centerslider .owl-item>div>img {
    opacity: 0;
}

.centerslider .owl-carousel .owl-item.active.center>div>img {
    opacity: 1;
}

.centerslider .owl-nav.disabled {
    display: block;
}

.owl-nav button {
    background: transparent;
}

.owl-nav button span {
    font-size: 40px;
    color: #fff;
    background: transparent;
    display: inline-block;
    width: 30px;
    height: 40px;
    line-height: 35px;
    margin: 0 1px;
    border: solid 1px #3782ca;
    font-weight: 300;
}

hr {
    border-top: solid 2px #ddd;
    margin: 30px 0 35px;
}

.owl-nav button span:hover {
    border: solid 1px #fff;
    background: #fff;
    color: #0f5090
}

button:focus {
    outline: 0
}

.learning .owl-nav {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.centerslider .owl-carousel>div {
    margin-bottom: -110px;
}

.bluebg {
    background: #0daeec;
}

.bluebg.red {
    background: #e1543b;
}

.red {
    background: #e1543b !important;
}

.detailsnm {
    display: flex;
    padding: 0 0;
    align-items: center;
    margin-bottom: 60px;
}

.detailsnm .img-s {
    margin-right: 20px;
}

.detailsnm .img-s img {
    border-radius: 70px;
}

.detailsnm h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.detailsnm label {
    color: #fff;
    margin: 0;
}

.bluebg p {
    color: #fff;
}

.student-speak .bluebg {
    height: 100%;
    padding: 70px 40px 0;
    height: 430px;
}

.student-speak {
    position: relative;
    margin-top: 160px;
    padding-bottom: 0;
}

.vak {
    margin-top: -212px;
}

.student-speak .heading {
    max-width: 390px;
    position: relative;
    top: -55px;
}

/*videofixedbg*/
.videofixedbg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    display: none;
    z-index: 999;
}

#video-view {
    width: 65%;
    position: relative;
    z-index: 9999;
    margin: auto;
    position: fixed;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.class-video iframe {
    width: 100% !important;
    height: 400px !important;
    border: none;
}

.videoseewoxenimg img {
    width: 100%;
    margin-left: auto;
    display: block;
    cursor: pointer;
}


.stander_read-more {
    position: absolute;
    top: -212px;
    background: #4fb8bb;
    right: -26px;
    padding: 77px 17px 17px;
}

.stander_read-more a {
    color: #fff;
}

.placement-rank h3 {
    font-size: 120px;
    color: #4fb8bb;
    margin: 0;
    line-height: 100px;
    font-weight: 800;
    font-family: 'Bebas Neue', cursive;
}

.placement-rank {
    margin: 50px 30px 0;
}

.placement-rank p {
    font-size: 18px;
    font-weight: 500;
}

.rank {
    margin: 50px 0;
}

.nxtstep {
    background-image: url(../images/dr02.jpg);
    background-size: 100%;
}


.nxtstep h3 {
    font-size: 22px;
    color: #9c9c9c;
}

.nxtstep p {
    font-size: 16px;
    max-width: 472px;
    margin-top: 50px;
    min-height: 113px;
    font-weight: 400;
}

.pgug {
    margin-top: 110px;
}

.pgug a {
    background: #9c9c9c;
    color: #fff;
    padding: 20px 40px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

.pgug a+a {
    background: #e1543b;

}


.slider-discover .item {
    position: relative;
}

.slider-discover .item img {
    max-width: 910px;
}

.dis-det {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 560px;
    background: #4fb8bb;
    padding: 20px;
}

.dis-det {}

.dis-det {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 560px;
    background: #4fb8bb;
    padding: 20px;
}

.dis-det {}

.text-white p,
.text-white h3,
.text-white h2 {
    color: #fff
}

h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.slider-discover .owl-dots {
    display: none;
}

.slider-discover .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 130px;
}

.slider-discover .owl-carousel .owl-nav span {
    color: #0d5193
}

.slider-discover .owl-carousel .owl-nav span:hover {
    background: #0e5193;
    color: #fff
}


.commu {}

.commu ul {
    display: flex;
    list-style: none;
    margin: -221px 0 0;
    justify-content: flex-end;
    padding-right: 31px;
}

.commu ul li {
    background: #0d5090;
    padding: 50px 70px 50px 35px;
    margin: 0 10px;
}

.commu ul li img {
    width: 60px;
    height: 50px;
    object-fit: scale-down;
    background: ;
}

.commu ul li h5 {
    font-size: 21px;
    color: #fff;
    margin: 20px 0 0;
}

.commu ul li:nth-child(2) {
    background: #e1543b;
}

.commu ul li:nth-child(3) {
    background: #0daeec;
}

.linkstab button {
    background: transparent;
    position: relative;
    display: block;
    padding: 7px 0 8px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    border: none;
    font-weight: 300;
    text-align: center;
}

.tabcontent {
    background: #0d5090;
    padding: 42px 42px 0;
    display: none;
}

.tabcontent .actbtn2 {
    padding-left: 35px;
    text-align: center;
}

.tabcontent .actbtn2 a {
    color: #fff;
}

.linkstab {
    display: flex;
    max-width: 590px;
    justify-content: center;
    margin: auto auto 14px;
}

.linkstab button.tablinks.active {
    font-weight: 600;
}

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

.patientp a {
    border: solid 2px #e1543b;

}


.ne-name span {
    min-height: 24px;
    color: #9c9c9c;
    font-size: 12px;
    margin: 9px 0 10px;
    display: inline-block;
}

.ne-name h5 {
    color: #000;
    margin: 0;
    font-size: 15px;
}

.ne-left .ne-name h5 {

    margin-bottom: 20px;

}

.news-evimg {
    margin-bottom: 11px;
}

.ne-list {
    margin-bottom: 30px;
    border-bottom: solid 2px #eee;
    padding-bottom: 30px;
}

.ne-list:last-child {
    margin-bottom: 0px;
    border-bottom: solid 0px #eee;
}



.eventname h3 {
    color: #0e5293;
    font-size: 27px;
    max-width: 380px;
    margin: 0 0 10px;
}

.evdate h4 {
    color: #0e5293;
    font-size: 50px;
    max-width: 380px;
    margin: 0 0 0;
    font-weight: 600;
}

.eventname h3 a {
    color: #0e5293;
    text-decoration: none
}

.evdate {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: solid 2px #0e5293;
    padding-bottom: 15px;
    text-align: center;
}

.eventname {
    padding-left: 77px;
}

.evdate span {
    color: #9c9c9c;
    font-size: 19px;
}

.abt-event {
    position: absolute;
    right: 30px;
    bottom: 0;
}

.abt-event a {
    text-decoration: none;
    border: solid 2px #b9b9b9;
    padding: 10px;
    display: inline-block;
    line-height: 13px;
    font-size: 20px;
    color: #0e5293;
    font-weight: 400;
}


.ins {
    background: #4fb8bb;
    border: none;
    color: #fff;
    padding: 10px 22px;
    font-size: 20px;
    height: 45px;
}

.inputf {
    border: none;
    padding: 6px 13px;
    height: 45px;
    width: 100%;
}

.nw-leterform form {
    /* display: flex; */
}

input:focus {
    outline: 0;
    box-shadow: none
}

.website-breadcrumb {
    background: transparent;
    padding: 6px 0;
    transition: all 0.5s;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    top: auto;
    width: 100%;
}

.website-breadcrumb {}

.website-breadcrumb ul {
    background: transparent;
    text-align: left;
    margin: 0;
    padding: 0;
}

.website-breadcrumb ul li {
    color: #fffdfd;
    padding: 0 0 !important;
    display: flex;
    margin: 0 !important;
    font-size: 12px;
    font-weight: 400;
}

.website-breadcrumb ul li a {
    color: #fff;
    background: transparent;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
}

.website-breadcrumb ul li span {
    width: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.inner-banner {
    position: relative;
}


.vision ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.vision ul li {
    width: 49%;
    transition: all 0.4s;
    position: relative;
}

.vision ul li img {
    width: 100%;
    transition: all 0.4s;
}

.vision ul li .vd {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}

.vision ul li:hover {
    background: #01274d;
}

.vision ul li+li:hover {
    background: #e1553b;
}

.vision ul li:hover img {
    opacity: 0
}

.yeartab ul li {
    cursor: pointer
}

.yeartab ul {
    text-align: center;
    margin: auto;
    max-width: 730px;
    width: 100% !important;
    transform: none !important;
    display: flex !important;
    justify-content: center;
}

.flexslider {
    margin: 0 0 9px;
    /* height: 350px; */
}

.flex-active-slide {
    font-weight: 500;
    color: #000;
}

.heading2 h2 {
    color: #50b8bb;
    font-size: 27px;
    font-weight: 600;
    margin: 0;
    line-height: 38px;
}

.heading2 h4 {
    color: #000;
    font-weight: 700;
    font-size: 34px;
}

.stp {
    align-items: center;
}

.shadoww {
    content: "";
    background-image: url(../images/shadow.png);
    position: relative;
    width: 620px;
    height: 350px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    margin: -200px auto -120px;
}

.wind-change {
    margin-bottom: 50px;
}

.flex-direction-nav a {
    width: 49px;
    height: 30px;
    background-image: url(../images/arrownew.png);
    display: inline-block;
    font-size: 0;
    margin: 0 1px;
    font-weight: 600;
    line-height: 31px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: -52px 0px;
}

.flex-direction-nav a::before {

    font-size: 0;
}

.flex-direction-nav .flex-nav-prev a {
    background-position: 0 0px;
    opacity: 1 !important;
}

.yeartab .flex-direction-nav {
    display: none !important;
}

.listing-li ul {
    padding: 0 0 0 10px;
    list-style: disc;
}

.listing-li ul li::marker {
    color: #e1543b;
    font-size: 13px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive table {
    width: 100%;
    border: solid 1px #bfbfbf;
}

.custom-table table th {
    color: #000;
    background: #d9d9d9 !important;
    font-size: 17px;
    padding: 8px 12px;
    font-weight: 600;
}

.table-responsive table td {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    padding: 8px 13px;
    vertical-align: top;
    border-bottom: solid 1px #bfbfbf;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #bfbfbf;
}

.custom-table table td {
    font-size: 14px;
    padding: 9px 13px;
}

.faqquestiontitle.active p {
    font-weight: 500;
}

.grey {
    background-color: #f7f7f7
}

.faqaccordians {
    padding: 0;
    margin: 0;
}

.slider-res .item {
    padding: 20px;
    background: #0e5293;
    position: relative;
    height: 240px;
}

.slider-res .item p {
    color: #fff;
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 20px;
    font-size: 17px;
}

.slider-res .item h4 {
    color: #fff;
    font-size: 20px;
}

.arrow a {
    border: solid 2px #ddd;
    color: #fff;
    display: inline-block;
    transform: rotate(-90deg);
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    font-weight: 800;
    text-decoration: none;
}

.arrow {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.slider-res .owl-item:nth-child(2) .item,
.slider-res .owl-item:nth-child(5) .item {
    background: #e1553b;
}

.slider-res .owl-item:nth-child(3) .item,
.slider-res .owl-item:nth-child(6) .item {
    background: #0caeec;
}

.slider-res .owl-carousel {
    max-width: 790px;
    margin-left: auto;
    position: relative;
    margin-top: -140px;
}

.slider-res .owl-nav.disabled {
    display: block;
    position: absolute;
    bottom: 0;
    left: -80px;
}

.slider-res .owl-nav button span {
    color: #0e5293;
    border: solid 1px #0e5293;
}


.anatomy {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 70px 50px #eee;
    padding: 10px 30px;
    font-size: 20px;
}

.anatomy::before {
    content: "";
    width: 17px;
    height: 17px;
    background: #fff;
    border: solid 4px #50b8bb;
    border-radius: 70px;
    display: inline-block;
    position: relative;
    left: -13px;
    top: 1px;
}

.leaderboard2 .closebtn {
    color: #000;
    line-height: 25px;
    background: #fff;
}

.reinvent {
    background: none
}

.imageab {
    position: absolute;
    right: 0;
    top: 0;
}

.reinvent .table-responsive {
    margin-bottom: 25px;
}

.reinvent .table-responsive table th {
    padding: 8px 13px;
}

.reinvent.other .table-responsive {
    margin-top: 50px;
    margin-bottom: 0;
}

.reinvent.other {}

.reinvent.other img {
    float: left;
    margin: 1px 34px 9px 0;
    height: 420px;
}

.reinvent .heading {
    max-width: 600px;
}

.list-ar li {
    background-image: url(../images/blue-arrow.png);
    background-repeat: no-repeat;
    list-style: none;
    padding: 0 0 8px 24px;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    background-size: 10px;
    background-position: 0 7px;
    border-bottom: solid 2px #d1ddea;
    display: inline-block;
    width: 60%;
}

.list-ar ul {
    padding: 0;
    margin: 20px 0 20px;
}

.list-ar li a {
    color: #000;
    text-decoration: none
}

.foundational .owl-dots {
    display: none;
}

.foundational .owl-nav {
    display: block !important;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.foundational .owl-nav span {
    background: #33b0b6;
    color: #fff;
    border-color: #33b0b6;
}

.ug-bx {
    background: #0e5293;
    padding: 40px;
}

.ug-bx .actbtn2 a {
    color: #fff;
    border-color: #fff;
}

.ug-bx .actbtn2 {
    margin-top: 30px;
}

.percentage h2 {
    font-size: 27px;
    text-align: center;
    font-weight: 500;
    margin: 10px 0 0;
}

.percentage {
    text-align: center;
}

.Checklist .actbtn2 a {
    font-size: 18px;
    margin: 30px 10px 0px 0;
    padding: 13px 40px;
}

.stg p strong {
    font-weight: 500;
    color: #0d5293;
}

.staff.foundational .owl-nav {
    position: static;
    text-align: center;
    margin: 30px 0 0;
}

.staff.foundational .owl-nav span:hover {
    background: #0c4f8f;
    border-color: #0c4f8f;
    color: #fff
}

.mess .row:nth-child(2n) {
    flex-direction: row-reverse;
}

.mess .row {
    margin-bottom: 40px;
    border-bottom: solid 2px #eee;
    padding-bottom: 40px;
    display: none
}

.mess.all .row {
    display: flex;
}

.mess .row:nth-child(1),
.mess .row:nth-child(2) {
    display: flex
}

.Culturals img {
    width: 100%;
}

.community.focus ul {
    margin: 0;
    justify-content: center;
    padding: 0;
}

.community.focus ul li {
    padding: 70px 110px 50px 55px;
    margin: 0 20px 0 0;
    width: 33%;
}

.excellence {
    margin-top: -190px;
    padding-top: 150px !important;
}

.curriculum h3 {
    margin: 0;
    color: #0d5293;
}

.leader-contact h6 {
    background-image: url(../images/icon.jpg);
    background-repeat: no-repeat;
    padding: 10px 0 0px 26px;
    background-size: 25px;
    background-position: -3px 7px;
    color: #959494;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}

.leader-contact h6.emailicon {

    background-position: -3px -23px;

}

.imagebox img {
    width: 100%;
}

.list-prof .col-md-4 {
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333%;
    max-width: 32.333%;
    margin-right: 11px;
    margin-bottom: 55px;
}



.list-prof .leader-name h5 {
    color: #0d5293;
    margin: 0 0 4px;
    font-size: 23px;
}

.list-prof .leader-name span {
    color: #0d5293;
    font-size: 18px;
}

.list-prof .leader-name {
    border-bottom: solid 1px #0d5293;
    padding: 14px 0 15px
}



.acadmic-info .tab {
    background: #0e5293;
    padding: 10px 23px;
    max-height: 500px;
    overflow: auto;
}

.acadmic-info .tab button {
    background: transparent;
    border: none;
    color: #ddd;
    width: 100%;
    text-align: left;
    padding: 10px 22px;
    border-bottom: solid 1px #3a6b99;
    font-size: 18px;
    font-weight: 300;
}

.acadmic-info .tab button.tablinks.active {
    color: #fff;
    font-weight: 600;
    border-bottom-color: #fff;
}

.acadmic-info .tabcontent {
    background: transparent;
    padding: 0;
}

.acadmic-info .tabcontent .tab-img {
    margin-bottom: 20px;
}

.acadmic-info .tabcontent h3 {
    margin: 0 0 11px;
    font-size: 23px;
}


.links ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.links ul li {
    border-right: solid 3px #0d5293;
    line-height: 14px;
    margin-right: 12px;
    padding-right: 14px;
    color: #000;
}

.links ul li a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.links {
    margin: 30px 0 0;
}

.links ul li:last-child {
    border: none
}


.custom-table2 table th {
    color: #fff;
    background: #50b8bb;
    font-size: 17px;
    padding: 8px 12px;
    font-weight: 400;
}

.custom-table table td {
    font-size: 15px;
    padding: 9px 13px;
}

.select-faculty-info .tablinks2 {
    background: transparent;
    border: none;
    font-size: 18px;
    margin: 30px 23px 17px 0;
    border-right: solid 2px #ccc;
    line-height: 13px;
    padding-right: 20px;
}

.select-faculty-info .tablinks2:last-child {
    border: none
}

.select-faculty-info .tablinks2.active {
    color: #50b8bb;
}

.select-f {
    position: absolute;
    right: 0;
    top: 20px;
    box-shadow: 0 0 80px 40px #ddd;
}

.select-f select {
    border: none;
    background: #fff;
    padding: 10px 17px;
    font-size: 19px;
    width: 460px;
}


.universitylogo {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 230px;
}

.universitytab {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: transparent;
    border: none;
    display: flex;
    justify-content: right;
    padding-right: 10%;
}

.universitytab li {
    background-color: #fff;
    padding: 15px;
    width: 156px !important;
    cursor: pointer;
}

.universitytab li span {
    font-weight: 600;
    color: #e36048;
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.universitytab li p {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0 0;
    color: #555353;
}

.universitytab .flex-direction-nav {
    display: none;
}

.universitytab .slides>li.flex-active-slide {
    background: #50b8bb;
    color: #fff
}

.universitytab .slides>li.flex-active-slide p {
    color: #fff;
    font-weight: 600;
}

.universitytab .slides>li.flex-active-slide span {
    color: #fff;
    font-weight: 600;
}

.Collaboration .flexslider {
    border: none;
}

.Collaboration {
    overflow: hidden
}


.number-table tr td:first-child {
    background: #50b8bb;
}

.number-table table {
    width: 100%;
    border: solid 1px #eee
}

.design-table {}

.number-table td {
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 300;
    padding: 8px 13px;
    vertical-align: top;
    border-bottom: solid 1px #eee;
}

.number-table tr td:first-child {
    color: #fff;
    width: 50px;
    text-align: center;
    font-weight: 500;
}

.number-table tr:nth-child(odd) {
    background: #eee;

}

.number-table tr:nth-child(odd) td:first-child {
    background: #4cb0b2;

}

.wpcf7-response-output {
    color: #f00;
}

.banner-text h4 {
    color: #fff;
}

.nw-leterform form p {
    display: flex;
}

.linksmenu .screen-reader-response {
    display: none;
}

.img-b .textover {
    position: absolute;
    top: 30%;
    left: 40px;
    max-width: 430px;
}

.img-b {
    position: relative;
}

.img-b img {
    width: 100%;
}

.textover.text-white a {
    color: #fff;
    border-color: #fff
}



.banner-img img {
    width: 100%;
}

.pdflist .row .coll .btn {
    background: #005773;
    border: none;
}

.quotes::before {
    content: '';
    background-image: url(../../../uploads/2023/02/quote-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 36px;
    position: absolute;
    top: -15px;
    left: -16px;
    background-size: 100%;
}

.quotes::after {
    content: '';
    background-image: url(../../../uploads/2023/02/quote-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 36px;
    position: absolute;
    bottom: 0px;
    right: -40px;
    background-size: 100%;
    transform: rotate(180deg);
}

.quotes p {
    padding-left: 35px;
    color: #fff;
}





.img-hov {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.img-hov img {
    transition: all 0.5s;
}

.newsevent-apollo h4 {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
}

.ev-date p {
    margin: 26px 0 0;
    border-top: solid 2px #eee;
    padding-top: 8px;
    font-size: 12px;
    line-height: 15px;
}

.col--ap {
    box-shadow: 0 0 11px #eee;
    border-radius: 20px;
    padding: 0 0 27px;
    margin-bottom: 44px;
    transition: all 0.4s;
}

.ev-date {
    padding: 0 20px;
    height: 50px;
}

.newsevent-apollo .owl-dots {
    margin: 0;
    text-align: center;
}

.newsevent-apollo .owl-dots span {
    background: #ddd;
}

.newsevent-apollo .owl-dot.active span {
    background: #fbae16;
}

.align.quotes {
    position: relative;
}

.leaderboard {
    background: #4fb8bb;
    padding: 20px;
    transition: 0.3s ease all;
}

.facgroup a {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 10px 20px;
}

.leaderboard:hover {
    scale: 1.1;
}

.professor-acordian:not(:last-child) {
    margin-bottom: 2rem
}

.professor-acordian a {
    display: flex;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    font-size: 2.2rem;
    background: #fdb717;
    padding: 1rem
}

.professor-acordian a span.plus {
    display: none
}

.professor-acordian a.collapsed span.plus {
    display: block
}

.professor-acordian a span.minus {
    display: block
}

.professor-acordian a.collapsed span.minus {
    display: none
}

.professror-overview h3 {
    font-size: 2.1rem;
    padding: 1rem 0;
    border-bottom: 2px solid #606060;
    margin-bottom: 2rem;
    width: max-content
}

.professror-overview p {
    color: #606060
}

.professror-overview {
    margin-top: 2rem;
    margin-bottom: 5rem
}

.postbold>a {
    font-weight: 700 !important;
    font-size: 14px !important
}

.professor-listing {
    border-bottom: 2px solid #fdb717;
    padding: 2rem 0
}

.professor-toggle-div .professor-listing:last-child {
    border-bottom: 0
}

.professor-listing ul {
    padding-left: 4rem;
    list-style: none
}

.professor-listing ul li {
    color: #606060;
    line-height: 1.2
}

.professor-listing ul li::before {
    content: "";
    border-color: transparent #fdb717;
    border-style: solid;
    border-width: .35em 0 .35em .6em;
    display: block;
    height: 0;
    width: 0;
    left: -20px;
    top: 18px;
    position: relative
}

.professor-heading,
.faq-heading {
    padding: 6rem 0
}

.professor-heading .section-heading h2 {
    text-transform: capitalize;
}

.faq-heading .section-heading {
    padding: 2rem 0
}

.professor-listing li h3 {
    display: inline
}

.btn-arrow {
    font-size: 40px;
    width: 55px;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 60px;
    -webkit-text-decoration: navajowhite;
    text-decoration: navajowhite;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    line-height: inherit;
    align-items: center;
    z-index: 99;
    background: #00000030;
    transform: rotate(90deg) translateX(-50%);
}

a.btn-arrow:hover {
    text-decoration: none;
    color: white;
}

/* -----------------------MEET OUR STUDENTS-Start----------------------- */

.bba-alumnni .section-heading,
.bba-alumnni .section-para {
    padding-bottom: 3rem;
}

.bba-alumnni hr {
    height: 0.2rem;
    background: #0c7ea0;
    margin-bottom: 2rem;
}

.alumnni-name {
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1;
}

.alumnni-name {
    font-size: 1.9rem;
    margin-bottom: 0;
    line-height: 1;
}

.alumni-img {
    text-align: center;
}

/* .alumni-img img {
  max-height: 40rem;
} */
.bba-alumni-slider {
    position: relative;
}

.bba-alumni-slider .owl-nav {
    position: absolute;
    bottom: 0rem;
    left: 33rem;
}

.bba-alumni-slider .owl-nav button {
    color: #fff;
    margin-right: 1rem;
    outline: none;
    background: #31aaad;
}

.bba-alumni-slider .owl-nav button span {
    background: #31aaad;
    font-size: 3rem;
    line-height: 1;
    border: none;
    padding: 0rem 1.5rem;
}

.bba-alumnni.ptb {
    padding-bottom: 0px !important;
}

/* -----------------------MEET OUR STUDENTS-End----------------------- */
.viemr {
    margin-top: 20px;
}

p,
li {
    font-weight: 400 !important;
}

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

.list .col-5 {
    padding: 25px 30px 25px 10px;
    background: red;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    color: white;
}


/* sticky side bar*/
.sticky-social {
    position: fixed;
    top: 50%;
    left: -40px;
    padding: 0;
    margin: 0;
    z-index: 999;
    transform: translateY(-50%);
}

.social {
    list-style: none;
}

.social li {
    padding: 10px;
    font-size: 25px;
    transition: all .5s ease-in-out;
}

.social li a {
    color: #fff;
}

.fb {
    background-color: #3c5a98;
}

.twitter {
    background-color: #1ea1f2;
}

.insta {
    background-color: #dc4f42;
}

.social li:hover {
    margin-right: -30px;
    box-shadow: 2px 5px 10px grey;
}


.social li:hover .fa {
    margin-left: 20px;
}

.social li .fa {
    transition: all .5s ease-in-out;
}

.content-bar {
    padding: 32px 0 35px;
    width: 100%;
}

.content-bar label {
    margin-bottom: 0;
    display: block;
}

.content-bar label input[type="radio"] {
    margin-right: 5px;
}

.content-bar .wpcf7-form-control {
    margin-top: 5px;
    width: 100%;
    height: 36px;
}

.content-bar textarea {
    height: 140px;
    resize: none;
}

.content-bar .wpcf7-submit {
    width: auto;
    background: #4fb8bb;
    border: none;
    color: #fff;
    padding: 10px 22px;
    font-size: 20px;
    height: 45px;
}

.content-bar .pdflist {
    padding: 0;
    list-style: none;
}

.content-bar .pdflist li {
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 10px;
    margin-bottom: 10px;
}

.content-bar .pdflist .title {
    font-weight: bold;
}

.content-bar .pdflist li .coll {
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 15px;
}

.content-bar .pdflist li .coll p {
    margin-bottom: 0;
}

.content-bar .pdflist .row .coll .btn {
    background: none;
    border: none;
    color: #000;
}

.content-bar .pdflist li .coll a {
    width: 100%;
}

.content-bar .screen-reader-response {
    display: none;
}

.content-bar .full {
    padding-left: 20px;
}

.content-bar iframe {
    width: 100%;
    height: 200px;
}

.content-bar {}

.content-bar {}

.content-bar {}

.content-bar {}


.apply-form {
    padding: 40px 25px;
    width: 650px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 588px 288px #000;
    z-index: 9999;
    display: none;
    background: #fff;
}

.apply-form .closebtn {
    color: #000;
    line-height: 25px;
    border: 1px solid #000;
    width: 28px;
    height: 28px;
    font-size: 18px;
    right: -7px;
    top: -12px;
    background: #fff;
}

.apply-form .form-control {
    border-color: #00000070;
}

.apply-form label {
    margin-bottom: .1rem;
    display: block;
    font-weight: bold;
}

.apply-form .center {
    height: 530px;
}

.apply-form .col-md-4,
.apply-form .col-md-6 {
    margin-bottom: 15px;
}

.apply-form .radio {
    margin-right: 10px;
    display: inline-block;
    font-weight: normal;
}

.apply-form h4 {
    font-size: 1.3rem;
}

.apply-form h5 {
    font-size: 1.1rem;
}

.apply-form .wpcf7-submit {
    width: auto;
    background: #4fb8bb;
    border: none;
    color: #fff;
    padding: 10px 22px;
    font-size: 20px;
    height: 45px;
}

.apply-form .bottom .radio {
    margin-right: 0;
}

.apply-form .wpcf7-not-valid-tip {
    display: none;
}

.apply-form .form-control.wpcf7-not-valid {
    border-color: #dc3232;
}

.apply-form {}

.apply-form {}

.apply-form {}

.slider-res img {
    width: 100%;
}

.single-event iframe {
    width: 100%;
    height: 600px;
}

.single-event .top img {
    margin: 0 25px 22px 0;
    width: 540px;
    float: left;
}

.single-event .youtube {
    margin-top: 12px;
}

.gallery-bar img {
    max-width: 100%;
}

.gallery-bar .flex-pauseplay {
    display: none;
}

.gallery-bar #f1 li {
    background-color: #000;
}

.gallery-bar .full {
    margin-bottom: 70px;
}

.commu img {
    max-height: 440px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.newsevent-apollo .img-hov img {
    max-height: 260px;
    object-fit: cover;
    min-height: 260px;
}

.nirfMenu {
    background: white;
    padding: 0px 10px !important;
    border-radius: 5px;
}

.nirfMenu>a {
    padding: 0 !important;
}

.nirfMenu:after {
    border-top: 5px solid black !important;
}


/* awards css start */
.event_a {
    padding: 50px 0;
}

.event_a h2 {
    font-weight: 300;
}

.event_a h2 span {
    font-weight: bold;
}

.event_a .nav-item .nav-link.active {
    background: #fcae1d;
    border-radius: 0;
    color: #000;
    font-weight: bold;
}

.event_a .nav-item .nav-link {
    font-size: 20px;
    color: #565656;
    padding: 15px 23px;
}

.event_a .tab-content {
    background: #f4f4f4;
    padding: 30px 50px 50px;
}

.award_slide {
    margin-top: 0px;
    padding: 0px;
}

.banner-img {
    height: 100vh;
}

.banner-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.event_a .nav {
    padding: 0 20px;
}

.award_slide .item h4 {
    background: #fcb815;
    padding: 20px 90px 20px 50px;
    width: fit-content;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.award_slide .item figure {
    margin-bottom: 0;
}

.owl-nav button span {
    font-size: 40px;
    color: #0f5090;
    background: transparent;
    display: inline-block;
    width: 30px;
    height: 40px;
    line-height: 35px;
    margin: 0 1px;
    border: solid 1px #3782ca;
    font-weight: 300;
}

.award_slide .owl-carousel .owl-nav button span {
    color: #0f5090;
}

.award_slide .owl-carousel .owl-nav button span:hover {
    border: solid 1px #3782ca;
    background: transparent;
}

.award_slide .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 16px;
}

.achievement {
    background-color: #4fb8bb;
    padding: 50px 0;
    color: #fff;
    margin-top: 50px;
}

.heading_ac h2 {
    color: #fff;
    font-weight: 300;
    padding-bottom: 20px;
}

.heading_ac h2 span {
    font-weight: bold;
    color: #fff;
}

.heading_ac p {
    color: #fff;
}

.left_tab_ac ul {
    display: flex;
    flex-direction: column;
}

.achievement .nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 2px solid #fff;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-top: 0;
}

.achievement .nav-pills .nav-item:first-child .nav-link {
    margin-top: 0;
}


.achievement .nav-pills .nav-link.active {
    color: #fff;
    background-color: transparent;
    font-weight: bold;
}

.achievement .nav-pills .nav-link.active img {
    opacity: 1;
}

.achievement .nav-pills .nav-link img {
    position: absolute;
    right: 0;
    width: 18px;
    top: 35%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in;
    opacity: 0;
}
.right_tab_con {
    padding: 50px 20px;
    background: #3ea3a3;
}

.right_tab_con ul li {
    padding-bottom: 20px;
    border-bottom: 2px solid #4fb8bb;
    margin-top: 20px;
    color: #fff;
}

.right_tab_con ul li:first-child {
    margin: 0;
}

.heading_ac {
    padding-bottom: 50px;
}

/* awards css end */