nav {
  min-height: 80px;
}
nav .nav-link {
  font-weight: 600;
  font-size: 16px;
}
nav .nav-link.active {
  color: #FF0000 !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #181818;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #fff !important;
}

button:focus {
  box-shadow: none !important;
}

ul {
  list-style: none;
  padding-left: 0;
}

.section-title {
  font-weight: bold;
}

.text-theme-primary {
  color: #fff;
}

.text-theme-secondary {
  color: #FF0000;
}

.svg-color-change {
  fill: #FF0000;
}

.theme-light-dark-bg {
  background-color: #212121;
}

.link-more {
  font-size: 20px;
}

.link-more:hover {
  color: #fff;
}

.nav-link {
  color: #fff !important;
}

.custom-btn-theme {
  color: #fff;
  border: 2px solid #FF0000;
}

.custom-btn-theme:hover {
  color: #fff;
}

.custom-btn-theme-secondary {
  color: #fff;
  background-color: #FF0000;
}

.custom-btn-theme-secondary:hover {
  color: #fff;
}

.custom-outlined-btn {
  border: 1px solid #fff;
  border-radius: 50px;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
}
.custom-outlined-btn:hover {
  color: #FF0000;
}

.breadcrumb-item {
  font-size: 2.2rem;
}

footer .footer-contact-icon {
  font-size: 25px;
}/*# sourceMappingURL=styles.css.map */