/*
    Created on : Feb 14, 2022, 11:55:25 PM
    Author     : Mosiuoa Sesing <sessyman@outlook.com>
*/
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #2a2761 !important;
  }
}
.carousel, .carousel .carousel-inner, .carousel .carousel-inner .active, .carousel .carousel-inner .carousel-item, .view, body, html {
  height: 100%;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.2);
}

.page-footer, .top-nav-collapse {
  background-color: #2a2761;
  transition: all;
}

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331;
  }
}
.slide-text {
  display: table;
  height: 100%;
}
.slide-text > div {
  display: table-row;
}

#home-services {
  color: #2a2761;
}
#home-services .row:not(:first-child) {
  margin-top: 50px;
}
#home-services .card {
  width: 150px;
  background: transparent !important;
  border: none;
  text-align: center;
  margin: auto;
}
#home-services .card-body {
  /*        width: 150px;
          height: 150px;*/
  width: 85px;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  font-size: 50px;
  margin: auto;
}
#home-services .card-footer {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  background: transparent !important;
  border: none;
}

#home-platform {
  color: #2a2761;
}
#home-platform .row:first-child {
  margin-top: 50px;
  margin-bottom: 80px;
}
#home-platform .card {
  border: none;
  background: transparent;
  margin-bottom: 10px;
}
#home-platform .card-body {
  padding: 50px 0px;
  background: #cd5606;
  /*background: rgb(245, 126, 26);*/
  border: none;
  color: #2a2761;
  border-radius: 10px;
}

#home-products {
  color: #2a2761;
}
#home-products .row:first-child {
  margin-top: 50px;
  margin-bottom: 80px;
}
#home-products .card {
  border: none;
  background: transparent;
  margin-bottom: 10px;
}
#home-products .card-body {
  padding: 50px 10px;
  background: #f3f3f3;
  border: 1px solid #2a2761;
  color: #2a2761;
  border-radius: 10px;
}
#home-products .card-body .card-title {
  width: 50px;
  height: 50px;
  padding: 10px 10px;
  background: #00AEE1;
  border: 1px solid #2a2761;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  margin: auto;
  margin-top: -75px;
}

#home-application {
  color: #2a2761;
}
#home-application .row:first-child {
  margin-top: 50px;
  margin-bottom: 80px;
}
#home-application .card {
  border: none;
  margin-bottom: 10px;
  box-shadow: 0 0 5px #2a2761;
}
#home-application .card-header {
  background: #f3f3f3;
  border: none;
  font-weight: bold;
}
#home-application .card-body {
  padding: 10px 10px 50px 10px;
  background: #f3f3f3;
  color: #2a2761;
}

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