*, body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
     font-family: "Poppins", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
/*  color: #212529;*/
}
h1,h2,h3,h4,h5,h6{ font-family: "Poppins", system-ui;
  font-weight: 700;
  font-style: normal;}
.logo-img {
    max-width: 41px;
    /* margin: auto; */
    padding: 10px 0;
}

.school-difference {
    display: flex;
}

.school-difference .affiliation {
    display: flex;
    align-items: center;
    gap: 21px;
    max-width: 350px;
}

.school-difference .affiliation .icon {
    background: #1464b4;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.school-difference .affiliation .icon i {
    color: #fff;
    font-size: 26px;
}

.school-difference .affiliation span {
    color: #000;
    text-align: left;
    margin: 0;
    font-weight: 600;
    font-size: 13px;
}

.school-difference .affiliation p {
    color: #000;
}

.topHeader:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 40%;
    background: #1464b4;
    /* background-image: linear-gradient(45deg, #011018f7, #098691bd), url(../img/mountain.jpg); */
    top: 0;
    z-index: 0;
    left: -25px;
    transform: skew(28deg);
}

.topHeader:after {
    background: #1464b4 none repeat scroll 0 0;
    content: "";
    height: 127px;
    position: absolute;
    right: 60.5%;
    top: -18px;
    transform: rotate(-28deg);
    width: 8px;
    z-index: 1;
}

.header-top .dropdown-toggle::after {
    display: none;
}

.header-top .fa-chevron-down {
    font-size: 11px;
}

.header-top .navbar-nav li {
    margin: 5px 10px;
}

.header-top .navbar-nav li a {
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.header-top .dropdown-menu[data-bs-popper] {
    left: -33px;
    padding: 0;
    top: 110%;
    min-width: 205px;
}

.header-top .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    background: #fff;
}

.sub-menu li {
    margin: 0 !important;
}

.header-top .navbar {
    background: #1464b4;
    padding: 0;
}

.header-top .nav-link {
    color: #fff !important;
}

.sub-menu .dropdown-item {
    color: black;
}

.header-top .dropdown-item:focus,
.dropdown-item:hover {
    background-color: #1464b4;
    color: #fff;
}

.carousel-img-banner img {
/*    width: 400px;*/
    height: 515px;
    object-fit: cover;
}
.home-left>.accordion-item>.accordion-header>.accordion-button{
    background-color: #1464b4;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 7px;
    margin: 0;
        font-weight: 600;
}
.swami-img{height:260px; object-fit: contain;}
.home-left>.accordion-item>.accordion-header>.accordion-button:after{font: normal normal normal 20px / 1 FontAwesome;
    content:"\f107 ";
background-image: none;}
.home-left>.accordion-item .accordion-body ul {
    list-style: none;
    margin: 0;
        padding: 0px;
}
.home-left>.accordion-item .accordion-body ul>li,.home-left>.accordion-item .accordion-body ul>marquee>li {
    margin: 10px 0px;
}
.home-left>.accordion-item .accordion-body ul>li>a {
    color: #212529;
    text-decoration: none;
}
.home-left>.accordion-item .accordion-body ul>li>a>i,.home-left>.accordion-item .accordion-body ul>marquee>li>i {
    color: #1464b4;
}
/*.vision-statement .card-body {
    padding: 0;
}

.vision-statement {
    border-radius: 0 0 10px 10px;
    border: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.vision-statement h3 {
    background-color: #1464b4;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 7px;
    margin: 0;
}

.vision-statement p {
    padding: 10px;
}

.vision-statement ul {
    list-style: none;
    margin: 0;
}

.vision-statement ul li {
    margin: 10px 0;
}

.vision-statement ul li a {
    text-decoration: none;
    color: #1464b4;
}*/

/*.whats-new {
    list-style: circle !important;
}

.whats-new li {
    color: #1464b4;
}*/

.footer-bottom {
    padding: 8px;
    background-color: #1464b4;
    color: #fff;
    font-size: 16px;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}

