:root {
	--bg-color: #eeeeee;
	--theme-color: #fff;
	--main-color: #8ed943
}

.footer-mp .info-item h6 {
	font-size: 18px;
	line-height: 1.5
}

.footer-mp .footer-logo {
	position: relative;
	margin-top: 100px;
}

.footer-mp .footer-logo h1 {
	font-size: 260px;
	line-height: 1.2;
}

.footer-mp .footer-logo h1 span {
	font-family: "FixelText", serif;
	font-style: italic;
}

.footer-mp .footer-logo .union {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	background: #fff;
	padding: 10px;
	border-radius: 50%;
}

.footer-mp .footer-logo .union .icon {
	width: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.footer-mp .social-icon {
	padding-top: 30px;
}

.footer-mp .link-green {
	color: var(--main-color);
}

.footer-mp .social-icon a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid rgb(0 0 0 / .2);
	border-radius: 50%;
	font-size: 14px;
	margin: 0 5px;
	position: relative;
}

.footer-mp .social-icon a img {
	width: 20px;
	position: absolute;
	top: 27%;
	left: 26%;
}

.footer-mp .social-icon a:hover {
	background: var(--main-color);
	border-color: var(--main-color);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.footer-mp .sub-footer .copy p {
	font-size: 14px;
}

.footer-mp .sub-footer .links {
	width: 100%;
}

.footer-mp .sub-footer .links a {
	font-size: 14px;
}

.footer-mp .sub-footer .links .active {
	color: var(--main-color);
}

.sub-head {
	font-size: 20px;
	line-height: 28px;
}

.sub-color {
	color: gray;
}

p {
	color: #494949;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.sec-head h2 {
	font-size: 65px;
	line-height: 65px;
}

.sec-head h2 span {
	font-family: "FixelText", serif;
	font-style: italic;
	font-weight: 400;
}

.bg-gray {
	background: var(--bg-color);
}

.loader-wrap svg {
	fill: #1d1d1d;
}

.butn {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

.butn.butn-bord {
	border: 1px solid rgb(0 0 0 / .2)
}

.butn.butn-bord:hover {
	background: #494949;
	color: #fff;
}

.butn.butn-bg {
	background: var(--main-color);
	border: 1px solid #fff0;
	color: #fff;
}

.butn.butn-bg:hover {
	background: #fff0;
	border-color: var(--main-color);
	color: inherit;
}

.icon.invert img {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.butn .icon {
	width: 18px;
}

.butn:hover .icon.invert img {
	-webkit-filter: invert(0);
	filter: invert(0);
}

.box-light {
	background-color: #fff;
	color: #000;
	position: relative;
	border-radius: 0 0 30px 30px;
	z-index: 4;
}

.box-light .layers {
	position: absolute;
	top: 5px;
	left: 30px;
	right: 30px;
	bottom: -10px;
	background: #fff;
	border-radius: 15px;
	opacity: .7;
	z-index: -1;
}

.box-light .layers:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 20px;
	right: 20px;
	bottom: -10px;
	background: #fff;
	border-radius: 15px;
	opacity: .7;
	z-index: -1;
}

.box-light.botm-box {
	border-radius: 30px 30px 0 0;
	margin-top: -50px;
}

.box-light.botm-box .layers {
	top: -10px;
	bottom: 5px;
}

.box-light.botm-box .layers:after {
	top: -10px;
	bottom: 5px;
}

.box-dark {
	background: #151515;
	color: #fff;
	position: relative;
	z-index: -1;
	margin-top: -50px;
	padding: 50px 0;
}

.box-dark p {
	color: #d1d1d1
}

@media screen and (max-width: 992px) {
	.ml-none {
		margin-left: 0 !important;
	}

	.sec-head .ml-auto {
		margin: 30px 0 0 0 !important;
	}

	.header-mp .caption h1 {
		font-size: 200px;
	}

	.services-mp .content .item {
		padding: 0 15px;
	}

	.process-mp .item .d-flex {
		display: block !important;
	}

	.process-mp .item .text {
		padding-left: 0;
	}

	.process-mp .item .botm {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.process-mp .item .botm h3 {
		font-size: 30px;
		line-height: 1.2;
	}

	.process-mp .item .botm span {
		font-size: 30px;
	}

	.team-mp .item .img {
		width: 280px;
	}

	.team-mp .item h2 {
		font-size: 30px;
		line-height: 1.2;
	}

	.testimonials-mp .swiper-slide {
		width: 500px;
	}

	.footer-mp .footer-logo h1 {
		font-size: 200px;
	}
}

@media screen and (max-width: 768px) {
	.navbar .container {
		padding: 5px 10px;
	}

	.header-mp .caption h1, .footer-mp .footer-logo h1 {
		font-size: 100px;
	}

	.sec-head h2 {
		font-size: 45px;
		line-height: 1.2;
	}

	.services-mp .serv-title .tab-title h2 {
		font-size: 65px;
		line-height: 1.2;
	}

	.team-mp .item {
		padding: 30px;
	}

	.team-mp .item .d-flex {
		display: block !important;
	}

	.team-mp .item .img {
		width: auto;
		height: auto;
		background: var(--theme-color);
	}

	.team-mp .item .cont {
		padding: 30px 0 0;
		text-align: center;
	}

	.team-mp .item .ml-auto {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: auto !important;
	}

	.team-mp .item .social-icon {
		padding: 0;
		margin-top: 30px;
	}

	.testimonials-mp .swiper-slide {
		width: 100%;
		padding: 0 10px;
		margin: 0;
	}

	.testimonials-mp .swiper-slide .item {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	.testimonials-mp .testim-swiper {
		padding: 0;
	}

	.brands-mp .item:after {
		display: none;
	}

	.brands-mp .item h2 {
		font-size: 40px;
		line-height: 1.2;
	}

	.footer-mp .footer-logo .union {
		display: none;
	}
}