@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
}

:root {
  /* --font: "Poppins", sans-serif; */
  --font: "Outfit", serif;
  --strong-font: 600;
  --light-font: 400;
  --width: 85%;
  --max-width: 1280px;
  --yello: #ffc215;
  --blue: #0054a5;
  --light-gray: #d3d3d3;
  --dark-gray: #949494;
}

body {
  font-family: var(--font);
}

body.no_scroll {
  overflow: hidden;
}

header {
  border-bottom: 3px solid #ffc215;
  background: #f7f7f7;
}

.header-content{
  display: flex;
}

.header-content {
  width: var(--width);
  max-width: var(--max-width);
  justify-content: space-between;
  padding: 0;
  margin: auto;
}

.header-content img {
  width: 130px;
  object-fit: cover;
  height: 100px;
  /* margin-left: auto;
    display: block */
  /* max-width:px; */
  /* max-height: 100px; */
}

.banner-section {
  /* background-image: url(../images/Web_banner_11zon.webp); */
  /* background-image: url(../images/LIBA-Web-banner.webp); */
  /* background-image: url(../images/LIBA-building.jpg); */
  background-image: linear-gradient(to bottom, hsl(0deg 0% 0% / 26%) 0%, hsl(0deg 4.93% 9.76% / 18%) 55%), url(../images/LIBA-building.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
  background-size: cover;
  aspect-ratio: 4/1;
  display: grid;
  align-items: center;
}

.banner-section .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  width: var(--width);
  margin: auto;
  max-width: var(--max-width);
}

.banner-section .wrapper .child-1 .batch_number {
  background-color: #ffff;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  font-weight: 600px;
  width: max-content;
  margin-top: 20px;
  font-size: 1.3rem;
  color: #203e99;
}

.banner-section .wrapper .child-1 .hero-text {
  font-size: 20px;
  color: #01219b;
  line-height: 1.4;
  background: #ffc215;
  padding: 10px;
  border-radius: 10px;
  opacity: 0.9;
  margin-left: 12%;
  /* line-height: 2.5rem; */
}

.banner-section .wrapper .child-1 .hero-text span {
  font-size: 20px;
  font-size: 24px;
  line-height: 1.2;
  display: inline-block;
  padding-top: 6px;
  font-weight: 500;
}

.banner-title {
  font-size: 40px !important;
  font-weight: 700;
  display: inline-block;
  padding-top: 7px;
}

.banner-section .child-2 {
  align-items: center;
  display: flex;
  height: 100%;
}

.banner-section .child-2 .form-wrapper {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  margin-left: auto;
  max-width: 450px;
  position: relative;
}

.banner-section .child-2 .form-wrapper .heading {
  font-size: 1.5rem;
  font-weight: var(--strong-font);
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  color: #fffdfd;
    letter-spacing: 0.5px;
    background: #203e99;
    padding: 2px;
}

.form-group {
  margin-bottom: 10px;
}

.form-control,
.form-control:focus,
.form-control:focus-visible,
.form-control:visited {
  width: 100%;
  padding: 0.45rem 0.55rem;
  border: 1px solid #a1a1a1;
  border-radius: 0.35rem;
  font-size: 0.9rem;
  box-shadow: none;
  outline: 0;
  font-family: 'Outfit';
}

.batch_duration,.batch_mode,.batch_critarya ,.batch_duration .content-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 180px;
}
.label_sub_heading {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
}

.form-control::placeholder {
  color: #000;
}

.d-flex {
  display: flex;
  align-items: start;
}

.ml-2 {
  margin-left: 0.4rem;
}

.same-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.banner-section .child-2 .heading {
  font-size: 1.3rem;
  font-weight: var(--light-font);
  margin-bottom: 10px;
  text-align: center;
}

.banner-section .child-2 .sub-heading {
  font-size: 0.9rem;
  font-weight: var(--light-font);
  margin-bottom: 10px;
  text-align: center;
}

.form-group label {
  font-size: 0.83rem;
}

