html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3 {
  line-height: 1.15;
  font-family: "Raleway", sans-serif;
}

h1 {
  font-size: 2.25rem;
}

@media (min-width: 64em) {
  h1 {
    font-size: 3.25rem;
  }
}

h2 {
  font-size: 1.5rem;
}

@media (min-width: 64em) {
  h2 {
    font-size: 1.75rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.125rem;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 40em) {
  p {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

a,
a:visited,
a:hover {
  text-decoration: none;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

.container {
  padding: 6.75rem 1.5rem;
}

@media (min-width: 64em) {
  .container {
    padding: 7.625rem 4rem;
  }
}

header {
  position: fixed;
  width: 100%;
  padding: 1rem;
  background-color: white;
  -webkit-box-shadow: 0px 2px 18px #242323;
          box-shadow: 0px 2px 18px #242323;
  z-index: 1000;
}

@media (min-width: 64em) {
  header {
    padding: 0.6rem 4rem;
  }
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

header nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
}

header nav a img {
  margin-right: 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
}

@media (min-width: 64em) {
  header nav a img {
    width: 3rem;
    height: 3rem;
  }
}

@media (min-width: 64em) {
  header nav a {
    margin-right: 1rem;
  }
}

header nav .menu {
  margin-left: auto;
}

header nav .menu > span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: 3px 1px;
          transform-origin: 3px 1px;
}

header nav .menu > span:not(:last-child) {
  margin-bottom: 5px;
}

@media (min-width: 64em) {
  header nav .menu {
    display: none;
  }
}

header nav .links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 150%;
  display: none;
  padding: 2rem 0;
  color: #fff;
  background-color: #2A528A;
  border-radius: 5px;
}

header nav .links div {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav .links div a {
  text-transform: uppercase;
  color: #fff;
  margin: 1rem 0;
}

@media (min-width: 64em) {
  header nav .links div a {
    font-size: 0.825rem;
    margin: 0 0 0 3rem;
    color: #000;
  }
}

@media (min-width: 64em) {
  header nav .links div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 64em) {
  header nav .links {
    display: block;
    margin-left: auto;
    position: unset;
    width: unset;
    height: auto;
    padding: 0;
    background-color: initial;
    color: #000;
  }
}

.tag {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
}

@media (min-width: 40em) {
  .tag {
    font-size: 14px;
  }
}

.open > span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open > span:nth-child(2) {
  opacity: 0;
}

.open > span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.aboutus {
  text-align: left;
  font-size: 8px;
}

.aboutus h2 {
  border-bottom: 2px double black;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 40em) {
  .aboutus {
    width: 70%;
    margin: auto;
  }
}

@media (min-width: 64em) {
  .aboutus {
    width: 60%;
  }
  .aboutus h2 {
    text-align: center;
    width: 45%;
    margin: auto;
    margin-bottom: 2.275rem;
  }
  .aboutus p {
    text-align: left;
  }
}

.contact {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 64em) {
  .contact {
    padding: 2rem 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact .details {
  margin-bottom: 1rem;
}

@media (min-width: 64em) {
  .contact .details {
    margin-bottom: 0;
    padding-right: 8rem;
  }
}

.contact .details h2 {
  color: #2A528A;
  font-weight: 500;
  margin-bottom: 1.125rem;
}

.contact .details .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact .details .card > img {
  margin-right: 10px;
  margin-top: 2px;
}

.contact .details .card a {
  color: #000;
  margin-top: 1px;
  font-size: 1.125rem;
}

.contact .details .card p {
  margin-bottom: 0;
}

.contact .details .social a {
  margin-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .details .social a p {
  font-size: 0.825rem;
  margin: 0 5px;
}

.contact .map {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.contact .map iframe {
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 5px;
}

.hero {
  padding: 10rem 2rem 9rem 2rem;
}

.hero div img {
  width: 100%;
}

@media (min-width: 64em) {
  .hero .context {
    width: 90%;
    padding-left: 3.625rem;
    padding-top: 4rem;
  }
}

.hero .context p {
  width: 75%;
}

.hero .context .tag {
  font-size: 42px;
  margin-bottom: 1.6rem;
  font-weight: 500;
}

@media (min-width: 64em) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.workflow {
  padding: 7rem 2rem 2rem 2rem;
}

.workflow h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.workflow .cardcontainer {
  padding-top: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 64em) {
  .workflow .cardcontainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.workflow .card {
  width: 225px;
  background-color: #8dd608;
  height: 200px;
  padding: 1rem 0.87rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.workflow .card h3 {
  font-size: 1.5rem;
}

.workflow .card p {
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .workflow .card {
    margin-left: 1rem;
  }
}

.choose {
  padding: 2rem 2rem 7rem 2rem;
}

.choose h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.choose .choosecontainer {
  margin-top: 2rem;
  gap: 5rem;
}

@media (min-width: 64em) {
  .choose .choosecontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.choose .choosecontainer .choosecard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choose .choosecontainer .choosecard .svgcont {
  background-color: #8dd608;
  width: 125px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.choose .choosecontainer .choosecard p {
  margin-top: 1rem;
  font-weight: 700;
}

.services {
  padding: 8.6rem 4rem;
  background-color: #2a528a;
  color: white;
  font-family: "Poppins", sans-serif;
}

.services h2 {
  text-align: center;
}

.services .sercont {
  margin-top: 4rem;
  gap: 5rem;
}

@media (min-width: 64em) {
  .services .sercont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.services .sercont .servicecard {
  background-color: #ffffff;
  color: black;
  border-radius: 5px;
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 1rem;
}

.aboutus {
  padding: 10rem 2rem;
  background-color: #2a528a;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aboutus h2 {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 64em) {
  .aboutus {
    width: 100%;
    height: 100vh;
    padding: 10rem;
  }
}

@media (min-width: 64em) {
  .aboutus p {
    width: 60%;
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=property.css.map */