/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}
#site-center {
  width: 100%;
  min-width: 1140px;
  height: 43px;
  background: #2980b9;
  position: absolute;
  top: 60px;
  z-index: -10;
}
.wrapper {
  margin: 0 auto;
  padding: 0;
  width: 1110px !important;
}
#header {
  min-width: 1110px;
  height: 62px;
}
#header .home {
  width: 200px;
  float: left;
  font-size: 17px;
  margin-top: 20px;
  color: #8f9598;
}
#header .home2 {
  width: 200px;
  float: left;
  font-size: 17px;
  color: #8f9598;
}
#header .bar {
  width: 340px;
  float: right;
  margin-top: 15px;
  margin-right: 0px;
}
#header .bar .div1 {
  width: 110px;
  height: 30px;
  padding: 5px;
  float:left;

}
.clear {
  height: 43px;
  width: 100%;
}

.navbor{
  border: solid 2px;
  border-color: #001d66;
}
.what-people-are-saying {
  background: #424242;
  width: 40%;
  margin: auto;
  height: 150px;
}
.what-people-are-saying h2 {
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.7rem;
  padding-top: 1.5rem;
}
.what-people-are-saying .altb{
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  padding-top: 0.01px;

}
.alignleft {
  float: left;
  margin-left: 150px;
}
.alignright {
  float: right;
  margin-right: 150px;
}
#navindex {
  font-size: 2.5vmin;
  
  text-align: justify;
}
.carousel-indicators{
  bottom: 100px;
}

