@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap");
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "IBM Plex Sans", sans-serif !important;
}

p {
  font-weight: 300;
  font-size: 18px;
}

.section-padding {
  padding: 60px 0px;
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-heading h2 {
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  color: #003863;
  margin-bottom: 20px !important;
}
.section-heading p {
  max-width: 700px;
  color: #424344;
  text-align: center;
  margin-bottom: 0 !important;
}
.section-heading p span {
  font-weight: 600;
  color: #727272;
}

.ctm-btn {
  margin-inline: auto;
  max-width: 140px;
  display: block;
  padding: 10px 30px;
  border-radius: 100px;
  border: 2px solid #4a89d0;
  color: #4a89d0;
  font-size: 18px;
  text-decoration: none;
}

header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 15px 0px;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
header .navbar .nav-link {
  color: #0a0a0a;
  font-weight: 500;
}
header .navbar .nav-link.active {
  color: #c00000;
}
header .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
}
header .navbar .dropdown-menu .dropdown-item {
  color: #0a0a0a !important;
}
header .banner {
  background: url("../images/banner-bg.png") no-repeat center;
  background-size: cover;
  height: 650px;
  margin-top: 70px;
}
header .banner .banner-wrapper .content {
  transform: translateY(80px);
  padding: 40px 30px;
  max-width: 650px;
  background-color: rgba(0, 56, 99, 0.56);
}
header .banner .banner-wrapper .content h1 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
}
header .banner .banner-wrapper .content p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0 !important;
}
header .banner .banner-wrapper .banner-btn {
  margin-top: 160px;
  display: inline-block;
  text-decoration: none;
  padding: 15px 40px;
  background-color: #ffffff;
  color: #0a0a0a;
  font-weight: 500;
  font-size: 20px;
  border-radius: 100px;
  transition: all 0.4s ease;
}
header .banner .banner-wrapper .banner-btn:hover {
  background-color: #4a89d0;
  color: #ffffff;
}

.solutions h2 {
  font-size: 38px;
  font-weight: 800;
  color: #003863;
}
.solutions .solution-wrapper .solution {
  align-items: center;
  gap: 10px;
}
.solutions .solution-wrapper .solution i {
  color: #4a89d0;
  font-size: 35px;
  margin-top: -10px;
}
.solutions .solution-wrapper .solution p {
  color: #424344;
  font-weight: 300;
  font-size: 18px;
}

.clients .wrapper {
  justify-content: space-between;
  gap: 10px;
}
.clients .wrapper img {
  width: 130px;
  filter: grayscale(100%);
}

.facts {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/facts-bg.jpg") no-repeat center;
  background-size: cover;
}
.facts .section-heading h2, .facts .section-heading p {
  color: #ffffff;
}
.facts .fact .value {
  color: #a2bfe7;
  font-size: 79px;
  font-weight: 600;
}
.facts .fact p {
  color: #ffffff;
  font-weight: 500;
}

.info {
  background: #0a2d49;
}
.info .row {
  border: 10px solid #ffffff;
}
.info .left {
  padding: 20px;
}
.info .left h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
}
.info .right {
  padding: 20px;
}
.info .right p {
  color: #ffffff;
}
.info .right h5 {
  color: #ffffff;
  padding-left: 10px;
  border-left: 5px solid #4a89d0;
}
.info .right h5 span {
  color: #4a89d0;
}

.service-details .content h2 {
  font-size: 38px;
  font-weight: 800;
  color: #003863;
}
.service-details .content p {
  margin: 20px 0px !important;
}
.service-details .content .ctm-btn {
  max-width: unset !important;
  margin: unset !important;
  display: inline-flex;
  color: #424344;
}
.service-details .content .ctm-btn i {
  margin-top: 2px;
  margin-left: 3px;
}
.service-details .img-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

footer {
  background: #0a2d49;
  padding-top: 60px;
}
footer .footer-top .content h2 {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
}
footer .footer-top .content p {
  color: #ffffff;
}
footer .footer-top a {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  color: #4a89d0;
  background-color: #ffffff;
  border-radius: 100px;
  transition: all 0.4s ease;
}
footer .footer-top a:hover {
  background-color: #c00000;
  color: #ffffff;
}
footer .footer-main {
  padding: 50px 0px;
}
footer .footer-main .footer-links ul {
  padding: 0;
  list-style: none;
}
footer .footer-main .footer-links ul li {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
}
footer .footer-main .footer-links ul li a {
  text-decoration: none;
  color: #ffffff;
}
footer .footer-bottom .upper {
  background-color: #424344;
  padding: 10px 0px;
}
footer .footer-bottom .upper a {
  text-decoration: none;
  color: #ffffff;
  margin-right: 20px;
}
footer .footer-bottom .lower {
  background-color: #0a0a0a;
  padding: 10px 0px;
}
footer .footer-bottom .lower p {
  color: #ffffff;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 500;
}
footer .footer-bottom .lower .socials {
  gap: 10px;
}
footer .footer-bottom .lower .socials a {
  text-decoration: none;
  color: #ffffff;
}

@media screen and (max-width: 576px) {
  p {
    font-size: 16px !important;
  }
  .section-heading h2 {
    font-size: 32px !important;
  }
  .ctm-btn {
    font-size: 15px !important;
    padding: 8px 24px;
    max-width: 115px;
  }
  .banner h1 {
    font-size: 36px !important;
  }
  .facts .fact .value {
    font-size: 50px;
  }
  .info .left h2 {
    font-size: 32px !important;
  }
  .clients img {
    margin: 20px;
  }
  .service-details .content h2 {
    font-size: 32px !important;
  }
}/*# sourceMappingURL=style.css.map */