@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;200;300;400;500;600;700&family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
.btn-primary, .btn-primary:hover, .btn-outline-secondary, .btn-outline-green {
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 32px;
  border-radius: 40px;
}

.btn-primary {
  background: #ed3833;
  color: #fff;
  border-color: #ed3833;
}

.btn-primary:hover {
  background: #eef74f;
  color: #fff;
  border-color: #eef74f;
}

.btn-outline-secondary {
  color: #eef74f;
  border-color: #eef74f;
}

.btn-outline-secondary:hover {
  background-color: #eef74f !important;
  color: #0d6efd !important;
  border-color: #eef74f !important;
}

.btn-outline-green {
  color: #5ebc46;
  border-color: #5ebc46;
}

.header-section {
  position: absolute;
  z-index: 99;
  width: 100%;
  -webkit-transition: all ease-in .24s;
  transition: all ease-in .24s;
}

.header-section .brand {
  height: 80px;
  -webkit-transition: all ease-in .24s;
  transition: all ease-in .24s;
}

.header-section .nav .nav-item .nav-link {
  color: #000;
  font-family: "Montserrat Alternates", sans-serif;
}

.header-section .nav .nav-item .nav-link:hover {
  color: #ed3833;
}

.header-section .nav .nav-item .nav-link.active {
  background-color: transparent;
  color: #ed3833;
  font-weight: bold;
}

.header-section .nav .nav-item .nav-link.active:hover {
  color: #5ebc46;
}

.header-section.fixed {
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

.header-section.fixed .brand {
  height: 50px;
}

.header-section.fixed .nav .nav-item .nav-link {
  color: #000;
}

.header-section.fixed .nav .nav-item .nav-link.active {
  color: #ed3833;
}

.header-section.fixed .nav .nav-item .nav-link.active:hover {
  color: #5ebc46;
}

.header-section.fixed .nav .nav-item .nav-link:hover {
  color: #ed3833;
}

.header-section .py-3 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

a:focus-visible {
  outline: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: black;
}

.hero-section {
  height: 100vh;
  position: relative;
}

.hero-section > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}

.hero-section .hero-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
}

.hero-section .hero-cont h1 {
  font-family: "Montserrat Alternates", sans-serif;
  color: #ed3833;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  fill: currentcolor;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.icon-link:hover > .bi {
  -webkit-transform: translate(0.25rem);
          transform: translate(0.25rem);
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700 !important;
}

h3 {
  font-size: 1.1rem;
}

.section {
  padding: 110px 0;
}

.sectors-section .row img {
  height: 42px;
}

.sectors-section .row h3 {
  color: #ed3833;
  margin-bottom: 8px !important;
}

.sectors-section .row p {
  font-size: .9rem;
}

.box {
  height: 100%;
  padding: 2rem;
}

.box.grey {
  background-color: #f9f9f9;
  font-size: .9rem;
  border-radius: 8px;
}

.bg {
  background-color: #f9f9f9;
}

.various .box {
  border: 1px dashed #fff;
  padding: 1rem;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.various .box h3 {
  position: relative;
  padding-left: 20px;
}

.various .box h3:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ed3833;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

.various .box:hover {
  background-color: #eef74f;
}

.various .box:hover h3:after {
  background-color: blue;
}

.team {
  font-size: .85rem;
}

.team strong {
  display: block;
  font-size: 1rem;
}

.team img {
  margin-bottom: 10px;
  margin-top: 15px;
}

.team svg {
  color: rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  margin-top: 15px;
}
/*# sourceMappingURL=styles.css.map */