@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

html {
	font-family: "Poppins", Arial, sans-serif;
	font-style: normal;
}

a {
	transition: .3s;
}

.projects-tab {
	display: none;
}

.projects-tab.active {
	display: block;
}

.menu-toggler svg {
	display: none;
}

.menu-toggler:not(.active) svg:first-child {
	display: block;
}

.menu-toggler.active svg:last-child {
	display: block;
}

.menu-mobile-inner.active {
	display: block;
}

.menu-mobile-inner li {
	margin-bottom: 1.25rem;
}

.accord-content {
	display: none;
}

.accord-title.active+.accord-content {
	display: block;
}

.accord-title svg {
	display: none;
}

.accord-title:not(.active) svg:first-child {
	display: block;
}

.accord-title.active svg:last-child {
	display: block;
}

.mfp-bg {
	background: #28282880;
}

.mfp-wrap {
	backdrop-filter: blur(12px);
}

.mfp-container {
	padding: 0 30px;
}

.custom-logo {
	width: 110px;
}

.header-menu a:hover {
	color: #fff;
}

.header-text i {
	color: #51af3f;
	font-style: normal;
}

.menu-languages {
	text-transform: uppercase;
}

.menu-languages li {
	padding: 0 .25rem;
}

.menu-languages li:not(.current-lang) {
	opacity: .4;
}

.swiper-button-next,
.swiper-button-prev {
	color: #51af3f;
}

.partners-slider .swiper-slide {
	padding: 0 20px;
	text-align: center;
}

.partners-slider img {
	display: inline-block;
}

.mfp-arrow {
	display: none !important;
}

.iframe-wrapper {
	width: 100%;
	height: 100%;
	animation: fadeIn ease 5s;
	-webkit-animation: fadeIn ease 5s;
	-moz-animation: fadeIn ease 5s;
	-o-animation: fadeIn ease 5s;
	-ms-animation: fadeIn ease 5s;
}

.wpcf7-form-control-wrap,
.wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
}

.wpcf7-form-control input[type="checkbox"] {

	width: 1rem;
	height: 1rem;
	margin-right: .5rem;
}

.wpcf7-form-control::placeholder {
	color: var(--gray);
}

.wpcf7-list-item {
	margin-left: 0;
}

.video-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper video {
	width: 100%;
	height: 100%;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media(max-width: 1024px) {
	.services-image {
		margin: 0 auto;
	}
}

@media(max-width: 991px) {
	.menu {
		display: none;
	}

	.menu-mobile {
		display: block;
	}
}