/* ========================= HEADER ============================ */

/* .banner-slider .item {
	padding: 0px !important;
	padding-top: 112.67px !important
} */

.banner-slider .item {
	padding: 0px !important;
	padding-top: 112.67px !important;
	height: 500px;
}

/* .owl-carousel .owl-item img {
	height: 100%;
} */

.caps p {
	/* font-size: 55px !important; */
	font-size: 40px !important;
}

.header-right-top {
	margin: 0px;
	display: flex;
	gap: 10px;
	flex-direction: row-reverse;
	align-items: center;
}

.top-login {
	background: #06926B;
	border-radius: 15px;
	padding: 3px 6px;
	margin: 0px;
}

i.icon.icon-search {
	width: 32px;
	height: 32px;
	/* border: 1px solid black; */
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #06926B;
	color: white;
	font-size: 15px;
}

.menu.revamped {
	display: flex;
	align-items: center;
}

div#mega-menu-wrap-max_mega_menu_1 {
	margin: 0px !important;
}

a.mega-menu-link {
	font-size: 14px !important;
	text-transform: capitalize !important;
	color: black !important;
	font-weight: 600 !important;
}

a.mega-menu-link:hover {
	color: #43d398 !important;
}

ul#mega-menu-max_mega_menu_1 {
	padding: 0px !important;
}