.btn {
  padding: 0.5rem 1.5rem;
  background: #203e99;
  color: #fff;
  border: none;
  border-radius: 6px;
  /* text-transform: uppercase; */
  font-size: 1.2rem;
  font-weight: var(--strong-font);
  cursor: pointer;
  font-family: 'Outfit';
}

article section {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}

section {
  padding: 0.5rem 0;
}

.section-heading {
  text-align: center;
  font-size: 1.7rem;
  font-weight: var(--strong-font);
  color: #0054a5;
  position: relative;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

.section-heading::after {
  content: "";
  width: 30%;
  background: #ffc215;
  height: 0.25rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  max-width: 150px;
}

.section-description {
  text-align: justify;
  font-size: 1rem;
  font-weight: var(--light-font);
}

/* .check-box-row {
    align-items: start
} */

.check-box-row input[type="checkbox"] {
  margin-top: 0.3rem;
  cursor: pointer;
}

.custom-popup {
  position: fixed;
  width: 450px;
  top: -150%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 450ms ease-in-out;
  z-index: 9999;
}

.custom-popup.show {
  top: 50%;
}

.custom-popup iframe {
  width: 100%;
  height: 300px;
}

.form-popup {
  position: fixed;
  width: 100%;
  max-width: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 450ms ease-in-out;
  background: #fff;
  padding: 20px;
  z-index: 1009;
  border-radius: 20px;
  opacity: 0;
}

.form-popup.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.form-popup .heading {
  text-align: center;
  font-size: 1.3rem;
  font-weight: var(--strong-font);
  margin-bottom: 10px;
}

.form-popup .sub-heading {
  text-align: center;
  font-size: 1rem;
  font-weight: var(--light-font);
  margin-bottom: 10px;
}

.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  color: #fff;
  z-index: 999;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}

.stcicky_area {
  background: #ffc215;
  padding: 5px 0 5px 0;
  width: 100%;
  transition: top 550ms ease;
  top: -300px;
  opacity: 1;
}

.stcicky_area.stick {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.sticky_section {
  display: grid;
  align-items: start;
  width: var(--width);
  max-width: 950px;
  margin: auto;
  grid-template-columns: repeat(4, 1fr);
}

.sticky_section > div {
  padding: 10px 20px;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  position: relative;
}

.sticky_section > div .label_heading {
  font-weight: var(--strong-font);
  font-size: 1.3rem;
  margin-bottom: 0;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  background-color: #0054a5;
  height: 100px;
  width: 100%;
  border-radius: 10px;
  align-items: center;
  cursor: pointer;
}
.sticky_section > div .label_heading:hover {
  background: rgba(220, 220, 220, 0.523);
}

.label_heading img {
  width: 130px;
  height: 75px;
  border-radius: 10px;
}

.sticky_section > div .label_sub_heading {
  font-weight: var(--light-font);
  font-size: 1.15rem;
  text-align: center;
  color: black;
}

/* .sticky_section>div:first-child::before {
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff;
} */

.sticky_section div:nth-child(1)::after,
.sticky_section div:nth-child(2)::after,
.sticky_section div:nth-child(3)::after {
  content: "";
  width: 2px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: white;
}

/* .sticky_section div:nth-child(3)::after {
  height: 40px;
} */

.grid-alignments-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 20px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.grid-alignments-2 > div {
  display: flex;
  align-items: start;
}

.grid-alignments-2 > div .icons {
  font-size: 2rem;
  margin-right: 15px;
  line-height: 1rem;
}

.section-imgs {
  /* background: #e8ebf5; */
  padding-bottom: 3rem;
}

.section-imgs.full-width {
  background: #0054a5;
  width: 100%;
  max-width: 100%;
}

.set-full-width {
  width: 100%;
  max-width: 100%;
}

.glider-next{
  right: 1px !important; 
}
.section-imgs .wrapper {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}

.section-imgs.full-width .section-description,
.section-imgs.full-width .section-heading {
  color: #fff;
}

.icon_text_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
  align-items: start;
}

.icon_text_grid.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
  gap: 20px;
  margin-top: 20px;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}

