* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  body
  {
  margin:0;
  padding:0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  }
  img
  {
  border:0;
  }
  h1, h2, h3, h4, h5, h6
  {
  margin:0;
  padding:0;
  font-weight:normal;
  }
  ul, ol
  {
  margin:0;
  padding:0;
  list-style:none;
  }
html {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}
section{
    block-size: 100vh;
    
}
/* section.testimonial-bl{
    scroll-snap-align: end;
    scroll-snap-stop: always;
} */
.header-bl{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 26px 0 0;
}
.header-bl .auto-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-bl {
    display: flex;
    align-items: center;
	opacity: 0.5
}
.menu-bl li{
    display: inline-block;
}
.menu-bl li a{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 15px;
}
.menu-bl li a:hover{
    color: #ffcc00;
	opacity: 1;
}
.logo-bl{
    width: 173px;
}
.logo-bl img{
    width: 100%;
}
.login-btn{
    background-color: #ffcc00;
    width: 140px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    text-decoration: none;
    margin-left: 15px;
}
.login-btn:hover{
    background-color: #000000;
} 
.banner-bl{
    width: 100%;
    background: url('../images/banner-background.jpg') center top no-repeat;
    background-size: cover;
}
.auto-container{
    width: 80vw;
    margin: auto;
}
.banner-bl .auto-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
}
.banner-bl small{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 21px;
    position: relative;
    padding-bottom: 23px;
    display: inline-block;
    margin-bottom: 10px;
}
.banner-bl small:after{
    content: "";
    border-top: 2px #fff solid;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.banner-bl h1{
    font-size: 75px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 77px;
    margin-bottom: 10px;
}
.banner-inner{
    width: 510px;
}
.banner-bl h2{
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 37px;
}
.scroll-indicator-container {
display: none;
    position: absolute;
    left: auto;
    top: auto;
    right: 50%;
    bottom: 20px;
    z-index: 20;
    margin-right: -10px;
  }
  .scroll-indicator-container.interior {
    top: auto;
    bottom: auto;
  }
  .scroll-indicator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 20px;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .scroll {
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #f0de96;
    animation: mymove 2s infinite;
    position: relative;
  }
  @keyframes mymove {
    from {top: 0px;}
    to {top: -30px;}
  }
  .aboutus-bl .scroll-indicator,
  .member-bl .scroll-indicator{
    border-color: #f0de96;
  }
.aboutus-bl{
    width: 100%;
    background: url('../images/Alpha-grey-text.png') center bottom no-repeat;
    position: relative;
  }
.bg-none{
    background: none!important;
}
.aboutus-bl .auto-container{
    z-index: 3;
    position: relative;
  }
