*{
  margin:0;
  padding:0;
  box-sizing:border-box;  
}

.hero-slider{
  position: relative;
  width:100%;
  height:100vh;
  overflow:hidden;
}

.slides{
  position: relative;
  width:100%;
  height:100%;
}

.slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:opacity .8s ease;
}

.slide.active{
  opacity:1;
  z-index:2;
}

.video-slide video{
  width:100%;
  height:100%;
  object-fit:cover;
}

.content{
    position: absolute;
    bottom: 30%;
    color: #3E3433;
    max-width: 841px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.content h1{
  font-size:70px;
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      color: #B85631;
      text-transform: uppercase;
      font-weight: bold
}

.content p{
  margin:10px 0 20px;
}

.btn{
  display:inline-block;
  padding:12px 24px;
  background:#B85631;
  color:#fff;
  text-decoration:none;
  border-radius:4px;
}

.btn:hover{
  background:#B85631;
   color:#fff;
}

.btn.donate{  
  background:none;
  color:#B85631;  
  border: solid 1px #B85631;
}

.btn.donate:hover{ 
  background:#B85631;
  color:#fff;   
  border: solid 1px #B85631;
}

.nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:40px;
  color:#fff;
  cursor:pointer;
  padding:10px;
  z-index:10;
}

.prev{ left:20px; }
.next{ right:20px; }

.site-navigation ul.menu li a {
    color:#B85631;
}

#site-footer{
  background: #111D15;
}

.ftr_itm{
    flex: 1;
    color: white;
    display: flex;
    flex-direction: column;
 
}

.ftr_itm h4 { 
    font-family: "Cormorant Garamond", Sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.site-footer {
    padding-block-end: 4rem;
    padding-block-start: 4rem; 
}

.site-footer .footer-inner {
    max-width: 1260px;
    gap: 80px;
}

.ftr_itm ul li{
  display: block;
  margin-bottom: 20px;
}

.ftr_itm ul li a{
  color: white;
}

.mxw{
  width: 100%;
}

/* .ftr_itm.mid{
   
    align-items: center;
} */

.ftr_itm.last{
      width: 300px;
    display: flex;
    flex: none;
}

.copyright.show p {
    color: white;
    text-align: center;
    margin-top: 35px;
    border-top: solid 1px #ccc;
    padding-top: 35px;
}

.site-footer {
    padding-block-end: 2rem;
}

.site-navigation ul.menu li ul {    
    min-width: 240px !important;  
    z-index: 9 !important;
}

input.wpcf7-form-control,
textarea.wpcf7-form-control {
  margin-top: 10px;
    border: solid 1px #e7dccd;
    width: 100%;
}

label {
    width: 100%;
}

.wpcf7-form p{
  margin-bottom: 20px;
}

.wpcf7-form p:nth-last-child(1){
  margin-bottom: 0px;
}

input.wpcf7-form-control.wpcf7-submit{
      background: #B95531;
    width: auto;
    border-radius: 50px;
    border: none;
    padding: 15px 50px;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    display: flex;
}

.ftr_itm.mid ul {
    column-count: 2;
}

.askqtnfrm .wpcf7-form p {
    margin-bottom: 0px;
    width: 48%;
}

@media screen and (max-width: 767px) {
  .content {   
    padding: 20px;
  }

  .content h1 {
      font-size: 40px;
  }

  .askqtnfrm .wpcf7-form p { 
    width: 100%;
}

}