header.header {
	padding: 35px 0px !important;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.search-top-box.search-open {
	width: 400px;
	opacity: 1;
	right: 0px;
	top: -33px;
}

.search-all .icon-search {
	display: none !important;
}

.header-right.header-for-mobile {
	display: none;
}

/* ================================================================== */

.home-banner {
	padding: 170px 0px 50px;
	background: #E9E9E9;
	height: 700px;
	margin-bottom: 100px;
}

.home-banner h2 {
	text-transform: math-auto;
	color: black;
}

.banner-image {
	background: url('/wp-content/uploads/2022/10/Bioenergy.png');
	width: 100%;
	height: 502px;
	border-radius: 15px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.logo-and-discover {
	position: absolute;
	bottom: 0;
	right: 150px;
	width: auto;
	/* background: silver; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.rea-logo {
	width: 150px;
	display: none;
}

.discover {
	background: #06926B;
	margin-top: 15px;
	border: 10px solid white;
	border-bottom: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	display: flex;
	gap: 10px;
	padding: 8px;
}

.discover-image {
	width: 126.41px;
	/* background: black; */
	border-radius: 6px;
	/* height: 116px; */
}

.discover-text {
	width: 270px;
}

.discover-text {
	width: 270px;
	color: white;
}

.discover-text h4 {
	text-transform: capitalize;
}

/* .arrow-up {
	width: 40px;
	height: 40px;
	background: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 18px;
	font-size: 24px;
	transform: rotate(45deg);
} */

.our-member-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.member-box {
	/* background: silver; */
	border-radius: 15px;
	height: 180px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.member-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}

.member-headings {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 0px 15px;
	height: 80px;
	overflow: hidden;
	transition: height 0.5s ease;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.member-box:hover .member-headings {
	height: 120px !important;
}


.member-headings h4 {
	color: white;
	text-transform: capitalize;
}

/* .arrow-for-members {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 25px;
	background: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(45deg);
} */

.our-members {
	margin-bottom: 30px;
}

.what-we-do-wrapper {
	padding: 30px 0px;
}

.what-we-do-content-wrapper {
	display: flex;
	gap: 30px;
}

/* .find-out-about {
	width: 450px;
	height: 450px;
	border-radius: 15px;
	position: relative;
	background: url('/wp-content/uploads/2025/04/p5rq84t1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
} */

.find-out-about {
	width: 405px;
	height: 365px;
	border-radius: 15px;
	position: relative;
	background: url('/wp-content/uploads/2025/04/p5rq84t1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.what-we-do-textbox {
	width: 690px;
}

.what-we-do-textbox h4 {
	color: black;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 5px;
}

.numbers-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 50px;
}

.numbers-box h2 {
	margin: 0px;
	color: #06926B;
}

.find-out-about-textbox {
	background: #06926B;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 152px;
	height: 152px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 20px;
	gap: 10px;
	text-align: center;
	border-radius: 10px;
}

.found-out-arrow {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}

.find-out-about-textbox:hover .found-out-arrow {
	opacity: 1;
	visibility: visible;
}

.join-now-box img {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}

.join-now-box:hover img {
	opacity: 1;
	visibility: visible;
}

/* .found-out-arrow {
	width: 40px;
	height: 40px;
	font-size: 25px;
	background: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(45deg);
} */

.find-out-about-textbox h4 {
	color: white;
	text-transform: capitalize;
	font-size: 18px;
	margin: 0px;
}

i.fa.fa-lightbulb-o {
	color: #06926B;
	margin-right: 5px;
}


.our-work-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 30px 15px;
	gap: 15px;
}

.section.latest-news {
	padding: 30px 0px !important;
}

.section.latest-event {
	padding: 30px 0px;
}

.our-work-box {
	height: 250px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	transition: transform 1s ease, background-size 0.5s ease;
	border-radius: 15px;
}

.our-work-box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	transition: background 0.5s ease;
}

.our-work-textbox {
	color: white;
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	padding: 20px 0px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
	height: 70px;
	transition: height 0.5s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.our-work-textbox h4 {
	margin: 0px;
}

/* .our-work-box:hover {
	background-size: 110%;
} */

.our-work-box:hover .our-work-textbox {
	height: 150px;
}

.our-work-arrow img {
	/* width: 40px;
	height: 40px;
	background: white;
	color: black;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	transform: rotate(45deg); */
	display: none;
}

.our-work-box:hover .our-work-arrow img {
	display: flex;
}

.news-and-blog {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.news-and-blog .new-date {
	/* display: block; */
	background: #06926B;
	color: white !important;
	padding: 2px 8px;
	margin: 0px !important;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px !important;
}

.news-box h3 {
	font-size: 18px;
	margin-top: 20px;
}

.news-box:after {
	content: "";
	width: 100px;
	height: 4px;
	background: #515153;
	position: inherit;
	bottom: -3px;
}

.section.latest-news h2 a {
	color: black;
}

.upcoming-event {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.section.latest-event h2 {
	color: black;
	text-transform: capitalize;
	/* margin-bottom: 20px; */
}

.upcoming-event .img-box {
	border-radius: 15px;
}

.upcoming-event .date-and-heading {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
	padding: 20px 15px;
	color: white;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.upcoming-event .new-date {
	padding: 0px !important;
	margin: 0px !important;
}

.date-and-heading h3 {
	margin-top: 5px;
	margin-bottom: 0px;
}

.date-and-heading h3 a {
	color: white;
}

.date-and-heading .new-date {
	color: white;
}

.date-and-heading-textbox a:hover {
	color: #06926b !important;
}

.members-quotes-slider {
	padding: 53px 0px;
	background: url('/wp-content/uploads/2025/05/Group-47740.png');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
}

.members-quotes-wrapper {
	margin: 30px 0px;
}

.members-quotes-slider .item p {
	font-size: 30px;
	color: white;
	text-align: center;
}

/* .item {
	padding: 0px 100px;
} */

.members-quotes-slider .item {
	padding: 0px 100px;
}

img.arrow-prev {
	transform: rotate(-135deg);
}

img.arrow-next {
	transform: rotate(45deg);
}

.become-a-member-wrapper {
	padding: 30px 0px 60px;
}

.become-a-member {
	display: flex;
	gap: 30px;
}

.become-a-member-imagebox {
	/* background: url('/wp-content/uploads/2025/05/r8k1q7bb.png'); */
	width: 450px;
	height: 405.8px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.join-now-box {
	background: #06926B;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 168px;
	height: 168px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 20px;
	gap: 10px;
	text-align: center;
	border-radius: 10px;
}

.become-a-member-textbox {
	width: 690px;
}

.join-now-box h4 {
	text-transform: capitalize;
	color: white;
	font-size: 18px;
	margin: 00;
}

.become-a-member-textbox h2 {
	color: black;
	text-transform: capitalize;
}

.become-a-member-textbox {
	padding: 0px 50px 0px 0px;
}

.become-a-member-textbox p {
	color: black;
	font-size: 17px;
}

footer.footer {
	background: #1B3738;
	padding: 50px 0px 25px 0px;
}

.textwidget.custom-html-widget {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.textwidget.custom-html-widget h2 {
	color: white;
	margin: 0;
}

button#newsletter-signup {
	background: white;
	padding: 25px 10px 25px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 40px;
	text-transform: capitalize !important;
	font-size: 17px;
	color: black;
	transition: background .5s;
}

button#newsletter-signup:hover {
	background: #435053;
	color: white;
}

.row.footer-content-wrapper {
	padding: 30px 0px;
	border-top: 1px solid #395758;
	border-bottom: 1px solid #395758;
	margin-top: 30px;
}

.row.footer-content-wrapper .col-12 {
	display: flex;
	justify-content: space-between;
}

.footer-content-textbox p {
	color: #D1D7D7;
	font-size: 14px;
	margin-top: 20px;
}

.footer-content-textbox {
	width: 26%;
}

.footer-content-menues {
	width: 74%;
	display: flex;
	justify-content: space-evenly;
}

.footer-address li {
	color: #D1D7D7;
	font-family: 'FuturaPT-Demi';
	font-size: 15px;
	line-height: 32px;
}

.footer ul li a {
	color: #D1D7D7 !important;
}

.footer-address img {
	margin-right: 5px;
}

.footer-bottom {
	margin: 0px;
	border: 0px;
}

.textwidget.custom-html-widget li a {
	color: #06926B !important;
	font-weight: 600;
}

.textwidget {
	color: #D1D7D7;
}

.footer-social-icon {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.row.footer-content-wrapper ul li a {
	text-transform: capitalize;
}

.form-and-image-content-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lock-image-box {
	width: 40%;
	height: 300px;
	display: flex;
	justify-content: center;
	ALIGN-ITEMS: CENTER;
}

.section.section-relative {
	position: relative;
	padding: 80px 0px;
}

.bredcrumb {
	width: 1170px;
	margin: auto;
	display: flex;
	justify-content: start;
}

.breadcrumbs {
	background: #f3f3f1;
	border-radius: 30px;
	padding: 5px 15px !important;
	margin: 0 !important;
	margin-top: 10px !important;
}

.bredcrumb ul {
	background: #f3f3f1;
	margin-top: 10px;
	border-radius: 30px;
	padding: 5px 15px;
	margin: 0;
	margin-top: 10px;
}

/* .banner {
	display: none;
} */

.banner {
	display: flex;
	justify-content: start;
	min-height: 100px;
	margin-bottom: 100px;
	top: 112.67px;
	background: #f3f3f1;
}

.banner .caps {
	margin: 0;
	position: static;
	top: 0;
	-ms-transform: translateY(-50%);
	transform: translate(0%, 0%);
	width: 1170px !important;
	max-width: 1170px !important;
	left: 0;
	text-align: start;
	color: #fff;
	margin: auto;
	padding: 0px 7px;
	color: black;
}

.banner .caps p {
	font-size: 35px !important;
}

.banner .img-responsive {
	width: 0% !important;
	height: auto;
	object-fit: cover;
}

.content .inner-banner {
	height: 100px !important;
	min-height: 100px !important;
	position: relative;
	top: 112.67px;
	margin-bottom: 100px;
	display: flex;
	justify-content: start;
	align-items: center;
}

.content .inner-banner .caps {
	min-width: 1170px !important;
	margin: auto;
	padding: 0px 10px;
	text-align: start;
}

.content .inner-banner .caps p {
	font-size: 35px !important;
}

.form-box {
	width: 50%;
	padding: 50px 0px;
}

.form-box p {
	color: black !important;
}

.form-box label {
	padding-left: 0px;
}

.form-box h2 {
	margin-bottom: 15px !important;
	color: black;
	letter-spacing: 0px;
}

.form-box label {
	padding-left: 0px;
	color: black;
}

input#forgotten_user_email {
	border-radius: 10px;
	padding: 10px 0px 10px 15px;
	margin-bottom: 30px;
}

input#forgotten_user_email::placeholder {
	font-size: 14px;
}

input.btn.btn-primary.submit_button {
	width: 100%;
	border-radius: 15px;
	background: #06926B;
	border: none;
	padding: 15px 0px;
	transition: background .5s;
}

input.btn.btn-primary.submit_button:hover {
	background: #4e5053;
}

.back-to-login {
	text-align: center;
	margin-top: 25px;
}

.back-to-login a {
	color: #06926B;
	text-decoration: underline;
}

.bredcrumb ul li,
.bredcrumb ul li a {
	color: black !important;
	text-transform: capitalize;
	font-size: 13px;
}

.alert.alert-success {
	color: black;
	text-transform: capitalize;
}

.modal-body.text-center {
	padding: 46px 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modal-body.text-center h3 {
	color: black;
	letter-spacing: 0px;
}

.modal-dialog {
	max-width: 600px;
	margin-top: 0px;
}

.modal-content {
	border-radius: 15px;
}

.modal-body.text-center a {
	border: none;
	padding: 13px 20px;
	display: block;
	width: 34%;
	border-radius: 10px;
	background: #06926b;
	color: white;
}

.modal-body.text-center a:hover {
	background: #1b3738;
}

.modal-body.text-center p {
	margin-bottom: 30px;
}

form#membership-sign-up h1 {
	color: black;
	font-weight: 200 !important;
	margin-bottom: 20px;
}

.section.custom-padding {
	padding: 35px 0px 80px !important;
}

fieldset.current {
	border: none;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}

fieldset.current legend {
	color: black;
	padding: 0;
}

fieldset.current .col-md-12 {
	padding: 0px;
}

table.membership-category-table th {
	background: #06926B;
	color: white;
	padding: 18px 10px 18px 10px;
	border: 1px solid white;
}

ul#section-tabs li {
	background: white;
	color: black;
	text-align: left;
	height: 100%;
	padding: 10px;
}

ul#section-tabs {
	border: 1px solid #90C8B8;
	border-radius: 15px;
	height: 100px;
	z-index: 1;
}

.progress-dot {
	width: 20px;
	height: 20px;
	background: silver;
	border-radius: 50%;
}

.progress-bars {
	display: flex;
	gap: 10px;
	align-items: center;
}

.progress-line {
	border: 1px solid #90C8B8;
	width: 80%;
	height: 1px;
}

img.left-fan {
	position: absolute;
	bottom: 0;
	left: 19.5%;
	width: 98px;
}

img.right-fan {
	position: absolute;
	right: 12.5%;
	bottom: 0;
	width: 150px;
}

.col-12.col-relative {
	padding: 0px;
	position: relative;
}

img.input-arrow {
	position: absolute;
	right: 12px;
	top: 17px;
	width: 20px;
}

.custom-prev,
.custom-next {
	border-radius: 12px !important;
}

.section.custom-padding {
	position: relative;
}

img.input-arrow-join-the-rea {
	width: 20px;
}

a#next {
	display: flex;
	gap: 10px;
	align-items: center;
}

a#prev {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

img.input-arrow-join-the-rea-rotate {
	width: 20px;
	transform: rotate(180deg);
}

.dot-active {
	background: #06926b;
}

a,
button,
.btn {
	border-radius: 30px;
}

a.btn.btn-primary,
.card.card-body,
.card.card-body .filter-keyword,
input.filter-submit {
	border-radius: 30px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu {
	background: #f3f3f1 !important;
	border-radius: 15px !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: transparent !important;
}

a.mega-menu-link {
	font-size: 13px !important;
}

/* ul.mega-sub-menu li.mega-menu-item:hover a.mega-menu-link {
    margin-left: 10px !important;
} */

ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	transition: margin-left 0.5s ease !important;
}

ul.mega-sub-menu li.mega-menu-item:hover a.mega-menu-link {
	margin-left: 10px !important;
}


ul.mega-sub-menu li.mega-menu-item:hover ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	margin: 0px !important;
}