.slider-middle .owl-theme .owl-nav {
    margin: 0;
}

.slider-middle .owl-next span {
    padding: 10px 10px 15px 10px;
    background: #1464b4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
}

.slider-middle .owl-prev span {
    padding: 10px 10px 15px 10px;
    background: #1464b4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
}


.school-name h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.school-name p {
    color: #fff;
    font-size: 14px;
    margin: 0;
/*    text-align: center;*/
    font-weight: 600;
}

.school-difference {
    text-align: center;
}

.school-difference h3 {
    color: #fff;
    font-size: 25px;
    margin: 0;
}

.school-difference p {
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}

#checkbox {
    display: none;
}

.toggle {
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition-duration: .5s;
}

.bars {
    width: 100%;
    height: 4px;
    background-color: #1464b4;
    border-radius: 4px;
}

#bar2 {
    transition-duration: .8s;
}

#bar1,
#bar3 {
    width: 70%;
}

#checkbox:checked+.toggle .bars {
    position: absolute;
    transition-duration: .5s;
}

#checkbox:checked+.toggle #bar2 {
    transform: scaleX(0);
    transition-duration: .5s;
}

#checkbox:checked+.toggle #bar1 {
    width: 100%;
    transform: rotate(45deg);
    transition-duration: .5s;
}

#checkbox:checked+.toggle #bar3 {
    width: 100%;
    transform: rotate(-45deg);
    transition-duration: .5s;
}

#checkbox:checked+.toggle {
    transition-duration: .5s;
    transform: rotate(180deg);
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

@media only screen and (max-width: 600px) {
    .logo-img {
        max-width: 40px;
    }

    .header-top .navbar-toggler {
        margin: 10px 0;
        background: #fff;
        font-size: 15px;
        padding: 2px 6px;
    }

    .school-name h2 {
        font-size: 22px;
    }

    .school-name p {
        font-size: 10px;
    }

    .school-difference h3 {
        font-size: 20px;
    }

    .school-difference span {
        font-size: 12px;
    }

    .school-difference {
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .carousel-img-banner img {
        height: 270px;
    }

    .header-top .navbar .container-fluid {
        justify-content: end;
    }

    .topHeader:before {
        width: 100%;
        left: 0;
        transform: none;
    }

    .topHeader:after {
        display: none;
    }

    .school-difference {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .school-difference .affiliation {
        margin-bottom: 12px;
    }

    .school-difference .affiliation span {
        color: #ffffff;
    }

    .school-difference .affiliation p {
        color: #ffffff;
    }

    .topHeader:before {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .school-difference p {
        font-size: 13px;
    }

    .school-difference .affiliation span {
        font-size: 13px;
    }

    .school-difference .affiliation .icon i {
        color: #fff;
        font-size: 17px;
    }

    .school-difference .affiliation .icon {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        border: 2px solid #fff;
    }
}









/* ***************************Imran********************************* */


.page-title-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    text-align: center;
    position: relative;
    background-image: linear-gradient(180deg, #000000ad 0%, #000000ad 15%), url(../images/about-banner.jpeg);
}

.page-title-area2 {
    background-image: linear-gradient(180deg, #0f1633ad 0%, #0f1633ad 15%), url(../img/banner-2.jpeg);
}


.page-title-item {
    position: relative;
    margin-top: -80px;
}

.page-title-item h2 {
    color: #f8f8f8;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 20px;
}

.page-title-item ul {
    margin: 0;
    padding: 0;
}

.page-title-item ul li {
    list-style-type: none;
    display: inline-block;
    color: #f8f8f8;
    font-weight: 600;
    font-size: 18px;
    margin-right: 3px;
    margin-left: 3px;
}

.page-title-item ul li a {
    display: inline-block;
    color: #f8f8f8;
}

.page-title-item ul li a:hover {
    color: #1464b4;
}

.page-title-item ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.aboutArea {
    background-image: #f0feff;
}


/*.about-item {
    margin-bottom: 30px;
}
*/
.about-item h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0046c0;
}

/*.about-item p {
    font-size: 15px;
}*/


.about-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.about-item ul li {
    list-style-type: none;
    display: block;
/*    font-size: 18px;*/
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
}

.about-item ul li:last-child {
    margin-bottom: 0;
}

/*.about-item ul li i {
    display: inline-block;
    margin-right: 10px;
    color: #0046c0;
    font-size: 23px;
    position: relative;
    top: 2px;
}*/

.about-item a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #0046c0;
    font-weight: 500;
    padding: 20px 45px;
    border-radius: 5px;
}

.about-item a:hover {
    color: 15px;
    background-color: #111;
}

.about-left {
    position: relative;
    /* max-width: 420px; */
    margin: 0 auto;
}
/*
.mission-img {
    max-width: 420px;
}
*/
.about-left img {
    width: 100%;
    z-index: 1;
    border-radius: 10px;
    -webkit-animation: a-seven 10s infinite linear;
    animation: a-seven 10s infinite linear;
}

.about-left:before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    width: 320px;
    height: 320px;
    border-radius: 10px;
    z-index: -1;
    -webkit-animation: a-one 5s infinite linear;
    animation: a-one 5s infinite linear;
    background-color: #0046c0;
}

.about-left:after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: -10px;
    width: 320px;
    height: 320px;
    border-radius: 10px;
    z-index: -1;
    -webkit-animation: a-two 5s infinite linear;
    animation: a-two 5s infinite linear;
    background-color: #0046c0;
}

