* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif !important;
}

header {
  background-color: #1E2029;
}
header button {
  background: linear-gradient(93deg, #122B6F -8.3%, #E64676 55.97%, #FCDE26 127.1%);
  width: -moz-fit-content;
  border: none;
  width: fit-content;
  padding: 2px 10px;
  border: none;
}
header button a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

.hero_section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/hero.jpg);
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.hero_section .col-12 {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.hero_section .col-12 h1 {
  margin-bottom: 0px;
  font-weight: 700;
}
.hero_section .col-12 p {
  font-weight: 100;
}
.hero_section button {
  background: linear-gradient(93deg, #122B6F -8.3%, #E64676 55.97%, #FCDE26 127.1%);
  width: -moz-fit-content;
  border: none;
  width: fit-content;
  padding: 2px 10px;
  border: none;
}
.hero_section button a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.if_you_are {
  background-color: #141415;
  color: #fff;
}
.if_you_are h1 span {
  color: #df4576;
  font-weight: 700;
}
.if_you_are button {
  background: linear-gradient(93deg, #122B6F -8.3%, #E64676 55.97%, #FCDE26 127.1%);
  width: -moz-fit-content;
  border: none;
  width: fit-content;
  padding: 2px 10px;
  border: none;
}
.if_you_are button a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

.how_we_can_help {
  background-color: #141415;
  color: #fff;
}
.how_we_can_help h2 span {
  color: #df4576;
  font-weight: 700;
}
.how_we_can_help h3 span {
  color: #df4576;
  font-weight: 700;
}
.how_we_can_help img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}

.our-clients {
  background-color: #141415;
  color: #fff;
}
.our-clients h2 span {
  color: #df4576;
}
.our-clients li {
  font-weight: 100;
}

.why-us {
  background-color: #141415;
  color: #fff;
}
.why-us h2 {
  font-weight: 600;
}
.why-us h2 span {
  color: #df4576;
}
.why-us img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-us li {
  margin: 5px 0px;
  font-weight: 100;
}/*# sourceMappingURL=style.css.map */