.icon_text_wrapper {
  width: 100%;
  max-width: 250px;
  margin: auto;
  display: grid;
  grid-template-rows: max-content max-content;
  gap: 20px;
  height: 100%;
}

.icon_text_wrapper .icon-background-circle {
  height: 130px;
  width: 130px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  box-shadow: 12px 13px 3px gray;
  border: 3px solid #ffc215;
  padding: 3px;
  /* height: 100%; */
}

/* .icon_text_wrapper .icon-background-circle:hover{
  border-radius: 50%;
} */

.circle-color-1 {
  /* background: #f0aa71 !important; */
  background: #0054a5 !important;
}

.circle-color-2 {
  /* background: #abb7d9 !important; */
  background: #0054a5 !important;
}

.circle-color-3 {
  /* background: #bfc1c5 !important; */
  background: #0054a5 !important;
}

.icon_text_wrapper img {
  margin: auto;
  max-width: 70px;
  /* background: white; */
  border-radius: 5px;
}

.text-center {
  text-align: center;
}

.icon_text_wrapper .icon_text {
  color: #000;
}

.tab-btns {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  /* grid-template-rows: repeat(4, 50px); */
  /* margin-bottom: 20px; */
  /* column-gap: 25px; */
  row-gap: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tab-btns .tab-btn {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #dcdcdc;
  color: #000;
  cursor: pointer;
  /* border-radius: 5px; */
  font-weight: var(--strong-font);
  font-size: 1.1rem;
  border: 1px solid var(--dark-gray);
  height: 75px;
  align-content: center;
}

.tab-btns .tab-btn.current {
  background: #ffc215;
  color: #000;
  border: 1px solid var(--dark-gray);
}

.tab-content-wrapper .tab-content {
  display: none;
  color: #000;
}

.tab-content-wrapper .tab-content table {
  color: #000;
  border-color: #000;
}

.tab-content-wrapper .tab-content table tr,
.tab-content-wrapper .tab-content table tr th,
.tab-content-wrapper .tab-content table tr td {
  border-color: #000;
  color: #000;
  padding: 7px;
}

.tab-content-wrapper .tab-content.current {
  display: block;
}

.tab-content ul {
  margin-left: 20px;
}

.download-btn {
  background: #ffc215;
  color: #003c76;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  margin: 1.5rem auto 1rem auto;
  width: max-content;
  display: block;
  font-size: 1.6rem;
  max-width: 350px;
  /* width: 100%; */
  text-align: center;
  border-radius: 5px;
  border: 1px solid #000;
}

.img-fluid {
  max-width: 100%;
}

.logo-wrapper {
  max-width: 1100px;
  margin: auto;
}

.charts-grid {
  margin-top: 30px;
  /* max-width: 1100px; */
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.section-sub-heading {
  font-size: 1.5rem;
  color: #203e99;
  font-weight: var(--strong-font);
  text-align: center;
  margin-bottom: 20px;
}

.col-1 #video,
.col-1 img {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

.col-1 #video iframe,
.col-1 img {
  margin-bottom: 0 !important;
}

.text-left {
  text-align: left;
}

.message_wrapper {
  padding: 0.7rem 0.5rem;
  border-radius: 10px;
  margin-bottom: 20px;
}

.message_wrapper p {
  color: #fff;
  margin-bottom: 0;
}

.message_wrapper.success {
  background: green;
}

.message_wrapper.danger {
  background: red;
}

.navigation-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  /* padding-top: 20px; */
  max-width: 767px;
  width: var(--width);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 0;
}

.navigation-buttons a {
  width: 100%;
  text-align: center;
  padding: 0.75rem 0.5rem;
  background: #4265cf;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: block;
}

.navigation-buttons a.active {
  background: #f58220;
}

.mobile-right-arrow {
  background: #e7e7e7;
  color: #203e99;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 40px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  top: 50%;
  right: -39px;
  transform: translateY(-50%);
  font-size: 35px;
}

.navigation-buttons .mobile-right-arrow i {
  transition: all 350ms ease-in-out;
}

.navigation-buttons.mobile-active .mobile-right-arrow i {
  transform: rotate(180deg);
}

.float-top-arrow {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0054a5;
  border-radius: 50%;
  font-size: 1.5rem;
  position: fixed;
  bottom: 100px;
  right: 50px;
  -webkit-box-shadow: 3px 3px 15px -2px rgb(0 0 0 / 75%);
  -moz-box-shadow: 3px 3px 15px -2px rgb(0 0 0 / 75%);
  box-shadow: 3px 3px 15px -2px rgb(0 0 0 / 75%);
  opacity: 0;
  pointer-events: none;
  transition: all 350ms ease;
  cursor: pointer;
  z-index: 99;
}

.mobile-otp-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content;
  gap: 20px;
}

.mobile-otp-row:last-child {
  margin-top: 10px;
}

.otp-check-row {
  display: none;
}

.otp-response-text {
  padding: 10px;
  text-align: center;
  /* margin-top: 10px;
    margin-bottom: 10px; */
  display: none;
  font-size: 0.8rem;
}

.otp-check-btn {
  background: #203e99;
  color: #fff;
  padding: 0.35rem;
  text-align: center;
  cursor: pointer;
  width: 110px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: var(--strong-font);
}

.disabled {
  pointer-events: none;
  opacity: 0.8;
}

.mt-50 {
  margin-top: 50px;
}

.tab-content li {
  font-size: 1rem;
}

.popup-logo {
  margin: auto;
  display: block;
  margin-bottom: 10px;
  max-width: 120px;
  margin: auto;
  margin-bottom: 10px;
}

.form-close-btn {
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.p-relative {
  position: relative;
}

.section-link {
  position: absolute;
  margin-top: -7rem;
  padding: 5rem;
}

.two-columns_align {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}

.two-columns_align .section-heading {
  font-size: 1.5rem;
}

.two-columns_align .col-1-align {
  position: relative;
}

.two-columns_align .col-1-align::after {
  content: "";
  height: 80%;
  width: 2px;
  background: #203e99;
  position: absolute;
  bottom: 0;
  right: 0;
}

.icons-grid {
  /* max-width: 600px; */
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-rows: 1fr 1fr; */
  gap: 30px;
}

.icons-grid.grid-2 {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
  gap: 30px;
  margin-top: 30px;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}

.icons-grid.grid-1 {
  max-width: 300px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.icon-text .text-for-icon {
  text-align: center;
  max-width: 250px;
  /* font-size: 0.8rem; */
}

.br-20 {
  border-radius: 20px;
}

.btn-plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  /* max-width: 760px; */
  margin: auto;
}

.testimonial {
  background: #0054a5;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  padding: 100px 20px 20px 20px;
  margin-top: 90px;
  border: 2px solid #ffc215;
  /* margin-left: 20px;
    margin-right: 20px; */
}

.testimonial-grid .glider-track .testimonial {
  margin-left: 20px;
  margin-right: 20px;
}

.testimonial .testimonail-name {
  text-align: center;
  font-weight: var(--strong-font);
  margin-bottom: 10px;
  font-size: 1.15rem;
  color: #fff;
}

.testimonial .testimonail-designation {
  font-size: 0.9rem;
  font-weight: var(--light-font);
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.testimonial .testimonail-body {
  color: #fff;
  text-align: center;
}

.testimonail-image img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-bottom: 20px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid var(--yello);
}

.eligibility-wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 15px;
  padding: 0;
  border-radius: 10px;
  /* border: 1px solid #000; */
}

.eligibility-wrapper .tab-content-wrapper {
  /* border: 1px solid #000; */
  border-radius: 10px;
  /* padding: 20px; */
}

.program-content-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.program-content-tab {
  position: relative;
  background: #e7e7e7;
  border-radius: 5px;
}

h4.accordian-tab.active {
  background: #ffc215;
}

.program-content-tab .program-tab-title {
  padding: 10px 20px;
  color: #000;
  font-weight: var(--strong-font);
  text-align: center;
  /* cursor: pointer; */
  transition: all 250ms ease-in-out;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  height: 100%;
  justify-content: center;
  text-align: center;
  min-height: 80px;
}
.program-content-tab .program-tab-title.tab-list {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 10px;
  text-align: start;
  height: max-content;
}

.program-content-tab .program-tab-title.tab-list ul {
  margin-left: 20px;
}

.program-content-tab .arrow {
  transition: all 250ms ease;
}

.program-content-tab.active .arrow {
  transform: rotate(180deg);
}

.program-content-tab.active .program-tab-title {
  color: #fff;
  background: #f58220;
  border: 1px solid #000;
  border-bottom: none;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.program-content-tab .program-tab-content {
  background: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 0;
  transition: all 250ms ease-in-out;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  /* text-align: justify; */
  font-size: 0.9rem;
}

.program-content-tab.active .program-tab-content {
  height: 145px;
  border: 1px solid #000;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: none;
  opacity: 1;
  pointer-events: painted;
  overflow: auto;
  z-index: 99;
}

.blue-btn {
  background: #ffc215;
  border: 1px solid #c2c2c2;
  /* border-radius: 20px; */
}

.no-cost-emi-sec {
  background: var(--blue);
  padding: 30px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.inside-sec-heading {
  font-size: 1.5rem;
  font-weight: var(--strong-font);
  margin-bottom: 20px;
}

.no-cost-emi-sec .description {
  font-size: 1rem;
  margin-bottom: 30px;
}

.icon-row-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-row-btn div {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1rem;
  font-weight: var(--strong-font);
}

.icon-row-btn div img {
  margin-right: 20px;
  /* max-width: 130px; */
  /* max-height: 70px; */
  /* width: 100%; */
}

/* 
.white-btn {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
} */

.white-btn.btn-size,
.white-btn.btn-size:hover {
  color: #203e99;
  font-size: 1.1rem;
  font-weight: var(--strong-font);
  text-align: center;
}

.full-payment-sec {
  padding: 50px 30px 30px 30px;
  border: 2px solid var(--yello);
  border-radius: 20px;
  position: relative;
  margin-top: -40px;
  z-index: 1;
}

.full-payment-sec .description {
  font-size: 1rem;
  margin-bottom: 30px;
}

.orange-btn {
  background: var(--yello) !important;
}

.orange-btn.btn-size,
.orange-btn.btn-size:hover {
  color: #000;
  border: 1px solid;
}

.faculty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  /* max-width: 760px; */
  /* margin: auto; */
}

.faculty-grid .faculty {
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.32);
  background: #fff;
  /* margin-left: 20px;
    margin-right: 20px; */
}

.faculty-grid .glider-track .faculty.glider-slide {
  margin-left: 20px;
  margin-right: 20px;
}

.faculty-grid .faculty-image {
  height: 170px;
  width: 170px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin: auto;
  margin-bottom: 20px;
  border: 1px solid var(--yello);
}

.faculty-grid .faculty-image img {
  height: 170px;
  width: 170px;
  object-fit: cover;
  object-position: center;
}

.faculty-name {
  text-align: center;
  font-size: 1.1rem;
  font-weight: var(--strong-font);
  margin-bottom: 10px;
}

.faculty-designation {
  font-size: 0.9rem;
  text-align: center;
}

.bottom-strip {
  background: #0054a5;
  padding: 5px 0;
  position: fixed;
  bottom: -300px;
  width: 100%;
  z-index: 100;
  transition: bottom 400ms ease;
  border-top: 2px solid var(--yello);
}

.bottom-strp-text {
  width: max-content;
  margin: auto;
  display: flex;
  align-items: center;
}

.bottom-strp-text span {
  color: #fff;
  margin-right: 20px;
}

.white-btn {
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  color: black;
  font-weight: var(--strong-font);
  border: 1.5px solid var(--yello);
}

.bottom-strip.show {
  bottom: 0;
}

.top-strip {
  background: #121aa8;
  padding: 10px;
  position: fixed;
  left: 0;
  width: 100%;
  top: -300px;
  z-index: 100;
  transition: top 400ms ease;
  border-bottom: 1px solid var(--yello);
}

.top-strip.show {
  top: 0;
  display: none;
}

.top-strip-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
}

