#header {
    background-color: #996833;
    color: #fff;
    height: 100vh;
    font-family: 'Noto Sans JP', sans-serif;
}
#header [class^="col"]{
    z-index: 9;
}
.head-title {
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 54px;
}
.head-title:hover {
    color: #fff;
}
.banner {
    background-image: url(img/banner.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banner-overlay {
    position: absolute;
    height: 100%;
    width: 65%;
    clip-path: circle(95.0% at 100% 50%);
    background: #996833;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1;
}
.left-banner-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner-title {
    z-index: 99999;
}
.banner-buttons{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
}
.banner-btn{
    padding: 15px 35px;
    border: 2px solid #fff;
    background-color: transparent;
    margin: 0 10px 0 0;
    z-index: 99999;
    color: #fff;
    text-decoration: none;
}
.banner-btn:hover{
    text-decoration: none;
    background-color: #fff;
    color: #996833;
    transition: all 0.4s;
}

.site-title > h2{
  color: #fff; /* paste color code here for site heading ........................... */
  font-family: 'Josefin Sans', sans-serif;
  font-size: 42px;
  font-weight: 700;
  opacity: 1;
  text-align: center;
}
.gallery-img-b{
    width: calc(100% + 100px);
    object-fit: cover;
    border-radius: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #996833;
    height: 380px;
    margin: 80px 0 80px -100px;
}

.add-div-b > div{
  display: flex;
  flex-direction: column;
  background-color: #996833; /* paste color code here ........................... */
  padding: 90px;
  text-align: center;
  align-items: center;
  z-index: 1;
  height: 540px;
  width: 100%;
  justify-content: center;
}

.open-para-b{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;

}


.content-section {
    padding: 80px 0;
}
.service-section{
    background-color: #EEEEEE;
}
.section-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1;
    color: #996833;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}
.service-bx{
    text-align: center;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 50px;
}
.service-bx:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: all 0.4s;
}
.service-img{
    width: 70%;
    margin: 10px auto 30px auto;
}
.service-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #996833;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    text-transform: uppercase;
}
.add-div {
    margin: 40px 0 30px;
    height: 100%;
    width: 100%;
    text-align: center;
}
.open-para {
    color: #996833;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}



.contact-btn, .contact-foot-btn{
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  border: 2px solid #996833;
  color: #996833;
  background-color: transparent;
  font-family: 'Josefin Sans', sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
}

.contact-btn:hover, .contact-foot-btn:hover{
  text-decoration: none;
  background-color: #996833;
  color: #fff;
  transition: all 0.4s
}
.body-ctn{
  background-color: #fff;
  color: #996833;
  border: 2px solid #996833;
}
.body-ctn:hover{
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

footer{
  padding: 30px 0;
  border-top: 1px solid #996833; /* paste color code here ----------------- */
}

.footer-heading{
  color: #393e46;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.foot-text{
  color: #334443;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  list-style: none;
}

.foot-text > li > span{
  min-width: 45px;
  float: left;
}


@media only screen and (max-width: 991px) and (min-width: 768px)  {
  .banner-overlay {
      width: 68%;
  }
  .banner-title h1 {
      font-size: 46px;
      text-align: center;
  }
  .banner-buttons{
      align-items: center;
      justify-content: center;
      margin: 20px 0px 50px;
  }
  .banner-btn{
      margin: 0 5px;
  }
  .gallery-img-b{
    width: calc(100% + 50px);
    margin-left: -50px;
  }
  .service-bx{
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 320px)  {
  .banner-title h1 {
      font-size: 34px;
  }
  .banner-buttons{
    justify-content: center;
  }
  .banner-btn{
      padding: 10px 10px;
      font-size: 14px;
  }
  .banner-overlay {
      width: 100%;
      clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
      opacity: 0.6;
  }
  .site-title > h2 {
    font-size: 36px;
  }
  .add-div-b > div{
    padding: 30px 15px 60px 15px;
    margin: 0px auto 0 auto !important;
  }
  .head-title, .head-subtitle {
    text-align: center;
  }
  .header-link{
    width: 50%;
    display: inline-block;
  }
  .flex-head {
    margin-top: 10px;
  }
  .fh1{
    justify-content: flex-start;
  }
  .gallery-img-b {
    margin: -30px 10% 0 !important;
    height: 350px;
    width: 80%;
    margin: 0;
    border: none;
  }

  .footer-heading{
    margin-bottom: -10px;
  }
  footer .row .col-md-4:first-child,footer .row .col-md-4:nth-child(2){
    width: 50%;
  }
  footer .row .col-md-4:last-child{
    margin-top: 30px;
    text-align: center;
  }
  .foot-text > li > span{
    float: none;
    margin-right: 10px;
  }
  .contact-btn, .contact-foot-btn{
    padding: 15px 20px;
  }
  footer .contact-foot-btn+br{
      display: none;
  }
}

@media only screen and (max-width: 320px) {

    .contact-foot-btn {
        padding: 10px 5px;
    }
}
