.logo-area,
		.mobile-logo,
		.footer-logo {
			width: 100%;
		}

		.logo-area a,
		.mobile-logo a,
		.footer-logo a {
			display: block;
		}

		.logo-area img,
		.mobile-logo img,
		.footer-logo img {
			width: 100%;
			height: auto;
			display: block;
		}

		.logo-area img {
			max-width: 140px;
		}

		.mobile-logo img {
			max-width: 240px;
		}

.footer-logo img {
    max-width: 180px;
}

.page-title-area--spaced {
    margin-top: 20px;
}

.service-icon-photo {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 50%;
}

.btn-three--green {
    background-color: #65b546;
}

.contact-map--fixed-height {
    height: 530px;
}

.about-what-we-do-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 36px;
    margin: 30px 0 0;
    padding: 0;
}

.about-what-we-do-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
}

.about-what-we-do-item:first-child {
    grid-column: 1 / -1;
}

.about-what-we-do-item .icon {
    color: #000000;
    font-size: 28px;
    line-height: 1;
    flex: 0 0 auto;
}

.about-what-we-do-item .feature-title {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

		@media (max-width: 991.98px) {
			.logo-area img {
				max-width: 280px;
			}

            .about-what-we-do-list {
                gap: 18px 24px;
            }
		}

		@media (max-width: 575.98px) {
			.logo-area img {
				max-width: 220px;
			}

            .about-what-we-do-list {
                grid-template-columns: 1fr;
            }

            .about-what-we-do-item:first-child {
                grid-column: auto;
            }

            .about-what-we-do-item .feature-title {
                font-size: 18px;
            }
		}

		.main-menu .menu-list>li>a::before {
			display: none;
			content: none;
		}

		.main-menu .menu-list>li.menu-item-has-children>a::before {
			display: block;
			content: "\f282";
		}

		.about-team-section .title-one .title,
		.about-team-section .right-btn .ht-btn,
		.about-team-section .team-wrap-2 .name a,
		.about-team-section .team-wrap-2 .designation {
			color: #ffffff;
		}

		.about-team-section .team-wrap-2:hover .name a,
		.about-team-section .right-btn .ht-btn:hover {
			color: #000000;
		}

		.about-team-section .feature-slider-wrap .feature-arrow-border {
			background: #ffffff;
		}

		.about-team-section .feature-slider-wrap .arrow-style-2 {
			background: transparent;
		}

		.about-team-section .feature-slider-wrap .arrow-style-2 .slick-prev,
		.about-team-section .feature-slider-wrap .arrow-style-2 .slick-next {
			border-color: #ffffff;
		}

		.about-team-section .feature-slider-wrap .arrow-style-2 .slick-prev img,
		.about-team-section .feature-slider-wrap .arrow-style-2 .slick-next img {
			filter: brightness(0) invert(1);
			transition: filter 0.4s ease;
		}

		.about-team-section .feature-slider-wrap .arrow-style-2 .slick-prev:hover,
		.about-team-section .feature-slider-wrap .arrow-style-2 .slick-next:hover {
			background: transparent;
			border-color: #000000;
		}

		.about-team-section .feature-slider-wrap .arrow-style-2 .slick-prev:hover img,
		.about-team-section .feature-slider-wrap .arrow-style-2 .slick-next:hover img {
			filter: brightness(0);
		}
