:root {
  /**
  @font family declaration
  */
  --bd-ff-body: "Barlow", sans-serif;
  --bd-ff-heading: "Gilda Display", serif;
  --bd-ff-p: "Barlow", sans-serif;
  --bd-ff-menu: "Archivo", sans-serif;
  --bd-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --bd-common-white: #ffffff;
  --bd-common-black: #000000;
  --bd-heading-primary: #000000;
  --bd-grey-1: #f4f4f4;
  --bd-grey-2: #e9cfcf;
  --bd-grey-3: #6c6c6c;
  --bd-text-body: #424242;
  --bd-text-1: #000000;
  --bd-text-2: #414141;
  --bd-theme-1: #eec78c;
  --bd-theme-2: #f8f5f0;
  --bd-theme-3: #f9f5f0;
  --bd-theme-4: #fff8eb;
  --bd-theme-5: #ffa455;
  --bd-theme-6: #fff6eb;
  --bd-theme-7: #ebfffe;
  --bd-theme-8: #ffecd6;
  --bd-theme-9: #ff7c7c;
  --bd-theme-10: #7c81ff;
  --bd-theme-11: #00b9f1;
  /**
  @font weight declaration
  */
  --bd-fw-normal: normal;
  --bd-fw-elight: 200;
  --bd-fw-light: 300;
  --bd-fw-regular: 400;
  --bd-fw-medium: 500;
  --bd-fw-sbold: 600;
  --bd-fw-bold: 700;
  --bd-fw-ebold: 800;
  --bd-fw-black: 900;
  /**
  @font size declaration
  */
  --bd-fz-body: 16px;
  --bd-fz-p: 16px;
  --bd-fz-h1: 70px;
  --bd-fz-h2: 55px;
  --bd-fz-h3: 30px;
  --bd-fz-h4: 24px;
  --bd-fz-h5: 16px;
  --bd-fz-h6: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.bd-customs .bd-blog-3-details-title {
  margin: 0;
}

.bd-customs .bd-room {
  padding: 40px;
}

/* .bd-customs .bd-room .bd-room__content .bd-room__thumb-wrap .bd-room__details>p {
    text-align: center;
} */

@media (max-width: 575px) {
  .bd-customs
    .bd-room
    .bd-room__content
    .bd-room__thumb-wrap
    .bd-room__details
    > p {
    padding: 30px;
    margin-bottom: 0;
  }
}

.bd-customs .bd-room .bd-room__content .bd-room__thumb-wrap {
  height: 30rem;
}

.bd-customs .bd-room .bd-room__content .bd-room__thumb-wrap .bd-room__thumb {
  height: 100%;
}

@media (max-width: 575px) {
  .bd-customs .bd-room .bd-room__content .bd-room__thumb-wrap {
    height: 100%;
  }

  .bd-customs .bd-room .bd-room__content .bd-room__thumb-wrap .bd-room__thumb {
    height: 100%;
  }

  .bd-customs
    .bd-room
    .bd-room__content
    .bd-room__thumb-wrap
    .bd-room__thumb
    img {
    height: 15rem;
  }
}

/* .bd-hero__halfim-img .video-wrapper {
    position: relative;
    height: 100%;
    padding-bottom: 56.25%;
    width: 100%;
    pointer-events: none;
    object-fit: cover;
}

.bd-hero__halfim-img .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
} */

.faculty-area .bd-offer__content-visble {
  height: 100%;
}

.faculty-area .bd-offer__content p {
  line-height: 1.5;
}

.faculty-area .bd-offer__title-2 {
  font-size: 1.2rem;
}

.faculty-area .bd-offer__content {
  width: 100%;
}

.faculty-area .bd-offer__thumb img {
  height: 30rem;
}

.events-area .bd-event-content {
  height: 100%;
}

.alumni-area .bd-offer {
  border: 1px solid #dddddd;
}

.alumni-area .bd-offer__content-visble {
  height: 100%;
}

.alumni-area .bd-offer__content p {
  line-height: 1.5;
}

.alumni-area .bd-offer__content {
  width: 100%;
}

/* .training-area .service-intro-text {
    width: 100%;
} */

.training-area .service-intro-text .line__subtitle {
  font-size: 24px;
}

.training-area .service-intro-text .section-intro-paragraph {
  font-size: 18px;
}

/* @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .training-area .service-intro-text {
        max-width: 100%;
    }
} */

.accordion-button:not(.collapsed) {
  background: #eec78c;
  color: #000000;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}

.modal {
  background: #a9a9a9a8;
}

.modal-content {
  height: 100%;
}

.modal-body {
  padding: 0;
}

.modal-body img {
  height: 45rem;
  width: 100%;
  object-fit: cover;
}

.modal-body p {
  text-align: justify;
}

.blur-background {
  filter: blur(5px);
  transition: filter 0.3s;
}

.modal-fullscreen .modal-header {
  padding-left: 0;
  padding-right: 0;
}

.service__hero-2 .video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  /* pointer-events: none; */
  position: relative;
  width: 100%;
}

.service__hero-2 .video-wrapper .video-container {
  height: 100%;
  left: 0;
  /* pointer-events: none; */
  position: absolute;
  top: 0;
  width: 100%;
}

.program-detail-two {
  position: relative;
}

.program-detail-two .pdt-cover-img img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.program-detail-two .pdt-outline {
  text-align: justify;
}

.program-detail-two .pdt-outcomes .bd-facility__content {
  padding: 1rem;
  min-height: 15rem;
  border: 1px solid #e8e8e8;
}

@media (max-width: 820px) {
  .program-detail-two .pdt-outcomes .bd-facility__content {
    min-height: 100%;
  }
}

.program-detail-two .pdt-outcomes .bd-facility__content p {
  text-align: justify;
}

.pdt-eligibility p {
  text-align: justify;
}

.pdt-career .bd-service {
  border-radius: 1rem;
}

.pdt-procedure .bd-service-details__widget {
  border: none;
}

.pdt-procedure .bd-service-details__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  column-gap: 3rem;
}