.top-strip-wrapper .top-icon-text {
  display: flex;
  align-items: center;
}

.top-strip-wrapper .top-icon-text:not(:last-child) {
  margin-right: 20px;
}

.top-strip-wrapper .top-icon-text .text-area {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-left: 20px;
  /* color: #fff; */
  color: #fff
}

.top-icon-text img {
  /* background-color: var(--blue); */
  padding: 5px;
  border-radius: 5px;
}

.top-strip-wrapper .top-icon-text .text-area .heading-text {
  font-size: 1.1rem;
  font-weight: var(--strong-font);
}

.top-strip-wrapper .top-icon-text .text-area .small-text {
  font-size: 1rem;
  font-weight: var(--light-font);
}

.top-icon-text .white-btn {
  color: #203e99;
  border-radius: 5px;
  border: 1px solid   var(--dark-gray);
}

.work-tabs .tab-btns,
.overview-tabs .tab-btns {
  display: flex;
}

.work-tabs .tab-btn,
.overview-tabs .tab-btn {
  text-align: center;
}

.work-tab-conten {
  margin-top: 30px;
}

#testimonials,
#faculty {
  position: relative;
}

.glider {
  overflow: hidden;
}

.glider-next,
.glider-prev,
.glider-next:hover,
.glider-prev:hover {
  top: 60%;
  transform: translateY(-50%);
  opacity: 1;
  color: #fff !important
}

