.__foorter {
  position: relative;
  background-color: #292a2e;
  padding: 6rem 0;
  color: white;
}
.__foorter .__footer_container {
  max-width: 1200px !important;
}
.__foorter .__footer_container h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.__foorter .__footer_container p,
.__foorter .__footer_container a {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.__foorter .__footer_container a {
  transition: all 0.5s ease-in-out !important;
  text-decoration: none;
  color: white;
}
.__foorter .__footer_container a:hover {
  color: #fb6f25;
}
.__foorter .__footer_container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.__foorter .__footer_container ul li {
  margin-bottom: 1rem;
}
.__foorter .__footer_container .__footer_connect_with_us .list-inline {
  display: flex;
  gap: 2rem;
}
.__foorter .__footer_container .__footer_connect_with_us a {
  font-size: 1.5rem;
  color: #fb6f25 !important;
}
.__foorter .__footer_container .__footer_connect_with_us a:hover {
  color: white !important;
}
.__foorter .__footer_container .__footer_contact,
.__foorter .__footer_container .__footer_quick_links,
.__foorter .__footer_container .__footer_connect_with_us {
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .__foorter .__footer_container h3 {
    font-size: 1.5rem;
  }
  .__foorter .__footer_container p {
    font-size: 1.1rem;
  }
  .__foorter .__footer_container .__footer_connect_with_us a {
    font-size: 1.5rem;
  }
  .__foorter .__footer_container .__footer_connect_with_us .list-inline {
    padding-left: 8px;
  }
}
.__foorter .__scroll_top {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
}
.__foorter .__scroll_top p {
  font-size: 0.5rem;
  font-weight: 300;
  transform: translateY(-100%);
}
.__foorter .__scroll_top button {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #292a2e;
  transform: translateY(-50%);
  color: white;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
.__foorter .__scroll_top button:hover {
  scale: 1.05;
  animation: shake 0.5s ease-in-out;
}
.lh-0 {
  line-height: 0;
}
.__contact_us_input_container label span {
  pointer-events: none;
}
@keyframes shake {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }

  25% {
    transform: translateY(-50%) rotate(5deg);
  }

  50% {
    transform: translateY(-50%) rotate(-5deg);
  }

  75% {
    transform: translateY(-50%) rotate(5deg);
  }

  100% {
    transform: translateY(-50%) rotate(0deg);
  }
}

.__foorter h3, .__foorter p{
  color: white;
}

.__foorter .__footer_connect_with_us  a i{
  transition: all 0.5s ease-in-out !important;
  color: #fb6f25 !important;
}
.__foorter .__footer_connect_with_us  a i:hover{
  color: white !important;
}