.aboutus-bl .auto-container,
.member-bl .auto-container{
    display: flex;
    align-items: center;
    height: 100%;
}
.aboutus-left,
.aboutus-right{
    width: fit-content;
}
.aboutus-left{
    text-align: left;
    position: relative;
}
.aboutus-left:after{
    content: "";
    position: absolute;
    width: 40%;
    height: 80%;
    border:10px #f0df96 solid;
    border-radius: 20px;
    top:0;
    right: 28px;
    z-index: 1;
}
.about-imgbro{
    border-radius: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
    margin-top: 50px;
}
.aboutus-bl h4{
    color: #f5f5f5;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 520px;
    line-height: 380px;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    overflow: hidden;
}
.coffee-pic{
    text-align: center;
    z-index: 2;
    position: relative;
}
.coffee-pic img{
    width: 225px;
}
.aboutus-right{
    padding-left: 50px;
}
.aboutus-right h2,
.member-bl h3,
.targetDiv h2{
    color: #bd963e;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 61px;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 28px;
}
.aboutus-right h2 span,
.member-bl h3 span,
.targetDiv h2 span{
    color: #000;
    font-weight: 300;
}
.aboutus-right h2:after,
.targetDiv h2:after{
    content: "";
    position: absolute;
    left: 0;
    width: 73px;
    height: 2px;
    border-bottom: 2px #000 solid;
    bottom: 0;
}
.aboutus-right ul{
    margin-bottom: 10px;
}
.aboutus-right li{
    background: url('../images/dotted.png') left 10px no-repeat;
    color: #000;
    font-size: 23px;
    margin-bottom: 30px;
    padding-left: 30px;
    line-height: 32px;
}
.aboutus-right p,
.targetDiv p{
    color: #000;
    font-size: 23px;
    line-height: 36px;
    color: #040404;
    font-weight: 400;
}
.comman-btn{
    font-size: 28px;
    color: #fff;
    background-color: #bd963e;
    width: 290px;
    height: 80px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 80px;
    display: inline-block;
    text-decoration: none;
}
.comman-btn:hover{
    background-color: #000;
}
.member-bl{
    position: relative;
    background: url('../images/Alpha-grey-text2.png') center bottom no-repeat;
    
    height: auto;
    padding: 50px 0;
}
.member-bl h3{
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
.member-bl .auto-container,
.testimonial-bl .auto-container{
    flex-direction: column;
    justify-content: center;
}
.text-center{
    text-align: center;
    line-height: 39px;
    font-size: 23px;
}
.member-bl .comman-btn{
    background-color: #0c1114;
    width: auto;
    width: 360px;
}
.member-bl .comman-btn:hover{
    background-color: #bd963e;
}
.member-list{
    display: flex;
    padding: 0;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.member-list.mt-4{
margin-top: 40px;
}
.member-bl .comman-btn{
    margin-top: 40px;
}
.member-list li img{
    border-radius: 40px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.member-list li{
    width: 271px;
}
.member-list li:nth-child(odd),
.member-list .owl-item:nth-child(odd){
    padding-top:40px ;
}
.member-list li a{
    text-decoration: none;
}
.member-list li a:hover img{
    cursor: pointer;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.member-list li h4{
    color: #040404;
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 800;
}
.member-list li h4 span{
    font-weight: 600;
	color:#bd963e;
}
.alpha-action-bl{
    background: url('../images/Alpha-grey-text3.png') center bottom no-repeat;
}
.alpha-action-list{
    display: flex;
    padding: 50px 0;
    gap: 50px;
}
.alpha-action-list li img{
    border-radius: 30px;
}
.testimonial-bl{
    width: 100%;
    position: relative;
}
.testimonial-bl .auto-container{
    height: 100%;
    display: flex;
}
.testimonial-inner{
    background-color: rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    height: 621px;
    width: 100%;
    border-radius: 30px;
    display: flex;
}
.testimonial-right,
.testimonial-left{
    width: 50%;
}
.testimonial-right{
    text-align: right;
    padding: 0 35px;
}
.testimonial-right img{
    margin-top: -88px;
}
.testimonial-left{
    padding: 100px;
    position: relative;
}
.testimonial-left::before{
    content: "";
    left: 90px;
    top:-100px;
    background: url('../images/quotes-icon.png')  no-repeat;
    width: 199px;
    height: 150px;
    position: absolute;
}
.testimonial-left p{
    font-size: 31px;
    line-height: 47px;
    color: #040404;
    font-weight: 300;
}
.testimonial-left p strong{
    font-weight: 800;
}
.testimonial-left small{
    color: #bd963e;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer{
    background-color: #0c1114;
  
}
.top-columns{
    padding: 90px 0;
    display: flex;
    gap: 60px;
}
.copyright{
    border-top:1px #3d4143 solid;
    font-size: 20px;
    color: #86888a;
    font-weight: 400;
    /* display: flex; */
}
.copyright .auto-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.footer-logo{
    width: 300px;
}
.column-2{
    width: 20%;
}
.footer h6{
    font-size: 32px;
    color: #86888a;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 31px;
}
.footer h6 strong{
    font-weight: 700;
}
.footer p{
    font-size: 20px;
    color: #86888a;
    font-weight: 400;
    line-height: 34px; 
}
.column-3{
    width: 30%;
}
.column-4{
    width: 20%;
}
.footer ul{
    padding: 18px 0 0;
}
.footer li{
    margin-bottom: 10px;
}
.footer li:last-child{
    margin-bottom: 0;
}
.footer li a{
    font-size: 20px;
    color: #86888a;
    font-weight: 400;
    line-height: 31px;
    text-decoration: none; 
}
.column-5{
    width: 30%;
}
.column-5 ul{
    padding-top: 21px;
}
.column-5 li{
    margin-bottom: 30px;
}
.column-5 li a{
    display: flex;
}
.column-5 li span{
    width: 35px;
    font-size: 25px;
}
.column-5 li p{
    width: calc(100% - 35px);
    margin: -6px 0 0;
}
.copyright-right {
    display: flex;
    align-items: center;
}
.copyright-right ul{
    display: flex;
    gap: 10px;
    padding-top: 0;
    padding-left: 30px;
}
.copyright-right li{
    margin-bottom: 0;
}
.copyright-right li a {
    width: 40px;
    height: 40px;
    background-color: #86888a;
    border-radius: 50px;
    display: inline-block;
    color: #000;
    text-align: center;
    font-size: 21px;
    line-height: 42px;
}
.copyright-right li a:hover{
    background-color: #bd963e;
    color: #fff;
}
.profile-bl{
    background: url('../images/profile-banner.jpg') center top no-repeat;
    background-size: cover; 
}
.profile-content .aboutus-left{
    text-align: center;
}
.profile-content .aboutus-left:after{
 display: none;
}
.calendar-bl{
    background: url('../images/calendar-banner.png') center top no-repeat;
    background-size: cover; 
}
.events-bl{
    scroll-snap-align: end;
    width: 100%;
    block-size: inherit;
    padding-bottom: 160px;
}
.events-search{
    border-bottom: 1px #d0d0d0 solid;
    padding: 35px 0;
}
.events-search .auto-container{
    display: flex;
    gap:40px;
    align-items: center;
}
.events-search h3{
    font-size: 32px;
    color: #bd963e;
    line-height: 32px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: right;
}
.events-search h3 span{
    color: #040404;
    font-weight: 300;
}
.search-input {
    background-color: #ececec;
    height: 86px;
    border-radius: 50px;
    width: 100%;
    padding: 0 35px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.submit-btn{
    background-color: #bd963e;
    width: 87px;
    height: 87px;
    border-radius: 100px;
    border:0;
    cursor: pointer;
}
.search-inner form{
    display: flex;
    gap: 15px;
}
.search-inner {
    width: calc(100% - 260px);
}
.search-wrapper {
    width: calc(100% - 86px);
    display: flex;
    gap: 15px;
}
.search-control{
    font-size: 23px;
    color: #040404;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    background-color: transparent;
    border:0;
}
.search-control::placeholder{
    color: #040404;
}
.search-control:focus-visible{
    outline-offset: 0;
    border:0;
    outline:0;
}
.upcoming-events {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.upcoming-events-title h3{
    color: #bd963e;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 61px;
}
.upcoming-events-title h3 span{
    color: #040404;
    font-weight: 300;
}
.upcoming-events-title p{
    font-size: 23px;
    color: #040404;
    font-weight: 400;
    line-height: 39px;
    margin: 0;
}
.upcoming-events-filter{
    display: flex;
    gap: 30px;
}
.upcoming-events-filter select{
    border:0;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.upcoming-events-filter select:focus-visible{
    outline-offset: 0;
    border:0;
    outline:0;
}
.upcoming-events-list{
    width: 100%; 
}
.upcoming-events-list ul{
    gap:40px;
    display: flex;
    flex-direction: column;
}
.upcoming-events-list li{
    width: 100%;
    border:10px #f5f5f5 solid;
    border-radius: 40px;
    padding: 50px 0;
    display: flex;
    background-color: #fff;
}
.upcoming-events-list li:hover{
    border-color: #e9d5a8;
}
.date-bl{
    color: #040404;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    width: 240px;
}
.date-bl span{
   font-size: 112px;
   font-weight: 800; 
}
.events-info {
    border-left: 5px #e8e8e8 solid;
    padding: 0 76px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.events-info h4{
    font-weight: 800;
    color: #040404;
    font-size: 27px;
    text-transform: uppercase;
}
.events-info span{
    width: 100%;
    display: inline-block;
    font-weight: 400;
    color: #040404;
    font-size: 23px;
    position: relative;
    padding-left: 40px;
}
.events-info span i{
    position: absolute;
    left: 0;
}
.events-info small{
    font-weight: 400;
    color: #040404;
    font-size: 23px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-left: 50px;
}
.events-info small i{
    position: absolute;
    left: 0;
    top:3px;
}
.loadmore-btn{
    text-align: center;
    padding-top: 80px;
}
.loadmore-btn a{
    background-color: #0c1114;
}
.loadmore-btn a:hover{
    background-color: #bd963e;
}
.bx-wrapper{
    box-shadow: none!important;
    border: 0!important;
    background: transparent!important;
}
.bxslider{
    padding: 9px 0!important;
}
.menu-btn{
    display: none;
}
.targetDiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    width: 750px;
    height: 100%;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-left: -350px;
    transition: margin 2s ease;
    overflow-y: scroll;
    z-index: 999;
}

.targetDiv.activebl{
    margin-left: 0;
}

.targetDiv.activeblHide{
    margin-left: -750px;
    transition: margin 2s ease;
}
.overlay_div{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9;
}
.targetDiv .about-imgbro{
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
}
.targetDiv h2{
    font-size: 26px;
    line-height: 35px
}
.targetDiv p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1479px) {
	.targetDiv{
	width: 650px
}
.targetDiv.activeblHide{
	margin-left: -650px
}
    .auto-container {
        width: 100%;
    }
    .alpha-action-list li{
        width: 33%;
    }
    .alpha-action-list li img{
        width: 100%;
    }
    .alpha-action-list {
        gap: 20px;
    }
    .testimonial-right img {
        margin-top: 0;
        width: 100%;
    }
    .about-imgbro{
        width: 100%;
    }
    section{
        block-size: auto;
    }
    .text-center br{
        display: none;
    }
    .member-bl {
        padding: 50px 20px;
    }
    .column-2,
    .column-3,
    .column-4,
    .column-5 {
        width: 45%;
    }
    .testimonial-left {
        padding: 30px;
    }
    .top-columns {
        flex-wrap: wrap;
        padding: 50px 20px;
    }
    .copyright{
        padding: 0 20px;
    }
    .testimonial-right {
        display: flex;
        align-items: flex-end;
    }
    .testimonial-bl{
        padding: 50px 20px;
    }
    .testimonial-inner {
        height: auto;
    }
    .testimonial-left::before {
        left: 81px;
        top: -34px;
        background-size: 100px;
    }
    .alpha-action-bl {
        padding: 50px 20px;
    }
    .member-list{
        padding: 0 20px;
    }
    .banner-bl {
        height: 100vh;
        padding: 0 20px;
    }
    .banner-bl h1 {
        font-size: 59px;
        line-height: 58px;
    }
    .aboutus-bl{
        padding: 0 20px;
        height: auto !important;
    }
    .header-bl {
        padding: 26px 20px 0;
    }
    .owl-next{
        right: 0!important;
    }
    .owl-prev{
        margin-left: 0!important;
    }
    .aboutus-bl h4,
    .targetDiv h4 {
        width: 100%;
        overflow: hidden;
        left: 0;
    }
    .aboutus-right p,
    .targetDiv p {
        font-size: 18px;
        line-height: 30px;
    }
    .aboutus-right h2, .member-bl h3,
    .targetDiv h2 {
        font-size: 44px;
        line-height: 46px;
        padding-bottom: 18px;
    margin-bottom: 18px;
    } 
    .events-bl {
        padding: 0 20px 50px;
    }
    .search-input {
        width: 49%;
    }
    .search-wrapper {
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 1024px) {
    .login-btn{
      background: transparent;
     }
    .menu-bl{
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 127px;
        background-color: #bd963e;
        z-index: 99;
        opacity: 1;
    }
    .menu-bl li {
        width: 100%;
        border-bottom: 1px #fff solid;
    }
    .menu-bl li a {
        padding: 15px 15px;
        display: inline-block;
        width: 100%;
    }
    .menu-btn{
        display: block!important;
    }
    .menu-btn i{
        color: #fff;
        font-size: 40px;
    }
    
    .logo-bl img {
        width: 120px;
    }
    .events-info {
        padding: 0 45px;
    }
    .events-search .auto-container {
        flex-direction: column;
    }
    .events-search h3 {
        text-align: center;
    }
    .member-list li {
        width: 30%;
    }
    .member-list li img {
        width: 100%;
    }
    .member-list li h4 {
        font-size: 19px;
        line-height: 25px;
    }

}
@media screen and (max-width: 767px) {
    	.targetDiv{
	width: 370px;
	text-align: center !important;
}
.targetDiv.activeblHide{
	margin-left: -370px
}
.targetDiv h2 span{
font-size:smaller !important;
}
    .footer-logo {
        width: 200px;
    }
    .footer {
        padding-top: 30px;
    }
    .top-columns {
        flex-direction: column;
        padding: 0 20px;
    }
    .column-2 {
        text-align: center;
    }
    .column-2,
    .column-3,
    .column-4,
    .column-5 {
        width: 100%;
    }
    .copyright .auto-container {
        flex-direction: column;
        gap: 15px;
    }
    .copyright-right {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .testimonial-left {
        padding: 20px;
        width: 100%;
    }
    .testimonial-inner {
        height: auto;
        flex-direction: column;
    }
    .aboutus-bl .auto-container, .member-bl .auto-container {
        flex-direction: column;
    }
    .aboutus-left {
        width: 100%;
        padding: 20px 0;
    }
    .aboutus-right {
        padding-left: 0;
        width: 100%;
    }
    .aboutus-bl {
        padding: 50px 20px;
        block-size: auto;
    }
    .testimonial-right {
        width: 100%;
    }
    .testimonial-bl {
        block-size: auto;
        margin-bottom: 50px;
        margin-bottom: 50px;
        padding: 50px 20px;
    }
    .alpha-action-list {
        flex-direction: column;
    }
    .alpha-action-list li {
        width: 100%;
    }
    .testimonial-left::before {
        left: 51px;
        top: -42px;
        background-size: 100px;
    }
    .member-bl {
        padding: 50px 20px;
    }
    .banner-inner {
        width: 100%;
    }
    .banner-bl {
        height: 100vh;
        padding: 0 20px;
    }
    .banner-bl h1 {
        font-size: 46px;
        line-height: 49px;
    }
    .banner-bl small {
        font-size: 17px;
        line-height: 10px;
    }
    .banner-bl h2 {
        font-size: 23px;
        line-height: 30px;
    }
    
    .top-columns{
        padding-bottom: 30px;
    }
    .testimonial-left p {
        font-size: 20px;
        line-height: 38px;
    }
    .testimonial-left small {
        font-size: 18px;
    }
    .text-center {
        line-height: 33px;
        font-size: 18px;
    }
    .member-list li h4 {
        text-align: center;
    }
    .aboutus-right li{
        line-height: 33px;
        font-size: 18px; 
    }
    .aboutus-right h2, .member-bl h3 {
        font-size: 29px;
        line-height: 28px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .upcoming-events {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .search-inner form {
        flex-direction: column;
        width: 100%;
    }
    .search-wrapper {
        width: 100%;
        flex-direction: column;
    }
    .search-inner {
        width: 100%;
    }
    .search-input {
        width: 100%;
    }
    .upcoming-events-list li {
        flex-direction: column;
    }
    .events-info {
        padding: 20px 45px 0;
        border-top: 5px #e8e8e8 solid;
        border-left: 0;
    }
    .date-bl {
        padding-bottom: 30px;
        width: 100%;
    }
    .events-info small {
        margin-left: -40px;
        width: 100%;
        font-size: 19px;
        margin-top: 8px;
    }
    .events-info span {
        font-size: 19px;
    }
    .upcoming-events-title h3 {
        font-size: 45px;
        line-height: 47px;
    }
    .submit-btn {
        width: 100%;
    }
    /* New css */
    .coffee-pic{
        display: none;
    }
    .aboutus-right li {
        line-height: 24px;
        font-size: 15px;
        margin-bottom: 13px;
    }
    .comman-btn {
        height: 60px;
        color: #fff;
        font-size: 21px;
        line-height: 63px;
    }
    .about-imgbro {
        margin: 0;
    }
    .aboutus-bl {
        padding: 20px 20px;
        block-size: auto;
        height: auto;
    }
    .scroll-indicator-container {
        bottom: 6px;
    }
    .member-bl {
        padding: 20px 20px;
        height: auto;
    }
    .member-list li {
        width: 44%;
    }
    .member-list li img{
        width: 100%;
    }
    .member-list {
        padding: 0 10px;
    }
    .member-list li h4 {
        font-size: 15px;
        line-height: 20px;
    }
    .member-bl .comman-btn {
        width: 280px;
    }
    .member-list li:nth-child(odd), .member-list .owl-item:nth-child(odd) {
        padding-top: 0;
    }
    .text-center {
        line-height: 26px;
        font-size: 16px;
    }
    .member-bl h3 {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .owl-carousel .owl-item{
        text-align: center;
    }
    .owl-carousel .owl-item img {
        width: 80%!important;
        display: inline-block!important;
    }
    .alpha-action-list {
        flex-direction: initial;
    }
    .testimonial-bl {
        height: 100vh;
    }
    .top-columns {
        gap: 15px;
    }
    .footer p {
        font-size: 17px;
        line-height: 26px;
    }
    .footer li {
        margin-bottom: 0;
    }
    .footer li a {
        font-size: 15px;
        line-height: 24px;
    }
    .column-5 li {
        margin-bottom: 15px;
    }
    .footer h6 br{
        display: none;
    }
    .footer-logo {
        width: 108px;
    }
    .footer h6 {
        font-size: 26px;
        line-height: 25px;
    }
    .copyright {
        font-size: 16px;
    }
    .footer p {
        margin: 8px 0;
        font-size: 15px;
        line-height: 24px;
    }
    .footer ul {
        padding: 14px 0 0;
    }
    .footer {
        height: 100vh;
    }
    .footer .copyright-right li a{
        line-height: 42px;
    }
    
    .profile-content h2 {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 14px;
        margin-bottom: 8px;
    }
    .profile-content p{
        font-size: 15px;
        line-height: 24px;
    }
    .calendar-bl{
        background: url('../images/calendar-mb.jpg') center top no-repeat;
        background-size: cover; 
    }
}
@media screen and (max-width: 376px) {
.targetDiv{
	width: 300px
}
.targetDiv.activeblHide{
	margin-left: -300px
}
.targetDiv h2 span {
        font-size: small !important;
    }
 .targetDiv h2 {
        font-size: larger;
    }
}