.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0;
}

.glider-prev{
  left: 1px !important;
}
.glider-prev{
  left: 1px !important;
}

#faculty .glider-track {
  margin-top: 20px;
  margin-bottom: 20px;
}

.response-message-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 100%;
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 15px;
  align-items: center;
  background: rgb(245, 130, 32, 0.9);
  color: #fff;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 350ms ease-in-out;
  z-index: 100;
  font-weight: var(--strong-font);
}

.response-message-pop.show {
  opacity: 1;
  pointer-events: painted;
}

.response-pop-close {
  font-size: 1.2rem;
  font-weight: var(--strong-font);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mb-30 {
  margin-bottom: 30px;
}

.charts-content {
  width: 100%;
}

.charts-content img {
  max-width: 100%;
  width: auto;
  margin: auto;
  display: block;
}

.iti {
  width: 100% !important;
}

.loader-wrapper,
.loader-wrapper-otp {
  background-color: rgba(255, 255, 255, 0.6);
  /* color: ; */
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: grid;
  align-content: center;
  justify-content: center;
  display: none;
}

.loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #203e99;
  border-top-color: rgb(32, 62, 153);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-center img {
  max-width: 100px;
  /* background: #f0aa71 !important; */
}

.tools-wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  padding: 0;
  border-radius: 10px;
  /* border: 1px solid #000; */
}

