.masonry__container {
    padding: 60px 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.masonry__container .masonry-item {
    position: relative;
}
.masonry__container .masonry-item .masonry-list-content {
    background-color: #fb2b65ba;
}
.masonry__container .masonry-item .masonry-list-content h3 {
    margin: 0px;
}
.masonry__container .masonry-item .masonry-list-content h3 a {
    color: #fff;
}
.masonry__container .masonry-item:hover .masonry-list-content {
    opacity: 1;
}
.masonry__container .masonry-item .masonry-list-content {
    background-color: #fb2b65ba;
}
.masonry__container .masonry-item .masonry-list-content {
    position: absolute;
    display: flex
;
    padding: 20px 40px;
    background-color: #000000b0;
    opacity: 0;
    text-align: left;
    box-sizing: border-box;
    -webkit-transition: opacity .2s 
ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s 
ease-in-out;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
}


.team-outer{
	max-width: 1140px;
    margin: 0 auto;
    padding: 70px 15px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.team-outer .team-inner:hover{
	top:-10px;
}
.team-outer .team-inner{
	box-shadow: 0 3px 10px rgb(217 238 255) !important;
    margin-top: 65px;
    border-top: 5px solid #fed303;
    text-align: center;
    background: #FFF;
    min-height: 210px;
    padding: 20px;
    border-radius: 13px;
    cursor: pointer;
    position: relative;
    padding-top: 100px;
    transition: .3s 
ease-in-out;
    -webkit-transition: .3s 
ease-in-out;
    -moz-transition: .3s ease-in-out;
}
.team-outer .team-inner .team-grid-img{
	position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}
.team-outer .team-inner .team-grid-img .team-grid-img-zoom span{
	display: flex;
    align-items: center;
    justify-content: center;
}
.team-outer .team-inner .team-grid-img .team-grid-img-zoom span img{
	width: 150px;
    object-fit: cover;
    height: 150px;
    border: 1px solid #fff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 2px;
    text-align: center;
    border-radius: 50%;
}
.client-outer .client-inner .client-grid{
	width: 21%;
  padding: 20px;
  border: 1px solid #eee;
  margin: 19px;
  box-shadow: 0px 0px 22px -2px rgb(136 136 136 / 25%);
  transition: transform 0.5s;
  text-align: center;
	display:flex;
	justify-content:center;
	align-items:center;

}
.client-outer .client-inner .client-grid img{
  width: 80%;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
  padding: 0px;
}
.client-outer .client-inner .client-grid:hover{
	transform: scale(1.1);
    transition: transform 1s;
}

.room-grid-content {
    background: #ffd401;
    padding: 5px;
    text-align: center;
}
.sub-banner-outer{
	padding:135px 0px;
	position:relative;
  background-color: #000000;
  background-position: center;
  background-size: cover;
}
.sub-banner-outer::before{
  content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:.5;
	z-index:1;
  background-color: rgba(0,0,0,0.80);
	
}
.sub-banner-outer .banner-bredcrum{
  text-align: left;
  position: relative;
  z-index: 5;
}
.single_media_content ul{
  column-count: 3;
  column-gap: 20px;
  row-gap: 20px;
  padding: 0px;
}
.single_media_content ul li{
  margin-bottom: 20px;
  list-style: none;
  padding: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

.gallery-single-outer {
  margin: 40px 0px;
}
.sub-banner-outer .container .row{
	display:flex;
	justify-content:left;
	align-content:center;
}
.banner-bredcrum {
	text-align: center;
	z-index:2;
	color:#fff;
}
.banner-bredcrum h4{
	font-size: 42px;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.banner-bredcrum a{
	margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: none;
	color:#fff;
}
.banner-bredcrum span{
	margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: none;
	color:#fff;
}
	
.footer-outer .footer-logo .elementor-element-populated{ 
	gap:20px;
}
.custom-breadcrumb{
	position:relative;
}
.custom-breadcrumb::before{
	content:'';
	position:absolute;
	left:0;
	top:0;

	z-index:1;
	width:100%;
	height:100%;
}

.member-form-outer .row.dropdown-outer span.wpcf7-form-control-wrap .wpcf7-select{
  background-color: #f7f7f7;
}
.member-form-outer .row.dropdown-outer span.wpcf7-form-control-wrap .wpcf7-select option{
  background-color: #fff;
  color: #000000;
}
.member-form-outer form label{
  width: 100%;
}
.member-form-outer input[type="date"]{
  width: 100%;
}
.member-form-outer input[type*="submit"]:not(.fa):not(.btn-theme):hover{
  background-color: #ffd401;
}
.member-form-outer .btn-black:after{
  background-color: #ffd401;
}
.member-form-outer input[type*="submit"]:not(.fa):not(.btn-theme):after{
  background-color: #ffd401;
}
.member-form-outer .btn-black:hover{
  background-color: #ffd401;
}
.comm-tab-outer .elementor-tab-title.elementor-active{
  background-color: #0b1d53;
  color: #fff;
}
.comm-tab-outer .elementor-tab-content p{
  font-style: italic;
}
.comm-tab-outer .elementor-tab-content p strong{
  font-style: normal;
}
.committee-left {
    width: 50%;
    float: left;
}
.committee-right {
    width: 50%;
    float: right;
}
 