
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
#top_menu_collapse {
  width: 55%;
}
#toggle {
  display: none;
}
button {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: 0;
}
.toggle span {
  width: 100%;
  height: 3px;
  background: #555;
  display: block;
  position: relative;
  coursor: pointer;
}
.toggle span:before,
.toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555;
  transition: all 0.3s ease-out;
}
.toggle span:before {
  top: -8px;
}
.toggle span:after {
  top: 8px;
}
.toggle span.toggle {
  background: transparent;
}
.toggle span.toggle:before {
  top: 0;
  transform: rotate(-45deg);
  background: #4caf50;
}
.toggle span.toggle:after {
  top: 0;
  transform: rotate(45deg);
  background: #4caf50;
}
.sidebar {
  background: #fff;
  width: 235px;
  position: fixed;
  top: 0;
  left: -235px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding-top: 90px;
  transition: all 0.3s ease-out;
}
.sidebar ul {
  list-style: none;
}
.sidebar ul li {
  display: block;
}
.sidebar ul li a {
  padding: 8px 15px;
  font-size: 16px;
  color: #222;
  font-family: arial;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
  font-weight: 500;
  text-align: center;
}
.sidebar ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 1px;
  background: #4caf50;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.sidebar ul li a:hover:before {
  width: 100%;
}
.sidebar ul li a:hover {
  color: #4caf50;
}
.sidebarshow {
  left: 0;
}
.navbar-toggler {
  margin-left: 20%;
}
#thinkware_header_section #top_menu_collapse ul li a span {
  color: #212121 !important;
}
#header {
  font-family: "Montserrat !important";
}
@media (min-width: 700px) {
  .navbar-toggler {
    margin-left: 10%;
  }
}
@media (max-width: 900px) {
  #top_menu_collapse {
    display: none;
  }
  #header {
    justify-content: space-between;
  }
  #toggle {
    display: block;
  }
}
@media (min-width: 800px) {
  header nav.navbar {
    position: absolute;
    width: 100%;
    justify-content: center;
  }
}
.scrolled {
  background: #ffffff;
  color: #000000;
}
header nav.navbar {
  justify-content: center;
  border-bottom: 1px solid rgba(198, 198, 198, 1);
}
@media (max-width: 500px) {
  .d-flex.flex-row.flex-wrap {
    justify-content: space-between;
  }
  .navbar-toggler {
    margin-left: 0%;
  }
}
@media (max-width: 400px) {
  .first {
    display: none;
  }
  .second {
    display: block !important;
  }
}
