html,
body {
  color: #262626 !important;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

body {
  margin-top: 86px;
}

h1,
h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 3rem;
}

.logo {
  height: 80px;
  margin-right: 1.5rem;
}

.nav-link {
  font-size: 18px;
  color: #000000 !important;
  font-weight: 700;
  width: fit-content;
}

.nav-link.active {
  color: #5271ff !important;
}

.nav-link:hover {
  color: #5271ff !important;
}

/* @media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
} */

@media (min-width: 1440px) {
  .d-1440-block {
    display: block !important;
  }

  .d-1440-none {
    display: none !important;
  }
}


.verify-button {
  border: 2px solid black;
  color: black;
  background-color: white;
}

.verify-button:hover {
  border: 2px solid #5271ff;
  color: #5271ff;
  background-color: white;
  transition-duration: 0.5s;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited {
  color: #000000;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  background-color: #5271ff !important;
  border-color: #5271ff !important;
  border-radius: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-outline-light {
  border-radius: 0;
  border: 2px solid #f8f9fa;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-outline-dark {
  border-radius: 0;
  border: 2px solid #212529;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-primary:hover {
  color: #5271ff;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-sm {
  font-size: 0.6rem;
}

.footer {
  color: #696969;
  background: #e3e3e3;
  padding: 1rem 0;
}

.footer a {
  color: #696969;
}

.footer p {
  font-size: 0.8rem;
}

.kmag-ribbon {
  position: fixed;
  top: 100px;
  height: 18px !important;
  background: #5271ff;
  background: linear-gradient(144deg, #5271ff 0%, #38b6ff 100%);
  z-index: 100;
  width: 100%;
}

.section-margin {
  margin: 8rem 0;
}

.banner .swiper-slide {
  height: 625px;
  background-size: cover !important;
  color: white;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
  padding: 0.45rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner h1,
.banner p {
  margin-bottom: 1.2rem;
}

.services h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

.services p {
  color: #313131;
}

.services .service {
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 1rem;
}

.services .service .service-img {
  height: 200px;
  background-color: #212529;
  background-size: cover;
  background-position: center;
}

.services .service .service-body {
  padding: 0 0.7rem;
  padding-top: 1rem;
}

.services .service .service-body h3 {
  color: #5271ff;
  font-size: 1.2rem;
}

.services .service .service-body p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.product {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 1rem;
}

.product .service-img {
  height: 200px;
  background-color: #212529;
  background-size: cover;
  background-position: center;
}

.product .service-body {
  padding: 1rem 0.7rem;
}

.product .service-body h3 {
  color: #5271ff;
  font-size: 1.2rem;
}

.product .service-body p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.leadership .leadership-person {
  background-size: cover !important;
  background-position: center !important;
  height: 130px;
  width: 130px;
  border-radius: 100%;
}

.leadership h3 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.service-cover {
  color: #ffffff;
  background-size: cover !important;
  background-position: center !important;
}

.service-cover .col-md-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.product {
  background: #ffffff;
  box-shadow: 0 0 1rem #eee;
  margin: 1rem 0;
}

.product .bg-product {
  height: 200px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}

.product h3 {
  font-size: 1.3rem;
}

.product .product-body {
  padding: 1.3rem;
}

.call-to-action .right-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  min-height: 100%;
}

.call-to-action h3 {
  font-size: 2.5rem;
  font-weight: 700;
}

.call-to-action a {
  color: #000000;
  text-decoration: none;
}

.bg-light-blue {
  background: rgba(18, 81, 203, 0.1);
}

.contact-form .form-control {
  margin-bottom: 0.5rem;
  background: transparent;
  color: #fff;
  border-radius: 0;
  border-width: 2px;
}

.contact-form .form-control option {
  color: black;
}

.contact-form ::placeholder {
  color: #ffffff;
}

.value {
  text-align: center;
  padding: 1.2rem;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 1rem;
}

.value i {
  color: #5271ff;
  font-size: 2rem;
}

.value p {
  margin-bottom: 0.8rem;
}

.value h2 {
  font-size: 1.5rem;
}

.whatsapp a {
  color: #19980f;
  text-decoration: none;
}

.whatsapp a i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.whatsapp a span {
  margin-bottom: 0.4rem;
}

.understrap-read-more-link {
  display: none;
}

.privacy-policy {
  height: 100%;
  margin-bottom: 1rem;
  background-color: white;
}

.privacy-policy .privacy-img {
  height: 200px;
  background-color: #212529;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}

.privacy-policy .privacy-vector {
  background-color: #121212;
  border-radius: 13px;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease-in-out;
}

.privacy-policy .privacy-arrow {
  position: absolute;
  top: 30px;
  right: 10px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.privacy-policy .privacy-body {
  padding: 0 0.7rem;
  padding-top: 1rem;
}

.privacy-policy .privacy-body h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #212429;
  transition: color 0.2s ease-in-out;
}

.privacy-policy:hover .privacy-arrow {
  opacity: 1;
}

.privacy-policy:hover .privacy-body h3 {
  color: #5271ff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
}

.privacy-policy:hover .privacy-img {
  background-color: #1a1a1a;
}

.privacy-policy:hover .privacy-vector {
  background-color: #0d0d0d;
}

@media only screen and (max-width: 768px) {

  /* For mobile phones: */
  h1 {
    font-size: 2.3rem;
    background-position: center !important;
    background-size: cover !important;
  }

  .section-margin {
    margin: 3rem 0;
  }
}

/*# sourceMappingURL=thisaru.css.map */