.loader-container {
  text-align: center;
  padding-bottom: 30px;
  height: 90%;
  display: grid;
  align-items: center;
  justify-content: center;
}

.modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}

.modal.show .modal-dialog {
  transform: translate3d(0, 0, 0);
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #efa758;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-backdrop {
  background-color: #022147b3;
}

.modal-content {
  border: none;
  border-radius: 16px;
  padding: 36px 20px 20px;
  position: relative;
}

.details_data,
.eng_details_data {
  cursor: pointer;
}

.modal-body {
  padding: 1rem 1rem 0 1rem;
}

button.close {
  background: transparent;
  opacity: 1;
  color: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 6px;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 9;
  padding: 12px 14px 14px 14px !important;
  text-align: center;
}

button.close:hover {
  color: #000;
}

button.close span {
  width: 100%;
  margin-left: -6px;
}

.with-hero-image {
  display: grid;
  grid-template-columns: 400px auto;
  grid-column-gap: 20px;
  align-items: center;
}

.heading-wrapper h4 {
  font-size: 1.1rem;
  margin: 0;
}

.heading-wrapper h3 {
  margin: 16px 0 12px;
  text-align: left;
  font-weight: bold;
  color: #000;
}

.heading-wrapper p {
  font-weight: bold;
}

.card-details {
  margin-top: 24px;
}

.card-details .image {
  margin-bottom: 6px;
}

.card-details .image-caption {
  color: #999;
  font-size: 16px;
  margin-bottom: 16px;
}

.card-details .title {
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}

.quote {
  border-left: 4px solid #f4511e;
  margin: 0 2.4rem 1.6rem 2.4rem;
  padding-left: 0.8rem;
  max-width: 450px;
}

.quote blockquote {
  margin: 0;
  color: #000;
  line-height: 1.35;
  font-weight: bold;
  padding-bottom: 0.6rem;
}

.quote .attribution {
  color: #757575;
}

.blockquote {
  margin: 0 2.4rem 1.6rem 2.4rem;
  padding-left: 0.8rem;
  max-width: 450px;
}
.blockquote:before {
  content: "\201c";
  font-size: 100px;
  font-weight: bold;
  top: 4rem;
  position: relative;
  line-height: 0;
  color: #e2e2e2;
}
.blockquote blockquote {
  margin: 20px 0 0 0;
  color: #000;
  line-height: 1.35;
  font-weight: bold;
  padding-bottom: 0.6rem;
}

.blockquote .attribution {
  color: #757575;
}

.blurb {
  background-color: #f6f6f6;
  padding: 1rem 1rem 0.1rem 1rem;
  border-top: 2px solid #f4511e;
  margin-bottom: 2.4rem;
}

.latifur-slider.owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
  border-radius: 0;
  background: var(--color-gray);
  padding: 0;
  margin: 0;
  line-height: 40px;
}
.latifur-slider.owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #efa758;
}

.latifur-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
  margin-right: 20px;
}

.timeline-full {
  background-color: var(--color-gray);
  padding: 50px 0;
}

.timeline-full .heading_container h2 {
  background: none;
  padding-bottom: 0;
}

.timeline-full .timeline {
  border: 1px solid var(--color-golden);
  background: #fff;
  border-radius: 16px;
  padding: 30px 40px;
  height: 250px;
  overflow-y: auto;
  margin: 0 8px;
}

.timeline-full .timeline h4 {
  margin-bottom: 20px;
  font-weight: bold;
}

.timeline-full .timeline p {
  color: #121212;
  font-size: 1rem;
}

.timeline-full .heading_container {
  margin-bottom: 60px;
}

.timeline-slider {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}
.timeline-slider .owl-page {
  width: 60px;
}
.timeline-slider.owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
  border-radius: 0;
  background: #fff;
  padding: 0;
  margin: 0;
  line-height: 40px;
  height: 36px;
}

.timeline-slider.owl-theme .owl-controls .owl-buttons div:hover {
  background: var(--color-golden);
}
.timeline-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
  margin-right: 20px;
}

.timeline-slider.owl-theme .owl-controls .owl-page {
  border-top: 4px solid var(--color-golden);
}

.timeline-slider .owl-pagination {
  position: absolute;
  top: 0;
  width: 2430px;
}

.timeline-slider.owl-theme .owl-controls .owl-page span {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1;
  border: 2px solid var(--color-golden);
  margin: 0;
  margin-top: -10px;
}

.timeline-slider.owl-theme .owl-controls .owl-page.active span {
  background: var(--color-golden);
}

.modal-open .modal {
  overflow-y: hidden;
}
.modal-dialog,
.modal-content {
  height: 98%;
  margin: 1rem auto;
}

.modal-header {
  padding: 0;
  border: 0;
}

.modal-body {
  max-height: 100%;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .modal-dialog {
    max-width: 100%;
    margin: 3rem auto;
  }

  .modal-header .close {
    margin: 0;
  }

  .modal-content {
    width: 100%;
    margin: 0;
    padding-top: 36px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .with-hero-image {
    grid-template-columns: 1fr;
  }

  .modal-body {
    padding: 0;
  }

  button.close {
    right: 4px;
    top: 4px;
  }

  .heading-wrapper {
    padding: 20px 20px 0 20px;
  }

  .card-details {
    padding: 0 20px 0 20px;
  }

  .timeline-full .heading_container {
    margin-bottom: 20px;
  }

  .timeline-full .timeline {
    height: 350px;
    padding: 20px 30px 10px 30px;
  }
}
