body {
  font-family: "Poppins", sans-serif;
  background-color: #f9f9f9;
  color: #333;
}

h1 {
  font-size: 3rem;
  font-weight: 500;
}

p {
  color: #515362;
}

h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero {
  color: white;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}

.particles-js-canvas-el {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0 !important;
}

.header-copy-wrapper {
  z-index: 999;
  height: 60vh;
}
.header-copy-wrapper .techvista-logo {
  width: 350px;
  margin-bottom: 80px;
}
.header-copy-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 10px;
}
.header-copy-wrapper .cta-buttons {
  margin-top: 50px;
}
.header-copy-wrapper .cta-buttons a.btn {
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
}
.header-copy-wrapper .cta-buttons a.btn-light {
  background-color: #fff;
  color: #363A8D;
  border: none;
  transition: background-color 0.3s ease;
}
.header-copy-wrapper .cta-buttons a.btn-light:hover {
  background-color: rgba(240, 240, 240, 0.8862745098);
  color: #363A8D;
}
.header-copy-wrapper .cta-buttons a.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.header-copy-wrapper .cta-buttons a.btn-outline-light:hover {
  color: #fff;
  border-color: #ed1c23;
  background-color: #ed1c23;
}
@media (max-width: 576px) {
  .header-copy-wrapper {
    height: 70vh;
  }
  .header-copy-wrapper h1 {
    font-size: 2.4rem;
  }
  .header-copy-wrapper .techvista-logo {
    width: 300px;
    margin-bottom: 60px;
  }
  .header-copy-wrapper h3 {
    font-size: 1.1rem;
  }
  .header-copy-wrapper .cta-buttons {
    flex-direction: column !important;
  }
  .header-copy-wrapper .cta-buttons a.btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.what-we-offer a {
  text-decoration: none;
}
.what-we-offer .card img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.what-we-offer .card .card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 15px;
}
.what-we-offer .card:hover {
  border: solid 1px rgba(237, 28, 35, 0.1803921569);
}

.courses a.btn {
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  background-color: transparent;
  border: solid 1px #363a8d;
  color: #363a8d;
  transition: background-color 0.3s ease;
}
.courses a.btn:hover {
  background-color: #363a8d;
  color: #fff;
}

.footer-top-cta {
  background-color: #363a8d;
  color: #fff;
  padding: 80px 20px;
  position: relative;
}
.footer-top-cta h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.footer-top-cta a.btn {
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 20px;
  color: #363A8D;
  border: none;
  transition: background-color 0.3s ease;
}
.footer-top-cta a.btn:hover {
  background-color: rgba(240, 240, 240, 0.8862745098);
  color: #363A8D;
}
.footer-top-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/techvista-engineer.png");
  background-size: 280px;
  background-position: 20% 20px;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 576px) {
  .footer-top-cta::before {
    background-size: 200px;
    background-position: -50px 120px;
    background-repeat: no-repeat;
    pointer-events: none;
  }
}

footer {
  background-color: #ED1C23;
}
footer p {
  color: rgba(255, 255, 255, 0.9137254902) !important;
}
@media (max-width: 576px) {
  footer p {
    font-size: 0.9rem;
  }
}

.red-under-scroll {
  color: #ED1C23;
}

div#stats {
  display: none !important;
}/*# sourceMappingURL=main.css.map */