/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

/* Add a gray background color and some padding to the footer */
footer {
  background-color: transparent;
  padding: 25px;
}

.upper-footer {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 5px;
}

.upper-footer a {
  text-decoration: none;
}

.jumbotron {
  background-color: #00A3E9 !important;
  color: #fff;
}

p.description {
  border: 1px solid #f2f2f2;
  padding: 10px;
}

p.title {
  border: 1px solid #fe4500;
  padding: 10px;
  font-size: medium;
  font-weight: 500;
}

ul {
  text-align: left;
}

button a {
  color: #fff;
}

button a:hover {
  color: #fff;
  text-decoration: none;
}

.top-social a {
  text-decoration: none;
  margin-right: 10px;
  color: #fff;
}

.linkedin:hover {
  color: #0B66C2;
}

.youtube:hover {
  color: #FF0001;
}

.github:hover {
  color: #171515;
}

.email:hover {
  opacity: 0.60;
}

.help-block {
  color: #FF0001;
}

.help-block ul {
  padding: 0px;
}

.help-block ul li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.btn-action {
  margin-top: 15px;
}

.g-recaptcha {
  margin-bottom: 15px;
}

/* service page  */

.service-inner-box {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 40px 10px;
  border-radius: 10px;
  position: relative;
  height: 100%;
}

.service-inner-box:hover {
  background-color: lightcyan;
  transition: background-color 0.3s ease-in;
  transform: scale(1.05);
}

.service-icon-box {
  text-align: center;
  font-size: 50px;
}

.service-text-box {
  text-align: center;
}

.fa-rocket {
  color: aqua;
}

.fa-level-up {
  color: deeppink;
}

.fa-exchange {
  color: lightseagreen;
}

.fa-wrench {
  color: royalblue;
}

.fa-laptop {
  color: tomato;
}

.fa-code {
  color: mediumvioletred;
}

.fa-shopping-cart {
  color: red;
}

.fa-plug {
  color: slateblue;
}

.fa-line-chart {
  color: teal;
}

.login-page a {
  color: #337ab7;
}

.account-sidebar a.nav-link {
  color: #000;
}

.account-sidebar a.nav-link.active {
  background-color: #D3D3D3;
  border-left: #f44336 2px solid;
}

fieldset,
legend {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body#blog_post_show .post-tags .badge-secondary {
  background-color: #e9ecec;
  color: #6d8283;
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  padding: 0.4em 1em 0.5em;
  border-radius: 0.25em;
}

section.certifications {
  background-color: #D3D3D3;
  padding: 15px;
}

.bottom-social-links {
  margin-top: 20px;
}

.bottom-social-links a {
  text-decoration: none;
  margin-right: 10px;
}

ul.no-padding {
  list-style: none;
  padding: initial;
  color: #828282;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"],
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#sign_in_form .form-signin a {
  color: #0d6efd;
  text-decoration: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 20rem;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 20rem;
}

p.card-text {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

a {
  text-decoration: none;
}

html,
body {
  font-family: Verdana, sans-serif !important;
}

a.nav-link.active {
  font-weight: bold;
}

/* Zoom In #1 */
.shadow-sm .post-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.shadow-sm .post-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-img {
  overflow: hidden;
}

.nopad-nostyle {
  list-style: none;
  padding: unset;
}

.training-highlight {
  background-color: antiquewhite;
  padding: 1px;
}

/* Service tab */

.service-tab .nav-link.active {
  background-color: #000;
}

.service-tab .left-tab {
  background-color: #2e2e38;
}

.service-tab {
  font-size: 1.2rem;
}

.service-tab .nav-link {
  text-align: left;
  color: #fff;
  padding: 10px;
}

a.nav-link {
  color: #fff;
}

.service-tab i.fa {
  min-width: 20px;
}

button#nav-home-tab {
  text-align: left;
}

.bg-transparent.trans-button {
  border: #fff 1px solid;
  color: #fff;
}

.bg-dark {
  background: linear-gradient(to right, #1859B4 0%, #0467F1 100%);
}

.service-tab .nav-link:focus,
.service-tab .nav-link:hover {
  color: #fff;
}

a {
  color: inherit;
}

.content-center {
  align-content: center;
}

.fa-3x {
  font-size: 3rem;
}

.fa-2x {
  font-size: 1.7rem;
}

.fa-icon {
  height: 1.2rem;
  min-width: 25px;
}

.module-search.result {
  position: absolute;
  z-index: 100;
  margin-top: 40px;
}

.form-control.me-2 {
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;
  border: 1px solid #ccc;
}

.clear-cart-popup {
  color: initial;
}

.cookie {
  padding: 5px;
  color: #fff;
  font-size: 0.8rem;
  background-color: #b30058;
}

.cookie p {
  margin-bottom: 0rem;
}

.cookie button {
  font-size: 0.7rem;
}

span.show-pass {
  position: absolute;
  top: 40%;
  right: 0;
}

.contact_website {
  display: none;
}