﻿body {
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #ffaa17;
}

::-webkit-scrollbar-track {
	border-radius: 0;
}

html, * {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

#spinner {
	display: block;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 44%;
	z-index: 1;
}

.preloader-dot-loading {
	display: block;
	margin: 0 auto;
	width: 97px;
}

.preloader-dot-loading .cssload-loading i:first-child {
	opacity: 0;
	animation: cssload-loading-ani2 .58s linear infinite;
	-o-animation: cssload-loading-ani2 .58s linear infinite;
	-ms-animation: cssload-loading-ani2 .58s linear infinite;
	-webkit-animation: cssload-loading-ani2 .58s linear infinite;
	-moz-animation: cssload-loading-ani2 .58s linear infinite;
	transform: translate(-19px);
	-o-transform: translate(-19px);
	-ms-transform: translate(-19px);
	-webkit-transform: translate(-19px);
	-moz-transform: translate(-19px);
}

.preloader-dot-loading .cssload-loading i {
	width: 19px;
	height: 19px;
	display: inline-block;
	border-radius: 50%;
	background: #f0f0f0;
}

#preloader .txt-loading {
	text-align: center;
	user-select: none;
	margin-top: 30px;
}

#preloader .txt-loading .letters-loading {
	color: #fff;
}

#preloader .txt-loading .letters-loading {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 15px;
	display: inline-block;
	position: relative;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
}

#preloader .txt-loading .letters-loading:before {
	animation: letters-loading 4s infinite;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
	z-index: 1
}


.three-layer-loaderbg .layer {
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.three-layer-loaderbg .layer .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #222429;
}
@media (min-width: 768px) {
	header .navbar .nav-link {
		padding: 20px 18px !important;
		position: relative;
	}
}

a {
	color: #000;
}

	a:hover {
		text-decoration: none;
	}

.logo {
	margin: 0;
}

.logo img {
	height: 56px;
	width: auto;
	margin: 0;
}

@media (max-width: 575px) {
	.logo img {
		height: 42px;
	}
}

.navbar-nav .nav-link, .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.85);
	font-weight: 500;
}

	.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
		color: #000;
	}

header .navbar .nav-link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.5rem;
	height: 5px;
	background-color: #ffaa17;
	width: 0;
	transform: translateX(-50%);
	transition: all ease 0.5s;
}

header .navbar .nav-link:hover::after,
header .navbar .nav-link:active::after,
header .navbar .nav-link:focus::after {
	width: 100%;
}

.navbar-toggler {
	padding: 0.5rem;
	border-radius: 0;
	border: none;
}

.navbar-toggler:hover, .navbar-toggler:active {
	background-color: #ffaa17;
}

header .btn-toolbar .btn-link {
	outline: none;
	box-shadow: none;
	border: none;
	color: #000;
}

	header .btn-toolbar .btn-link:hover,
	header .btn-toolbar .btn-link:active,
	header .btn-toolbar .btn-link:focus {
		background-color: #ffaa17;
	}

main {
	margin-top: 68px;
}

@media (min-width: 768px) {
	main {
		margin-top: 80px;
	}
}


:root {
	--swiper-theme-color: #f7c02d !important;
}

.swiper-slide {
	min-height: calc(100vh - 160px);
	background-color: #000;
	display: flex;
	align-items: center;
	background-position: center center;
	background-size: cover;
}

@media (max-width:991px) {
	.swiper-slide {
		min-height: calc(100vh - 100px);
	}
}

.swiper-slide .slide-text {
	display: flex;
	position: absolute;
	flex: 0 0 100%;
	color: #fff !important;
	margin: 0 5rem;
	height: 100%;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	word-break: break-word;
}

	.swiper-slide .slide-text h1 {
		font-size: 60px;
		line-height: 60px;
		margin: 0.2em 0;
	}

.swiper-slide .slide-text h5 {
	line-height: 2rem;
}

@media (max-width: 575px) {
	.swiper-slide .slide-text {
		transform: scale(0.75)!important;
		margin: 0!important;
	}
}

section.hero-section {
	height: calc(100vh - 82px);
}

@media (max-width:575px) {
	section.hero-section {
		height: calc(100vh - 64px);
	}
}

section.page-header {
	padding: 100px 0;
	background: #666 no-repeat center center;
	background-size: cover;
}

