.NavBar {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 999;
}

.mainnav {
  background-color: #26271B;
  min-height: 89px;
}

.mainnav .nav-item .nav-link {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.mainnav .webtit {
  text-decoration: underline;
}

.mainnav h4 {
  padding-left: 100px;
}

.banner {
  background-image: url("../static/banner.jpg");
  background-position: 40% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 570px;
  padding-top: 2rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

.banner .linebox {
  border: 1px solid #fff;
  border-bottom: none;
  height: 100%;
  padding: 10px;
}

.banner .linebox .bgoverbox {
  background-color: #2c02023b;
  height: 100%;
}

.banner .inbox {
  color: #fff;
  height: 100%;
  padding-left: 15%;
}

.banner .inbox h2 {
  font-size: 45px;
  font-weight: 600;
  margin: 25px 0;
}

.banner .inbox p {
  width: 70%;
}

#Services {
  background-color: #b6c5a7;
  padding-top: 6rem;
  padding-bottom: 2rem;
  position: relative;
}

#Services .left p {
  font-size: 64px;
  color: #fff;
  font-weight: 600;
  line-height: 4rem;
}

#Services .right img {
  display: block;
  height: 150px;
  width: 150px;
  margin: 20px auto;
}

#Services .swiper {
  width: 100%;
  height: auto;
}

#Services .swiper .swiper-slide {
  background-color: #556046;
  padding: 15px;
  padding-top: 50px;
  min-height: 670px;
  text-align: center;
}

#Services .swiper .swiper-slide .tit {
  color: #fff;
  font-size: 22px;
}

#Services .swiper .swiper-slide .ssbox {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

#Services .swiper .swiper-slide .words {
  margin-top: 15px;
  line-height: 1.5;
}

#Services .swiper .swiper-slide p {
  text-align: center;
  color: #E1DEDE;
}

#Services .swiper .swiper-slide a {
  color: #fff;
  text-decoration: underline;
}

#Services .swiper .swiper-slide .tel {
  display: inline-block;
}

#Services .swiper-pagination-bullet-active {
  background: #fff !important;
}

#Services .swiper .swiper-button-prev,
#Services .swiper .swiper-button-next {
  background-color: #FFFFFFD6;
  color: #26271B;
  border-radius: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

#Services .swiper .swiper-button-prev::after,
#Services .swiper .swiper-button-next::after {
  font-size: 15px;
}

.infobox {
  background-color: #dae2d4;
  text-align: center;
  padding: 70px 20px;
  color: #26271B;
}

.infobox h2 {
  font-size: 64px;
  margin-bottom: 40px;
}

.infobox .infotxt {
  width: 75%;
  margin: 0 auto;
  font-size: 20px;
}

.infobox a {
  color: #26271B;
}

.infobox a p {
  margin-bottom: 0;
  display: inline-block;
}

#Testimonials {
  background-color: #75856c;
  padding: 6rem 0;
}

#Testimonials h2 {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 50px;
}

#Testimonials .swiper {
  width: 100%;
  height: auto;
}

#Testimonials .swiper .swiper-slide {
  background-color: #ffffff;
  padding: 20px;
  min-height: 218px;
  width: 343px;
  border-radius: 4px;
  box-shadow: 1px 1px 7px 0 rgb(0 0 0 / .13), 0 0 2px 0 rgb(0 0 0 / .05);
}

#Testimonials .swiper .swiper-slide .head {
  height: 40px;
  margin-bottom: 10px;
}

#Testimonials .swiper .swiper-slide .head .imgbox {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

#Testimonials .swiper .swiper-slide .head .imgbox span {
  font-size: 20px;
  font-weight: 500;
}

#Testimonials .swiper .swiper-slide .head .nametime .name {
  color: #26271B;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}

#Testimonials .swiper .swiper-slide .head .nametime .time {
  color: #000000;
  opacity: 0.5;
  font-size: 12px;
}

#Testimonials .swiper .swiper-slide .head .googleimg {
  float: right;
}

#Testimonials .swiper .swiper-slide .head .googleimg img {
  height: 20px;
  width: 20px;
}

#Testimonials .swiper .swiper-slide .starline {
  height: 17px;
  text-align: left;
  margin-bottom: 8px;
  margin-top: 15px;
}

#Testimonials .swiper .swiper-slide .starline .star {
  background-image: url("/static/star.svg");
  width: 17px;
  height: 17px;
  display: inline-block;
  margin: 0 !important;
  margin-right: 1px !important;
  background-size: contain;
  background-repeat: no-repeat;
}

#Testimonials .swiper .swiper-slide .words {
  margin-top: 20px;
  font-size: 15px;
  line-height: 21px;
}

#Testimonials .swiper .swiper-slide .words p {
  margin-bottom: 0;
}

#AboutUs .outbox .head {
  background-color: #fef9f6;
  padding-top: 6rem;
  padding-bottom: 100px;
}

#AboutUs .outbox .head h1 {
  margin-bottom: 0;
  font-size: 64px;
}

#AboutUs .outbox .inbox .conbox {
  margin-left: 0;
  margin-right: 0;
}

#AboutUs .outbox .inbox .bgimg {
  min-height: 430px;
  background-image: url("/static/about.jpeg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

#AboutUs .outbox .inbox .wordsbox {
  background-color: #a8b498;
  margin: -100px 0px 0px 0px;
  padding: 10rem 2rem;
  box-sizing: border-box;
}

#AboutUs .outbox .inbox .wordsbox h3 {
  width: 80%;
  margin: 0 auto;
  font-size: 54px;
  margin-top: 5rem;
  margin-bottom: 25px;
}

#AboutUs .outbox .inbox .wordsbox p {
  width: 78%;
  margin: 0 auto;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 1.65;
}
#AboutUs .outbox .inbox .emptybox{
  height: 50px;
  margin-bottom: 5rem;
}
.mapbox {
  padding: 0;
  margin-bottom: 0;
  height: 500px;
}

.footOutbox {
  background-color: #fbfcfd;
  padding: 10px;
}

.footOutbox .footerbox {
  background-color: #b6c5a7;
  padding: 5rem 1rem;
}

.footOutbox .footerbox h4 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
}

.footOutbox .footerbox p {
  margin-bottom: 10px;
  font-size: 17px;
}

.footOutbox .footerbox p,
.footOutbox .footerbox a,
.footOutbox .footerbox span {
  color: #434343;
  line-height: 1.5;
}