/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/






/* .alwayshide {
    display: none !important;
} */

p.short-links {
    width: 100% !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 12px !important;
    margin-top: 7px !important;
}
.alwayshidesubmeu ul {
    display: none !important;
}



section.sitehomeheader.elementor-sticky--effects {
    background: white !important;
}
#sitehomeheader {
  transition: padding 0.3s ease;
}
#sitehomeheader.shrink {
    padding-top: 5px;
    padding-bottom: 5px;
    bbox-shadow: 0px 5px 10px 2px #F2F2F2;
}
section.sitehomeheader.elementor-sticky--effects ul.elementor-nav-menu a {
    color: black !important;
}





section.siteheader.elementor-sticky--effects {
    background: white !important;
}

#siteheader {
  transition: padding 0.3s ease;
}

#siteheader.shrink {
    padding-top: 5px;
    padding-bottom: 5px;
    bbox-shadow: 0px 5px 10px 2px #F2F2F2;
}
div#homequery2 h5.elementor-post__title {
    margin-top: 10px;
}


.siteheaderr div#headlogo img {
    width: auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.siteheaderr.elementor-sticky--effects div#headlogo img {
    height: 50px !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: auto;
}
section.elementor-section.elementor-top-section {
    max-width:2500px;
    margin: auto;
}

.current-menu-item a.elementor-item-active ,.current-menu-ancestor a{
    font-weight: bold !important;
}
.elementor-nav-menu .sub-arrow {
    display: none;
}










.slick-arrow:before {
	display: none;
}

.slick-prev.lefty, .slick-next.righty {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 1;
}

.slick-prev.lefty img, .slick-next.righty img {
    width: 30px;
    height: auto;
    background: #ecebe8;
}

/* .outer_achievements_and_awards_list,
.outer_featured_articles_list {
	margin: 20px 0;
} */

.outer_achievements_and_awards_list .slick-list.draggable,
.outer_projects_list .slick-list.draggable,
.outer_featured_articles_list .slick-list.draggable{
       padding-right: 100px;
}
	
.inner-single-achievements_and_awards{
    margin: 0 20px 0 0;
    position: relative !important;
    overflow: hidden;
    border-radius: 10px;
}
.inner-single-projects_list, .inner-single-featured_articles {
    margin: 0 12px 0 0;
    position: relative !important;
    overflow: hidden;
    border-radius: 10px;
}
.awards_image img {
	width: 100%;
	aspect-ratio: 2.5 / 1;
	aspect-ratio: 2 / 1;
	object-fit: cover;
	display: block;
    background: white;
}



.outer_publications_list .slick-list.draggable{
       padding-right: 100px;
}
.inner-single-publications{
    margin: 0 20px 0 0;
    position: relative !important;
    overflow: hidden;
    border-radius: 10px;
}
.publications_image img {
    width: 100%;
    aspect-ratio: 1 / 1.4;
    object-fit: fill;
    display: block;
    background: white;
}




.articles_image2 {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.articles_image2 img {
    width: 80px;
    object-fit: contain;
    height: 80px;
    margin-right: 10px;
}
.articles_image2 h5 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}
.inner-single-featured_articles2 {
    position: relative !important;
    margin: 0px 20px 0px 0px;
    overflow: hidden;
}
.acf-fields-display {
    display: flex;
    justify-content: flex-end;
}
.projects_image img ,.articles_image img {
	width: 100%;
	aspect-ratio: 1.3 / 1;
	object-fit: cover;
	display: block;
    background: white;
}

