body.admin-bar header#header {
    top: var(--wp-admin--admin-bar--height, 0px) !important;
}

#header .logo {
    width: 200px;
}

@media (max-width: 480px) {
	#header .logo {
		width: 170px;
	}
}

#header.fixHeader .logo {
    width: 160px;
}


.fixHeader {
    border-bottom: 1px solid #00000020;
}

:root {
	--green:  #1f5f3b;
  --lgreen: #44a147; 
}

.comm-img200 img,
i.offer_icon img,
.expert-img img,
.bfi-img img {
    filter: brightness(0.75);
}

.pre-footer-wrap .highlight {
    color: #44a147;
}

/* .who-card .container {
    max-width: 900px;
} */

/* @media (min-width: 821px) {
	.who-content {
		max-width: 40%;
	}

	.who-img {
		max-width: 35%;
		height: 350px;
	}
} */

.hero-video::before {
    z-index: 1;
    position: absolute;
    inset: 0;
    background: black;
    content: "";
    background: linear-gradient(180deg, var(--green), transparent, transparent);
	background: linear-gradient(180deg, white, transparent, transparent);
    opacity: 0.5;
}


.team-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.team-img {
    max-width: 100%;
    transform: unset;
    background: #e5e5e5;
}

.team-card {
    flex-direction: column-reverse;
    padding: 0px;
    border-radius: 5px;
    gap: 0px;
}

@media (max-width: 820px) {
	.team-card {
        flex-direction: column;
    }
}

.team-text {
    padding: 1rem;
    border-radius: 0px;
    font-size: 1rem;
}

.team-content {
    padding: 1rem;
}

.team-content h3 {
    font-size: 1.25rem;
}

.team-content p {
    font-size: 1rem;
}

.bif-content-swiper {
    max-width: 100%;
}

.bif-content-swiper .swiper-slide {
    border: 1px solid #00000020;
    height: auto;
    margin-right: 1rem;
	padding: 1.5rem;
    border-radius: 10px;
}

.page-id-744 .bif-section .sec-head,
.home .bif-section .sec-head {
    max-width: 100%;
}

.home .bif-section .para-title {
    font-size: 1.5rem;
}

.bfi-content-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bfi-content-box a.button {
    margin-top: auto;
}

.bfi-content-box .bfi-num {
    height: 40px;
}

.who-card:first-child {
    border-top: 0px;
}

.who-card:last-child {
    border-bottom: none;
}

.pre-footer-wrap {
    display: none;
}

/* Footer */
.flogo-section {
    display: none;
}

.footer-links-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

@media (max-width: 820px) {
	.footer-links-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px;
	}
}

@media (max-width: 520px) {
	.footer-links-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

.footer-links-box {
    max-width: unset;
}

.site-footer {
    background:#2e953e;
    padding-top: 100px;
}

@media (max-width: 1200px) {
	.site-footer {
		padding-top: 50px;
	}
}

.footer-links-wrap ul>li a {
    color: white;
}

.privacy-link-box a {
    color: white;
}

.privacy-link-box a:hover {
    color: lightgray;
}

.footer-links-wrap li:hover a {
    color: lightgray;
}

.footer-links-box h4,
.footer-para p, 
.footer-para a {
    color: white;
}