  @import url('swiper.css');
  @import url('baiot-navigation.css');

  @font-face {
    font-family: "Work Sans";
    src: url("../../fonts/WorkSans-ExtraBold.woff2") format("woff2"), url("../../fonts/WorkSans-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Work Sans";
    src: url("../../fonts/WorkSans-Black.woff2") format("woff2"), url("../../fonts/WorkSans-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Work Sans";
    src: url("../../fonts/WorkSans-Light.woff2") format("woff2"), url("../../fonts/WorkSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Work Sans";
    src: url("../../fonts/WorkSans-Bold.woff2") format("woff2"), url("../../fonts/WorkSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Work Sans";
    src: url("../../fonts/WorkSans-Thin.woff2") format("woff2"), url("../../fonts/WorkSans-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Work Sans";
    src: url("../../fonts/WorkSans-SemiBold.woff2") format("woff2"), url("../../fonts/WorkSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Work Sans";
    src: url("../../fonts/WorkSans-MediumItalic.woff2") format("woff2"), url("../../fonts/WorkSans-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Work Sans";
    src: url("../../fonts/WorkSans-Medium.woff2") format("woff2"), url("../../fonts/WorkSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Work Sans";
    src: url("../../fonts/WorkSans-SemiBoldItalic.woff2") format("woff2"), url("../../fonts/WorkSans-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Work Sans";
    src: url("../../fonts/WorkSans-Regular.woff2") format("woff2"), url("../../fonts/WorkSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  body {
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
    /* font-family: 'Inter', sans-serif; */
    font-size: 15px;
    color: #292929;
  }

  * {
    box-sizing: border-box;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  form,
  figure {
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
  }

  h2 {
    font-size: 40px;
  }

  a {
    color: #333333;
    /* color: #48246e; */





    text-decoration: none;
  }

  .w-90 {
    width: 90% !important;
  }

  .banner-sec .swiper-button-next,
  .banner-sec .swiper-button-prev {
    color: #fff !important;
  }

  .banner-sec .swiper-pagination-bullet {
    background: #fff !important;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px)) !important;
  }

  .banner-sec .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 30px;
  }

  .banner-sec .swiper-pagination-bullet-active {
    background: #fb6304 !important;
  }

  .header-top-section {
    background-color: #e2ccf9;
  }

  .header-bottom-section {
    background-color: #48246e;
  }

  .head-top-sec {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 2px 0;
  }

  .head-top-sec span {
    color: #fff;
    padding: 0 5px;
  }

  .head-top-sec a {
    color: #48246e;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500;
  }

  .header-bottom-section-2 marquee {
    padding: 5px 0px;
    width: 100%;
    font-size: 14px;
    color: #393939;
  }

  .header-bottom-section-2-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-main {
    display: flex;
    align-items: center;
    /* padding: 5px 0; */
  }

  .header-main img {
    width: 70%;
  }

  .header-main-bot {
    display: flex;
    justify-content: center;
    padding: 5px 0;
  }

  header .bg-light {
    background-color: transparent !important;
  }

  header .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 18px;
    padding: 0px 20px;
    font-weight: 300;
  }

  .carousel-indicators {
    bottom: 20px;
  }

  .banner-sec .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }

  .banner-sec .banner-content p {
    font-size: 30px;
    color: #fff;
    padding: 10px;
  }

  .banner-sec .banner-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 35px;
  }

  .banner-sec .banner-content span a {
    background: #ae9e38;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
  }

  .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border-top: unset;
    border-bottom: unset;
  }

  /* about sec */
  .about-sec {
    padding: 40px 0;
  }

  .about-sec h3 {
    font-size: 60px;
    color: #292929;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
  }

  .about-sec-inner p {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
  }

  .about-sec-inner span a {
    font-size: 18px;
    font-weight: 700;
    color: #48246e;
    text-decoration: underline;
  }

  /* home-sec-three */
  .home-sec-three {
    padding: 40px 0;
    background-color: #fafafa;
  }

  .item-box-sec-1,
  .item-box-sec-2,
  .item-box-sec-3 {
    padding: 60px 80px;
    min-height: 300px;
  }

  .item-box-sec-1 {
    background: #48246e;
    color: #fff;
  }

  .item-box-sec-2,
  .item-box-sec-3 {
    background: #f7f7f7;
    color: #292929;
  }

  .item-box-sec-2:hover,
  .item-box-sec-3:hover {
    background: #48246e;
    color: #fff;
  }

  .item-box-sec-2:hover a,
  .item-box-sec-3:hover a {
    color: #fff;
  }

  .item-box-sec-1-inner-1,
  .item-box-sec-2-inner-1,
  .item-box-sec-3-inner-1 {
    font-size: 36px;
    font-weight: 600;
    font-family: "Work Sans";
  }

  .item-box-sec-1-inner-2 p,
  .item-box-sec-2-inner-2 p,
  .item-box-sec-3-inner-2 p {
    font-size: 18px;
    padding: 10px 0 20px 0;
    min-height: 100px;
  }

  .item-box-sec-1-inner-3,
  .item-box-sec-2-inner-3,
  .item-box-sec-3-inner-3 {
    display: flex;
    justify-content: end;
  }

  .item-box-sec-1-inner-3 a,
  .item-box-sec-2-inner-3 a,
  .item-box-sec-3-inner-3 a {
    font-size: 30px;
  }

  .item-box-sec-1-inner-3 a {
    color: #fff;
  }

  /* count section */
  .count-section {
    padding: 40px 0;
    background: #fafafa;
  }

  .count-sec {
    display: flex;
    flex-direction: column;
  }

  span.count.count-num {
    font-size: 100px;
    font-weight: 700;
    color: #000000;
  }

  .count-cont {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  /* home-sec-four */
  .home-sec-four {
    padding: 40px 0;
  }

  .home-sec-four-sec-1 p {
    font-size: 18px;
    text-align: center;
    padding: 0px 0 50px 0;
    font-weight: 500;
  }

  .home-sec-four-sec-2 {
    /* background: #e2ccf9; */
    background: #f8f9fa;
    padding: 40px;
  }

  .home-sec-four-sec-3 {
    /* background: #f0e5fc; */
    background: #f8f9fa;

    padding: 40px;
  }

  .home-sec-four-sec-4 {
    background: #f6f0fd;
    padding: 40px;
  }

  .home-sec-four-sec-2-sec-1 h3 {
    font-size: 26px;
    font-weight: 700;
    font-family: "Work Sans";
    padding-bottom: 20px;
  }

  .home-sec-four-sec-3-sec-1 h3 {
    font-size: 26px;
    font-weight: 700;
    font-family: "Work Sans";
    padding-bottom: 20px;
  }

  .home-sec-four-inner-sec-2-left p,
  .home-sec-four-inner-sec-3-left p,
  .home-sec-four-inner-sec-4-left p,
  .home-sec-four-inner-sec-5-left p {
    font-size: 60px;
    font-weight: 400;
  }

  .home-sec-four-inner-sec-2-left span {
    font-size: 16px;
    font-weight: 300;
  }

  .home-sec-four-inner-sec-2-left,
  .home-sec-four-inner-sec-3-left,
  .home-sec-four-inner-sec-4-left,
  .home-sec-four-inner-sec-5-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home-sec-four-inner-sec-2-right p,
  .home-sec-four-inner-sec-3-right p,
  .home-sec-four-inner-sec-4-right p,
  .home-sec-four-inner-sec-5-right p {
    font-size: 18px;
  }

  .home-sec-four-sec-2-sec-2-row {
    display: flex;
    align-items: center;
  }

  .home-sec-four-sec-3 p {
    font-size: 16px;
    padding: 15px 0;
  }

  /* home-sec-video */
  /* .home-sec-video{
        display: flex;
        flex-direction: column;
        background: url(../images/assets/video-pg.png) center top no-repeat;
        background-size: auto;
    } */
  .home-sec-video-content h3 {
    font-size: 60px;
    color: #292929;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    padding-bottom: 30px;
  }

  .home-sec-video-content p {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
  }

  .home-sec-video-content span a {
    font-size: 18px;
    font-weight: 700;
    color: #48246e;
    text-decoration: underline;
  }

  .home-sec-video-content {
    padding: 100px 150px;
    position: relative;
    top: -100px;
    background: #fafafa;
  }

  /* News section */
  .news-sec {
    padding: 0px 0 0px 0;
  }

  .news-sec h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 3rem 0;
    letter-spacing: 2px;
  }

  /* .news-sec .item{
        background: #fff;
    } */
  .news-sec .item img {
    width: 100%;
  }

  .news-sec .item-content {
    padding: 30px 0px 50px 0px;
  }

  .news-sec .item-content h3 {
    font-size: 30px;
    font-weight: 700;
    min-height: 100px;
  }

  .news-sec .item-content h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #767676;
  }

  .news-sec .item-content p {
    font-size: 18px;
    padding-bottom: 20px;
    color: #292929;
    padding-top: 10px;
  }

  .news-sec .item-content a {
    font-weight: 600;
    font-size: 16px;
    color: #20a242;
    padding: 10px 0;
    text-decoration: underline;
  }

  .news-sec .event-right {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .news-sec .event-right a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
  }

  .news-sec .event-right a span {
    padding-left: 5px;
  }

  /* gallery-sec */
  .gallery-sec {
    overflow: hidden;
    position: relative;
  }

  .gallery-sec img {
    width: 100%;
  }

  .gallery-sec-2-row {
    height: 100%;
  }

  .gallery-sec-2-inner-1 {
    background: #ffc53a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .gallery-sec-2-inner-2 {
    background: #e2ccf9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
  }

  .gallery-sec-2-inner-1-content a {
    font-size: 18px;
    font-weight: 600;
  }

  .gallery-sec-2-inner-1-content {
    padding: 5px 0;
  }

  .gallery-sec-2-inner-1-content span {
    padding-left: 10px;
  }

  .gallery-sec-2-inner-2 h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
  }

  /* special-lap-sec */
  .special-lap-sec {
    padding: 40px 0;
  }

  .special-lap-sec h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 3rem 0;
    letter-spacing: 2px;
  }

  .special-sec-1-bot p {
    padding: 20px 0;
    font-size: 18px;
    color: #393939;
    font-weight: 500;
  }

  .gallery-section-more-btn {
    position: absolute;
    bottom: 60px;
    z-index: 99;
    left: 100px;
  }

  .gallery-section-more-btn a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
  }

  .special-lap-sec .event-right {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .special-lap-sec .event-right a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
  }

  .special-lap-sec .event-right a span {
    padding-left: 5px;
  }

  /* testmonial section */
  .testmonial-sec {
    display: flex;
    flex-direction: column;
    background: url(../images/spacial-pg.png) center top no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
  }

  .test-sec-1 {
    border-left: 5px solid #e2ccf9;
    padding-left: 20px;
    color: #fff;
  }

  .test-sec-1 span {
    font-size: 20px;
  }

  .test-sec-1 span p {
    font-size: 20px;
  }

  .test-sec-1 p {
    font-size: 18px;
    line-height: 26px;
    min-height: 80px;
    padding-bottom: 20px;
  }

  .testmonial-sec h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 4rem 0;
    letter-spacing: 2px;
  }

  .test-sec-1-bot img {
    padding-bottom: 20px;
  }

  /* contact section */
  .contact-sec {
    padding: 60px 0;
    background-color: #e2ccf9;
  }

  .contact-sec h3 {
    font-size: 50px;
    font-weight: 700;
    color: #292929;
  }

  .contact-btn-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
  }

  .contact-btn a {
    padding: 20px 40px;
    background: #393939;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #393939;
  }

  .contact-btn a:hover {
    background: #fff;
    color: #393939;
    border: 1px solid #393939;
  }

  /* aeronautical page */
  .department-banner-content h1 {
    background-color: #48246e;
    color: #fff;
    padding: 48px 80px;
    font-size: 48px;
    font-weight: bold;
  }

  .department-banner-content {
    position: absolute;
    top: 65%;
  }

  .department-banner {
    position: relative;
    margin-bottom: 100px;
  }

  p.top-cont-over {
    /* font-size: 1.25rem;
      letter-spacing: .5px;
      text-align: justify;
      padding-bottom: 3rem */
    display: none;
  }

  .right-side-section {
    display: flex;
    align-items: flex-start;
    justify-content: end;
  }

  .right-section-background {
    background-color: #f7f7f7;
    padding: 3rem;
    height: 100%;
  }

  .overview p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding-bottom: 1rem;
  }

  .overview h2 {
    font-weight: bold;
    padding: 1rem 0;
  }

  .vision p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding-bottom: 1rem;
  }

  .vision h2 {
    font-weight: bold;
    padding: 1rem 0;
  }

  .mission p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding-bottom: 1rem;
  }

  .mission h2 {
    font-weight: bold;
    padding: 1rem 0;
  }

  .mission-list {
    list-style: lower-roman;
  }

  .mission-list li {
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 500;
  }

  .Career-Opportunities p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding-bottom: 1rem;
  }

  .Career-Opportunities h2 {
    font-weight: bold;
    padding: 1rem 0;
  }

  .right-section-background h4 {
    font-weight: 600;
    padding-bottom: 1rem;
  }

  .faculty-staff-list li {
    margin-bottom: 1.25rem;
    font-size: 16px;
    /* border-bottom: 1px solid; */
    font-weight: 500;
  }

  .faculty-staff-list {
    list-style: none;
    padding: 0;
    padding-bottom: 1rem;
  }

  .Lab-list li {
    margin-bottom: 1.25rem;
    font-size: 16px;
    border-bottom: 1px solid;
    font-weight: 500;
  }

  .Student-list {
    list-style: none;
    padding: 0;
    padding-bottom: 1rem;
  }

  .Student-list li {
    margin-bottom: 1.25rem;
    font-size: 16px;
    border-bottom: 1px solid;
    font-weight: 500;
  }

  .Lab-list {
    list-style: none;
    padding: 0;
    padding-bottom: 1rem;
  }

  .Research-Consultancy-list li {
    margin-bottom: 1.25rem;
    font-size: 16px;
    /* border-bottom: 1px solid; */
    font-weight: 500;
  }

  .Research-Consultancy-list {
    list-style: none;
    padding: 0;
    padding-bottom: 1rem;
  }

  .programme-Offered-section h2 {
    font-weight: bold;
    padding: 1rem 0 2rem;
  }

  .programme-Offered h3 {
    background-color: #e2ccf9;
    padding: 1rem;
    margin-bottom: 20px;
    font-size: 20px;
  }

  /* .program-box {
      background-color: #f7f7f7;
    } */
  .Duration {
    padding-bottom: 3rem;
  }

  .programme-Offered .tab-content h4 {
    font-weight: bold;
    padding-bottom: 1rem;
  }

  .programme-Offered .tab-content p {
    font-size: 16px;
    font-weight: 500;
  }

  .No-of-semesters {
    padding-bottom: 3rem;
  }

  .No-of-Seats {
    padding-bottom: 2rem;
  }

  section.highlight-section h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
  }

  section.highlight-section {
    padding-top: 60px;
    padding-bottom: 0;
    background: none;
  }

  .highlight-section .row.justify-content-center.text-center {
    padding: 60px 0;
    background-color: #f6f0fd;
    margin-top: 3rem;
  }

  .request-visit a {
    font-weight: 600;
    font-size: 16px;
  }

  .request-visit {
    padding-top: 2rem;
    padding-right: 3rem;
  }

  .app-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  /* Top-Recruiters */
  .Top-Recruiters {
    padding: 60px 0;
  }

  .Top-Recruiters .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Top-Recruiters .item img {
    -webkit-transition: all 0.2s ease-in-out;
  }

  .Top-Recruiters .item img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
  }

  .Top-Recruiters h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 3rem 0;
    letter-spacing: 2px;
  }

  .Top-Recruiters-row-one .item {
    border-bottom: 2px solid #b3b3b3;
    margin-top: 40px;
  }

  .border-right {
    border-right: 2px solid #b3b3b3;
    margin-bottom: 80px;
    height: 200px;
    padding: 0 40px;
  }

  /* footer */
  footer {
    background: #48246e;
    padding: 0px 0 0 0;
  }

  footer h2 {
    font-size: 24px;
    font-weight: 400;
    color: #ae9e38;
    padding-bottom: 20px;
    padding-top: 50px;
  }

  footer p {
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
  }

  footer a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 0;
  }

  footer .foot-sec {
    display: flex;
    flex-direction: column;
  }

  footer a:hover {
    color: #ffc53a;
  }

  /* .foot-sec-social-row {
      margin: 20px 0 0 0;
    } */
  .foot-sec-social {
    text-align: center;
    cursor: pointer;
    padding: 0;
    font-size: 40px;
  }

  .foot-bottom {
    border-top: 2px solid #b09cc7;
    margin-top: 30px;
    padding: 10px 0;
    color: #b09cc7;
    font-size: 18px;
  }

  .foot-bottom-inner-right {
    text-align: end;
  }

  .foot-sec-ph {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
  }

  .block_image_up_ani {
    transition: all 0.2s ease-in-out 0s;
  }

  .block_image_up_ani:hover {
    transform: translate(0, -10px);
  }

  .special-sec-1 .line-1 {
    margin: 15px 0;
  }

  .special-sec-1 .line-1 span.green {
    float: left;
    width: 140px;
    height: 6px;
    background: #ee785b;
  }

  .special-sec-1 .line-2 {
    margin: 15px 0;
  }

  .special-sec-1 .line-2 span.green {
    float: left;
    width: 140px;
    height: 6px;
    background: #1493da;
  }

  .special-sec-1 .line-3 {
    margin: 15px 0;
  }

  .special-sec-1 .line-3 span.green {
    float: left;
    width: 140px;
    height: 6px;
    background: #ffdb49;
  }

  .special-lap-sec .swiper-pagination {
    position: relative;
  }

  .special-lap-sec .swiper-horizontal>.swiper-pagination-bullets,
  .special-lap-sec .swiper-pagination-bullets.swiper-pagination-horizontal,
  .special-lap-sec .swiper-pagination-custom,
  .special-lap-sec .swiper-pagination-fraction {
    bottom: 0;
  }

  .special-lap-sec .swiper-pagination-bullet {
    background: #000 !important;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px)) !important;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
  }

  .special-lap-sec .swiper-pagination-bullet-active {
    background: #000 !important;
  }

  .count-symbol {
    font-size: 100px;
    font-weight: 700;
    color: #393939;
  }

  .special-lap-sec .tab-content {
    background: #f6f0fd;
    margin-top: 50px;
  }

  /* testmonial-sec pagination*/
  .testmonial-sec .swiper-pagination {
    position: relative;
  }

  .testmonial-sec .swiper-horizontal>.swiper-pagination-bullets,
  .special-lap-sec .swiper-pagination-bullets.swiper-pagination-horizontal,
  .special-lap-sec .swiper-pagination-custom,
  .special-lap-sec .swiper-pagination-fraction {
    bottom: 0;
  }

  .testmonial-sec .swiper-pagination-bullet {
    background: #fff !important;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px)) !important;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
  }

  .testmonial-sec .swiper-pagination-bullet-active {
    background: #fff !important;
  }

  /* tab sec */
  .programme-Offered-section .nav-tabs .nav-link {
    width: 15%;
    border-right: 1px solid #f6f0fd;
    border-radius: 0px;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 20px 20px;
    border-bottom: 2px solid #48246e;
    background: #48246e;
  }

  .programme-Offered-section .nav-tabs .nav-item.show .nav-link,
  .programme-Offered-section .nav-tabs .nav-link.active {
    background: #e2ccf9;
    color: #292929;
    border-bottom: 4px solid #48246e;
  }

  .programme-Offered-section .nav-tabs .nav-item.show .nav-link .service-arrow,
  .programme-Offered-section .nav-tabs .nav-link.active .service-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 1px solid #48246e;
    border-bottom: 1px solid #48246e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -11px;
    left: 48%;
    z-index: 2;
    background: #e2ccf9;
  }

  .programme-Offered-section .nav-tabs {
    border-bottom: unset;
    background: #48246e;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .programme-Offered-section .service-name {
    font-size: 24px;
    font-weight: 500;
  }

  .programme-Offered-section #nav-tabContent {
    padding: 30px 30px 30px 30px;
  }

  .modal button.close {
    padding: 0px 12px;
    color: red;
    font-size: 40px;
    background: #fff;
    border: #261336;
  }

  .chairman-desk-sec-2-inner p {
    padding: 0 !important;
  }

  .chairman-desk-sec-2-inner p a {
    color: #e4a100;
    text-decoration: underline;
  }

  .chairman-desk-sec-1-content p {
    color: #e8a100 !important;
  }

  .Governing-sec {
    padding: 60px 0;
  }

  .Governing-sec-heading {
    font-size: 30px;
    font-weight: 700;
    font-family: "Work Sans";
    padding-bottom: 0px;
    color: #ae9e38;
    text-align: center;
  }

  .Governing-sec table {
    font-size: 16px;
    margin: 50px 0;
  }

  .Governing-sec .table> :not(caption)>*>* {
    padding: 20px;
    vertical-align: middle;
  }

  .Governing-sec .table tbody tr:nth-of-type(odd) {
    background-color: rgb(174 158 56 / 52%);
  }

  .Governing-sec .table>thead {
    font-size: 20px;
  }

  .programme-Offered {
    border: 1px solid;
  }

  .Governing-sec .table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: none;
  }

  .special-sec-1-top img {
    width: 100%;
  }

  .department-banner-img img {
    width: 100%;
  }

  .programme-Offered-accordian {
    display: none;
  }

  .programme-Offered-tab {
    display: block;
  }

  /* academic page */
  .academics-inner-banner {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
    background-image: url(https://www.bitsathy.ac.in/wp-content/uploads/2022/08/bnr1.webp);
    z-index: 9;
    background-position: 100%;
  }

  .academics-bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(50deg, #6f5b8445 50%, #48246ef0 50%);
    bottom: 0;
    left: -50%;
    opacity: 0.5;
    position: absolute;
    right: -50%;
    top: 0;
    z-index: -1;
  }

  .academics-bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
  }

  .academics-bg3 {
    animation-duration: 5s;
  }

  .academics-banner-content {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .academics-banner-content h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    background: #ae9e3840;
    border-left: 5px solid #ae9e38;
    padding: 10px 15px;
    border-radius: 5px;
    /* text-transform: uppercase; */
  }

  @keyframes slide {
    0% {
      transform: translateX(-25%);
    }

    100% {
      transform: translateX(25%);
    }
  }

  /* office-of-coe-desk */
  #content-area .su-tabs-vertical .su-tabs-nav {
    /*background: #48246e;*/
  }

  .clubs-society-desk .su-tabs-nav span {
    font-size: 18px !important;
    width: 260px;
  }

  .clubs-society-desk .su-tabs-nav {
    text-align: center;
  }

  #content-area .su-tabs-nav span {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 30px;
    background: #48246e;
    border-radius: 0;
  }

  #content-area .su-tabs-nav span.su-tabs-current {
    background: #ae9e38 !important;
  }

  #content-area .su-tabs-vertical .su-tabs-nav>span {
    border-radius: 0 !important;
  }

  #content-area .su-tabs-nav span:hover {
    opacity: 0.7;
  }

  #content-area {
    padding: 30px 0 60px 0;
  }

  #content-area .su-tabs-vertical {
    padding: 0;
    margin: 0;
  }

  #content-area .su-tabs-vertical .su-tabs-panes .su-tabs-pane {
    border-radius: 0 !important;
    background: #f4f4f4;
    font-size: 16px;
    margin: 0 20px;
    padding: 30px;
  }

  #content-area .su-tabs-vertical .su-tabs-panes .su-tabs-pane p {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0px 10px 0px;
  }

  #content-area .su-tabs-vertical .su-tabs-panes .su-tabs-pane img {
    padding: 10px;
  }

  #content-area .su-tabs {
    background: unset;
  }

  #content-area .tab-title-acadmic {
    color: #4c256b;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
  }

  #content-area .tab-content-acedmic .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ddd;
    margin: 10px;
    padding: 20px 0;
    box-shadow: 0 0 16px #dfdfdf;
  }

  #content-area .tab-content-acedmic .item .tab-pdf-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #48246e;
    padding: 10px;
    text-align: center;
  }

  #content-area .tab-content-acedmic .item .tab-pdf-btn {
    font-size: 16px;
    font-weight: 600;
    color: #6e6429;
  }

  .tab-content-acedmic .tab-content-acedmic-list li a {
    color: #ae9e38;
    padding-left: 5px;
  }

  .capability-enhancement-desk h3 {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    text-transform: capitalize;
    color: #48246e;
  }

  .capability-enhancement-desk p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding-bottom: 1rem;
  }

  .Academic-Credentials {
    background: #27456b2e;
  }

  .breadcrumb {
    /*  background: #340e3e;*/
    padding: 10px 0;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    justify-content: center;
  }

  a.taxonomy.department-type {
    pointer-events: none;
  }

  .breadcrumb .current-item {
    color: #e3c714;
    font-size: 14px;
  }

  .breadcrumb a {
    color: #fff;
    font-size: 14px;
  }

  .contact-item {
    background: #ddd;
    margin: 10px;
    padding: 20px 0;
    box-shadow: 0 0 16px #dfdfdf;
    text-align: center;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .contact-item i {
    color: #48246e;
    font-size: 40px;
    padding-bottom: 10px;
  }

  .icon-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #48246e;
  }

  .icon-content h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #48246e;
  }

  .tab-content-acedmic .tab-content-acedmic-list li .blink-hard {
    animation: blinker 1s step-end infinite;
    -webkit-animation-duration: 1.7s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  }

  .tab-content-acedmic .tab-content-acedmic-list li .blink-hard:hover {
    animation: none;
  }

  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  .tab-content-acedmic .photobanner {
    position: relative;
    height: 233px;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
  }

  .tab-content-acedmic .photobanner img {
    margin: 0 25px;
    box-shadow: 2px 2px 8px;
  }

  .tab-content-acedmic .photo-wrap {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
  }

  .tab-content-acedmic .photobanner {
    animation: bannermove 50s linear infinite reverse;
  }

  @keyframes bannermove {
    from {
      left: 0;
    }

    to {
      left: -1000px;
    }
  }

  .tab-content-acedmic .su-list li {
    font-size: 16px;
    font-weight: 600;
  }

  .tab-content-acedmic .table {
    border-color: #ae9e38;
  }

  .office-of-coe-desk .su-tabs-vertical span.su-tabs-disabled {
    opacity: 1.5;
    cursor: pointer;
  }

  .learning-centre-desk .su-tabs-vertical span.su-tabs-disabled {
    opacity: 1.5;
    cursor: pointer;
  }

  #content-area .learning-centre-desk .su-tabs-vertical .su-tabs-panes .su-tabs-pane img {
    padding: 0px !important;
  }

  .tab-content-acedmic p {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0px 10px 0px;
    text-align: justify;
  }

  .learning-centre-desk .table> :not(:first-child) {
    border-top: 1px solid #f3ab00;
  }

  .learning-centre-desk .su-list ul li {
    padding: 5px 0 10px 2em !important;
  }

  .pearson-ebook-btn {
    background: #f3ab00;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #f3ab00;
  }

  .pearson-ebook-btn:hover {
    background: transparent;
    color: #f3ab00;
    border: 1px solid #f3ab00;
  }

  .academics-inner-area .table-bordered> :not(caption)>*>* {
    padding: 20px;
    vertical-align: middle;
    font-size: 16px;
  }

  .academics-inner-area .table>thead {
    font-size: 20px;
    background: #48246e;
    color: #fff;
  }

  .academics-inner-area div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
  }

  .academics-inner-area div.dataTables_wrapper div.dataTables_filter label {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
  }

  .academics-inner-area .table {
    border-color: #9e9e9e;
  }

  .academics-inner-area .page-item.active .page-link {
    background-color: #48246e;
    border-color: #e3c714;
  }

  .academics-inner-area .page-link {
    color: #393939;
  }

  .academics-inner-area div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 30px 0 30px 0;
    font-size: 16px;
    font-weight: 600;
  }

  .academics-inner-area div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
    border-color: #646464;
  }

  .academics-inner-area div.dataTables_wrapper div.dataTables_info {
    margin: 30px 0 0 0;
    font-size: 16px;
    font-weight: 600;
  }

  .academics-inner-area table.dataTable thead>tr>th.sorting:before,
  table.dataTable thead>tr>th.sorting:after {
    opacity: 1;
  }

  .academics-inner-area table.dataTable thead>tr>th.sorting_asc:before,
  .academics-inner-area table.dataTable thead>tr>th.sorting_desc:after,
  .academics-inner-area table.dataTable thead>tr>td.sorting_asc:before,
  .academics-inner-area table.dataTable thead>tr>td.sorting_desc:after {
    opacity: 1;
  }

  /* Faculty Page */
  .faculty-heading {
    font-size: 30px;
    font-weight: 700;
    color: #ae9e38;
    padding: 20px 0;
  }

  .Faculty-wrap .category-box {
    background: #48246e;
    padding: 2px;
    margin-bottom: 30px;
  }

  .Faculty-wrap .category-box .category-select {
    height: 40px;
    border: 0 none;
    background: #fff;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .Faculty-wrap .department-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: #4c256b;
    border-bottom: 3px solid #ae9e44;
    padding: 15px;
    margin-bottom: 18px;
    text-align: center;
  }

  .faculty-box {
    cursor: pointer;
    position: relative;
    background: #ececec;
    box-shadow: 0px 10px 30px 0px rgb(233 233 233 / 50%);
    margin: 20px 20px 35px 20px;
  }

  .faculty-box .photo {
    position: relative;
    overflow: hidden;
    padding: 25px 0;
  }

  .faculty-box .photo:before {
    content: "";
    /* border-left: 40px solid #48246e; */
    border-bottom: 40px solid #f9d65400;
    right: 0px;
    top: 0;
    z-index: 8;
    position: absolute;
    transform: rotate(90deg);
  }

  .faculty-box .photo img {
    display: block;
    transition: transform 0.35s ease-out;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 15%;
    box-shadow: 0px 0px 20px 12px #d0cece;
  }

  .faculty-box .content {
    height: 75px;
    /* padding: 10px; */
    background: #48246e;
    position: relative;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* .faculty-box .content:before {
      top: -15px;
      left: 24px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 15px;
      border-color: transparent transparent #48246e transparent;
      position: absolute;
      content: "";
    } */
  .faculty-box .content .name {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
  }

  .faculty-box .content .department {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    min-height: 36px;
  }

  .faculty-box .photo:hover img {
    transform: scale(1.05);
  }

  /* faculty inner  */
  .Faculty-details .card {
    border-radius: 15px;
    height: auto;
    box-shadow: 0 0 16px #333;
    padding-bottom: 30px;
  }

  .Faculty-details .upper {
    height: 160px;
  }

  .Faculty-details .upper img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
    object-fit: cover;
  }

  .Faculty-details .user {
    position: relative;
  }

  .Faculty-details .profile img {
    height: 120px;
    width: 120px;
    border: 3px solid #e3c714;
  }

  .Faculty-details .profile {
    position: absolute;
    top: -62px;
    height: 120px;
    text-align: center;
    width: 100%;
  }

  .Faculty-details .follow {
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
  }

  .Faculty-details-content {
    text-align: center;
    margin-top: 70px;
  }

  .Faculty-details .icon-block img {
    width: 35px;
  }

  .Faculty-details .icon-block {
    text-align: center;
    margin: 10px 0 0 0;
  }

  .Faculty-details-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #48246e;
    padding: 5px 0;
  }

  .Faculty-details-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #48246e;
    padding-bottom: 5px;
  }

  .Faculty-details-content a {
    font-size: 14px;
    font-weight: 600;
    color: #48246e;
  }

  .Faculty-details-content p a span {
    color: #000;
  }

  .Faculty-details-content p {
    padding: 4px 0;
    font-size: 14px;
  }

  .Faculty-details-right .box-image-sec img {
    width: 80px;
  }

  .Faculty-details-right .box-sec h3 {
    font-size: 20px;
    color: #fff;
    padding: 0px 10px;
  }

  .Faculty-details-right .box-image-sec {
    text-align: center;
  }

  .Faculty-details-right .box-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 16px #888;
    background: #4c256b;
    min-width: 394px;
  }

  /*
      .Professional-Experience .box-sec{
          background: #844094;
    }
      .Academic-Credentials .box-sec{
          background: #27456b;
    }
      .Journal-Publications .box-sec{
        background: #189d67;
    }
      .Conference-Presentations .box-sec{
          background: #c3bf3b;
    }
      .Area-Expertise .box-sec{
          background: #7c0904;
    }
      .Patents .box-sec{
          background: #aeadb3;
    }
    .Professional-Experience{
        background: #8440942b;
    }
    .Journal-Publications{
        background: #009c6c1f;
    }
    .Conference-Presentations{
        background: #c1bf592e;
    }
    .Area-Expertise{
        background: #7c09041f;
    }
    .Patents{
        background: #aeadb336;
    }
    */
  .Faculty-details-right .su-list ul li {
    font-size: 16px;
    font-weight: 400 !important;
  }

  .Faculty-details-right .Professional-Experience h3 {
    color: #fff;
  }

  .Faculty-details-right-box-1 {
    border: 1px solid #4c256b;
    padding: 20px;
    border-radius: 30px;
    margin: 0 0 100px 0;
    background: #8440941c;
  }

  .Faculty-details-right .box-sec-bottom {
    /*   border-top: 1px solid #f0f0f0; */
    margin-top: 20px;
    padding: 20px;
  }

  .Faculty-details-right .box-sec-top {
    display: table;
    margin: -70px auto 0 auto;
  }

  .Faculty-details {
    padding-top: 50px;
  }

  .sticky-sec,
  .sticky-sec .sticky-top-inner {
    position: sticky;
    top: 50px;
  }

  /* admissions-page */
  .admissions-wrap h3 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
    color: #ae9e38;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
  }

  .admissions-wrap h2 {
    text-align: center;
    font-size: 30px;
    padding: 10px 0 30px 0;
    font-weight: 600;
    color: #48246e;
  }

  .admissions-wrap h5 {
    font-size: 20px;
    padding: 10px 0 20px 0;
    font-weight: 600;
    color: #ae9e38;
  }

  .admission-blink-wrap {
    background: #48246e;
  }

  .admission-blink-wrap h4 {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    padding: 15px;
    margin-bottom: 30px;
    color: #fff;
  }

  .admission-blink-wrap h4 span {
    animation: blink 1s linear infinite;
    padding: 0 10px;
  }

  @keyframes blink {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0.5;
    }

    100% {
      opacity: 1;
    }
  }

  .admissions-wrap ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px !important;
  }

  .admission-sec1-box1,
  .admission-sec1-box2,
  .admission-sec1-box3,
  .admission-sec2-box1,
  .admission-sec2-box2,
  .admission-sec2-box3 {
    padding: 20px 30px;
    box-shadow: 0px 1px 12px 2px #ddd;
    margin: 50px 0;
    border-left: 5px solid #48246e;
  }

  .admissions-wrap .su-list ul li {
    padding: 0px 0 20px 2.5em !important;
  }

  .admissions-wrap .su-list {
    margin-bottom: 0;
  }

  .admission-box-wrap {
    padding: 10px 40px 10px 10px;
    background: #48246e;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #fff;
  }

  .admission-box-wrap a {
    color: #fff;
    text-decoration: underline;
  }

  .admission-popup-form .admission-form-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    /*    color: #4c256b;*/
    color: #f7f7f7;
    text-align: center;
  }

  .admission-popup-form #gform_submit_button_1 {
    color: #fff;
    background: #ae9e44;
    border: none;
    padding: 8px 20px;
    font-size: 16px;
  }

  .admission-popup-form .gfield_validation_message {
    display: none;
  }

  .admission-popup-form .instruction.validation_message {
    display: none;
  }

  .admission-popup-form .gform_wrapper.gravity-theme .gfield input.large,
  .admission-popup-form .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    background: #ffffff2e;
    border-right: 0;
    border-top: 0;
    border-left: 5px solid #ae9e38;
    border-bottom: 1px solid #ae9e38;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .admission-popup-form .gform_wrapper.gravity-theme .gfield textarea {
    width: 100%;
    background: #ffffff2e;
    border-right: 0;
    border-top: 0;
    border-left: 5px solid #ae9e38;
    border-bottom: 1px solid #ae9e38;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .gform_wrapper.gravity-theme .gfield input::placeholder {
    color: #fff;
  }

  .gform_wrapper.gravity-theme .gfield textarea::placeholder {
    color: #fff;
  }

  .library-bottom-item p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }

  .library-bottom-item .tilte {
    font-size: 24px;
    font-weight: 600;
    /*color: #e57225;*/
    color: #ae9e38;
  }

  .library-bottom-item .icon-content {
    text-align: center;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 12px 2px #ddd;
    margin: 30px;
    border-left: 5px solid #48246e;
    background: #f4f4f4;
    align-items: center;
    justify-content: center;
  }

  .library-bottom-item .icon-content a {
    color: #48246e;
    font-size: 16px;
    font-weight: 500;
  }

  .library-bottom-sec {
    margin-top: 50px;
  }

  .library-bottom-item .su-list {
    text-align: start;
    padding: 10px 30px;
    margin: 0;
  }

  .library-bottom-item .su-list ul li {
    text-align: start;
    font-size: 14px;
    font-weight: 500;
  }

  .library-bottom-item {
    position: relative;
  }

  .library-bottom-item .icon-content:after {
    content: "";
    width: 180px;
    /*border-left: 75px solid #e57225;*/
    border-left: 75px solid #ae9e38;
    border-bottom: 75px solid #f9d65400;
    right: 30px;
    bottom: 0;
    z-index: 8;
    position: absolute;
    transform: rotate(180deg);
  }

  .admission-popup-form .gform_wrapper.gravity-theme .gfield_label {
    display: none;
  }

  #itro_popup {
    background-size: cover;
  }

  .clubs-society-desk .su-tabs-pane {
    padding: 20px 0;
  }

  .sports-facilities img {
    width: 100%;
    transition: 1s all ease-in-out;
  }

  .sports-facilities img:hover {
    transform: scale(1.05);
  }

  .sports-facilities h3 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #ae9e38;
  }

  .sports-facilities p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    font-weight: 500;
  }

  .sports-sec-inner {
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .sports-sec1-inner,
  .sports-sec2-inner,
  .sports-sec3-inner,
  .sports-sec4-inner,
  .sports-sec5-inner,
  .sports-sec6-inner {
    padding: 50px;
  }

  .sports-sec1,
  .sports-sec2,
  .sports-sec3,
  .sports-sec4,
  .sports-sec5,
  .sports-sec6 {
    box-shadow: 0 0 16px #8b8b8b;
    margin-bottom: 80px;
  }

  .Community-radio h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 50px;
    font-weight: 600;
    color: #ae9e38;
    text-decoration: underline;
  }

  .Community-radio-sec1-inner {
    padding-bottom: 20px;
  }

  .Community-radio p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    padding: 10px 0;
    font-weight: 500;
  }

  .Community-radio h3 {
    font-size: 30px;
    font-weight: 700;
    color: #48246e;
  }

  #itro_opaco {
    background-color: #000 !important;
  }

  .admission-popup-form .gform_required_legend {
    display: none;
  }

  .Community-radio-sec1-inner img {
    border-radius: 20px;
    box-shadow: 0 0 16px #333;
    transition: all 0.5s ease;
  }

  .Community-radio-sec1-inner img:hover {
    box-shadow: 0 0 32px #333;
  }

  .effect-oscar-inner {
    text-align: center !important;
  }

  .sustaintability-initiative .solar-panels {
    align-items: center;
    background-attachment: fixed;
    min-height: 300px;
    background-image: linear-gradient(360deg, rgb(72 36 110 / 70%), rgb(72 36 110 / 70%)), url(https://www.bitsathy.ac.in/wp-content/uploads/2022/09/cntbg_9_11zon-scaled.jpg);
    display: flex;
    color: #fff;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-position: 100%;
  }

  .Research-contacts h4 {
    font-size: 24px;
    color: #48246e;
    padding-bottom: 10px;
  }

  .Research-contacts p {
    font-size: 16px;
    padding: 0px 0 5px 0;
    line-height: 30px;
  }

  .research-contacts-left {
    background: #48246e24;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
  }

  .research-contacts-right {
    background: #48246e24;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
  }

  .Research-contacts p a {
    color: #48246e;
    font-weight: 700;
  }

  .ngg-album-link .Thumb {
    width: 100%;
    transition: 1s all ease-in-out;
  }

  .ngg-album-link {
    overflow: hidden;
  }

  .ngg-album-link .Thumb:hover {
    transform: scale(1.1);
  }

  .ngg-albumoverview.default-view .ngg-album-compact h4 {
    margin: 0;
  }

  .ngg-album-compact h4 .ngg-album-desc {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #48246e;
    color: #fff;
    font-size: 16px !important;
  }

  .ngg-album-compactbox {
    padding: 0 !important;
  }

  .ngg-albumoverview.default-view .ngg-album-compact {
    margin: 0 20px 30px 0 !important;
  }

  .ngg-breadcrumbs {
    background: #e4e4e4;
    padding: 20px;
    border-radius: 10px;
    margin-top: 0 !important;
  }

  ul.ngg-breadcrumbs>li {
    list-style-type: none;
    color: #48246e;
    font-size: 16px;
    font-weight: 700;
  }

  .ngg-imagebrowser.default-view {
    margin: 0px auto !important;
  }

  .ngg-imagebrowser.default-view .ngg-imagebrowser-nav .back,
  .ngg-imagebrowser.default-view .ngg-imagebrowser-nav .next {
    background: #48246e;
  }

  .ngg-navigation a.page-numbers:hover,
  .ngg-navigation span.page-numbers:hover,
  .ngg-navigation span.current:hover {
    background: #48246e;
  }

  .ngg-navigation span.current {
    background: #48246e;
  }

  /* ADVISORY BOARD */
  .Advisory-board-box {
    position: relative;
    background: #ececec;
    box-shadow: 0px 10px 30px 0px rgb(233 233 233 / 50%);
    /* border-radius: 10px; */
    padding: 0 0 0px 0;
    margin: 30px;
    box-shadow: 0 0 16px #b9b9b9;
  }

  .Advisory-board-box .photo {
    position: relative;
    overflow: hidden;
    padding: 50px 0 20px 0;
  }

  .Advisory-board-box .photo img {
    display: block;
    transition: transform 0.35s ease-out;
    margin: 0 auto;
    border-radius: 10%;
    box-shadow: 10px -5px 20px 5px #2323237d;
  }

  .Advisory-board-box .content {
    /* height: 100px; */
    padding: 20px;
    /* background: #48246e; */
    position: relative;
    text-align: center;
    color: #48246e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .Advisory-board-box .content .name {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
  }

  .Advisory-board-box .content .department {
    font-size: 16px;
    font-weight: 500;
    min-height: 120px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Advisory-board-box:hover {
    background: #48246e;
  }

  .Advisory-board-box:hover .content {
    color: #fff;
  }

  .Advisory-board h3 {
    text-align: center;
    font-size: 30px;
    padding: 10px 0 0px 0;
    font-weight: 700;
    color: #48246e;
  }

  .Advisory-board-inner {
    border-bottom: 1px solid #d8d8d8;
  }

  /* SPECIAL LABS */
  .Special-lap-sec figure {
    position: relative;
    overflow: hidden;
    margin: 10px;
  }

  .Special-lap-sec figure img {
    opacity: 0.8;
    width: 100%;
  }

  .Special-lap-sec figure figcaption {
    padding: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    /* background:#ae9e38 ; */
    /* height: 80px; */
    justify-content: center;
    e2ccf9 display: flex;
    align-items: center;
  }

  .Special-lap-sec figure figcaption::before,
  .Special-lap-sec figure figcaption::after {
    pointer-events: none;
  }

  figure.Special-lap-effect {
    background: #2f3238;
  }

  figure.Special-lap-effect img {
    transition: opacity 1s, transform 1s;
  }

  figure.Special-lap-effect p {
    padding: 20px;
    color: #2f3238;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
  }

  figure.Special-lap-effect:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }

  .Special-lap-effect-img {
    overflow: hidden;
  }

  .academics-inner-area .su-list ul li {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
  }

  /* Special-lap-inner */
  .Special-lap-inner-title {
    color: #ae9e38;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0;
  }

  .Special-lap-inner-title-contact {
    color: #ae9e38;
    font-size: 24px;
    font-weight: 700;
    padding: 30px 0 30px 0;
    text-align: center;
  }

  .Special-lap-inner p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    padding: 0px 0px 10px 0px;
  }

  .Sl-inner-Gallery-pg {
    background-image: linear-gradient(360deg, rgb(72 36 110 / 70%), rgb(72 36 110 / 70%)), url(https://www.bitsathy.ac.in/wp-content/uploads/2022/09/back-imge.jpg);
    height: 200px;
    background-size: cover;
    background-position: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .Sl-inner-Gallery-pg a {
    color: #fff;
    text-decoration: underline;
    padding: 10px 0;
  }

  .Sl-inner-Contacts .icon-bx-wraper {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    box-shadow: 0 0 16px #ababab;
    margin: 10px;
  }

  .Sl-inner-Contacts .icon-bx-wraper .ti-mobile {
    color: #48246e;
    font-size: 50px;
  }

  .Sl-inner-Contacts .icon-bx-wraper .ti-email {
    color: #48246e;
    font-size: 50px;
  }

  .Special-lap-inner .right-side-section {
    justify-content: center;
  }

  .Special-lap-inner .right-side-section .right-section-background {
    width: 80%;
  }

  /* Departments page */
  .Departments-page-wrap .item {
    background: #edebef url(https://www.bitsathy.ac.in/wp-content/uploads/wave-pg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 30px 30px 0px 30px;
    height: auto;
    text-align: center;
    margin: 10px;
  }

  .Departments-page-wrap .Dep-wrap-box {
    transition: all 0.2s ease-in-out 0s;
  }

  .Departments-page-wrap .Dep-wrap-box:hover {
    transform: translate(0, -5px);
  }

  .Departments-page-wrap .Dep-img-wrap {
    width: 70px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 16px #0a0902;
    background-color: #fff;
    margin: 0 auto;
    border: 3px solid #c6b445;
  }

  .Departments-page-wrap .Dep-content-wrap h3 {
    font-size: 18px;
    color: #48246E;
    font-weight: 600;
  }

  .Departments-page-wrap .Dep-content-wrap {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*date swipper*/
  .sl-events-wrap {
    padding: 20px 0;
  }

  .sl-events-wrap .item {
    border-bottom: 1px solid #ddd;
  }

  /* kk comment */
  /* .sl-events-wrap .item p {
    padding: 0px 0px 0px 10px; 
  } */

  .sl-events-wrap .date {
    display: flex;
    flex-direction: column;
    height: 55px;
    width: 55px;
    background: url(https://www.bitsathy.ac.in/wp-content/uploads/2022/09/sl-calender.png) no-repeat;
    margin-right: 10px;
    padding-top: 0px;
    line-height: normal;
  }

  .sl-events-wrap .date .day {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    padding-top: 5px;
    font-weight: bold;
  }

  .sl-events-wrap .date .month {
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #170139;
    font-size: 11px;
    font-weight: bold;
  }

  .sl-events-wrap .date .year {
    display: block;
    text-align: center;
    color: #170139;
    font-size: 9px;
    padding-top: -1px;
    font-weight: bold;
  }

  .sl-events-wrap .swiper.speciallabSwiper .swiper-wrapper {
    max-height: 322px;
  }

  .awards-title {
    text-align: center;
    font-size: 26px;
    padding: 0;
    font-weight: 700;
    color: #48246e;
    text-decoration: underline;
  }

  .awards-inner-area .awards-desk {
    border-bottom: 1px solid #ddd;
  }

  a.archive.post-awards-archive {
    pointer-events: none;
  }

  /* RESEARCH REPOSITORY */
  .Research-Repository-wrap .item {
    background: #48246e url(https://www.bitsathy.ac.in/wp-content/uploads/wave-pg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 20px;
    height: auto;
    text-align: center;
    box-shadow: 0 0 16px #9e9e9e;
    margin: 20px 10px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Research-Repository-wrap .Dep-content-wrap h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }

  .research-box-up {
    transition: all 0.2s ease-in-out 0s;
  }

  .research-box-up:hover {
    transform: translate(0, -10px);
  }

  /*chairman-desk*/
  .chairman-desk-sec-1 {
    background: #f6f6f6;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }

  .chairman-desk-sec-1-img img {
    width: 100%;
  }

  .chairman-desk-sec-1-content h3 {
    padding: 0 50px;
    font-size: 30px;
    color: #292929;
    text-align: center;
    letter-spacing: 1.05px;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    line-height: 50px;
  }

  .chairman-desk-sec-1-content p {
    font-size: 20px;
    font-weight: 500;
    text-align: end;
    padding: 10px 50px 0 50px;
    color: #dead36;
  }

  .chairman-desk-sec-2 p {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px 10px 0px;
    text-align: justify;
  }

  .chairman-desk-sec-2-inner {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 60px;
  }

  .chairman-desk-sec-2-inner h2 {
    font-size: 24px;
    font-weight: 600;
    color: #9f9f9f;
    text-decoration: underline;
  }

  .chairman-desk-sec-2-inner h3 {
    font-size: 18px;
    padding: 10px 0;
    font-weight: 600;
    color: #9f9f9f;
  }

  .chairman-desk {
    padding-top: 60px;
  }

  /*Chart Sec*/
  .chart-wrapper .chart {
    padding-bottom: 30px;
  }

  .chart-wrapper h3 {
    text-align: center;
    font-size: 20px;
    padding: 0px 0 20px 0;
    font-weight: 600;
    color: #48246e;
  }

  .chart-wrapper h3 strong {
    color: #e57225;
  }

  .chart-wrapper {
    border-bottom: 1px solid #ddd;
  }

  .statatics-wrapper .table-wrapper h2 {
    text-align: center;
    font-size: 30px;
    padding: 30px 0 20px 0;
    font-weight: 700;
    color: #ae9e38;
  }

  .statatics-wrapper-outer .item {
    background: #48246e url(https://www.bitsathy.ac.in/wp-content/uploads/wave-pg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 20px;
    height: auto;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    margin: 10px;
  }

  .statatics-wrapper-outer .item h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }

  .statatics-wrapper-outer .item:hover {
    transform: translate(0, -5px);
  }

  /* Contact Us */
  .bit_contact.contact_page_detail {
    padding: 0;
    margin-top: -30px;
    width: 100%;
    display: flex;
  }

  .contact_page_detail .bit_contact_detail {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 30px rgb(4 5 5 / 28%);
    transition: all 300ms ease;
    min-height: 300px;
    display: flex;
    align-items: center;
    position: relative;
  }

  .contact_page_detail .bit_contact_detail.active {
    z-index: 9;
  }

  .contact_page_detail .bit_contact_detail.active .con_inner_div h4 {
    color: #ae9e38;
  }

  .contact_page_detail .bit_contact_detail.active,
  .contact_page_detail .bit_contact_detail:hover {
    margin-top: 0;
  }

  .contact_page_detail .bit_contact_detail.active::before,
  .contact_page_detail .bit_contact_detail:hover::before {
    width: 100%;
    left: 0;
  }

  .contact_page_detail .bit_contact_detail::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 0;
    background-color: #ae9e38;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .contact_page_detail .bit_contact_detail .con_inner_div {
    width: 100%;
  }

  .contact_page_detail .bit_contact_detail .con_inner_div h4 {
    font-weight: 600;
    padding: 10px 0;
    color: #48246e;
  }

  .contact_page_detail .bit_contact_detail .con_inner_div p {
    padding-bottom: 10px;
    color: #48246e;
  }

  .contact_page_detail .bit_contact_detail .con_inner_div a {
    font-size: 18px;
    font-weight: 500;
  }

  .Contacts-us-wrap-sec1 .contact_page_detail img {
    height: 80px;
  }

  .Contacts-us-wrap-sec1 {
    padding: 60px 0;
  }

  .Contacts-us-wrap-sec2 img {
    height: 80px;
  }

  .Contacts-sec2-box1,
  .Contacts-sec2-box2 {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 30px rgb(4 5 5 / 28%);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(https://www.bitsathy.ac.in/wp-content/uploads/wave-pg-1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px;
  }

  .Contacts-sec2-box1 h4,
  .Contacts-sec2-box2 h4 {
    font-weight: 600;
    padding: 10px 0;
    color: #48246e;
  }

  .Contacts-sec2-box1 p,
  .Contacts-sec2-box2 p {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #48246e;
  }

  .Contacts-sec2-box1 a,
  .Contacts-sec2-box2 a {
    color: #e57225;
  }

  .Contacts-sec2-box1 {
    border-right: 4px solid #ae9e38;
  }

  .Contacts-sec2-box2 {
    border-left: 4px solid #ae9e38;
  }

  .Faculty-wrap .faculty-box-hod .photo {
    padding: 50px 70px;
  }

  .Faculty-wrap .faculty-box.faculty-box-hod {
    display: table;
    margin: 20px auto 30px auto;
  }

  .Faculty-wrap .hod-title-wrap {
    font-size: 20px;
    font-weight: 600;
    color: #4c256b;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: underline;
  }

  .bit_admission_sticky:hover {
    color: #f7fff7;
  }

  .bit_admission_sticky {
    transform: rotate(0);
    position: fixed;
    top: 10%;
    right: -.1%;
    z-index: 999;
    cursor: pointer;
    opacity: 1;
    background-color: #48246e;
    border-color: #48246e;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 16px;
    font-size: 18px;
    color: #fff;
    line-height: 1.33;
  }

  .academics-inner-area .statatics-wrapper-outer .chart-bit-placement-icon {
    font-size: 63px;
    margin-bottom: 23px;
    color: #ae9e44;
  }

  .academics-inner-area .su-tabs-vertical span.su-tabs-disabled {
    opacity: 1.5;
    cursor: pointer;
  }

  section.special-lap-sec.wht-media-says-sec {
    background: #f7f7f7;
    padding: 50px 0 60px 0px;
  }

  section.special-lap-sec.wht-media-says-sec .swiper-pagination-media.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
  }

  .wht-media-says-sec .line-3,
  .wht-media-says-sec .line-2,
  .wht-media-says-sec .line-1 {
    margin: 0;
    display: none;
  }

  .wht-media-says-sec p {
    font-size: 18px;
    font-weight: 600;
  }