h1.page-title {
	color: #fff;
	margin: 0;
	text-align: center;
	font-weight: 700;
}

@media (min-width: 992px) {
	h1.page-title {
		font-size: 3.8rem;
	}
}

section#contact-header {
	background-image: url(../images/contact-header-bg.jpg);
}

section.body-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

@media (max-width: 767px) {
	section.body-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

@media (max-width: 575px) {
	section.body-section {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.contact-section .media {
	padding: 2rem 1rem;
	transition: all ease 0.4s;
}

	.contact-section .media:hover {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

	.contact-section .media .icon {
		color: #ffaa17;
	}

section.home-about-section {
	background: #fff url(../images/line.jpg) no-repeat left top;
	background-size: contain;
	position: relative;
}

section.home-about-section .card {
  z-index: 3001;
}

@media (max-width: 576px) {
	section.home-about-section {
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
}

section.home-about-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(#eee 0%, transparent 100%);
}

input.form-control, textarea.form-control {
	padding: 1rem 1.5rem;
	color: #000;
	border-radius: 0;
	resize: none;
	height: auto;
	margin-bottom: 2rem;
}

	input.form-control:focus, textarea.form-control:focus {
		border-color: #ffaa17;
		outline: 0;
		box-shadow: 0 0 0 .2rem rgba(255, 128, 0, 0.25)
	}

.btn:not(.btn-link) {
	background-color: #ffaa17;
	color: #000;
	padding: 1rem 1.5rem;
	position: relative;
	border-radius: 0;
}

.btn:not(.btn-link):hover {
	color: #fff;
}

.btn span {
	font-weight: 500;
	position: relative;
}

.btn:not(.btn-link)::before {
	content:"";
	position:absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	transition: width linear 0.3s;
}

.btn:not(.btn-link):hover::before {
	width: 100%;
}

footer {
	background: #222 url(../images/footer-bg.jpg) left center no-repeat;
	background-size: cover;
	color: #ddd;
}

.footer-links h4 {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: solid 3px #333;
	position: relative;
}

	.footer-links h4::after {
		content: "";
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 10%;
		height: 3px;
		background-color: #ffaa17;
	}

.footer-link, .contact-link {
	display: block;
	padding: 0.5rem 0;
	color: #ddd;
	padding-left: 1.5rem;
	position: relative;
	width: 100%;
	overflow: hidden;
}

footer .btn-toolbar {
	margin-left: -0.75rem;
}

.contact-link {
	padding-left: 0;
}

	.footer-link:hover, .contact-link:hover {
		text-decoration: none;
		color: #fff;
	}

.footer-link::before {
	content: "";
	position: absolute;
	top: 1.25rem;
	left: 0rem;
	height: 3px;
	width: 0.5rem;
	background-color: #ffaa17;
	transition: transform ease-in-out 0.3s;
}

.footer-link:hover::before, .footer-link:focus::before, .footer-link:active::before {
	content: "";
	position: absolute;
	top: 0.75rem;
	left: -0.75rem;
	height: 1rem;
	width: 1rem;
	transform: rotate(-45deg);
	background-color: #ffaa17;
}

footer .icon {
	color: #ffaa17;
	margin-top: 0.6rem;
}

footer .btn-toolbar .btn-link {
	outline: none;
	box-shadow: none;
	border: none;
	color: #fff;
}

	footer .btn-toolbar .btn-link:not(:first-child) {
		margin-left: 0.75rem;
	}

	footer .btn-toolbar .btn-link:hover, footer .btn-toolbar .btn-link:active, footer .btn-toolbar .btn-link:focus {
		color: #ffaa17;
	}

.footer-copyright {
	padding: 1.5rem;
	color: #aaa;
	background-color: rgba(0, 0, 0, 0.25);
}

	.footer-copyright a {
		color: #ffaa17;
	}

		.footer-copyright a:hover, .footer-copyright a:active {
			text-decoration: none;
			color: #fff;
		}

@media (min-width: 768px) {
	.footer-copyright .col-md-auto:first-child {
		border-right: solid 2px #aaa;
	}
}

.scroll-to-top a {
	background-image: linear-gradient(to right, #ffaa17 0%, #ffc35c 51%, #ffaa17 100%);
}

.scroll-to-top a {
	background-size: 200% auto;
	box-shadow: 0 7px 30px rgba(0, 0, 0, .3);
	bottom: 15px;
	border-radius: 50%;
	height: 50px;
	padding: 2px;
	position: fixed;
	right: 15px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	z-index: 99999;
	/*opacity: .4;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-about-section > .container:first-child {
	margin-top: -8rem;
}

.home-about-section > .container:first-child .card {
	position: relative;
	background: #222 url(../images/shape-1.jpg) no-repeat center center;
	background-size: cover;
	border: none;
	color: #000;
}

.home-about-section > .container:first-child .card .inner-box {
	z-index: 100;
	color: #000;
}

.home-about-section > .container:first-child .card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: height linear 0.3s;
}

.home-about-section > .container:first-child .card:hover::before {
	height: 0;
}

.home-about-section > .container:first-child .card:hover .inner-box {
	color: #eee;
}

.box-icon {
	padding: 1rem;
	display: inline-block;
	background-color: #ffaa17;
	color: #000;
}

.p-30px {
	padding: 30px;
}

.img-stylized {
	position: relative;
	max-width: calc(100% - 1.5rem);
	margin-right: 1.5rem;
	box-shadow: 1.5rem 1.5rem 0 rgb(255 170 23 / 1.00);
}

.img-stylized::after {
	content: "";
	display: block;
	width: 1.5rem;
	position: absolute;
	left: 1.5rem;
	top: 50%;
	height: 50%;
	background-color: #ffaa17;
	z-index: 1000;
}

.bg-primary {
	color: #000;
	background-color: #ffaa17!important;
}

.header-primary {
	color: #ffaa17;
	padding-bottom: 1rem;
	position: relative;
}

.header-primary table {
	border: 0;
	padding: 0;
	margin: 0;
}

.header-primary span.line {
	border-bottom: solid 2px #ffaa17;
	flex: 1;
	margin-left: 0.5rem;
	max-width: 100px;
}

.image-box {
	height: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 100%;
	padding-bottom: 56.25%;
	background: transparent no-repeat center top;
	background-size: cover;
}

.techpartners-section {
	position: relative;
	padding: 60px 0px;
	/*background: #edf5f8;*/
}

	.techpartners-section.alternate {
		position: relative;
		background: #ffffff;
	}

.techpartners-outer {
	position: relative;
	text-align: center;
}

	.techpartners-outer .auto-container {
		max-width: 1340px;
		margin-left: auto;
		margin-right: auto;
	}

	.techpartners-outer .slide-item {
		display: block;
		text-align: center;
	}

	.techpartners-outer .image-box {
		position: relative;
		display: inline-block;
	}

		.techpartners-outer .image-box img {
			max-width: 100%;
			width: auto;
			display: inline-block;
			transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			opacity: 0.40;
			filter: grayscale();
		}

			.techpartners-outer .image-box img:hover {
				opacity: 1;
				filter: none;
			}


.techpartners-section.alternate .techpartners-outer .image-box img {
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

	.techpartners-section.alternate .techpartners-outer .image-box img:hover {
		-webkit-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
	}

.techpartners-outer .owl-dots,
.techpartners-outer .owl-nav {
	position: relative;
	display: none;
}

.round-icon {
	width: 96px;
	padding: 24px;
	background-color: #eee;
	border-radius: 50%;
	margin: 1rem auto;
}

.round-icon img {
	width: 48px;
	height: 48px;
}

.service-card {
	border: solid 1px #ddd;
	border-top: solid 5px #ffaa17;
	background-color: #111;
	color: #000;
	position: relative;
	overflow: hidden;
	/*width: 240px;*/
}

.service-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: height ease 0.5s;
	z-index: 0;
}

.service-card:hover, .service-card:active {
	color: #fff;
}
	.service-card:hover .round-icon, .service-card:active .round-icon {
		background-color: #ffaa17;
	}
.service-card:hover::before, .service-card:active::before {
	height: 0;
}

.service-card .inner-box {
	z-index: 1;
}
.service-card h5 {
	text-align: center;
	margin: 1rem 0;
	height: 3rem;
	display: flex;
	flex-direction: row;
	flex: 0 1 auto;
	align-items: center;
	cursor: default;
	/*width: 100%;*/
}

.happy-section {
	color: #fff;
	background-color: #960000;
	position: relative;
}

.happy-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../images/lines.png) no-repeat center center;
	background-size: cover;
	opacity: 0.25;
}

.happy-section img {
	max-width: 240px;
	filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
	 animation: pulse 3s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
	}

	50% {
		-webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
	}

	100% {
		-webkit-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
	}
}

@keyframes pulse {
	0% {
		-moz-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
		filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
	}

	50% {
		-moz-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
		filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
	}

	100% {
		-moz-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
		filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
	}
}

.team-item {
	position: relative;
	margin-bottom: calc(50% - 1.5rem);
	background-color: #eee;
	transition: all ease 0.2s;
}

.team-item:hover {
	background-color: #222;
	color: #fff;
}

.team-item .member-desig {
	opacity: 0.85;
}

.photo-placeholder, .member-photo {
	height: 0;
	padding-bottom: 100%;
	margin-bottom: -50%;
	overflow: hidden;
}

.member-photo {
	background: #eee url(../../team/placeholder.png) no-repeat center center;
	background-size: cover;
}

.team-item:hover .member-photo {
	zoom: 1.1;
}

.preloader-loading-wrapper {
	display: block;
	margin: 0 auto;
	width: 97px
}

	.preloader-loading-wrapper .cssload-loading i {
		width: 49px;
		height: 49px;
		display: inline-block;
		background: #ff5954;
		border-radius: 50%
	}

		.preloader-loading-wrapper .cssload-loading i:nth-child(1) {
			animation: cssload-loading-ani1 1.15s ease-in-out infinite;
			-o-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
			-ms-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
			-webkit-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
			-moz-animation: cssload-loading-ani1 1.15s ease-in-out infinite
		}

		.preloader-loading-wrapper .cssload-loading i:nth-child(2) {
			background: #00a8ce;
			margin-left: -10px;
			animation: cssload-loading-ani1 1.15s ease-in-out .58s infinite;
			-o-animation: cssload-loading-ani1 1.15s ease-in-out .58s infinite;
			-ms-animation: cssload-loading-ani1 1.15s ease-in-out .58s infinite;
			-webkit-animation: cssload-loading-ani1 1.15s ease-in-out .58s infinite;
			-moz-animation: cssload-loading-ani1 1.15s ease-in-out .58s infinite
		}

@keyframes cssload-loading-ani1 {
	70% {
		transform: scale(.5)
	}
}

@-o-keyframes cssload-loading-ani1 {
	70% {
		-o-transform: scale(.5)
	}
}

@-ms-keyframes cssload-loading-ani1 {
	70% {
		-ms-transform: scale(.5)
	}
}

@-webkit-keyframes cssload-loading-ani1 {
	70% {
		-webkit-transform: scale(.5)
	}
}

@-moz-keyframes cssload-loading-ani1 {
	70% {
		-moz-transform: scale(.5)
	}
}

.preloader-dot-loading {
	display: block;
	margin: 0 auto;
	width: 97px
}

	.preloader-dot-loading .cssload-loading i {
		width: 19px;
		height: 19px;
		display: inline-block;
		border-radius: 50%;
		background: #f0f0f0
	}

		.preloader-dot-loading .cssload-loading i:first-child {
			opacity: 0;
			animation: cssload-loading-ani2 .58s linear infinite;
			-o-animation: cssload-loading-ani2 .58s linear infinite;
			-ms-animation: cssload-loading-ani2 .58s linear infinite;
			-webkit-animation: cssload-loading-ani2 .58s linear infinite;
			-moz-animation: cssload-loading-ani2 .58s linear infinite;
			transform: translate(-19px);
			-o-transform: translate(-19px);
			-ms-transform: translate(-19px);
			-webkit-transform: translate(-19px);
			-moz-transform: translate(-19px)
		}

		.preloader-dot-loading .cssload-loading i:nth-child(2), .preloader-dot-loading .cssload-loading i:nth-child(3) {
			animation: cssload-loading-ani3 .58s linear infinite;
			-o-animation: cssload-loading-ani3 .58s linear infinite;
			-ms-animation: cssload-loading-ani3 .58s linear infinite;
			-webkit-animation: cssload-loading-ani3 .58s linear infinite;
			-moz-animation: cssload-loading-ani3 .58s linear infinite
		}

		.preloader-dot-loading .cssload-loading i:last-child {
			animation: cssload-loading-ani1 .58s linear infinite;
			-o-animation: cssload-loading-ani1 .58s linear infinite;
			-ms-animation: cssload-loading-ani1 .58s linear infinite;
			-webkit-animation: cssload-loading-ani1 .58s linear infinite;
			-moz-animation: cssload-loading-ani1 .58s linear infinite
		}

@keyframes cssload-loading-ani1 {
	100% {
		transform: translate(39px);
		opacity: 0
	}
}

@-o-keyframes cssload-loading-ani1 {
	100% {
		-o-transform: translate(39px);
		opacity: 0
	}
}

@-ms-keyframes cssload-loading-ani1 {
	100% {
		-ms-transform: translate(39px);
		opacity: 0
	}
}

@-webkit-keyframes cssload-loading-ani1 {
	100% {
		-webkit-transform: translate(39px);
		opacity: 0
	}
}

@-moz-keyframes cssload-loading-ani1 {
	100% {
		-moz-transform: translate(39px);
		opacity: 0
	}
}

@keyframes cssload-loading-ani2 {
	100% {
		transform: translate(19px);
		opacity: 1
	}
}

@-o-keyframes cssload-loading-ani2 {
	100% {
		-o-transform: translate(19px);
		opacity: 1
	}
}

@-ms-keyframes cssload-loading-ani2 {
	100% {
		-ms-transform: translate(19px);
		opacity: 1
	}
}

@-webkit-keyframes cssload-loading-ani2 {
	100% {
		-webkit-transform: translate(19px);
		opacity: 1
	}
}

@-moz-keyframes cssload-loading-ani2 {
	100% {
		-moz-transform: translate(19px);
		opacity: 1
	}
}

@keyframes cssload-loading-ani3 {
	100% {
		transform: translate(19px)
	}
}

@-o-keyframes cssload-loading-ani3 {
	100% {
		-o-transform: translate(19px)
	}
}

@-ms-keyframes cssload-loading-ani3 {
	100% {
		-ms-transform: translate(19px)
	}
}

@-webkit-keyframes cssload-loading-ani3 {
	100% {
		-webkit-transform: translate(19px)
	}
}

@-moz-keyframes cssload-loading-ani3 {
	100% {
		-moz-transform: translate(19px)
	}
}

@keyframes letters-loading {
	0%,75%,100% {
		opacity: 0;
		transform: rotateY(-90deg)
	}

	25%,50% {
		opacity: 1;
		transform: rotateY(0deg)
	}
}

.svc-card {
	transition: all ease 0.5s;
}

.svc-card:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.svc-card .card-body {
	margin: 0;
}

.svc-card .card-body h5 {
	margin-top: -40px;
}

.service-img {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 75%;
}

.service-img img {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	transform: scale(1);
	object-fit:cover;
	transition: all ease 0.3s;
}

.svc-card:hover .service-img img {
	transform: scale(1.1);
}

.service-icon {
	width: 80px;
	height: 80px;
	background-color: #ffaa19;
	position: relative;
	top: -64px;
	left: 1.5rem;
	padding: 16px;
}

.svc-card .service-icon::before {
	position: absolute;
	bottom: 0;
	left: -16px;
	border-right: 16px solid #ddd;
	border-bottom: 16px solid transparent;
	content: "";
}

.svc-card .service-icon::after {
	position: absolute;
	bottom: 0;
	right: -16px;
	border-left: 16px solid #ddd;
	border-bottom: 16px solid transparent;
	content: "";
}
.service-icon img {
	width: 100%;
	height: auto;
}

.photostack {
	background: url(/assets/images/photostack.png) no-repeat center center;
	background-size: contain;
	padding: 6% 8% 10% 6%;
}

.photo {
	display: block;
	width: 100%;
	padding-top: 75%;
	background: #ddd no-repeat center center;
	background-size: cover;
}

ul.nav-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

	ul.nav-filter li {
		display: inline-block;
		margin: 0 5px 10px 5px;
		border-radius: 3px;
	}

.header-v4 li {
	transition: 0.5s;
}

ul.nav-filter li a.active, ul.nav-filter li a:hover {
	background-color: #f7c02d;
	border-color: #f7c02d;
}

ul.nav-filter li a {
	border: 1px solid #efefef;
	border-radius: 3px;
	transition: 0.5s;
	font-size: 18px;
	color: #393939;
	padding: 7px 15px 4px 15px;
	cursor: pointer;
	display: block;
	background-color: #fff;
}