.logo-header img {
  max-width: 220px;
}

.top-bar {
  background-color: #F8FAFC;
}

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

.notice-board {
  padding: 55px 20px;
}
.notice-board:after {
  background: linear-gradient(to bottom, rgba(247, 71, 71, 0.5) 0%, rgba(247, 71, 71, 0.52) 1%, black 24%, maroon 100%);
}

.notices-section i, .notices-section small.date {
  color: gold;
}
.notices-section small.date {
  font-weight: bold;
}
.notices-section .notices {
  height: 300px;
  padding-right: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 50px;
  scrollbar-color: #FF7468 white;
}
.notices-section .notices .table {
  border: 0px;
}
.notices-section .notices .custom-hr {
  background-color: black;
  color: white;
  border-bottom: 1px dashed white;
  margin: 15px auto;
}
.notices-section .btn-light {
  padding: 10px;
  font-size: 12px;
}
.notices-section .notice-title {
  text-align: left;
}
.notices-section .notice-title span {
  color: white;
}

.section-head.text-center p {
  max-width: 780px;
}

p.text-light {
  color: whitesmoke;
}
p.text-light strong {
  color: var(--secondary);
}

.section-pattren1 {
  background: linear-gradient(to bottom, rgba(0, 0, 128, 0.83) 0%, rgba(0, 0, 128, 0.83) 1%, black 24%, maroon 100%);
}
.section-pattren1 h5.sub-title {
  color: gold;
}
.section-pattren1 h2.title {
  color: white;
}

.approval-caption {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.approval-caption strong {
  color: var(--secondary);
}

.icon-bx-wraper.style-1:before {
  background: white;
}

.dz-card.style-2 .dz-info {
  padding: 0px 20px 10px;
}

.pagination .page-item:first-child {
  margin-right: 20px;
}

.pagination .page-item:last-child {
  margin-left: 20px;
}

.pagination .page-item .page-link {
  border: none;
  border-radius: var(--border-radius-base);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--rgba-primary-1);
  color: var(--primary);
  font-weight: 700;
  text-align: center;
  padding: 0;
}

.pagination .page-item.active .page-link {
  background-color: var(--primary);
  box-shadow: none;
  color: #fff;
}

.pagination .page-item .page-link:hover {
  background-color: var(--primary);
  color: white;
}

.program-pagination ul.pagination {
  display: flex;
  justify-content: center;
}

.find-bx {
  margin-top: 0px;
}

.programs-offered p.text-center {
  max-width: 1000px;
}
.programs-offered p.text-center strong {
  color: var(--secondary);
}

.bg-primary1 {
  background-color: #fef6f6;
}

.dz-card.style-6 .dz-info {
  background-color: white;
}

.section-wrapper3 .img-1 {
  bottom: 0px;
  right: -40;
  filter: grayscale(1);
  width: 24vw;
  z-index: -1;
}

span.highlight {
  color: var(--secondary);
}

h4.custom-h4 {
  font-weight: 400;
}

.custom-bold-dark strong {
  color: var(--secondary);
}

.why-us-section .list-check-1 li:before {
  content: "\f00c";
  top: 50%;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: var(--secondary);
  color: white;
  text-align: center;
}
.why-us-section .list-check-1 li {
  padding: 5px 0px 5px 40px;
  color: #071c35;
  font-weight: 400;
  line-height: 25px;
}
.why-us-section .accordion-item {
  margin-bottom: 5px;
}

/*# sourceMappingURL=iamr.css.map */