.program-detail-two aside {
  position: sticky;
  top: 6rem;
  background: transparent;
  overflow-y: auto;
  box-shadow: 0 4px 30px #0000001a;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 2rem;
  height: calc(100vh - 8rem);
}

.pdt-side-img {
  overflow: hidden;
  position: relative;
}

.pdt-side-img img {
  height: 20rem;
  width: 100%;
  object-fit: cover;
}

.program-detail-two aside .pdt-navigation {
  padding: 1rem 0 0;
  list-style: none;
}

.program-detail-two aside .pdt-navigation li a {
  margin-top: 1rem;
  color: #000c;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
}

.program-detail-two aside .pdt-navigation li:last-child a {
  border: none;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #efca91;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #efc9918b;
}

/* css for justifying text */

/* index page classes that are justified */

.bd-about__area p {
  text-align: justify;
}

/* about page classes that are justified */

.bd-blog-3-details-area p {
  text-align: justify;
}

/* training.html page classes that are justified */

.training-area p {
  text-align: justify;
}

.about-ihm .bd-service-details__list ul {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  list-style: none;
  row-gap: 10px;
}

.about-ihm .bd-service-details__wrap {
  text-align: justify;
}

.offcanvas__about {
  text-align: justify;
}

.offcanvas__contact-text {
  text-align: justify;
}

.bd-service-details__list ul li {
  align-items: baseline;
}

.bd-room-details__widget ul {
  padding: 0;
  list-style: none;
}

.bd-room-details__widget ul li i {
  font-size: 20px;
  color: var(--bd-theme-1);
  margin-right: 1rem;
}

.swiper-slide .bd-gallery__thumb img {
  height: 10rem;
  object-fit: contain;
}

.faculty-blogs .bd-blog-3-details-thumb {
  height: 100%;
}

.faculty-blogs .bd-blog-3-details-thumb img {
  height: 100%;
  object-fit: contain;
}

.bd-blog-2__title a {
  display: block;
}

.bd-dropdown .dropdown-toggle {
  text-transform: uppercase;
  display: block;
  padding: 15px 30px;
  font-weight: var(--bd-fw-medium);
  line-height: 19.5px;
  background-color: var(--bd-theme-1);
  color: var(--bd-common-black);
  border-color: var(--bd-theme-1);
  transition: all 0.3 ease-out 0s;
  text-align: center;
}

.bd-dropdown ul {
  padding: 0;
}

.bd-dropdown .show {
  width: 100%;
  background: var(--bd-theme-1);
  font-weight: var(--bd-fw-medium);
  border-radius: 0;
  border-color: var(--bd-common-white);
}

.bd-dropdown .show li {
  padding: 0.5rem;
}

.bd-dropdown .show li a {
  text-transform: uppercase;
  font-weight: var(--bd-fw-medium);
}

.bd-dropdown .show li a:hover {
  background: var(--bd-common-white);
}

.inaugural-area .bd-event-content {
  height: 100%;
}

.gallery-images img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
