* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #A70707;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(41, 41, 41);
}

body {
  background-color: #eeeeee;
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
}

a {
  color: #A70707;
  text-decoration: none !important;
}

.breadcrumb {
  background-color: transparent;
}

.btn-1 {
  position: relative;
  color: #eeeeee;
  font-weight: 500;
  border: 1px solid #eeeeee;
  z-index: 2;
  padding: 1rem 2rem;
  transition: 0.3s ease-in-out;
}
.btn-1:hover {
  color: #2E3647;
  background-color: #eeeeee;
}

.btn-2 {
  padding: 1rem 2rem;
  color: #A70707;
  border: 1px solid #A70707;
}
.btn-2:hover {
  background: #A70707;
  color: #fff;
}

.btn-3 {
  position: relative;
  color: #A70707 !important;
  font-weight: 500;
  border: 1px solid #A70707;
  z-index: 2;
  padding: 0.5rem 1rem !important;
  transition: 0.3s ease-in-out !important;
}
.btn-3:hover {
  color: #eeeeee !important;
  background-color: #A70707;
}

.btn-submit {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #A70707 !important;
  font-weight: 500;
  border: 1px solid #A70707;
  z-index: 2;
  padding: 0.5rem 2rem !important;
  transition: 0.3s ease-in-out !important;
  margin-top: 3rem;
}
.btn-submit:hover {
  color: #eeeeee !important;
  background-color: #A70707;
}/*# sourceMappingURL=site.css.map */