b,
strong {
  font-weight: 900;
}
.indent {
  text-indent: 1em;
}

.post-pic {
  text-align: center;
  transition: all ease 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}

.post-pic>.two-img {
  width: 100%;
}

.post-pic>.two-img>img {
  max-width: 50%;
}

.post-pic img {
  width: 500px;
  max-width: 80%;
}

.post-pic p {
  font-size: 14px;
  text-align: left;
}

.post-pic:hover {
  transform: scale(1.1);
}

.table-view {
  text-align: center;
}

.table-view p {
  font-size: 14px;
  margin-bottom: 0;
}

.table-view .table thead th {
  font-weight: 900;
}

.loader {
  width: 64px;
  height: 64px;
  position: relative;
  animation: rotate 1.5s ease-in infinite alternate;
}

.loader::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FF3D00;
  background: currentColor;
  width: 64px;
  height: 32px;
  border-radius: 0 0 50px 50px;
}

.loader::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 10%;
  background: #f27720;
  width: 8px;
  height: 64px;
  animation: rotate 1.2s linear infinite alternate-reverse;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}

.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
}

.link-more {
  color: #f75657;
}

.video-container {
  width: 98%;
  margin: 0 auto;
}

.video-container .video {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.video-container .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}

.nav-pills {
  margin-bottom: 3rem;
}

.nav-pills .nav-link {
  background-color: #eee;
}

.nav-pills .nav-link.active {
  background-color: rgb(247, 87, 87);
}

.tab-content {
  display: none;
}

.page-content h3,
.page-content h5 {
  margin-top: 1.5rem;
  color: rgb(247, 87, 87);
}

.page-content .main>p {
  text-indent: 1em;
  margin-bottom: 0.5rem;
}

.page-content .main ol {
  list-style: lower-roman;
}

.page-content .main ol>li {
  padding-left: 0.25rem;
}

.text-capitalize {
  color: rgb(247, 87, 87);
}

td.text-color a {
  color: rgb(247, 87, 87)
}

/* .team-item-wrap {
  transition: all 0.5s ease;
}

.team-item-wrap:hover {
  transform: scale(1.1);
} */

.team-item img {
  aspect-ratio: 4/6;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .team-img-hover p {
    line-height: 20px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .team-img-hover p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 575px) {
  .team-img-hover p {
    font-size: 17px;
    line-height: 30px;
  }
}

.container {
  position: relative;
}

.carousel-item {
  background-color: #000;
}

.carousel-item img {
  height: 700px;
  object-fit: contain;
}

.navbar-toggle:focus {
  box-shadow: none;
}

:not(.btn-check)+.btn:active {
  color: unset;
  background-color: unset;
  border-color: unset;
  opacity: 0.8;
}

img.blur-bg {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  filter: blur(25px);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.nav-link {
  color: inherit;
}

.content-nav {
  position: sticky;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 10px;
  top: 0;
}

a {
  color: rgb(151 48 48);
  text-decoration: underline;
}

.content-nav .nav-link {
  color: rgb(194 55 55);
  ;
  text-decoration: underline;
  font-size: 18px;
}

.quick-link-content>h3 {
  padding-top: 60px;
}