.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.rect-dropdown .dropdown-item {
  border-radius: 0 !important;
}

.rect-dropdown .dropdown-item {
  border-radius: 0 !important;
}

.custom-hover:hover {
  color: #000000;
}

.dropdown-menu .custom-hover:hover {
  color: #000000;
}

.carousel-item {
  overflow: hidden;
}

div {
}

.p-right {
  background: #696c6d;
  color: #fff;
  margin: 0;
  padding: 10px;
}

.p-rright {
  text-align: right;
  background: #696c6d;
  color: #fff;
  margin: 0;
  padding: 10px;
}

.cheight {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.scrolling-text {
  display: inline-block;
  animation: scrollUp 10s linear infinite;
}

@keyframes scrollUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

@media (max-width: 768px) {
  .carousel-img {
    height: 200px !important;
  }
}

@media (max-width: 480px) {
  .carousel-img {
    height: 150px;
  }
}

.dropdown-menu .dropdown-item:hover {
  background-color: #00446d;
  border: 1px dotted #fff;
  color: #ffffff;
}

.fixed-tender {
  position: sticky;
  top: 0;
  /*background: #dad5d3;*/
  z-index: 1;
}

.scroll-item {
  position: relative;
  display: inline-block;
  animation: scroll-up 10s linear infinite;
}

@keyframes scroll-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

div {
}

.square-list {
  list-style-type: square;
}

.no-underline-hover:hover {
  text-decoration: none !important;
}

