#header{
    padding: 15px 0;
    background-color: #F3C583;  /* paste color code here ------------------ */
    color: #3A6351;
    min-height: 90px;
    font-family: 'Nunito', sans-serif;
    display: flex;
    align-items: center;
}

#header a{
  text-decoration: none;
  color: #3A6351;


}
.head-title, .head-subtitle{
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}

.head-title:hover, .head-subtitle:hover{
  color: #3A6351;
}

.head-title{
  font-size: 26px;
}

.head-subtitle{
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.flex-head{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}

.banner{
  background-color: #3A6351;
  min-height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-img{
  float: right;
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-top: 80px;
  margin-bottom: -80px;
}

.site-title > h2{
  color: #F3C583; /* paste color code here for site heading ........................... */
  font-family: 'Nunito', sans-serif;
  font-size: 42px;
  font-weight: 700;
  opacity: 1;
}
.gallery-imgs{
    text-align-last: justify;
}
.gallery-img{
    width: 32%;
    height: 350px;
    object-fit: cover;
    vertical-align: top;
}
.add-div{
  height: 400px;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.open-para{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.contact-btn, .contact-foot-btn{
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  background-color: #F3C583; /* paste color code here --------------------- */
  color: #3A6351;
  font-family: 'Nunito', sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
}
.contact-btn:hover, .contact-foot-btn:hover{
  text-decoration: none;
  color: #3A6351;
}
footer{
  padding: 30px 0;
  border-top: 1px solid #F3C583; /* 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){
  .add-div {
    height: 400px;
    width: 100%;
  }
  .site-title h2{
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px){
  .head-title, .head-subtitle {
    text-align: center;
  }
  .header-link{
    width: 50%;
    display: inline-block;
  }
  .flex-head {
    margin-top: 10px;
  }
  .fh1{
    justify-content: flex-start;
  }
  .add-div{
    align-items: center;
  }
  .banner-img{
    margin: -40px 0 40px 0;
  }
  .gallery-img{
    width: 100%;
    margin-bottom: 10px;
  }
  .add-div div{
    margin: 10px 0px;
    text-align: center;
  }
  .site-title h2{
    font-size: 32px;
  }
  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;
  }
}