/*
*  custom style
*/

.elementor-widget-text-editor .elementor-widget-container p:last-child,
.jet-listing-dynamic-field__content p:last-child {
	margin: 0;
}

ul,
ol {
	margin-bottom: 0.9rem;
}

li> ul,
li> ol {
	margin-bottom: 0;
}

.oom-parent-box.main-menu > .e-con-inner {
	width: 95%;
}

.oom-parent-box.main-menu .elementor-motion-effects-container {
	overflow:  visible;
}

.oom-parent-box.main-menu .elementor-motion-effects-layer {
	border-bottom: solid 3px #00A040;
	box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.10196078431372549);
}

.oom-parent-box.main-menu .elementor-nav-menu .menu-item .elementor-item {
	color: #FFFFFF;
	fill: #FFFFFF;
}

.oom-parent-box.main-menu.scrolled .elementor-nav-menu .menu-item .elementor-item {
	color: var(--e-global-color-primary);
	fill: var(--e-global-color-primary);
}

.brand-slider .elementor-image-carousel {
	transition-timing-function: linear;
}

.brand-slider img {
	max-height: 40px;
	object-fit: contain;
}

.brand-slider .elementor-image-carousel.swiper-wrapper {
	height: auto;
}

.brand-slider .swiper-slide {
	align-items: center;
	height: auto;
}

.brand-slider .swiper-slide-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.related-post .elementor-post__read-more i,
.icon-btn .elementor-button-icon svg,
.icon-btn a svg {
	transform: rotate(-45deg);
	transition: 0.5s;
}

.related-post .elementor-post__read-more:hover i,
.icon-btn .elementor-button:hover .elementor-button-icon svg,
.icon-btn a:hover svg{
	transform: rotate(0deg);
}

.icon-btn .elementor-button-text {
	text-align: left;
}

.icon-btn.circle h3 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

.icon-btn.circle .elementor-button-icon {
	padding: 5px;
	background: #D9D9D9;
	border-radius: 50%;
	fill: #1E1E1E;
	font-size: 13px;
}

.icon-btn.circle .elementor-button-content-wrapper {
	align-items: center;
}

.project-popup-box .icon-btn.circle .elementor-button-icon {
	display: none;
}

#elementor-popup-modal-207 .dialog-message.dialog-lightbox-message {
	max-height: 90vh;
}

#elementor-popup-modal-207 .dialog-close-button {
	border: solid 1px #FFFFFF;
	border-radius: 50%;
	padding: 5px;
}

.project-slider .slick-track .jet-listing-grid__item:nth-child(odd) > .elementor {
	margin-top: 60px;
}

.swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--e-n-carousel-dots-hover-color, #000)!important;
}

.elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {	
	background: var(--dots-hover-color, #000)!important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: 100%;
}

.team-slider .swiper-pagination .swiper-pagination-bullet,
.testimonial .swiper-pagination .swiper-pagination-bullet {
	border-radius: 0;
	width: auto;
	aspect-ratio: 20;
}

.dot-divider .elementor-divider::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00A040;
	left: 0;
	top: -3.5px;
}

.dot-divider .elementor-divider::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00A040;
	right: 0;
	top: -3.5px;
}

.team-slider .swiper-slide.e-loop-item {
	opacity: 0.5;
}

.team-slider .swiper-slide.e-loop-item.swiper-slide-active {
	opacity: 1;
}

.award-listing .elementor-loop-container.elementor-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.award-listing .elementor-loop-container.elementor-grid .e-loop-item {
	width: 25%;
}

