h3 {
  text-align: center;
  color: #137DC5;
  padding-left: 5%;
}

.menu {
  align-items: center;
}

.label {
  font-size: 20px;
}

p {
  text-align: justify;
}

footer {
  bottom: 0;
  background-color: #8f8e8b;
  position: fixed;
  width: 100%;
}

#bot {
  height: 85%;
  width: 80%;
  /* margin-left: 20%; */
  display: flex;
}

.intro-header {
  background-image: url(/images/undraw_chat_bot_re_e2gj\ \(1\).svg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: center center;
  overflow: visible;
  flex-wrap: nowrap;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center center;
  right: -0.008%;
  background-color: white;
  background-clip: padding-box;
}

.navigation-item {
  font-size: 15px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
  display: block;
  margin-left: 10%;
}

.about-grid {
  margin-left: 10%;
}

.home-section-wrap {
  margin-bottom: 30px;
  width: 90%;
  display: inline-block;
}

#imageAbout {
  width: 70%;
  align-items: center;

}

#centerNav {
  padding-left: 7%;
}

.sidebar {
  color: #137DC5;
}

.offcanvas-body {
  color: #137DC5;
}

/* .right {
  display: inline-block;
  right: 0;
  margin-top: 5%;
  width: 100%;
  height: 80%;
} */

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* .split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
} */

/*For mobile devices*/
@media (max-width: 480px) {
  #bot {
    margin-left: 0.1%;
  }

  .col-sm-6 {
    width: 50%;
  }

  h3 {
    text-align: center;
  }

  p {
    margin-right: 5%;
    padding-right: 5%;
    text-align: justify;
  }

  img {
    display: block;
    margin-left: 10%;
    margin-right: auto;
    margin-bottom: 5%;
  }

  .menu.responsive {
    position: relative;
  }

  .menu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .menu-button {
    display: block;
  }

  /* .right {
    float: right;
    right: 0;
    top: 10%;
    height: 100%;
    width: 100%;
    position: relative;
  }

  .home-section-wrap {
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
  } */
}

/*For tablets and ipads*/
@media (min-width: 481px) and (max-width: 767px) {
  h3 {
    text-align: center;
  }

  p {
    margin-right: 5%;
    padding-right: 5%;
    text-align: justify;
  }

  img {
    display: block;
    margin-left: 10%;
    margin-right: auto;
    margin-bottom: 5%;
  }

  #bot {
    margin-left: 0.1%;
  }

  .menu-button {
    display: block;
  }

  .col-sm-6 {
    width: 50%;
  }

  /* .right {
    float: right;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    position: relative;
  }

  .home-section-wrap {
    float: left;
    left: 0;
    top: 10%;
    height: 100%;
    width: 50%;
  } */
}

@media (min-width:769px) and (max-width: 1024px) {
  h3 {
    text-align: center;
  }

  #bot {
    margin-left: 0.1%;
  }

  p {
    margin-right: 5%;
    padding-right: 5%;
    text-align: justify;
  }

  .col-sm-6 {
    width: 50%;
  }

  img {
    display: block;
    margin-left: 10%;
    margin-right: auto;
    margin-bottom: 5%;
  }

  .menu-button {
    display: block;
  }

  /* .right {
    float: right;
    right: 0;
    top: 10;
    height: 100%;
    width: 100%;
    position: relative;
  }

  .home-section-wrap {
    float: left;
    left: 0;
    top: 10%;
    height: 100%;
    width: 50%;
    position: relative;
  } */
}