/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 4.5rem;
}

@media (min-width: 992px) {
  body {
    padding-top: 4.5rem;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.top-menu .nav-item .nav-link{
  padding: 0 3rem;
}
.op08 {
  opacity: 0.8;
}
.dark-op06 {
  background: rgba(0,0,0,.6);
}
.f0 {
  font-size: 0.8rem;
}
.f1 {
  font-size: 1rem;
}
.f2 {
  font-size: 1.25rem;
}
.f3 {
  font-size: 1.5rem;
}
.f4 {
  font-size: 1.75rem;
}
.f5 {
  font-size: 2rem;
}
.ti {
  text-indent: 2em;
}
.taj {
  text-align: justify;
}
.mgb-1 {
  margin-bottom: 0.75rem;
}
.mgb1 {
  margin-bottom: 1rem;
}
.mgb2 {
  margin-bottom: 2rem;
}
.mgt-1 {
  margin-top: 0.75rem;
}
.mgt1 {
  margin-top: 1rem;
}
.mgt2 {
  margin-top: 2rem;
}
.mgl1 {
  margin-left: 1rem;
}
.mgr1 {
  margin-right: 1rem;
}
.con-list {
  font-size: 1.5rem;
  display: flex;
  padding: 0.2em 0;
}
.con-list .hyicon {
  width: 1.7em;
}
.qrcode img {
  margin-top: 0.5rem;
  width: 9rem;
  height: 9rem;
}
.qrcode .qqbox {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qrcode .qqbox .hyicon{
  margin-right: 0.5rem;
}
.wi100 {
  width: 100%;
}
.to-top {
  position: fixed;
  right: 1rem;
  bottom: 6rem;
  width: 4rem;
  height: 5.5rem;
  background: rgba(0,0,0,.6);
  border-radius: 0.4rem;
  cursor: pointer;
  color: white;
}
.to-top:hover {
  background: rgba(0,0,0,.8);
  color: white;
}
.to-top .hyicon {
  font-size: 2rem;
}
.navbar {
  box-shadow: 0 3px 2px rgba(0,0,0,.1);
  padding: 0;
}
.navbar .navbar-collapse ul li{
  height: 4.5rem;
  display: block;
  line-height: 4.5rem;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.navbar .navbar-collapse .nav-item.active .nav-link {
  color: #007bff;
  margin-top: -3px;
}
.navbar .navbar-collapse ul li.active{
  background: rgba(0,123,255,.06);
  color: #007bff;
  border-top: solid 3px #007bff;
}
/*.navbar .navbar-collapse ul li.active::after{*/
  /*content: "";*/
  /*position: absolute;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*height: 4px;*/
  /*background: #007bff;*/
/*}*/
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,1);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #007bff;
}
.slide-bar .title{
  font-size: 1.2rem;
  background: #007bff;
  color: white;
  padding: 0.3rem 0.8rem;
  line-height: 2rem;
  border-radius: 0.3rem 0.3rem 0 0;
}
.slide-bar .title .hyicon {
  margin-right: 0.4rem;
  font-size: 1.4rem;
}
.slide-bar .list-group .list-group-item{
  color: rgba(0,0,0,.8);
}
.slide-bar .list-group .list-group-item.on{
  color: #007bff;
  font-weight: bold;
  background: rgba(0,0,0,.04);
}
.slide-bar .list-group .list-group-item:hover{
  color: #007bff;
}
.paragraph {
  text-indent: 2em;
  text-align: justify;
}
#mapBox {
  width: 100%;
  min-height: 20rem;
}
footer a{
	color: white;
	cursor: pointer;
	padding: 0 10px
}
footer a:hover{
	color: #b3b3b3
}