p {
  font-size: 1.6rem;
  color: #5e5e5e;
  margin-bottom: 2rem;
}
.list li {
  font-size: 1.6rem;
  color: #5e5e5e;
  line-height: 1.4;
  margin-bottom: 8px;
}
p:last-child {
  margin-bottom: 0;
}
.sec-title::before {
  left: 0;
  transform: none;
}
.test-box .sec-title {
  font-size: 2rem;
  font-weight: 600;
}
table tr td,
table tr th {
  font-size: 1.5rem;
  color: #5e5e5e;
  padding: 1rem !important;
}
table {
  margin-bottom: 2rem;
}
table strong {
  font-weight: 600;
}
table thead {
  background-color: var(--color-primary);
}
table thead th {
  color: #ffffff;
}
.table > :not(:first-child) {
  border-top: none;
}
.bg-light-blue {
  background-color: #f1f6fb;
}
.nav-pills .nav-link {
  border-radius: 8px;
  color: #4c4c4f;
  font-weight: 500;
}

.navbar-internal {
  background-color: transparent;
}
.navbar-internal.fixed-top.animated {
  background-color: rgba(20, 56, 94, 0.7);
}

.internal-banner {
  background-image: url("../images/banner/internal-banner.jpg");
  background-size: 100% 100%;
  height: 30rem;
  position: relative;
}
.internaBannerCap {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  color: var(--color-white);
}
.internaBannerCap h4 {
  font-size: 2.4rem;
  font-weight: 300;
  padding-bottom: 1rem;
  position: relative;
}
.internaBannerCap h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 2px;
  background-color: #3eb7ad;
}
.internaBannerCap p {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--color-white);
}
.inquiry-contact .sec-title:before {
  display: block !important;
  left: 0;
  transform: none;
}
.contact-inquiry-row {
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  border-radius: 5px;
}

.contact-detail-box {
  border: 1px solid #bcbcc4;
  border-radius: 5px;
  padding: 3rem 2.5rem;
  background-color: #fcfefe;
}
.office-name {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-primary);
}
.address {
  font-size: 14px;
  color: #5e5e5e;
  margin: 1.5rem 0;
}

/* About CSS */
.journey {
  background-color: #e8f5f9;
}

.journey p:not(:last-child) {
  margin-bottom: 2rem;
}
.journey .sec-title {
  font-size: 2rem;
  color: #232425;
}
.our-profile li.nav-item {
  margin: 0 1.2rem;
}
.our-profile li.nav-item:first-child {
  margin: 0;
}
.about-internal-img {
  padding: 1rem;
  border: 4px solid #f0d53c;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.features {
  padding: 0 !important;
}
.feature-box span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #434749;
  padding: 1rem;
  display: inline-block;
  border-left: 0.5rem solid #f0d53c;
  margin: 5px 0;
}
.about-feature-left {
  position: relative;
}
.about-feature-left .excellence-text {
  position: absolute;
  top: 4rem;
  left: 4rem;
  font-size: 2.4rem;
  color: #053e88;
}
.about-feature-left .excellence-text span {
  font-size: 2.8rem;
  font-weight: 700;
  display: block;
}
.border-left-white {
  border-left: 1px solid #fff;
}
.border-right-white {
  border-right: 1px solid #fff;
}

.areas-list li {
  display: inline-block;
  border: 1px solid #3eb7ad;
  padding: 0.5rem 1rem;
  margin: 0 2rem 2rem 0;
  border-radius: 4px;
}
.gallery-thumb {
  margin-bottom: 1rem;
  width: 100%;
}
.success-message {
  font-size: 1.8rem;
}
.modal.show .modal-dialog {
  transform: translateY(-50%) !important;
  top: 40% !important;
}

/* Colleges */
.college-name h4 {
  font-size: 20px;
  font-weight: 600;
  color: #232425;
}
.college-info {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #5e5e5e;
  margin: 0;
}

.dir-info .sec-title {
  font-size: 3.2rem;
}

@media (min-width: 992px) {
  .address {
    min-height: 6.2rem;
  }
  .inquiry-right {
    padding-right: 6rem;
  }
  .journey,
  .our-profile {
    padding: 6rem 0;
  }
}
@media (max-width: 991px) {
  section:not(:first-child) {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 1.8rem;
  }
  .internal-banner {
    background-size: cover;
    height: 15rem;
    z-index: -1;
  }
  .contact-detail-box {
    padding: 2rem;
  }
  .our-profile li.nav-item {
    margin: 0;
    width: 50%;
  }
  .our-profile li.nav-item:last-child {
    width: 100%;
  }
  .about-feature-left {
    height: inherit !important;
  }
  .about-feature-left img {
    margin: 5px 0;
  }
  .colleges img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .college-name {
    margin-top: 2rem;
    display: block !important;
    text-align: center;
  }
  .college-name img {
    display: none;
  }
}
@media (max-width: 575px) {
  .internaBannerCap p {
    font-size: 2rem;
  }
}
