.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line-clamp-8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 99;
}

.section-half {
  padding-top: 50px;
  padding-bottom: 50px;
}

.color-imperial-1 {
  color: #ff7c22 !important;
}

.color-imperial-2 {
  color: #2f92da !important;
}

.bg-imperial-1 {
  background-color: #ff7c22 !important;
}

.bg-imperial-2 {
  background-color: #2f92da !important;
}

.bg-imperial-1-muted {
  background-color: #fff0e6 !important;
}

.bg-imperial-2-muted {
  background-color: #eef7ff !important;
}

.border-imperial-1 {
  border-color: #ff7c22 !important;
}
.border-imperial-2 {
  border-color: #2f92da !important;
}

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

.no-dot::before {
  display: none;
  content: none;
}

body.light .butn-bord-sm.white {
  border-color: rgba(255, 255, 255, 0.5);
}

body.light .butn-bord-sm.white::before {
  background: #fff;
}

body.light .hero-style1.white-banner .tags a,
body.light .hero-style4.white-banner .tags a {
  border-color: rgba(225, 225, 225, 0.3);
}

body.light .hero-style1.white-banner p {
  color: #585858;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(1px);
}

.hero-style1.white-banner .banner-text {
  font-size: min(7.5dvh, 75px);
}

@media screen and (max-width: 768px) {
  .hero-style1.white-banner .banner-text {
    font-size: 4.5dvh;
  }
}

.hero-style1.white-banner {
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

body.light .hero-style1.white-banner:after {
  display: none;
}

.bg-img.element-img {
  background-size: contain !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}

.blur-div {
  opacity: 1;
  transition: opacity 0.4s ease;
  /* smooth fade */
  pointer-events: auto;
}

.blur-div.hidden {
  opacity: 0;
  pointer-events: none;
  /* prevent interaction when hidden */
}

body.light .features .item {
  background: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "●");
  color: #ffffff80;
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.breadcrumb-wrap .breadcrumb {
  justify-content: center;
}

.imperial-image-background .col-lg-3.col-xl-3.col-xxl-2 {
	display: none;
}

.imperial-image-background .col-lg-3.col-xl-3.col-xxl-3 {
	display: none;
}

.imperial-image-background .breadcrumb-text {
  text-align: center;
}

.imperial-image-background {
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url("../images/breadcrumb.jpg") no-repeat center center;
  background-size: cover;
  z-index: 999;
  position: relative;
}

.icon-text-wrapper span {
	min-width: 45px;
	max-width: 45px;
}

.events-slider .mitem {
  border-radius: 15px;
  background-color: #ffffff;
  padding: 30px;
}

.stackCard__profile {
  min-width: 150px;
}

.object-contain {
  object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #ff7a00;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}

.team-style1 .item h6 {
	line-height: 1.2;
}

.footer-style1 .fo-box {
  border-radius: 15px;
  overflow: hidden;
}

.footer-style1 .fo-box .tags a {
  font-size: 14px;
  padding: 12px 25px;
  border: 1px solid rgb(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 4px 0;
}

.footer-style1 .fo-box .tags a:hover {
  border-color: #111012;
}

@media screen and (max-width: 992px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-style1.white-banner {
    padding: 0 0 120px;
    min-height: 100vh;
  }

  .bg-img.element-img {
    background-size: 150% !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
  }
}

@media (max-width: 575px) {
  .rest {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .links .rest li {
    width: 50%;
    margin-right: 0 !important;
    text-align: center;
    margin-bottom: 10px;
  }
}