.tool-content-wrapper .tab-content {
  display: none;
}

.tool-content-wrapper .tab-content.current {
  display: block;
}

.accordian-tab {
  background: #f7f7f7;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--yello);
  border-radius: 5px;
  height: 60px;
  font-weight: 500;
  font-size: 20px;
}

.accordian-content {
  display: none;
}

.accordian-content.active {
  display: block;
}

.accordian-tab .minus-icon {
  display: none;
}

.accordian-tab.active .plus-icon {
  display: none;
}

.accordian-tab.active .minus-icon {
  display: block;
}

.tools-wrapper img {
  max-width: 200px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}

.tools-wrapper .align-line {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 20px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  gap: 30px;
  margin: auto;
  margin-bottom: 30px;
}

.why-grid .card-wrapper {
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.32);
}

.faculty-name {
  text-align: center;
  font-size: 1.1rem;
  font-weight: var(--strong-font);
  margin-bottom: 10px;
}

.certificate {
  width: 556px !important;
  height: 393px !important;
  object-fit: contain;
}

/* Section Styles */
.payment-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
  /* background-color: #f3f4f6;  */
  /* Light gray background */
}

/* Heading Styles */
.payment-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* Paragraph Styles */
.payment-section p {
  font-size: 1.125rem; /* 18px */
  margin-bottom: 1.5rem;
}