#project-filter .jet-list-tree.jet-list-collapsible {
	display: flex;
	flex-direction: column;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-radio-list__row {
	margin: 0;
	padding: 14px 20px;
	position: relative;
	background: #00A040;
	color: #FFFFFF;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-radio-list__row .jet-collapse-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	margin: 0;
	transform: translateY(-50%) rotate(180deg);
	justify-content: center;
	align-items: center;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-radio-list__row.jet-list-toggle-collapsed .jet-collapse-icon {
	transform: translateY(-50%) rotate(0deg);
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-radio-list__row.jet-filter-row.jet-list-tree__parent .jet-radio-list__item {
	pointer-events: none;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-radio-list__row .jet-radio-list__item .jet-radio-list__decorator {
	display: none;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-radio-list__row .jet-collapse-icon::before {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-radio-list__row .jet-collapse-none {
	display: none;
}

#project-filter svg {
	display: none;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children {
	padding: 0;
	margin: 0;
	background: #F0F0F0;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-radio-list__row {
	margin: 0;
	padding: 14px 20px;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: 400;
	border-bottom: solid 1px #B3B3B3;
	color: #00A040;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-radio-list__row ,
#project-filter .jet-radio-list__row.jet-filter-row.jet-list-tree__parent {
	cursor: pointer;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-radio-list__row .jet-radio-list__decorator {
	display: none;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-radio-list__row .jet-collapse-icon {
	width: 18px;
	height: 18px;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-radio-list__row .jet-collapse-icon::before {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	border-radius: 50%;
	border: solid 1px;
	font-size: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(0deg);
	color: #000000;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-radio-list__row.jet-list-toggle-collapsed .jet-collapse-icon::before {
	transform: rotate(180deg);
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-radio-list__row .jet-radio-list__item {
	pointer-events: none;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-list-tree__children {
	margin: 0;
	padding: 0;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-list-tree__children > .jet-radio-list__row {
	margin: 0;
	padding: 0;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-list-tree__children > .jet-radio-list__row .jet-collapse-none {
	display: none;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-list-tree__children > .jet-radio-list__row .jet-radio-list__button {
	padding: 14px 20px 14px 50px;
	flex-direction: row-reverse;
	justify-content: space-between;
	border-bottom: solid 1px #B3B3B3;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-list-tree__children > .jet-radio-list__row .jet-radio-list__button .jet-radio-list__decorator {
	display: none;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-list-tree__children > .jet-radio-list__row .jet-radio-list__button::before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #C0C0C0;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-list-tree__children > .jet-radio-list__row input:checked + .jet-radio-list__button::before,
#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-list-tree__children > .jet-radio-list__row .jet-radio-list__button:hover::before {
	color: #FFFFFF;
}

#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-list-tree__children > .jet-radio-list__row input:checked + .jet-radio-list__button,
#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-list-tree__children > .jet-radio-list__row .jet-radio-list__button:hover {
	color: #FFFFFF;
	background: #00A040;
}

.sustain-menu .elementor-item {
	background: #F0F0F0;
}

.sustain-menu .elementor-item:hover {
	background: #D9D9D9;
}

.sustain-menu .elementor-nav-menu {
	gap: 10px;
}

.sustain-menu .elementor-nav-menu::after {
	display: none;
}

.post-list .elementor-pagination {
	display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.post-list .elementor-pagination .page-numbers {
	background: #F1F1F1;
	border-radius: 5px;
	width: 30px;
	height: 35px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.post-list .elementor-pagination .page-numbers:hover,
.post-list .elementor-pagination .page-numbers.current {
	background: #00A040;
}

.post-list .elementor-pagination .page-numbers.prev,
.post-list .elementor-pagination .page-numbers.next {
	background: #00000000!important;
	color: #000000!important;
}

.news-container {
	height: 100%;
}

.post-content img {
	border-radius: 10px;
}

.post-content a {
	color: #00a040;
	text-decoration: underline;
}

.job-accord .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon .e-closed,
.job-accord .e-n-accordion-item-title-icon .e-opened {
	padding: 7px 8px;
	border: solid 1px #000000;
	border-radius: 50%;
	height: auto;
	background: #000000;
	transform: rotate(45deg);
}

.job-accord .e-n-accordion-item-title-icon .e-closed {
	padding: 7px 8px;
	border: solid 1px #000000;
	border-radius: 50%;
	height: auto;
	background: #00000000;
	transform: rotate(-45deg);
}

.elementor-field-type-upload {
	gap: 15px;
}

@media (max-width: 1024px) {
	.oom-parent-box.main-menu > .e-con-inner {
		width: 100%;
	}

	.oom-parent-box.main-menu .elementor-nav-menu .menu-item .elementor-item {
		color: var(--e-global-color-primary);
		fill: var(--e-global-color-primary);
	}

	.oom-parent-box.main-menu .elementor-nav-menu .menu-item .elementor-item-active {
		color: #FFFFFF;
		fill: #FFFFFF;
	}

	.project-slider .slick-track .jet-listing-grid__item:nth-child(odd) > .elementor {
		margin-top: 0px;
	}

	#project-filter .jet-list-tree.jet-list-collapsible {
		gap: 15px;
	}

	#project-filter .jet-list-tree.jet-list-collapsible > .jet-list-tree__children > .jet-list-tree__children > .jet-radio-list__row .jet-radio-list__button {
		padding: 14px 20px 14px 20px
	}
	
	.post-list .elementor-pagination .page-numbers {
		width: 25px;
		height: 30px;
	}
	
	.team-slider .swiper-pagination .swiper-pagination-bullet,
	.testimonial .swiper-pagination .swiper-pagination-bullet {
		border-radius: 50%;
		width: auto;
		aspect-ratio: 1;
	}
}

@media (max-width: 767px) {
	.award-listing .elementor-loop-container.elementor-grid .e-loop-item {
		width: 50%;
	}
}