/* Required height of parents of the Full Page Intro and Intro itself */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
.view,
body,
html {
  height: 100%;
}

main {
  display: contents !important;
}

.nav-bg {
  background-color: #001432 !important;
}

p {
  font-family: 'Poppins', sans-serif;
}

.navbar {
  background-color: transparent;
}

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: transparent;
}

.page-footer,
.top-nav-collapse {
  background-color: #1C2331;
}

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331;
  }
}

/* Navbar animation */
.navbar {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .navbar-brand img {
  height: 60px;
}

.top-nav-collapse {
  background-color: #001432;
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331;
  }
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331;
}

.view {
  overflow: auto;
  position: static;
}

.home-main {
  background: #001432;
  height: 88vh;
  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;
}

.home-main .left-side h1 {
  margin-bottom: 12px;
}

.home-main .left-side p {
  font-weight: 200;
  font-size: 1.2em;
}

.home-main .left-side .btn-theme {
  background-color: #ffffff;
  color: #001432;
  font-weight: bold;
  border-radius: 10em;
}

.home-main .right-side {
  padding: 1em;
  width: 50%;
  text-align: center;
}

.home-main .right-side .main-img {
  width: 350px;
  position: absolute;
  top: 5.3em;
  z-index: 1;
}

.home-main .right-side .dots-top {
  position: absolute;
  right: -54px;
  top: -86px;
}

.home-main .right-side .dots-bottom {
  position: absolute;
  left: 0px;
  top: 130px;
}

.main-head {
  position: relative;
  font-weight: 900;
  font-size: 1em;
  margin-bottom: 5px;
}

.main-head span {
  background-color: white;
  padding-right: 10px;
}

.main-head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.5em;
  border-top: 2px solid #fa0000;
  z-index: -1;
  width: 150px;
}

.home-about {
  padding-top: 80px;
}

.home-about .content h2 {
  font-weight: bold;
  font-size: 3em;
}

.home-about .content p {
  font-size: .9em;
  font-weight: 300;
}

.home-about .content .btn-theme2 {
  color: #001432;
  font-weight: bold;
  border-radius: 10em;
  font-size: 12px;
}

.home-service {
  background: #F5F5F5;
  position: relative;
  padding: 40px 0px;
  z-index: -2;
}

.home-service .main-head span {
  background-color: whitesmoke;
  padding-right: 10px;
}

.home-service h3 {
  font-family: 'Poppins', sans-serif;
}

.home-service .card {
  border-radius: 6px;
}

.home-service .card img {
  width: 75px;
}

.home-service .card h4 {
  font-size: 1.2em;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .home-service .card h4 {
    font-size: 1em;
  }
}

.home-products {
  background: #e6ecaa;
  position: relative;
  padding: 60px 0px;
  z-index: -2;
}

.home-products .main-head span {
  background-color: #e6ecaa;
  padding-right: 10px;
}

.home-products img {
  -o-object-fit: cover;
     object-fit: cover;
}

.home-products .card-content {
  height: 110px;
}

.home-products .card-content h3 {
  font-size: 1.3em;
  font-weight: bold;
}

.home-products .card-content p {
  font-size: .9em;
}

@media screen and (max-width: 768px) {
  .home-products .card-content {
    height: 140px;
  }
}

.home-products .btn-theme2 {
  color: #001432;
  font-weight: bold;
  border-radius: 10em;
  font-size: 12px;
}

.clients img {
  height: 70px;
}

@media screen and (max-width: 768px) {
  .home-main {
    height: auto !important;
    margin-top: 20% !important;
  }
  .main-img {
    width: 100% !important;
    position: static !important;
    top: 5.3em !important;
    z-index: 1 !important;
  }
  .right-side {
    padding: 1em !important;
    width: 100% !important;
    text-align: center !important;
  }
  .dots-top {
    position: absolute !important;
    right: 0 !important;
    top: -86px !important;
  }
}

.products .card-content {
  height: 130px;
}

@media screen and (max-width: 768px) {
  .products .card-content {
    height: 140px;
  }
}
/*# sourceMappingURL=style.css.map */