.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231CB072'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.footer-custom {
  font-size: 12px;
  font-weight: normal;
}

.footer-custom a {
  font-weight: bold;

}

.footer-image {
  max-width: 150px;
}

.animated-link {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  transition: transform .3s ease;
  margin: 0 !important;
}

.animated-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border: solid #212529;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2.5px;
  transition: transform .3s ease;
}

.animated-link:hover {
  transform: translateX(4px);
}

.animated-link:hover::before {
  border-color: #1CB072;
}

a:hover {
  color: #1CB072;
}

.special-f:hover {
  color: #1877F2;
}

.special-l:hover {
  color: #0A66C2;
}

.special-i:hover {
  color: #C13584;
}

.customized-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-top-links {
  color: #ffffff;
  margin-right: 15px;
}

.custom-top-links a:hover {
  color: #212529;
}

.custom-top-si-links:hover {
  color: #212529;
}

.custom-top-text {
  color: #212529;
}

.top-navbar-custom-bg {
  background-color: #1CB072;
}

.form-control:focus {
  border-color: #1CB072;
}

.custom-spiral {
  opacity: .6;
  margin-top: -100px;
}

.social-icon-circle {
  background-color: #1CB072;
  border-radius: 50%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-wave-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.remove-color {
  background: none !important;
}

.custom-nav-link {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin: 0 15px;
  text-transform: capitalize;
}

.custom-nav-link:hover {
  color: #1CB072;
}

.custom-nav-link .bi {
  position: relative;
  bottom: 0px;
}

.custom-nav-link span {
  position: relative;
  top: -3px;
}

.custom-rdb {
  margin-bottom: -2.6px;
}

.img-body-custom {
  position: relative;
  z-index: 0;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.img-inner-custom-r {
  position: absolute;
  right: 0;
  top: 10;
}

.img-inner-custom-l {
  position: absolute;
  left: 0;
  top: 10;
}

header.style-4 {
  background: linear-gradient(to top, #f0eff5 10px, transparent 10px);
}