.articles_desc {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	opacity: 0;
	transition: opacity 0.3s ease;
	background: linear-gradient(to top, #e1e1e1 30%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, #0000008c 30%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}
.awards_desc,.projects_desc {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, #e1e1e1 30%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, #0000008c 30%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}
.inner-single-achievements_and_awards:hover .awards_desc,
.inner-single-projects_list:hover .projects_desc,
.inner-single-featured_articles:hover .articles_desc {
	opacity: 1;
	pointer-events: auto;
}
.inner-single-achievements_and_awards:hover .awards_desc h5,
.inner-single-achievements_and_awards:hover .awards_desc p,
.inner-single-projects_list:hover .projects_desc h5,
.inner-single-projects_list:hover .projects_desc p,
.inner-single-featured_articles:hover .articles_desc h5,
.inner-single-featured_articles:hover .articles_desc p {
	transform: translateY(0);
	opacity: 1;
}
.projects_desc h6 , .awards_desc h6 {
    text-align: left;
    color: white;
}
.projects_desc h5, 
.projects_desc p, 
.awards_desc h5, 
.awards_desc p, 
.articles_desc h5, 
.articles_desc p {
    color: white;
    margin: 0;
    text-align: right;
    width: 75%;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}
.projects_desc a {
    text-decoration: none !important;
}
.awards_desc h5, .awards_desc p, .projects_desc h5, .projects_desc p {
    width: 100%;
    padding-left: 20%;
}
.projects_desc h5,.awards_desc h5, .articles_desc h5 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 7px;
}

.projects_desc p,.awards_desc p, .articles_desc p {
    font-size: 14px;
    line-height: 17px;
}




.outer_our_team_member_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.single-our_team_member {
	width: calc((100% - 20px) / 2);
	position: relative;
	overflow: hidden;
}
.single-our_team_member img {
	width: 100%;
	aspect-ratio: 2 / 1;
	object-fit: cover;
	display: block;
	background: white;
}
.outer_our_team_member_list .single-our_team_member:nth-child(n+3) {
	width: calc((100% - 60px) / 4);
}
.outer_our_team_member_list .single-our_team_member:nth-child(n+3) img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	background: white;
}
.member_desc {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, #e1e1e1 30%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}
.single-our_team_member:hover .member_desc {
	opacity: 1;
}
.member_desc h5, .member_desc h6, .member_desc p {
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.3s ease;
}
.single-our_team_member:hover .member_desc h5,
.single-our_team_member:hover .member_desc h6,
.single-our_team_member:hover .member_desc p {
	transform: translateY(0);
	opacity: 1;
}
.member_desc h5 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0px;
}
.member_desc h6 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 7px;
    font-weight: 300;
}
.member_desc p {
	font-size: 14px;
	line-height: 17px;
	margin: 0;
}














.custom-layout-ac .custom-post-wrapper {
	position: relative;
	overflow: hidden;
}

.custom-layout-ac .post-image img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.custom-layout-ac .post-overlay-content {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, #e1e1e1 30%, rgba(255, 255, 255, 0) 100%);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.custom-layout-ac:hover .post-overlay-content {
	opacity: 1;
}
.custom-layout-ac .post-overlay-content > * {
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.3s ease;
}
.custom-layout-ac:hover .post-overlay-content > * {
	transform: translateY(0);
	opacity: 1;
}
/* .custom-layout-ac .post-title {
    text-align: right;
    margin: 5px 0;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 7px;
}
.custom-layout-ac h6.post-category {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}
.custom-layout-ac .post-category a {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
} */





.acf-fields-display small {
    width: 32%;
    float: left;
}


.festive-gallery-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.festive-gallery-item {
	width: calc((100% - 20px) / 2);
	position: relative;
	overflow: hidden;
}
.festive-gallery-item img {
	width: 100%;
	aspect-ratio: 2 / 1;
	object-fit: cover;
	display: block;
	background: white;
}
.festive-gallery-grid .festive-gallery-item:nth-child(n+2) {
	width: calc((100% - 60px) / 4);
}
.festive-gallery-grid .festive-gallery-item:nth-child(n+2) img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    background: white;
    height: 100%;
}






div#btgallery .uael-grid-item .uael-grid-item-content {
    height: 100%;
}
div#btgallery figure.uael-grid-img {
    height: 100%;
}
div#btgallery .uael-grid-img-thumbnail {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}
div#btgallery .uael-grid-item {
    width: 12.5%;
    margin-bottom: 20px;
}
div#btgallery .uael-grid-item .uael-grid-item-content img {
    padding: 0px 10px;
    bbackground: #ecebe8;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}
div#homequery2 img {
    width: 100%;
    display: block;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}