@-webkit-keyframes a-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes a-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes a-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes a-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
/*.text-justify{text-align:justify;}*/

/*.about-right {
    padding-left: 40px;
    position: relative;
}*/

.intDevTable table {
    width: 100%;
}

.intDevTable table,
th,
td {
    border: 2px solid #0046c0;
    border-collapse: collapse;
    padding: 8px;
}

.intDevTable table th {
    background-color: #0046c0;
    color: #fff;
    text-align: center;
}

.topHeader {
    background: #fff;
    overflow: hidden !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-bottom: 1px solid #fff;
}

.celebration .card {
    transition: 0.3s;
}

.celebration .card:hover {
    transform: scale(1.03);
}

.circular {
    border: 1px solid #1464b4;
    padding: 3px 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    width: 105px;
    justify-content: center;
}

.circular:hover {
    background-color: #1464b4;
}

.circular:hover a {
    color: #fff;
}

.circular a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.info-details label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.info-details input[type="text"],.info-details input[type="email"],.info-details input[type="number"]{
height:50px;
border: 0px;
    border-radius: 0px;
}
.info-details textarea {
    height:100px;
    border: 0px;
    border-radius: 0px;
}
input[type="submit"] {
    background-color: #1464b4;
    border: 0px;
    padding: 10px 30px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #cccc;
}
input[type="submit"]:hover{
  background-color: #212529;  
}
.contact-map {
    height: 60px;
    width: 60px;
    margin: 0 auto;
    background: #1464b4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-map i {
    font-size: 25px;
    color: #fff;
}

.contact-us .card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}
.usefull-links-title,.infrastructur-title {
    font-size: 16px;
    font-weight: 600;
/*    background-color: red;*/
    padding: 15px 10px;
    text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.infrastructur-box img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
h4.academics-title {
    font-size: 18px;
    color: #0046c0;
    text-align: center;
    text-transform: uppercase;
}
.lists-style>li {
    line-height: 26px;
}

.lists-style>li>i {
    color: #0046c0;
    font-size: 16px;
}
.library-area-box>h4,.unique-features-area-box>h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0046c0;
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
/*  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);*/
  transition: box-shadow 0.2s;
  height: 240px;
    object-fit: cover;
}

/*.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}*/

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}
h2#headingOne button.accordion-button:after {
    display: none;
}
@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}