/* Button Styles */
.payment-button {
  display: inline-block;
  background-color: #0054a5; /* Blue background */
  color: #ffffff; /* White text */
  padding: 0.5rem 3rem;
  border-radius: 5px; /* Rounded corners */
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* Hover Effect */
.payment-button:hover {
  background-color: #1e40af; /* Darker blue on hover */
}

/* footer keywords */

.section-imgs1 {
  width: 100%;
}

.footer {
  background-color: var(--light-gray);
  color: black;
}

.footer-conatiner {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  text-align: center;
  padding: 10px 10px 60px;
  font-size: 14px;
}





section.dummy-showcasing-list {
  max-width: var(--width);
  margin: 0 auto;
  padding: 30px 15px;
  display: none;
}

.boxes-main-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.box-one-main {
  margin: 0 10px;
  padding: 20px 30px;
  background: #0054a5; 
  /* background-image: linear-gradient(to right, #b10f56, #D00846); */
  position: relative;
  z-index: 3; 
  text-align: center;
  align-content: center;
  color: #fff;
  border: 3px solid #ffd92a;
}


.boxes-main-container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 110px;
  background: #ffd92a;
  align-self: center;
  z-index: 1;
  border: 1px solid #000;
  justify-self: center;
}


.single-text{
  font-weight: var(--strong-font);
  font-size: 2.3rem;
  margin-bottom: 0;
  text-align: center;
}

.box-one-main img {
  width: 100%;
}

.stcicky_area {
  display: none;
}

.box-main-container-2{
  display: grid;
  grid-template-columns: 39% 58%;
  gap: 37px;
}


.img-box {
  background: url(../images/2773.jpg);
  background-size: cover;
  background-position: center;
}


.eligibility-wrapper ul li {
  list-style: none;
  margin-bottom: 20px;
  border: 1px solid;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eligibility-wrapper ul li img {
  width: 45px;
}

.eligibility-wrapper .tab-btns{
  align-items: start;
  margin-bottom: auto;
}


.faculty-grid.glider {
  width: 80%;
}

section#faculty {
  padding-top: 25px;
  background: #0054a5;
}

section#eligibility {
  padding-bottom: 50px;
}


section.banner-main {
  padding: 0;
  height: 500px;
}

.head-container {
  /* background: #0054a5; */
  background-image: linear-gradient(to bottom, hsl(0deg 0% 0% / 12%) 0%, hsl(0deg 4.93% 9.76% / 66%) 55%), url(../images/LIBA-building.jpg);
  background-size: cover;
  background-position: center;
  align-content: center;
  border: 5px solid #ffd92a;
}

.form-container{
  background: #fff;
  /* background-image: linear-gradient(to bottom, hsl(0deg 0% 0% / 26%) 0%, hsl(0deg 4.93% 9.76% / 18%) 55%), url(../images/LIBA-building.jpg); */
  height: 500px;
  align-content: center;
  border-bottom: 5px solid #ffd92a;
  border-top: 5px solid #ffd92a;
  border-right: 5px solid #ffd92a;
}

.content-de {
  width: 590px;
  margin: 0 auto;
  background: #ffffffcc;
  padding: 20px;
  border-radius: 5px;
  color: #1633a1;
}

.topul {
  width: 590px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 2.4rem;
  color: #ffffff;
  margin-top: 15px;
  list-style-type: none;
}

ul.topul img {
  width: 30px;
  position: relative;
  top: -4px;
}

ul.topul li {
  margin-bottom: 5px;
}

.form-de {
  width: 590px;
  margin: 0 auto;
}

div#main-form {
  background: #fff;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

h3.heading {
  text-align: center;
  background: #0054a5;
  margin-bottom: 20px;
  color: #fff;
  padding: 15px 0;
}

.main-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  margin: 0 auto;
  /* position: relative; */
}


.form-container img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  /* position: absolute; */
}


.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.col-lg-4 {
  flex: 0 0 30%;
  max-width: 30%;
}

/* Service Section */
.single-service-sec {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  height: 100%;
}

