.header__logo-2 .logo-dark img {
	height: 60px;
	width: auto;
}

.header__area {
	mix-blend-mode: normal !important;
}

.header__area .header__nav-icon {
	mix-blend-mode: exclusion;
}

img.logo-primary {
	height: 50px;
}

img.logo-secondary {
	width: auto;
	height: 50px;
}

.header__support p a {
	color: #ef454e;
}

.footer__logo-3 .pt-120 img {
	width: 300px;
}

.footer__logo {
	margin-bottom: 30px;
	width: 300px;
}

.brand__area .brand__item-2 img {
	width: 100px;
	height: auto;
}

.brand__area .brand__list-3 {
	display: flex;
	justify-content: space-around;
}

.brand__area .brand__item-2 h4 {
	font-size: 1rem;
}

.research__item p,
.research__area .sec-title-wrapper p {
	max-width: 100%;
	font-size: 14px;
}

.research__title {
	font-size: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
	.solution__title {
		font-size: 115px;
		padding-top: 200px;
	}
}

.dark .service__list-3 .service__content-3 p {
	color: var(--white);
	opacity: .7;
}

.dark .logo-dark {
	display: block;
}

.service__area-2 {
	background-color: #ffe6df;
}

.service__list .service__item {
	grid-template-columns: 0.7fr 2fr 2.5fr;
	padding: 20px 0;
}

.service__list .service__text p {
	font-size: 14px;
	min-width: 350px;
}

.circle-pagination button.swiper-pagination-bullet {
	margin: 1px 0 !important;
}

.brand__list .brand__item.fade_bottom img {
	width: 100%;
	height: auto;
}

.dark .header__nav-icon-7 img {
	-webkit-filter: none;
	filter: none;
}

@media (max-width:767.98px) {
	.hero__area-3 .hero3-img {
		width: 100%;
	}

	.brand__area .brand__list-3 {
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
	}

	.brand__list-3 {
		gap: 0px;
	}

	.research__list .research__item {
		flex-direction: column;
	}

	.service__list .service__item {
		grid-template-columns: 0;
		padding: 20px 0;
	}

	.wc-btn-black {
		width: 130px;
		height: 130px;
	}
}