#header{
    padding: 15px 0;
    background-color: #FDFAF6;  /* paste color code here ------------------ */
    color: #583D72;
    min-height: 90px;
    font-family: Florence, cursive;
    display: flex;
    align-items: center;
}

#header a{
  text-decoration: none;
  color: #583D72;


}
.head-title, .head-subtitle{
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}

.head-title:hover, .head-subtitle:hover{
  color: #583D72;
}

.head-title{
  font-size: 26px;
  line-height: 1.3;
}

.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: 540px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-title{
  z-index: 99999;
}

.site-title > h2{
  color: #FDFAF6; /* paste color code here for site heading ........................... */
  font-family: Florence, cursive;
  font-size: 42px;
  font-weight: 700;
  opacity: 1;
  text-align: center;
}
.gallery-img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.add-div{
  display: flex;
  flex-direction: column;
}
.add-div > div{
  background-color: #583D72; /* paste color code here ........................... */
  padding: 50px 50px 70px 50px;
  margin: -70px auto 0 auto;
  text-align: 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: #FDFAF6; /* paste color code here --------------------- */
  color: #583D72;
  font-family: Florence, cursive;
  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: #583D72;
}




.content-section {
    padding: 80px 0;
}
.map-col {
    display: flex;
    align-items: center;
}
.map-img {
    width: 100%;
    margin: 10px 0;
}
.map-section iframe{
    z-index: -1;
}
.map-section .container{
    z-index: 9999 !important;
}
.contact-details{
    position: relative;
    z-index: 9999 !important;
    border-radius: 15px;
    margin: -60px 50px 0;
    padding: 50px;
}
.contact-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    opacity: 1 !important;
    z-index: 1;
}
.contact-overlay{
}
.contact-details .row div{
    z-index: 99;
}
.contact-data{
    text-align: center;
}



footer {
    padding: 80px 0 60px;
    background-color: #583D72;
}
.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;
}
.social-icons{
    text-align: center;
}
.social-icon:hover{
    background: #fff;
    transition: all 0.4s; 
}
.social-icon:hover .fa{
    color: #583D72;
}
.social-icon{
    border: 2px solid #fff;
    padding: 8px;
    width: 34px;
    height: 34px;
    border-radius: 25px;
    margin: 5px;
}
.social-icon .fa{
    font-size: 18px;
    color: #fff;
    margin: 0 2px;
}
.foot-site-title{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    opacity: 1;

}




@media only screen and (max-width: 991px) {
    .contact-details {
        padding: 50px 20px;
        margin: -60px 0px 0;
    }
}
@media only screen and (max-width: 767px) and (min-width: 320px)  {
  .site-title > h2 {
    font-size: 36px;
  }
  .add-div > 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;
  }
  .flex-head a{
    font-size: 14px;
  }
  .fh1{
    justify-content: flex-start;
  }
  .gallery-img {
    margin: 0 0 20px 0;
    height: 280px;
    width: 100%;
  }
    .contact-details .row .contact-data:nth-child(2){
        margin: 50px 0;
    }

  .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;
  }
  .footer-heading + br{
    display: none;
  }
}