section.sitehomeheader.elementor-sticky--effects div#headlogo {
    display: block !important;
}
section.sitehomeheader.elementor-sticky--effects div#headlogo2 {
    display: none !important;
}
section.sitehomeheader.elementor-sticky--effects div#popupmenus i.fas.fa-bars {
    color: black;
}
@media (max-width:280px){
	
}
@media (max-width:767px){
	section.elementor-section.elementor-top-section > .elementor-container {
        min-height: unset !important;
    }
	.acf-fields-display small {
		width: 35%;
		float: left;
	}
	.outer_projects_list .slick-list.draggable,
	.outer_achievements_and_awards_list .slick-list.draggable,
	.outer_featured_articles_list .slick-list.draggable{
		   padding-right: 50px;
	}
	.slick-prev.lefty {
		left: -10px;
	}
	.slick-next.righty {
		right: -10px;
	}
	.awards_image img {
		aspect-ratio: 2 / 1;
	}
	.articles_image img {
		aspect-ratio: 1.3 / 1;
	}
	.projects_image img {
		aspect-ratio: 1.3 / 1;
	}
	.awards_desc,.articles_desc,.projects_desc {
		padding: 20px;
	}
	.articles_desc h5,.articles_desc p{
		width: 80%;
	}
	.awards_desc h5, .awards_desc p,.projects_desc h5,.projects_desc p {
		width: 100%;padding-left: 10%;
	}
	.awards_desc h5,.articles_desc h5 ,.projects_desc h5 {
		font-size: 15px;
		line-height: 17px;
		margin-bottom: 7px;
	}
	.awards_desc p, .articles_desc p , .projects_desc p {
		font-size: 13px;
		line-height: 15px;
	}
	
	
	
	
	
	
	
	.outer_our_team_member_list {
		gap: 10px;
	}
	.single-our_team_member {
		width: calc((100% - 10px) / 2);
	}
	.single-our_team_member img {
		aspect-ratio: 1 / 1;
	}
	.outer_our_team_member_list .single-our_team_member:nth-child(n+3) {
		width: calc((100% - 10px) / 2);
	}
	.outer_our_team_member_list .single-our_team_member:nth-child(n+3) img {
		aspect-ratio: 1 / 1;
	}
	
	
	.member_desc {
		padding: 10px;
	}
	.member_desc h5 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 3px;
    }
	.member_desc h6{
		font-size: 11px;
		line-height: 13px;
		margin-bottom: 3px;
	}
	.member_desc p {
		font-size: 10px;
		line-height: 12px;
	}







	.festive-gallery-grid {
		gap: 10px;
	}
	.festive-gallery-item {
		width: calc((100% - 10px) / 2);
		position: relative;
		overflow: hidden;
	}
	.festive-gallery-item img {
		width: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
		display: block;
		background: white;
	}
	.festive-gallery-grid .festive-gallery-item:nth-child(n+2) {
		width: calc((100% - 10px) / 2);
	}
	.festive-gallery-grid .festive-gallery-item:nth-child(n+2) img {
		width: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
		display: block;
		background: white;
	}	
	
	
	
	
	
	
	div#btgallery .uael-grid-item {
        width: 25%;
        margin-bottom: 10px;
    }
	div#btgallery .uael-grid-item .uael-grid-item-content img {
		padding: 0px 10px;
		bbackground: #ecebe8;
		height: 100%;
		object-fit: contain;
		border-radius: 5px;
	}
	
	
	
	
	
	
	.articles_image2 {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: flex-start;
	}
	.articles_image2 img {
		width: 50px;
		object-fit: contain;
		height: 50px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	
	
	
	.inner-single-publications {
		margin: 0 10px 0 0;
	}
}
@media (max-width:1024px) and (min-width:768px) {
	.outer_projects_list .slick-list.draggable,
	.outer_achievements_and_awards_list .slick-list.draggable,
	.outer_featured_articles_list .slick-list.draggable{
		   padding-right: 70px;
	}
	.awards_image img {
		aspect-ratio: 2 / 1;
	}
	.articles_image img {
		aspect-ratio: 1.3 / 1;
	}
	.projects_image img {
		aspect-ratio: 1.3 / 1;
	}
	.awards_desc,.articles_desc,.projects_desc {
		padding: 15px;
	}
	.articles_desc h5,.articles_desc p {
		width: 85%;
	}
	.awards_desc h5, .awards_desc p,.projects_desc h5,.projects_desc p {
		width: 100%;padding-left: 15%;
	}
	.awards_desc h5,.articles_desc h5,.projects_desc h5 {
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 5px;
	}
	.awards_desc p, .articles_desc p , .projects_desc p {
		font-size: 12px;
		line-height: 13px;
	}
	
	
	
	
	
	
	.outer_our_team_member_list {
		gap: 20px;
	}
	.single-our_team_member {
		width: calc((100% - 20px) / 2);
	}
	.single-our_team_member img {
		aspect-ratio:1.7 / 1;
	}
	.outer_our_team_member_list .single-our_team_member:nth-child(n+3) {
		width: calc((100% - 40px) / 3);
	}
	.outer_our_team_member_list .single-our_team_member:nth-child(n+3) img {
		aspect-ratio: 1 / 1;
	}
	.member_desc {
		padding: 20px;
	}
	.member_desc h5{
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 5px;
	}
	.member_desc h6{
		font-size: 12px;
		line-height: 13px;
		margin-bottom: 7px;
	}
	.member_desc p {
		font-size: 12px;
		line-height: 13px;
	}	
	
	
	
	
	
	
	.festive-gallery-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.festive-gallery-item ,.festive-gallery-grid .festive-gallery-item:nth-child(n+2) {
		width: calc((100% - 20px) / 2);
		position: relative;
		overflow: hidden;
	}
	.festive-gallery-item img ,.festive-gallery-grid .festive-gallery-item:nth-child(n+2) img{
		width: 100%;
		aspect-ratio: 1.7 / 1;
		object-fit: cover;
		display: block;
		background: white;
	}

	.festive-gallery-grid .festive-gallery-item:nth-child(n+3) {
		width: calc((100% - 40px) / 3);
	}
	.festive-gallery-grid .festive-gallery-item:nth-child(n+3) img {
		width: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
		display: block;
		background: white;
	}
	
	
	
	
	
	div#btgallery .uael-grid-item {
		width: 16.6667%;
		margin-bottom: 10px;
	}
	div#btgallery .uael-grid-item .uael-grid-item-content img {
		padding: 0px 10px;
		bbackground: #ecebe8;
		height: 100%;
		object-fit: contain;
		border-radius: 5px;
	}
	
	
	
	
	.articles_image2 {
		display: flex;
		flex-direction: row;
		align-content: center;
		align-items: center;
	}
	.articles_image2 img {
        width: 60px;
        object-fit: contain;
        height: 60px;
        margin-right: 10px;
    }
	.articles_image2 h5 {
		text-align: left;
		font-size: 14px;
		font-weight: 600;
		color: #000000;
	}
}
@media (max-width:1280px) and (min-width:1024px) {
	.outer_projects_list .slick-list.draggable,
	.outer_achievements_and_awards_list .slick-list.draggable,
	.outer_featured_articles_list .slick-list.draggable{
		   padding-right: 100px;
	}
	.awards_image img {
		aspect-ratio:2 / 1;
	}
	.articles_image img {
		aspect-ratio: 1.3 / 1;
	}
	.projects_image img {
		aspect-ratio: 1.3 / 1;
	}
	.awards_desc,.articles_desc,.projects_desc {
		padding: 17px;
	}
	.articles_desc h5,.articles_desc p {
		width: 75%;
	}
	.awards_desc h5, .awards_desc p,.projects_desc h5,.projects_desc p {
		width: 100%;padding-left: 20%;
	}
	.awards_desc h5, .articles_desc h5, .projects_desc h5 {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 7px;
	}
	.awards_desc p, .articles_desc p, .projects_desc p {
		font-size: 14px;
		line-height: 17px;
	}









	.outer_our_team_member_list {
		gap: 20px;
	}
	.single-our_team_member {
		width: calc((100% - 20px) / 2);
	}
	.single-our_team_member img {
		aspect-ratio: 1.6 / 1;
	}
	.outer_our_team_member_list .single-our_team_member:nth-child(n+3) {
		width: calc((100% - 40px) / 3);
	}
	.outer_our_team_member_list .single-our_team_member:nth-child(n+3) img {
		aspect-ratio: 1 / 1;
	}
	.member_desc {
		padding: 20px;
	}
	.member_desc h5{
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 7px;
	}
	.member_desc h6{
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 7px;
	}
	.member_desc p {
		font-size: 14px;
		line-height: 17px;
	}	
	
	
	
	
	
	
	.festive-gallery-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.festive-gallery-item ,.festive-gallery-grid .festive-gallery-item:nth-child(n+2) {
		width: calc((100% - 20px) / 2);
		position: relative;
		overflow: hidden;
	}
	.festive-gallery-item img ,.festive-gallery-grid .festive-gallery-item:nth-child(n+2) img{
		width: 100%;
		aspect-ratio: 1.6 / 1;
		object-fit: cover;
		display: block;
		background: white;
	}

	.festive-gallery-grid .festive-gallery-item:nth-child(n+3) {
		width: calc((100% - 40px) / 3);
	}
	.festive-gallery-grid .festive-gallery-item:nth-child(n+3) img {
		width: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
		display: block;
		background: white;
	}
	
	
	
	
	
	
	
	
	
	div#btgallery .uael-grid-item {
        width: 14.2857%;
        margin-bottom: 10px;
    }
	div#btgallery .uael-grid-item .uael-grid-item-content img {
		padding: 0px 10px;
		bbackground: #ecebe8;
		height: 100%;
		object-fit: contain;
		border-radius: 5px;
	}
	
	
	
	
	
	
	
	.articles_image2 {
		display: flex;
		flex-direction: row;
		align-content: center;
		align-items: center;
	}
	.articles_image2 img {
		width: 80px;
		object-fit: contain;
		height: 80px;
		margin-right: 10px;
	}
	.articles_image2 h5 {
        text-align: left;
        font-size: 18px;
        font-weight: 600;
        color: #000000;
    }
}
@media (min-width:1280px) and (max-width:1400px) {
	.outer_projects_list .slick-list.draggable,
	.outer_achievements_and_awards_list .slick-list.draggable,
	.outer_featured_articles_list .slick-list.draggable{
		   padding-right: 100px;
	}
	.awards_image img {
		aspect-ratio: 2 / 1;
	}
	.articles_image img {
		aspect-ratio: 1.3 / 1;
	}
	.projects_image img {
		aspect-ratio: 1.3 / 1;
	}
	.awards_desc,.articles_desc ,.projects_desc {
		padding: 20px;
	}
	.articles_desc h5,.articles_desc p{
		width: 80%;
	}
	.awards_desc h5, .awards_desc p,.projects_desc h5,.projects_desc p {
		width: 100%;padding-left: 20%;
	}
	.awards_desc h5, .articles_desc h5, .projects_desc h5 {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 7px;
	}
	.awards_desc p, .articles_desc p, .projects_desc p {
		font-size: 14px;
		line-height: 17px;
	}
	
	
	
	
	
	
	
	
	
	.outer_our_team_member_list {
		gap: 20px;
	}
	.single-our_team_member {
		width: calc((100% - 20px) / 2);
	}
	.single-our_team_member img {
		aspect-ratio: 2 / 1;
	}
	.outer_our_team_member_list .single-our_team_member:nth-child(n+3) {
		width: calc((100% - 60px) / 4);
	}
	.outer_our_team_member_list .single-our_team_member:nth-child(n+3) img {
		aspect-ratio: 1 / 1;
	}
	.member_desc {
		padding: 20px;
	}
	.member_desc h5{
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 7px;
	}
	.member_desc h6{
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 7px;
	}
	.member_desc p {
		font-size: 14px;
		line-height: 17px;
	}
	
	
	
	
	
	
	.festive-gallery-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.festive-gallery-item {
		width: calc((100% - 20px) / 2);
		position: relative;
		overflow: hidden;
	}
	.festive-gallery-item img {
		width: 100%;
		aspect-ratio: 2 / 1;
		object-fit: cover;
		display: block;
		background: white;
	}
	.festive-gallery-grid .festive-gallery-item:nth-child(n+2) {
		width: calc((100% - 60px) / 4);
	}
	.festive-gallery-grid .festive-gallery-item:nth-child(n+2) img {
		width: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
		display: block;
		background: white;
	}
	
	
	
	
	
	div#btgallery .uael-grid-item {
		width: 12.5%;
		margin-bottom: 20px;
	}
	div#btgallery .uael-grid-item .uael-grid-item-content img {
		padding: 0px 10px;
		bbackground: #ecebe8;
		height: 100%;
		object-fit: contain;
		border-radius: 5px;
	}
	
	
	
	
	
	.articles_image2 {
		display: flex;
		flex-direction: row;
		align-content: center;
		align-items: center;
	}
	.articles_image2 img {
		width: 80px;
		object-fit: contain;
		height: 80px;
		margin-right: 10px;
	}
	.articles_image2 h5 {
		text-align: left;
		font-size: 16px;
		font-weight: 600;
		color: #000000;
	}
}







@media (min-width:3000px){
	section.elementor-section.elementor-top-section > .elementor-container {
        min-height: unset !important;
    }
}