/*
    Created on : Sep 24, 2021, 12:25:51 PM
    Author     : Mosiuoa Sesing <sessyman@outlook.com>
*/
html, body {
  font-family: "Montserrat", serif;
  background: #f7f7f7;
  font-size: 12px;
}

section {
  padding-top: 20px;
  padding-bottom: 20px;
}

nav {
  box-shadow: 0 0 5px #000;
}

.navbar-brand img {
  max-height: 25px;
}

.x-welcome-body {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #a0a0a0;
  color: #f7f7f7;
}

.x-welcome {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 60px;
  background: url("../img/tech-bg.jpg");
  color: #f7f7f7;
}

.x-welcome-home {
  padding-top: 190px;
  padding-bottom: 150px;
  color: #fff;
  background: url(../img/home-bg.png) center center no-repeat;
}

@media (max-width: 720px) {
  .x-welcome-home {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.x-darker {
  background: #d7d7d7;
}

.x-card-pad .card-header {
  padding: 0.5em;
}
.x-card-pad .card-header h1, .x-card-pad .card-header h2, .x-card-pad .card-header h3, .x-card-pad .card-header h4, .x-card-pad .card-header h5, .x-card-pad .card-header h6 {
  margin: 0;
}

code {
  color: black;
}
code .x-comments {
  color: orange;
}

.x-code ol {
  padding: 0;
}
.x-code li {
  line-height: 0px;
  margin: 0;
  border-bottom: 1px solid red;
}

.x-services {
  text-align: center;
}
.x-services h3 {
  margin-bottom: 30px;
}
.x-services .card {
  /*box-shadow: 0 0 5px #000;*/
  border: 1px solid #a0a0a0;
  margin-top: 30px;
  background: transparent;
}
.x-services h5 {
  font-family: "Sofia", serif;
  margin-bottom: 0px;
}
.x-services .fa {
  font-size: 100px;
}
.x-services .card-body {
  padding: 0px;
  background: #f7f7f7;
}
.x-services .card-body div {
  /*border-bottom-right-radius: 50px;*/
  padding: 0.5em;
  background: #eee;
  margin-bottom: 5px;
}
.x-services .card-footer {
  padding: 3px;
}
.x-services .card-footer .btn {
  padding: 2px;
  width: 90%;
}
.x-services .card-footer .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  border-radius: 0;
}

.x-services2 {
  background: url("../img/tech-bg.jpg");
}
.x-services2 h3 {
  color: #fff;
}
.x-services2 .card-header {
  background: #d7d7d7;
}
.x-services2 .card-body {
  background: #f7f7f7;
}
.x-services2 .card-body div {
  background: #f7f7f7;
}

.x-products .fa {
  font-size: 150px;
}
.x-products .container .row {
  padding: 20px 10px;
  border-bottom: 1px solid #a0a0a0;
}
.x-products .container .row:last-child {
  border-bottom: none;
}

footer {
  border-top: 5px solid #a0a0a0;
  padding-top: 20px;
  background: #555;
  color: #eee;
}
footer img {
  max-width: 100%;
}
footer .x-footer-last {
  border-top: 5px solid #a0a0a0;
  text-align: center;
  padding: 20px 10px;
  background: #333;
  color: #fff;
}

.container {
  height: 100%;
  align-content: center;
}

.x-login {
  margin-bottom: 5px;
  width: 100%;
}
.x-login .card {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  /*background-color: rgba(0,0,0,0.5) !important;*/
}
.x-login .card-header {
  background: #d7d7d7;
}
.x-login .card-body {
  background: #f7f7f7;
}
.x-login .social_icon span {
  font-size: 40px;
  margin-left: 10px;
  color: #555;
}
.x-login .social_icon span:hover {
  color: #f7f7f7;
  cursor: pointer;
}
.x-login .social_icon:hover span {
  top: -15px;
}
.x-login .social_icon {
  position: absolute;
  right: 20px;
  top: -25px;
}
.x-login .input-group-prepend span {
  width: 30px;
  background-color: #d7d7d7;
  color: black;
  border: 0 !important;
}
.x-login input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}
.x-login .remember input {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
}
.x-login .login_btn {
  color: black;
  background-color: #d7d7d7;
  width: 100px;
}
.x-login .links {
  color: #555;
}
.x-login .links a {
  margin-left: 4px;
}

.grid-margin:first-child {
  margin-top: calc(50px + 1.875rem);
}

.grid-margin {
  margin-bottom: 1.875rem;
}

/* Overides */
.dropdown-menu {
  color: #212529;
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #d7d7d7;
}

.x-docs .card-body {
  background: #fafafa;
}
.x-docs .card-body .text-warning {
  color: #ff6100 !important;
}

/* ---! Overides */

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