.single-service-sec .inner-box {
  position: relative;
  overflow: hidden;
  padding: 45px 30px;
  border-radius: 5px;
  background-color: #0054a5;
  box-shadow: 0px 15px 30px rgba(8, 18, 109, 0.1);
  transition: all 0.5s ease-in-out;
  text-align: left;
  border: 2px solid #ffc215;
  height: 100%;
}

.inner-box img {
  background: #0054a5;
  padding: 12px;
  width: 74px;
  border-radius: 5px;
  border: 2px solid #fff;
}

.single-service-sec .inner-box:hover img{
  background: #001f46;
}

.single-service-sec .inner-box:hover {
  background-color: #001f46;
  transform: translateY(-10px);
}

/* Shapes */
.single-service-sec .inner-box .shape-one,
.single-service-sec .inner-box .shape-two {
  position: absolute;
  background: #ffc215;
  border-radius: 50%;
  opacity: 1;
  transform: scale(0.5);
  transition: all 0.6s ease-in-out;
}

.single-service-sec .inner-box .shape-one {
  width: 250px;
  height: 250px;
  top: -146px;
  right: -146px;
}

.single-service-sec .inner-box .shape-two {
  width: 373px;
  height: 373px;
  top: -215px;
  right: -215px;
}

.single-service-sec .inner-box:hover .shape-one,
.single-service-sec .inner-box:hover .shape-two {
  opacity: 0.8;
  transform: scale(1);
}

/* Icon Box */
.single-service-sec .inner-box .icon-box {
  font-size: 65px;
  transition: all 0.4s ease-in-out;
}

.single-service-sec .inner-box .icon-box .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ff4c01;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  color: #fff;
  box-shadow: 0px 0px 14px rgba(8, 18, 109, 0.4);
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.single-service-sec .inner-box:hover .icon-box .icon {
  background: #fff;
  color: #ff4c01;
  transform: rotate(360deg);
}

/* Text and Title */
.single-service-sec .inner-box h5 {
  color: #fff;
  font-weight: 600;
  margin: 20px 0 15px;
  transition: color 0.4s ease-in-out;
  font-size: 20px;
}

.single-service-sec .inner-box .text {
  color: #666;
  transition: color 0.4s ease-in-out;
}

.single-service-sec .inner-box:hover h5,
.single-service-sec .inner-box:hover .text {
  color: #ffffff;
}

.admision-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.admission-boxes {
  background: #0054a5;
  padding: 50px;
  border-bottom: 5px solid #ffd92a;
  border-top: 5px solid #ffd92a;
  border-left: 5px solid #ffd92a;
  color: #fff;
}

.fee-boxes {
  border: 5px solid #ffc215;
  padding: 50px;
}

p.description {
  margin-bottom: 30px;
}

.fee-btn {
  margin-top: 40px;
}

.boc-main-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 40px;
  /* align-items: end; */
  text-align: center;
  margin-top: 40px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding-bottom: 20px;

}

.acc-main-1 img {
  width: 170px;
  height: 85px;
  /* box-shadow: 0px 0px 4px -1px #00000075; */
  margin-bottom: 12px;
  object-fit: cover;
}

.acc-main-1 {
  box-shadow: -2px 4px 8px #4a8afeb5;
  padding: 20px 0;
  align-content: center;
  background: #ffd92a;
}

.acc-main-1 h2 {
  font-size: 55px;
}

.notes {
 padding-left: 20px;
 padding-top: 10px;
}

.installment{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  text-align: center;
  margin-bottom: 10px;
 
}

.installment > div{
  padding: 20px 10px;
  border: 1px solid var(--yello);
}

.insta1{
  background-color: #0054a5;
  color: white;
  font-weight: var(--strong-font);
  font-size: 1.5em;
}
.insta2{
  background-color:#dcdcdc;
   font-size: 1.2em;
}

.installnote{
  padding-left: 20px;
}

.arrow{
color: #203e99;
}

.testimonail-body{
  height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  scrollbar-color: #0054a5  var(--yello);
  
}

.faculty1{
  background-color: #0054a5;
  padding-left: 2em ;
  padding-right: 2em;
}

.liba{
  width: 100%;
}