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

body {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
body nav.navbar {
  padding: 0 4%;
  background-color: #fff !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body nav.navbar li {
  padding-right: 20px;
}
body nav.navbar li a {
  font-size: 18px;
  color: #273892;
  font-weight: 600;
}
body section.hero {
  height: 80vh;
  padding: 0 4%;
  padding-top: 30px;
}
body section.hero .content {
  background-image: url("/assets/img/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body section.hero .content h1 {
  color: #FFFAFA;
  text-shadow: 0px 8px 4px rgba(0, 0, 0, 0.35);
  font-size: 55px;
  padding-left: 5%;
}
@media (max-width: 720px) {
  body section.hero .content h1 {
    font-size: 2.5rem;
  }
}
body section.services {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 720px) {
  body section.services {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body section.services h2 {
  font-size: 50px;
  color: #273892;
}
body section.services .cards {
  margin-top: 30px;
}
body section.services .cards .service {
  height: 60vh;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 720px) {
  body section.services .cards .service {
    height: 40vh;
    margin: 0 auto;
    width: 90%;
  }
}
body section.services .cards .service .overlay {
  background: linear-gradient(to bottom, #131313, rgba(19, 19, 19, 0));
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
body section.services .cards .service .content {
  text-align: center;
  padding: 20px 0;
  z-index: 5;
  position: relative;
}
@media (max-width: 720px) {
  body section.services .cards .service .content {
    padding-top: 50px;
  }
}
body section.services .cards .service .content h4 {
  font-size: 24px;
  color: #fff;
  width: 90%;
}
body section.services .cards .service .content p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
body section.why-choose {
  background-color: #F4F4F4;
}
body section.why-choose .content {
  padding-top: 50px;
  padding: 50px 7.5%;
}
@media (max-width: 720px) {
  body section.why-choose .content {
    padding-top: 20px;
  }
}
body section.why-choose .content .title h2 {
  font-size: 50px;
  color: #273892;
}
body section.why-choose .content .reason h2 {
  font-size: 58px;
  color: #EF5A29;
}
body section.why-choose .content .reason h4 {
  font-size: 24px;
}
body section.why-choose .content .reason .content {
  padding: 10%;
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
}
body section.why-choose .content .reason.active {
  color: #fff;
}
body section.why-choose .content .reason.active h2 {
  color: #fff;
}
body section.why-choose .content .reason.active .content {
  background-color: #EF5A29;
}
body section.who {
  background-color: #EF5A29;
  color: #fff;
  padding: 80px 12%;
}
@media (max-width: 720px) {
  body section.who {
    padding: 20px 8%;
  }
}
body section.who h2 {
  font-size: 50px;
}
@media (max-width: 720px) {
  body section.who .btns {
    display: flex;
    flex-direction: column;
  }
}
body section.who .btns .btn {
  border-radius: 40px;
  padding: 10px 25px;
  font-family: "Poppins", sans-serif;
  border: none;
}
@media (max-width: 720px) {
  body section.who .btns .btn {
    padding: 18px 15px;
  }
}
body section.who .btns .btn.read {
  background-color: #fff;
  margin-right: 20px;
}
@media (max-width: 720px) {
  body section.who .btns .btn.read {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
body section.who .btns .btn.contact {
  background-color: #273892;
  color: #fff;
}
body section.do .content {
  padding: 80px 7.5%;
}
body section.do .content .title h2 {
  color: #273892;
  font-size: 50px;
}
body section.do .content .title h4 {
  color: #EF5A29;
  font-size: 20px;
}
body section.do .content .dos img.mid {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
body section.do .content .dos h3 {
  font-size: 21px;
}
body section.do .content .dos .do {
  background-color: #F3F3F3;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 10px;
}
body section.do .content .dos .do img {
  margin-bottom: 15px;
}
body footer {
  background-color: #273892;
  overflow-x: hidden;
  color: #fff;
  padding-top: 50px;
}
body footer .top p {
  padding: 0 7.5%;
}
body footer .hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body footer .bottom {
  padding: 0 7.5%;
}
body footer .bottom .logob {
  width: 50%;
}
body footer .bottom h4 {
  font-size: 16px;
  font-weight: normal;
}
body footer .bottom ul {
  padding-left: 0;
}
body footer .bottom ul li {
  list-style-type: none;
}
body footer .bottom ul li a {
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  color: #fff;
}
body footer .bottom .quick,
body footer .bottom .services {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 50px;
}
body footer .bottom .quick h4,
body footer .bottom .quick ul,
body footer .bottom .services h4,
body footer .bottom .services ul {
  padding-left: 0.8rem;
}
body footer .bottom .contact {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
body footer .bottom .contact p,
body footer .bottom .contact h4 {
  padding-left: 2rem;
  font-size: 16px;
}
@media (max-width: 720px) {
  body footer .bottom .contact p,
  body footer .bottom .contact h4 {
    padding-left: 0.8rem;
  }
}
body footer .right {
  font-size: 16px;
}

.chat {
  margin-top: -20px;
  position: fixed;
  top: 92%;
  right: 20px;
  z-index: 8;
}
@media (max-width: 480px) {
  .chat {
    right: 10px;
  }
}
.chat a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat a p {
  margin-bottom: 0;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  font-size: 0.8rem;
  color: #1e1e1e;
}
@media (max-width: 480px) {
  .chat a p {
    display: none;
  }
}
.chat img {
  width: 40px;
}
@media (max-width: 480px) {
  .chat img {
    width: 48px;
  }
}
@media (max-width: 480px) {
  .chat {
    top: 85%;
  }
}

.chat:active {
  background-color: rgba(0, 128, 0, 0.5);
}/*# sourceMappingURL=index.css.map */