/* ul.mega-sub-menu li.mega-menu-item:hover a.mega-menu-link{
	margin-left: 10px !important;
} */

.news-box.resource-post {
	border-radius: 15px;
}

.res-post-fig img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

label.image-tag {
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
}

.img-box,
.clearfix img {
	border-radius: 10px;
}

p.new-date {
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.directory-label .btn-primary:hover {
	background: #1b3738;
	color: white;
}

a.btn {
	border-radius: 38px;
}

span.page.current {
	border-radius: 20px;
}

input#filter-keyword {
	border-radius: 30px;
}

.service-gallery-section img {
	border-radius: 15px;
}

.full-image img {
	border-radius: 15px;
}

.news-box-white {
	border-radius: 15px;
}

form#user-sign-in input {
	border-radius: 22px;
}

.fv-plugins-bootstrap .fv-help-block {
	color: black;
	font-size: 80%;
	margin-top: .25rem;
}

table.membership-category-table.table.table-striped {
	box-shadow: 5px 5px 20px lightgrey;
	border-radius: 20px;
}

.non-rea-registration-ul {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.non-rea-registration-ul li {
	width: 33% !important;
}

a.theToggle {
	padding: 20px 15px !important;
}

.section-tabs-scroll-in-mobile {
	width: 100%;
}




@media screen and (max-width:390px) {
	.home-banner {
		height: 660px !important;
		margin-bottom: 90px !important;
	}

	.find-out-about-textbox {
		width: 127px !important;
	}

	.join-now-box {
		width: 133px !important;
		height: 132px !important;
	}
}


@media screen and (max-width:430px) {

	.banner-slider {
		position: relative;
		top: 171px;
		margin-bottom: 75px;
	}

	.banner-slider p {
		font-size: 25px !important;
	}

	.banner-slider .item {
		padding: 0px !important;
		padding-top: 0px !important;
	}

	.bredcrumb {
		width: 100%;
		margin-top: 164px;
	}

	.content .inner-banner .caps {
		min-width: 100% !important;
	}

	.content .inner-banner {
		top: 157.67px;
		margin-bottom: 150px;
	}

	.banner {
		margin-bottom: 155px;
		top: 168.67px;
	}

	.members-quotes-slider {
		background-position: center;
		border-radius: 15px;
	}

	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link {
		color: #fff !important;
	}

	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		color: black !important;
	}

	div#mega-menu-wrap-max_mega_menu_1 {
		width: 100%;
	}

	.search-icon-and-login-btn {
		display: flex;
		gap: 10px;
	}

	.top-login {
		padding: 5px 6px;
		display: flex;
	}

	.header-right-top {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 15px;
	}

	.menu.revamped {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.logo.for-mobile {
		margin: 0px !important;
	}

	.mobile-search p {
		margin: 0;
	}

	.header-right.header-for-mobile {
		display: block;
	}

	.header-right.header-for-desktop {
		display: none;
	}

	.home-banner {
		height: 575px;
		margin-bottom: 125px;
	}

	.banner-image {
		height: 300px;
	}

	.discover-text {
		width: 150px;
		color: white;
	}

	.logo-and-discover {
		bottom: -67px;
		right: 0;
		left: 0;
	}

	.discover {
		border-bottom-left-radius: 15px;
		border-bottom: 10px solid white;
		border-bottom-right-radius: 15px;
	}

	.our-member-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	.what-we-do-content-wrapper {
		flex-direction: column;
	}

	.find-out-about {
		width: 100%;
	}

	.find-out-about-textbox {
		width: 149px;
		height: 150px;
	}

	.what-we-do-textbox {
		width: 100%;
	}

	.our-work-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	.news-and-blog {
		gap: 10px;
		grid-template-columns: repeat(1, 1fr);
	}

	.upcoming-event {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.item p {
		font-size: 18px;
	}

	.item {
		padding: 0px 20px !important;
	}

	.become-a-member {
		flex-direction: column-reverse;
	}

	.become-a-member-textbox {
		width: 100%;
		padding: 0px !important;
	}

	.become-a-member-imagebox {
		width: 100%;
		height: auto;
	}

	.join-now-box {
		width: 149px;
		height: 149px;
	}

	.our-work-wrapper {
		padding: 25px 15px;
	}

	.latest-news-wrapper .col-12 {
		padding: 0px;
	}

	.members-quotes-wrapper {
		margin: 25px 0px;
	}

	.our-members {
		margin-bottom: 10px;
	}

	.textwidget.custom-html-widget {
		flex-direction: column;
		gap: 20px;
	}

	.textwidget.custom-html-widget h2 {
		text-align: center;
	}

	.row.footer-content-wrapper .col-12 {
		justify-content: space-between;
		flex-direction: column;
		gap: 20px;
	}

	.footer-content-textbox {
		width: 100%;
	}

	.footer-content-menues {
		width: 100%;
		flex-direction: column;
	}

	.footer-bottom {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footer-menu,
	.footer-address ul {
		margin-left: 0px !important;
	}

	.form-and-image-content-wrapper {
		flex-direction: column;
	}

	.form-box {
		width: 100%;
		padding: 0px 0px 78px;
	}

	.lock-image-box {
		width: 100%;
	}

	img.left-fan {
		left: -3.5%;
		width: 81px;
	}

	img.right-fan {
		right: 0.5%;
		width: 128px;
	}

	div#mailSuccessfullModal {
		padding: 0px !important;
	}

	.modal-body.text-center {
		padding: 30px;
	}

	.modal-body.text-center a {
		width: 60%;
	}

	.numbers-box {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.numbers-box .numbers {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.member-directory-left {
		width: 100%;
	}

	.member-directory-left .row {
		gap: 20px;
	}

	.table-scroll-in-mobile {
		overflow-x: auto;
		white-space: nowrap;
	}

	ul#section-tabs li {
		width: auto;
	}

	ul#section-tabs {
		overflow-x: auto;
		white-space: nowrap;
		display: flex;
		width: 100% !important;
		gap: 9px;
	}

	.section-tabs-scroll-in-mobile {
		width: 100%;
	}


}

@media screen and (min-width:1050px) and (max-width:1450px) {
	img.left-fan {
		left: 8.5%;
		width: 75px;
	}

	img.right-fan {
		right: 1.5%;
		width: 127px;
	}
}