.vision-mission-content {
  text-align: center;
}

.vision-mission-content img {
  width: 200px;
  margin-bottom: 20px;
}

.vision-mission-content p {
  margin-bottom: 0;
}

.jumbotron .jumbo-heading {
  background: #286293;
}

.jumbotron .jumbo-heading .breadcrumb {
  background: #286293;
}

.bg-orange {
  background-color: #f48020;
}

.table thead {
  background-color: #f48020;
}

b {
  font-weight: 800;
}

.cmn-ul {
  padding-left: 20px;
  list-style: square;
}

.about-dmit .img-main img {
  width: 100%;
}

.about-dmit .row.mb-70 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .about-dmit .row.mb-70 {
    margin-bottom: 40px;
  }
}

.about-dmit p {
  text-align: justify;
}

.dmit-report-main .img-main {
  margin-bottom: 20px;
}

.dmit-report-main .img-main img {
  width: 100%;
}

#about-home p {
  text-align: justify;
}

#about-home .subtitle {
  text-align: center;
}

.vertical-tabs .nav-tabs .nav-link:last-child {
  margin-bottom: 0;
}

.page-with-sidebar h6 {
  margin-bottom: 7px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
}

.block-padding p {
  text-align: justify;
}

.testimonials-main .testimonial {
  margin: 15px;
}

footer.bg-secondary {
  background-color: #042744 !important;
}

.vision-mission-main {
  padding: 3rem !important;
}

@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 40px;
  }
}

.block-padding ul {
  padding-left: 20px;
  list-style: square;
}

.dmit-report-main ul {
  padding-left: 20px;
  list-style: square;
}

.our-team-modal {
}
.our-team-modal .modal-content {
  border: 0;
  border-radius: 20px;
  box-shadow: 0 0 34px 7px rgb(0 0 0 / 50%);
}
.our-team-modal .modal-dialog {
  max-width: 75%;
  /*margin: 1.75rem auto;*/
}

.our-team-modal .modal-body {
  padding: 50px;
  background: #286293;
  border-radius: 20px;
}
.our-team-modal p:last-chind {
  margin-bottom: 0;
}
.our-team-modal .img-main img {
  width: 100%;
}
.our-team-modal button.close {
  position: absolute;
  z-index: 1;
  right: -1px;
  top: -1px;
  padding: 10px;
  background: #ccc;
  border-radius: 50%;
  line-height: 18px;
  font-size: 36px;
  opacity: 1;
  background-color: #f48020;
  color: #fff;
  font-weight: 100;
}
.our-team-modal h3,
.our-team-modal p {
  color: #fff;
}
.our-team-modal .team-content {
  padding-left: 50px;
}
.footer-ul-list li {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.list-contact {
  list-style: none !important;
  padding-left: 0 !important;
}
.list-contact li {
  line-height: 32px;
  display: flex;
  align-items: baseline;
}
