#header{
    padding: 15px 0;
    background-color: #E4EFE7;  /* paste color code here ------------------ */
    color: #0C4271;
    min-height: 90px;
    font-family: 'Cinzel', serif;
    display: flex;
    align-items: center;
}

#header a{
  text-decoration: none;
  color: #0C4271;


}
.head-title, .head-subtitle{
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}

.head-title:hover, .head-subtitle:hover{
  color: #0C4271;
}

.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-image: url(img/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
}

.banner-title{
  z-index: 99999;
}

.site-title > h2{
  color: #E4EFE7;
  font-family: 'Cinzel', serif;
  font-size: 42px;
  font-weight: 700;
  opacity: 1;
}

.content-section {
    padding: 80px 0;
}
.section-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1;
    color: #E4EFE7;
    text-align: center;
    font-family: 'Bona Nova', serif;
    text-transform: uppercase;
}

.gallery-img{
    width: 45%;
    height: 250px;
    object-fit: cover;
    margin: 10px;
    vertical-align: top;
}


.add-div{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.add-div > div{
  background-color: #0C4271; /* paste color code here ........................... */
  padding: 50px;
  margin-left: -100px;
}

.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: #E4EFE7; /* paste color code here --------------------- */
  color: #0C4271;
  font-family: 'Cinzel', serif;
  border-radius: 2px;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-btn:hover, .contact-foot-btn:hover{
  text-decoration: none;
  color: #0C4271;
}

.map-section {
    background-color: #0C4271;
}

footer{
  padding: 30px 0;
  border-top: 1px solid #E4EFE7; /* paste color code here ----------------- */
}

.footer-heading{
  color: #393e46;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-foot-btn{
  /*padding: 10px 30px;*/
  /*font-size: 16px;*/
}

.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) {
    .site-title h2 {
        font-size: 26px;
    }
}

@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;
    }
    
    .gallery-img {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .add-div {
        text-align: center;
    }
    .add-div > div {
        margin: 10px 0px;
        text-align: center;
        padding: 40px 20px 60px;
    }
    .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;
    }
    .contact-foot-btn {
        padding: 20px 15px;
    }
    .footer-heading+br {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .contact-foot-btn {
        padding: 20px 7px;
    }
}