@charset "UTF-8";

.selector-for-some-widget {
  box-sizing: content-box;
}

.font1 {
  font-family: 'Acme', sans-serif;
}

.font2 {
  font-family: 'Roboto Condensed', sans-serif;
}

.font3 {
  font-family: 'Poppins', sans-serif;
}

.font4 {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-family: 'Bebas Neue', cursive;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.sns-icon {
  color: #FFFFFF;
}

.bg-no1 {
  background-color: #92462E;
}

.bg-no2 {
  background-color: #535244;
}

.bg-no3 {
  background-color: #F0F8EA;
}

.bg-no4 {
  background-color: #B2AC88;
}

.bg-no5 {
  background-color: #9D9C62;
}

.fixed-background {
  min-height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.bg-img1 {
  background-image: url("../img/bg_index_01(1).jpg");
  height: 500px;
}

.bg-img2 {
  background-image: url("../img/bg_index_02.jpg");
}

.bg-img3 {
  background-image: url("../img/bg_index_03.jpg");
}

#top-message {
  padding-top: 200px;
}

/* Navbar */
#navbarText {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
  font-weight: 500;
}

.navbar-message {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9em;
  color: #ffffff;
}

@media (max-width: 820px) {
  .hide {
    display: none;
  }
}

/* testimonial */
.carousel-item {
  font-size: 1.2em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.testimonial {
  margin: 40px;
  text-align: center;
  position: relative;
}

.testimonial .description {
  padding: 10px;
  margin-bottom: 80px;
  border-left: 1px solid #fff;
  color: #fff;
  line-height: 30px;
  position: relative;
  height: auto;
}

.testimonial .description:before,
.testimonial .description:after {
  content: "";
  width: 20%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial .description:after {
  top: auto;
  bottom: 0;
}

.testimonial .title {
  display: block;
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  position: relative;
}

.testimonial:before,
.testimonial .title:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.testimonial .title:before {
  top: -80px;
}

.testimonial .pic {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.owl-theme .owl-controls {
  margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #000;
  outline: 2px solid #000;
  outline-offset: 2px;
  margin-right: 8px;
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #fff;
  outline: 2px solid #fff;
}

/* how to apply */
@media screen and (max-width:768px) {
  .arrow:after {
    content: url("../img/arrow-b.png");
    display: block;
    margin: 0 auto;
    width: 56px;
  }
}

@media screen and (min-width:768px) {
  .arrow {
    position: relative;
    margin-right: 30px;
  }

  .arrow:after {
    content: url("../img/arrow-r.png");
    position: absolute;
    right: -25px;
    top: 60px;
  }
}

.steps {
  font-size: 0.8em;
}

/* hover color on links */


a:hover {
  color: #92462E;

}

/* FAQ */
.linkbox {
  position: relative;
  border: solid 2px #000000;
  background-color: white;
}

.linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.linkbox a:hover {
  opacity: 0.1;
  background-color: #000000;
}

h5 {
  font-family: 'Bebas Neue', cursive;
  color: #535244;
}

#foot a:hover {
  color: #9c6b30;
}