    @font-face {
        font-family: 'Avenir LT Std';
        src: url('../font/AvenirLTStd-Black.eot');
        src: url('../font/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
            url('../font/AvenirLTStd-Black.woff2') format('woff2'),
            url('../font/AvenirLTStd-Black.woff') format('woff'),
            url('../font/AvenirLTStd-Black.ttf') format('truetype');
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Avenir LT Std';
        src: url('../font/AvenirLTStd-Roman.eot');
        src: url('../font/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
            url('../font/AvenirLTStd-Roman.woff2') format('woff2'),
            url('../font/AvenirLTStd-Roman.woff') format('woff'),
            url('../font/AvenirLTStd-Roman.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Avenir LT Std';
        src: url('../font/AvenirLTStd-Book.eot');
        src: url('../font/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
            url('../font/AvenirLTStd-Book.woff2') format('woff2'),
            url('../font/AvenirLTStd-Book.woff') format('woff'),
            url('../font/AvenirLTStd-Book.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: 'Baskerville';
        src: url('../font/Baskerville-Normal.woff2') format('woff2'),
            url('../font/Baskerville-Normal.woff') format('woff'),
            url('../font/Baskerville-Normal.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Baskerville';
        src: url('../font/Baskerville-LightA.woff2') format('woff2'),
            url('../font/Baskerville-LightA.woff') format('woff'),
            url('../font/Baskerville-LightA.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Baskerville BT';
        src: url('../font/BaskervilleBT-Italic.woff2') format('woff2'),
            url('../font/BaskervilleBT-Italic.woff') format('woff'),
            url('../font/BaskervilleBT-Italic.ttf') format('truetype');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Baskerville BT';
        src: url('../font/BaskervilleBT-Roman.woff2') format('woff2'),
            url('../font/BaskervilleBT-Roman.woff') format('woff'),
            url('../font/BaskervilleBT-Roman.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Baskerville Bold';
        src: url('../font/BaskervilleBold.woff2') format('woff2'),
            url('../font/BaskervilleBold.woff') format('woff'),
            url('../font/BaskervilleBold.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Baskerville BT';
        src: url('../font/BaskervilleBT-Bold.woff2') format('woff2'),
            url('../font/BaskervilleBT-Bold.woff') format('woff'),
            url('../font/BaskervilleBT-Bold.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Baskerville BT';
        src: url('../font/BaskervilleBT-Bold_1.woff2') format('woff2'),
            url('../font/BaskervilleBT-Bold_1.woff') format('woff'),
            url('../font/BaskervilleBT-Bold_1.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Baskerville';
        src: url('../font/BaskervilleLight-Italic.woff2') format('woff2'),
            url('../font/BaskervilleLight-Italic.woff') format('woff'),
            url('../font/BaskervilleLight-Italic.ttf') format('truetype');
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Baskerville';
        src: url('../font/BaskervilleLight.woff2') format('woff2'),
            url('../font/BaskervilleLight.woff') format('woff'),
            url('../font/BaskervilleLight.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Baskerville';
        src: url('../font/Baskerville.woff2') format('woff2'),
            url('../font/Baskerville.woff') format('woff'),
            url('../font/Baskerville.ttf') format('truetype');
        font-weight: 100;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Baskerville';
        src: url('../font/BaskervilleBold_1.woff2') format('woff2'),
            url('../font/BaskervilleBold_1.woff') format('woff'),
            url('../font/BaskervilleBold_1.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    h1,h2,h3,h4,h5,h6,p,a,ul,li{
    	margin: 0px;
    	padding: 0px;
    	list-style: none;
    	text-decoration: none;
    }
    a:hover{
    text-decoration: none;
    color: #cc1c00;
    }
    html{
    	scroll-behavior: smooth;
    }
    body{
    	padding: 0px;
    	margin: 0px;
    }
    .font-basker{
    	font-family: 'Baskervville', serif;
    }
    .font-avenir{
        font-family: 'Avenir LT Std';
    }
    .container{
        max-width: 1170px;
    }
    .color-white{
    	color: #ffffff;
    }
    .color-black{
    	color: #121212;
    }
    .sec-title{
     font-family: Baskerville;
      font-size: 36px;
      font-weight: bold;
      position: relative;
    }
    .sec-pera{
    	font-size: 16px;
    	line-height: 2;
    }
    h2.sec-title:before {
        background: #cc1c00;
        content: "";
        width: 100px;
        height: 5px;
        position: absolute;
        bottom: -27px;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    /*-------ganeral-css------*/
    /*--------top-bar------*/
    .top-contact-box {
        display: flex;
    }
    .topbar {
        background: #121212;
        padding: 20px 0px;
    }
    .top-contact {
        padding-right: 40px;
    }
    .top-contact img {
        padding-right: 10px;
    }
    .topbar a {
        font-size: 14px;
    }
    .topbar a:hover {
        color: #cc1c00;
        text-decoration: none;
    }
    /*---------header------------*/
    .navigation nav.navbar.navbar-expand-lg {
        padding: 0px;
    }
    .navigation a.navbar-brand {
        padding: 0px;
        margin: 0px;
    }
    .navigation a.nav-link {
        font-size: 15px;
        font-weight: 500;
        color: #121212;
    }
    .header {
        padding: 20px 0px;
    }
    .navigation li.nav-item:last-child {
        padding-right: 0px;
    }
    .navigation li.nav-item:first-child {
        padding-left: 0px;
    }
    .navigation li.nav-item {
        padding: 0 12px;
        position: relative;
    }
    .navigation li.nav-item a {
        position: relative;
    }
    .navigation li.nav-item a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 3px;
        transition: .3s;
        background: #cc1c00;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);

    }
    .navigation .nav-item .sub-menu {
        position: absolute;
        background: #fff;
        width: 100%;
        padding: 4px 0;
        box-shadow: 0px 10px 25px 0 #00000021;
        opacity: 0;
        display: none;
        transition: 0.3s;
    }
    .navigation li.nav-item:hover .sub-menu {
        opacity: 1;
        transition: 0.3s;
        display: block;
    }
    .navigation li.nav-item:hover .sub-menu .nav-link {
        color: rgba(0,0,0,.5);
    }
    .navigation li.nav-item:hover .sub-menu .nav-link:hover, .navigation li.nav-item.active .sub-menu .nav-link {
        color: #cc1c00;
    }
    .navigation li.nav-item:hover .sub-menu .nav-link:hover::before, .navigation li.nav-item.active .sub-menu .nav-link:before {
        content: none;
    }
    .navigation li.nav-item.active a:before, .navigation li.nav-item a:hover::before {
        width: 100%;
        transition: .3s;
    }
    .navigation li.nav-item:hover a,.navigation li.nav-item.active a {
        color: #cc1c00;
    }
    /*-----------banner-------------*/
    section.banner.home_banner {
    background: url(../images/home-baner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 183px;
    padding-bottom: 30px;
}
    .banner {
        background: url(../images/banner-home.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 183px;
        padding-bottom: 30px;
    }
    .banner h4.banner-subtitle {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }
    .banner h1.banner-title {
        font-size: 90px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 8px;
    }
    .banner h6.banner-link {
        font-size: 15px;
        font-weight: 900;
        margin-bottom: 30px;
    }
    .banner i.fa {
        transform: rotate(180deg);
        font-size: 30px;
        font-weight: lighter;
    }
    .banner-body {
        max-width: 600px;
        margin: 0 auto;
    }
    .banner-explor {
        padding-top: 80px;
    }
    /*-------principle-----------*/
    .princple img {
    max-width: 197px;
    height: 197px;
    object-fit: cover;
    }
    .princple {
    position: relative;
    margin-top: -148px;
    text-align: right;
    }
    .principle-image img {
        max-width: 400px;
        height: 100%;
        object-fit: cover;
    }
    .principle-box h2.sec-title {
        margin-bottom: 65px;
    }
    h3.sub-title {
        font-size: 24px;
        font-weight: 900;
        color: #121212;
        margin-bottom: 10px;
    }
    .principle-massage h5 {
        font-size: 16px;
        font-weight: 500;
        color: #121212;
        margin-bottom: 20px;
    }
    section.principle-box {
        padding: 120px 0px;
    }
    .principle-image:before {
        content: "";
        position: absolute;
        background: url(../images/prince-back.png);
        background-repeat: no-repeat;
        background-position: left;
        left: -68px;
        bottom: -50px;
        width: 248px;
        height: 237px;
        z-index: -1;
    }
    .principle-image {
        position: relative;
    }
    .principle-box h2.sec-title:before {
        bottom: -27px;
        left: 50px;
    }
    /*-------------collage-info-----------*/
    section.collage-info {
        background: url(../images/digree-back.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 120px 0;
    }
    .collage-info p.sec-pera {
        font-weight: 500;
        max-width: 1170px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .collage-content h2.sec-title {
        margin-bottom: 75px;
    }
    /*-----------gallery---------*/
    .gallery-slider .owl-dots {
        display: none;
    }
    .gallery-slider .container-fluid {
    max-width: 100%;
    margin-right: 0;
    padding: 0px;
    width: 1550px;
    }
    section.gallery-slider {
        padding: 120px 0;
    }
    .gallery-slider .heading {
        padding-bottom: 95px;
    }
    /*----------ranking-slider---------*/
    section.ranking-slider {
        background: url(../images/ranking-back.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 120px 0px;
    }
    .ranking-slider .owl-nav button {
        background: url(../images/arrow-slide.png) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        width: 45px;
        height: 45px;
    } 
    button.owl-next {
        transform: rotate(180deg);
    }
    .ranking-slider .owl-nav {
        position: absolute;
        top: 50%;
        left: -82px;
        transform: translateY(-50%);
        width: calc(100% + 165px);
        display: flex;
        justify-content: space-between;
        z-index: -1;
    }
    .ranking-slider {
        position: relative;
    }
    .ranking-slider .owl-nav span {
        display: none;
    }
    .ranking-slider .heading {
        padding-bottom: 87px;
    }
    /*----------footer--------*/
    .footer-title h4 {
        font-size: 22px;
        font-weight: 600;
    }
    .footer a {
        font-size: 14px;
        color: #ffffff;
    }
    footer.footer {
        background: #121212;
        padding-top: 100px;
    }
    .footer .heading {
        padding-bottom: 90px;
    }
    .footer-title {
        padding-bottom: 40px;
    }
    .addrase-list li {
        padding-bottom: 10px;
    }
    .contact-list li {
        padding-bottom: 20px;
    }
    .contact-list li:first-child {
    padding-top: 23px;
    }
    .footer-bootem {
        border-top: 1px solid #ffffff61;
        padding: 20px 0px;
        margin-top: 70px;
    }
    header.header.sticky {
        position: fixed;
        width: 100%;
        top: 0;
        background: #fff;
        transition: .4s;
        z-index: 999999;
    }
    .contact-list li a {
    position: relative;
    padding-left: 35px;
    text-decoration: underline;
    }
    .contact-list li a:hover {
    color: #cc1c00;
    }
    .contact-list li a:before {
    position: absolute;
    content: "";
    background: url(../images/contact.png);
    width: 20px;
    height: 20px;
    left: 0px;
    top: 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    }
    .contact-list li:first-child a:before {
    background: url(../images/mail.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    }
    .footer-map iframe {
    width: 100%;
    max-width: 450px;
    height: 257px;
}
    /*----------home-page-end----------*/
    /*-----------PAGE--IQAC & NAAC--------*/
.docu-list-box span {
    width: 100%;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    color: #121212;
}
    section.banner.naac h1.banner-title {
        font-size: 50px;
    }
     .document li.document-loading {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e1e1e1;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .document .document-loading span a {
        font-size: 18px;
        font-weight: 500;
        padding-left: 35px;
        text-decoration: none;
        color: #121212;
    }
    .document .document-loading .file_name {
        margin: 0 0 0 35px;
        color: #121212;
    }
    .document .document-loading a {
        margin-left: auto;
    }
    .document li.document-loading:first-child {
        padding-top: 0px;
    }
    .gallery-slider.naac {
        background: url(../images/ranking-back.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 0px;
    }
    .document-head {
        padding-bottom: 115px;
    }
    /*-----------PAGE--IQAC & NAAC--end------*/

    /*------------corses-page--start-------*/
    .graduation-box, .post-graduation-box {
        background: #f9f9f9;
        padding: 40px 30px 30px 30px;
    }
    .courses-head h3.sub-title {
        font-weight: 600;
        color: #121212;
        margin-top: 60px;
    }
    .course-inner {
        padding: 32px 0px;
        border-bottom: 1px solid #e1e1e1;
    }
    h3.cours-cart {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 900;
        font-family: 'Avenir LT Std';
    }
    .courses-head {
        padding-bottom: 66px;
    }
    .courses-body .course-title {
        position: relative;
        font-family: 'Baskerville Bold';
        padding-bottom: 10px;
        text-transform: capitalize;
        font-size: 24px;
        font-weight: bold;
    }
    .courses-body .course-title:before {
        content: "";
        position: absolute;
        width: 130px;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #cc1c00;
    }
    p.course-pera {
        font-size: 18px;
        max-width: 385px;
        font-family: Avenir;
        font-weight: 500;
        line-height: 1.89;
    }
    .course-inner {
        padding: 45px 0px;
        border-bottom: 1px solid #e1e1e1;
    }
    .courses-body .course-inner:last-child {
        border-bottom: 0;
        padding-bottom: 0px;
    }
    /*---------------corses-page-end------------*/
   /* -------------role-addmision-page-start----------*/
    .role-addmision p.sec-pera, .faculty-head p.sec-pera,.Facilities-head p.sec-pera {
    margin: 0 auto;
    margin-top: 48px;
    font-weight: 500;
    line-height: 1.88;
}
.role-addmision p.sec-pera{
    max-width: 874;
}
li.admision-list {
    padding: 25px 0px;
    border-bottom: 1px solid #e1e1e1

;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 90px;
}
li.admision-list:before {
    position: absolute;
    background-image: url(../images/back.svg);
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    left: 30px;
}
li.admision-list:first-child {
    padding-top: 0px;
}
section.role-addmision, section.faculty-main-section,section.document, .courses-offer,section.committees-section,.contact-page-body{
    padding: 100px 0px;
}
.role-addmision-head, .faculty-head {
    padding-bottom: 75px;
}
section.banner.courses, section.banner.admissions, section.banner.faculty,section.banner.committees,.banner.facilities,section.banner.naac, .banner.rti-act,section.banner.contect-section {
    padding: 133px 0px;
}
/* -------------role-addmision-page-start-end---------*/

/*----------------section.banner.facult-start---------*/
.faculty-head p.sec-per {
    max-width: 954px;
}
h3.feculty-table-title {
    margin-bottom: 40px;
}
.faculty-table .table {min-width: 735px;}
.table thead th {
    vertical-align: bottom;
    color: #cc1c00;
    padding: 24px 0;
    border-bottom: 0;
    font-size: 18px;
    font-family: 'Avenir LT Std';
    font-weight: 900;
    border: none;
}
.table td, .table th {
    padding: 28px 0px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 18px;
    font-weight: 500;
    color: #121212;
}
.table tr td:first-child,
.table tr th:first-child {
    padding-left:30px;
}
/*.table tr td:last-child,
.table tr th:last-child {
    padding-right:30px;
}*/
.table tbody tr:first-child td {
    border-top: none !important;
}
.table thead tr:first-child {
    border: none;
}
.faculty-body.ug-feculty {
    padding-bottom: 55px;
}
tr {
    border-bottom: 1px solid #e1e1e1;
}
thead {
    background: #f9f9f9;
}

/*----------------section.banner.facult-end---------*/
/*----------------section-commitis-start---------*/
a.table-link {
    color: #121212;
}
a.table-link:hover {
    color: #cc1c00;
    text-decoration: underline;
}
.text-decoration {
    text-decoration: underline;
}
.faculty-head.committees {
    padding-bottom: 80px;
    padding-top: 50px;
}
.faculty-head.committees:first-child {
    padding-top: 0px;
}
tr.table-row td:nth-child(4) {
    padding-right: 30px;
}
/*----------------section-commitis-end---------*/
/*----------------section-faciliti-start---------*/

.committees-body .tabbable-line  .nav-tabs  li  a {
   font-size: 18px;
    font-weight: bold;
  color: #121212;   
}
.committees-body .tabbable-line  .nav-tabs  li.open  a, .tabbable-line  .nav-tabs  li:hover  a {
  color: #cc1c00;
}
.committees-body .tabbable-line .nav-tabs  li.active a {
    font-size: 18px;
    font-weight: bold;
}
.Facilities-head p.sec-pera{
    max-width: 1170px;
    margin-top: 0px;
}
.committees-body {
    padding-top: 100px;
}
}
.committees-body .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 85px;
    position: relative;
}
.committees-body .tabbable-line ul.nav.nav-tabs {
    max-width: 390px;
    border-bottom: 2px solid #e9e9e9;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
}
 .committees-body .tabbable-line .nav-tabs li .font-basker {
    padding: 0 11px 11px;
    position: relative;
    display: inline-block;
}
 .committees-body .tabbable-line .nav-tabs li .font-basker.active {
    color: #cc1c00;
}
.committees-body .tabbable-line .nav-tabs li .font-basker:hover::before, .tabbable-line .nav-tabs li .font-basker.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2;
    width: 100%;
    height: 2px;
    background: #cc1c00;
    }
    .committees-body .tabbable-line .tab-content>.active {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    }
/*----------------section-faciliti-end---------*/
/*------------contact-page-start-------*/
    .contact-body a {
    color: #000000;
    font-family: 'Avenir LT Std';
    line-height: 32px;
    }
    .contact-body h4 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
    }
    .contact-body .contact-list-page{
        position: relative;
    }
    .contact-body ul.addrase-list-page {
    padding-left: 40px;
    position: relative;
    }
    .contact-body ul.addrase-list-page:before {
    position: absolute;
    content: "";
    background: url(../images/pin.png);
    left: 0px;
    top: 5px;
    width: 24px;
    height: 24px
    }
    .contact-body {
    background: #f9f9f9;
    padding: 60px 0 60px 40px;
    }
    ul.contact-list-page {
    padding-left: 40px;
    padding-top: 30px;
    }
    .contact-body .contact-list-page li {
    position: relative;
    padding-bottom: 15px;
}
.contact-body .contact-list-page li:first-child a:before {
    content: "";
    background: url(../images/mail-color.png);
    top: 3;
    color: #cc1c00;
    font-size: 25px;
    position: absolute;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: -35px;
}
.contact-body .contact-list-page li a:before {
     content: "";
    background: url(../images/phone.png);
    top: 3;
    color: #cc1c00;
    font-size: 25px;
    position: absolute;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: -35px;
}
.contact-map {
    margin-left: 20px;
}
.contact-map iframe {
    width: 100%;
    max-width: 560px;
    height: 410px;
}
    /*---------------------responsive-------------*/
    @media(max-width: 1600px){
        .gallery-slider .container-fluid {
    width: 1290px;
    }
    }
    @media (max-width:1439px){
        .banner h1.banner-title {
        font-size: 60px;
    }
    .banner-explor {
        padding-top: 25px;
    }
    section.collage-info {
        padding: 70px 0 40px;
    }
    section.gallery-slider {
        padding: 80px 0 90px;
    }
    .gallery-slider .heading {
        padding-bottom: 80px;
    }
    section.ranking-slider {
        padding: 80px 0px 66px;
    }
    footer.footer {
        padding-top: 80px;
    }
    section.document, .courses-offer {
        padding: 80px 0px;
    }
    .gallery-slider .container-fluid {
    width: 1250px;
    }
    } 
    @media(max-width: 1365px){
        .ranking-slider .owl-nav {
        left: -66px;
        width: calc(100% + 133px);
    }
    .document-head {
        padding-bottom: 80px;
    }
    .gallery-slider .container-fluid {
    width: 1250px;
    margin: 0 auto;
    }
    }
    @media(max-width: 1279px){
        .navigation li.nav-item {
        padding: 0;
    }
    .navigation li.nav-item.active:before {
        width: 45px;
        left: 50%;
    }
    .home_banner h1.banner-title {
        margin-bottom: 35px;        
    }
    .banner h1.banner-title {
        font-size: 40px;
    }
    section.principle-box {
        padding: 70px 0px;
    }
    .ranking-slider .owl-nav {
        left: -43px;
        width: calc(100% + 88px);
    }
    section.document, .courses-offer {
        padding: 60px 0px;
    }
    iframe {
    width: 100%;
    }
    .gallery-slider .container-fluid {
    padding: 0 20px;
    }
    .contact-body {
    padding: 48px 0 48px 40px;
    }
    }
    @media (max-width: 1199px) {
        .ranking-slider .owl-nav {
            top: auto;
            bottom: -65px;
            width: 100%;
            max-width: 300px;
            left: 50%;
            transform: translateX(-50%);
        }
        section.ranking-slider {
            padding: 60px 0px 90px;
        }
    }
    @media(max-width: 1023px){
       .principle-image:before{ 
        left: -31px;
        bottom: -36px;
        }
    .banner {
        padding-top: 100px;
    }
    .header {
        padding: 10px 0px;
    }
    section.banner.courses, section.banner.admissions, section.banner.faculty, section.banner.committees, .banner.facilities, section.banner.naac, .banner.rti-act,section.banner.contect-section{
        padding: 100px 0px;
    }
    }
    @media(max-width: 991px){
        .navigation a.nav-link {
        padding: 12px 10px;
    }
    .navigation li.nav-item.active:before{
        display: none;
    }
    .navigation a.nav-link {
        padding: 12px 10px;
        border-bottom: 1px solid #0000001f;
    }
    header.header.sticky {
        position: static;
    }
    section.document {
        padding: 60px 0px;
    }
    .document-head {
        padding-bottom: 80px;
    }
    footer.footer {
        padding-top: 60px;
    }
    .sec-title {
        font-size: 32px;
    }
    .topbar .row {
        align-items: normal !important;
    }
    section.gallery-slider {
        padding: 60px 0 70px;
    }
    .ranking-slider .heading {
        padding-bottom: 77px;
    }
    .footer-logo img {
        max-width: 112px;
        height: 112px;
        object-fit: cover;
    }
    .footer .heading {
        padding-bottom: 70px;
    }
    .footer-title {
        padding-bottom: 20px;
    }
    .ranking-slider .owl-nav { 
    bottom: -70px;
    }
    .faculty-table {
    overflow-x: scroll;
    }
    .tabbable-line .tab-content>.active {
    grid-template-columns: 1fr 1fr;
    }
    .contact-body {
    padding: 40px 0 28px 40px;
    }
    .contact-map {
    margin-left: 0px;
    }
    }
    @media(max-width: 767px){
        .language-box {
        text-align: left !important;
        padding-top: 24px;
    }
    .post-graduation-box {
        margin-top: 30px;
    }
    .gallery-slider.naac {
        padding: 50px 0px;
    }
    .footer-title {
        text-align: center;
        padding-top: 30px;
    }
    .link-addrase {
        text-align: center;
    }
    .footer-logo {
        text-align: center;
    }
    .topbar {
        display: none;
    }
    section.gallery-slider {
        padding: 50px 0 60px;
    }
    .principle-box h2.sec-title {
        margin-bottom: 50px;
    }
    .principle-massage {
        padding-top: 60px;
    }
    .principle-image {
    text-align: center;
    }
    section.banner.courses, section.banner.naac, .banner.rti-act {
    padding: 80px 0px;
    }
    .tabbable-line .tab-content>.active {
    grid-template-columns: 1fr;
    }
    .committees-body {
    display: flex;
    justify-content: center;
    }
    section.banner.courses, section.banner.admissions, section.banner.faculty, section.banner.committees, .banner.facilities, section.banner.naac, .banner.rti-act,section.banner.contect-section{
        padding: 70px 0px;
    }
    .contact-body {
    margin-bottom: 50px;
    }
    .contact-map {
    margin-left: 0px;
    }
    section.role-addmision, section.faculty-main-section, section.document, .courses-offer, section.committees-section, .contact-page-body{
        padding: 70px 0px;
    }
        .contact-map iframe {
        height: 250px;
    }
    .footer-map {
    text-align: center;
}
.footer-bootem {
    margin-top: 50px;
}
    }
    @media(max-width: 499px){
        .sec-title {
        font-size: 28px;
    }
    .banner h1.banner-title {
        font-size: 28px;
    }
    .banner h4.banner-subtitle {
        font-size: 20px;
    }
    footer.footer {
        padding-top: 30px;
    }
    .footer .heading {
        padding-bottom: 60px;
    }
    section.banner.naac h1.banner-title {
        font-size: 30px;
    }
    section.role-addmision, section.faculty-main-section, section.document, .courses-offer, section.committees-section, .contact-page-body{
        padding: 40px 0px;
    }
        .footer-map iframe {
    height: 170px;
}
    }