:root {
	--pf: Swansea, sans-serif
}

@-webkit-keyframes vlt_animate_icon_top_right {
	49% {
		-webkit-transform: translateX(50%) translateY(-50%);
		transform: translateX(50%) translateY(-50%);
		opacity: 0
	}
	50% {
		-webkit-transform: translateX(-50%) translateY(50%);
		transform: translateX(-50%) translateY(50%);
		opacity: 0
	}
	51% {
		-webkit-transform: translateX(-50%) translateY(50%);
		transform: translateX(-50%) translateY(50%);
		opacity: 1
	}
}

@keyframes vlt_animate_icon_top_right {
	49% {
		-webkit-transform: translateX(50%) translateY(-50%);
		transform: translateX(50%) translateY(-50%);
		opacity: 0
	}
	50% {
		-webkit-transform: translateX(-50%) translateY(50%);
		transform: translateX(-50%) translateY(50%);
		opacity: 0
	}
	51% {
		-webkit-transform: translateX(-50%) translateY(50%);
		transform: translateX(-50%) translateY(50%);
		opacity: 1
	}
}

@-webkit-keyframes vlt_animate_icon_top {
	49% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	50% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0
	}
	51% {
		opacity: 1
	}
}

@keyframes vlt_animate_icon_top {
	49% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	50% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0
	}
	51% {
		opacity: 1
	}
}

@-webkit-keyframes vlt_animate_icon_bottom {
	49% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	50% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
	51% {
		opacity: 1
	}
}

@keyframes vlt_animate_icon_bottom {
	49% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	50% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
	51% {
		opacity: 1
	}
}

@-webkit-keyframes vlt_animate_icon_right {
	49% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0
	}
	51% {
		opacity: 1
	}
}

@keyframes vlt_animate_icon_right {
	49% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0
	}
	51% {
		opacity: 1
	}
}

@-webkit-keyframes vlt_animate_icon_left {
	49% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0
	}
	50% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0
	}
	51% {
		opacity: 1
	}
}

@keyframes vlt_animate_icon_left {
	49% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0
	}
	50% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0
	}
	51% {
		opacity: 1
	}
}

@-webkit-keyframes vlt_fade_in_down {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes vlt_fade_in_down {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes vlt_fade_out_up {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes vlt_fade_out_up {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@-webkit-keyframes vlt_menu_svg_path {
	0% {
		stroke-dasharray: 5279.2841796875;
		stroke-dashoffset: 5279.2841796875
	}
	100% {
		stroke-dasharray: 5279.2841796875;
		stroke-dashoffset: 0
	}
}

@keyframes vlt_menu_svg_path {
	0% {
		stroke-dasharray: 5279.2841796875;
		stroke-dashoffset: 5279.2841796875
	}
	100% {
		stroke-dasharray: 5279.2841796875;
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes vlt_rotate_90_deg {
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

@keyframes vlt_rotate_90_deg {
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

@-webkit-keyframes vlt_fade_in_from_bottom {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes vlt_fade_in_from_bottom {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes vlt_marquee {
	0% {
		-webkit-transform: translateX(0) translateZ(0);
		transform: translateX(0) translateZ(0)
	}
	100% {
		-webkit-transform: translateX(-100%) translateZ(0);
		transform: translateX(-100%) translateZ(0)
	}
}

@keyframes vlt_marquee {
	0% {
		-webkit-transform: translateX(0) translateZ(0);
		transform: translateX(0) translateZ(0)
	}
	100% {
		-webkit-transform: translateX(-100%) translateZ(0);
		transform: translateX(-100%) translateZ(0)
	}
}

@-webkit-keyframes vlt_bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}

@keyframes vlt_bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}

@-webkit-keyframes vlt_mask_circle_out {
	0% {
		-webkit-clip-path: circle(120px at var(--x) var(--y));
		clip-path: circle(120px at var(--x) var(--y))
	}
	100% {
		-webkit-clip-path: circle(0 at var(--x) var(--y));
		clip-path: circle(0 at var(--x) var(--y))
	}
}

@keyframes vlt_mask_circle_out {
	0% {
		-webkit-clip-path: circle(120px at var(--x) var(--y));
		clip-path: circle(120px at var(--x) var(--y))
	}
	100% {
		-webkit-clip-path: circle(0 at var(--x) var(--y));
		clip-path: circle(0 at var(--x) var(--y))
	}
}

@-webkit-keyframes vlt_mask_circle_in {
	0% {
		-webkit-clip-path: circle(0 at var(--x) var(--y));
		clip-path: circle(0 at var(--x) var(--y))
	}
	100% {
		-webkit-clip-path: circle(120px at var(--x) var(--y));
		clip-path: circle(120px at var(--x) var(--y))
	}
}

@keyframes vlt_mask_circle_in {
	0% {
		-webkit-clip-path: circle(0 at var(--x) var(--y));
		clip-path: circle(0 at var(--x) var(--y))
	}
	100% {
		-webkit-clip-path: circle(120px at var(--x) var(--y));
		clip-path: circle(120px at var(--x) var(--y))
	}
}

@-webkit-keyframes vlt_spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes vlt_spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.vlt-counter-up--style-2 .vlt-counter-up__title,
.vlt-counter-up--style-3 .vlt-counter-up__title,
.vlt-display-1,
.vlt-project-showcase--style-3 .vlt-project-showcase__category,
.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a,
.vlt-project-showcase--style-5 .vlt-project-showcase__category,
.vlt-project-showcase--style-7 .vlt-project-showcase__subtitle,
.vlt-section-title--style-1 .vlt-section-title__subtitle,
.vlt-slider-controls .vlt-swiper-button-next,
.vlt-slider-controls .vlt-swiper-button-prev,
.vlt-styled-list--style-3 li,
.vlt-widget--white .vlt-widget__title {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase
}

.vlt-cases-slider .vlt-cases-slider__category,
.vlt-comment-item__inner .vlt-comment-metas,
.vlt-display-2,
.vlt-post-meta,
.vlt-project-showcase--style-4 .vlt-project-showcase__category,
.vlt-slider-controls .vlt-swiper-pagination,
.vlt-team-member--style-1 .vlt-team-member__function,
.vlt-team-member--style-2 .vlt-team-member__function,
.vlt-team-member--style-4 .vlt-team-member__function,
.vlt-testimonial__function,
.vlt-types-list .vlt-types-list__category,
.vlt-widget--recent-posts .vlt-widget-post__content span,
.vlt-work--style-8 .vlt-work__category,
.vlt-work__category,
dl dd {
	font-size: 16px;
	line-height: 1.2
}

.vlt-display-3,
.vlt-page-navigation--style-2 .next span.label,
.vlt-page-navigation--style-2 .prev span.label {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.85px;
	text-transform: uppercase
}

.vlt-single-post__footer .vlt-post-tags a,
.vlt-widget--tagcloud a {
	font-size: 14px;
	display: inline-block;
	padding: 5px 12px;
	color: #8a8a8a;
	border: 1px solid #d6d6d6;
	background-color: #fff
}

.vlt-single-post__footer .vlt-post-tags a:hover,
.vlt-widget--tagcloud a:hover {
	color: #fff;
	border-color: #101010;
	background-color: #101010
}

.vlt-nav--offcanvas__navigation ul.sf-menu,
.vlt-nav--slide__navigation ul.sf-menu {
	position: relative;
	z-index: 2;
	width: 100%
}

.vlt-nav--offcanvas__navigation ul.sf-menu li,
.vlt-nav--slide__navigation ul.sf-menu li {
	width: 100%
}

.vlt-nav--offcanvas__navigation ul.sf-menu>li>a,
.vlt-nav--slide__navigation ul.sf-menu>li>a {
	font-size: 46px;
	font-weight: 700;
	line-height: 2;
	color: #101010
}

.vlt-nav--offcanvas__navigation ul.sf-menu>li>a::after,
.vlt-nav--slide__navigation ul.sf-menu>li>a::after {
	font-family: Skape;
	font-size: 16px;
	position: absolute;
	top: 50%;
	margin-left: 30px;
	content: '\e91c';
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	-webkit-transform: translate3d(-15px, -50%, 0);
	transform: translate3d(-15px, -50%, 0);
	opacity: 0
}

.vlt-nav--offcanvas__navigation ul.sf-menu>li.current-menu-item>a,
.vlt-nav--offcanvas__navigation ul.sf-menu>li:hover>a,
.vlt-nav--slide__navigation ul.sf-menu>li.current-menu-item>a,
.vlt-nav--slide__navigation ul.sf-menu>li:hover>a {
	color: #e31e25
}

.vlt-nav--offcanvas__navigation ul.sf-menu>li.current-menu-item>a::after,
.vlt-nav--offcanvas__navigation ul.sf-menu>li:hover>a::after,
.vlt-nav--slide__navigation ul.sf-menu>li.current-menu-item>a::after,
.vlt-nav--slide__navigation ul.sf-menu>li:hover>a::after {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	opacity: 1
}

.vlt-nav--offcanvas__navigation ul.sf-menu ul.sub-menu,
.vlt-nav--slide__navigation ul.sf-menu ul.sub-menu {
	padding-left: 15px
}

.vlt-nav--offcanvas__navigation ul.sf-menu ul.sub-menu>li>a,
.vlt-nav--slide__navigation ul.sf-menu ul.sub-menu>li>a {
	font-size: 16px;
	line-height: 2
}

.vlt-nav--offcanvas__navigation ul.sf-menu ul.sub-menu>li.current-menu-item>a,
.vlt-nav--offcanvas__navigation ul.sf-menu ul.sub-menu>li:hover>a,
.vlt-nav--slide__navigation ul.sf-menu ul.sub-menu>li.current-menu-item>a,
.vlt-nav--slide__navigation ul.sf-menu ul.sub-menu>li:hover>a {
	color: #e31e25
}

.has-primary-color {
	color: #e31e25
}

.has-primary-background-color {
	background-color: #e31e25
}

.has-white-color {
	color: #fff
}

.has-white-background-color {
	background-color: #fff
}

.has-black-color {
	color: #101010
}

.has-black-background-color {
	background-color: #101010
}

.has-light-gray-color {
	color: #e5e5e5
}

.has-light-gray-background-color {
	background-color: #e5e5e5
}

.has-extra-light-gray-color {
	color: #f5f5f5
}

.has-extra-light-gray-background-color {
	background-color: #f5f5f5
}

.has-gray-color {
	color: #bbb
}

.has-gray-background-color {
	background-color: #bbb
}

.vlt-gap-400 {
	height: 400px
}

@media only screen and (max-width:575px) {
	.vlt-gap-400--xs {
		height: 400px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-400--sm {
		height: 400px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-400--md {
		height: 400px
	}
}

.vlt-gap-270 {
	height: 270px
}

@media only screen and (max-width:575px) {
	.vlt-gap-270--xs {
		height: 270px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-270--sm {
		height: 270px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-270--md {
		height: 270px
	}
}

.vlt-gap-240 {
	height: 240px
}

@media only screen and (max-width:575px) {
	.vlt-gap-240--xs {
		height: 240px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-240--sm {
		height: 240px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-240--md {
		height: 240px
	}
}

.vlt-gap-200 {
	height: 200px
}

@media only screen and (max-width:575px) {
	.vlt-gap-200--xs {
		height: 200px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-200--sm {
		height: 200px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-200--md {
		height: 200px
	}
}

.vlt-gap-160 {
	height: 160px
}

@media only screen and (max-width:575px) {
	.vlt-gap-160--xs {
		height: 160px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-160--sm {
		height: 160px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-160--md {
		height: 160px
	}
}

.vlt-gap-150 {
	height: 150px
}

@media only screen and (max-width:575px) {
	.vlt-gap-150--xs {
		height: 150px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-150--sm {
		height: 150px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-150--md {
		height: 150px
	}
}

.vlt-gap-130 {
	height: 130px
}

@media only screen and (max-width:575px) {
	.vlt-gap-130--xs {
		height: 130px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-130--sm {
		height: 130px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-130--md {
		height: 130px
	}
}

.vlt-gap-120 {
	height: 120px
}

@media only screen and (max-width:575px) {
	.vlt-gap-120--xs {
		height: 120px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-120--sm {
		height: 120px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-120--md {
		height: 120px
	}
}

.vlt-gap-110 {
	height: 110px
}

@media only screen and (max-width:575px) {
	.vlt-gap-110--xs {
		height: 110px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-110--sm {
		height: 110px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-110--md {
		height: 110px
	}
}

.vlt-gap-100 {
	height: 100px
}

@media only screen and (max-width:575px) {
	.vlt-gap-100--xs {
		height: 100px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-100--sm {
		height: 100px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-100--md {
		height: 100px
	}
}

.vlt-gap-90 {
	height: 90px
}

@media only screen and (max-width:575px) {
	.vlt-gap-90--xs {
		height: 90px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-90--sm {
		height: 90px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-90--md {
		height: 90px
	}
}

.vlt-gap-80 {
	height: 80px
}

@media only screen and (max-width:575px) {
	.vlt-gap-80--xs {
		height: 80px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-80--sm {
		height: 80px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-80--md {
		height: 80px
	}
}

.vlt-gap-70 {
	height: 70px
}

@media only screen and (max-width:575px) {
	.vlt-gap-70--xs {
		height: 70px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-70--sm {
		height: 70px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-70--md {
		height: 70px
	}
}

.vlt-gap-60 {
	height: 60px
}

@media only screen and (max-width:575px) {
	.vlt-gap-60--xs {
		height: 60px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-60--sm {
		height: 60px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-60--md {
		height: 60px
	}
}

.vlt-gap-50 {
	height: 50px
}

@media only screen and (max-width:575px) {
	.vlt-gap-50--xs {
		height: 50px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-50--sm {
		height: 50px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-50--md {
		height: 50px
	}
}

.vlt-gap-40 {
	height: 40px
}

@media only screen and (max-width:575px) {
	.vlt-gap-40--xs {
		height: 40px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-40--sm {
		height: 40px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-40--md {
		height: 40px
	}
}

.vlt-gap-35 {
	height: 35px
}

@media only screen and (max-width:575px) {
	.vlt-gap-35--xs {
		height: 35px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-35--sm {
		height: 35px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-35--md {
		height: 35px
	}
}

.vlt-gap-30 {
	height: 30px
}

@media only screen and (max-width:575px) {
	.vlt-gap-30--xs {
		height: 30px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-30--sm {
		height: 30px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-30--md {
		height: 30px
	}
}

.vlt-gap-20 {
	height: 20px
}

@media only screen and (max-width:575px) {
	.vlt-gap-20--xs {
		height: 20px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-20--sm {
		height: 20px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-20--md {
		height: 20px
	}
}

.vlt-gap-15 {
	height: 15px
}

@media only screen and (max-width:575px) {
	.vlt-gap-15--xs {
		height: 15px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-15--sm {
		height: 15px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-15--md {
		height: 15px
	}
}

.vlt-gap-10 {
	height: 10px
}

@media only screen and (max-width:575px) {
	.vlt-gap-10--xs {
		height: 10px
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-10--sm {
		height: 10px
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-10--md {
		height: 10px
	}
}

.vlt-gap-0 {
	height: 0
}

@media only screen and (max-width:575px) {
	.vlt-gap-0--xs {
		height: 0
	}
}

@media only screen and (max-width:767px) {
	.vlt-gap-0--sm {
		height: 0
	}
}

@media only screen and (max-width:991px) {
	.vlt-gap-0--md {
		height: 0
	}
}

.lh-2 {
	line-height: 1.7
}

.lh-1 {
	line-height: 1.5
}

.lh-0 {
	line-height: 1
}

.fz-6 {
	font-size: 130px
}

.fz-5 {
	font-size: 110px
}

.fz-4 {
	font-size: 24px
}

.fz-3 {
	font-size: 20px
}

.fz-2 {
	font-size: 18px
}

.fz-1 {
	font-size: 16px
}

.vlt-pl-50 {
	padding-left: 50px
}

@media only screen and (max-width:575px) {
	.vlt-pl-50--xs {
		padding-left: 50px
	}
}

@media only screen and (max-width:767px) {
	.vlt-pl-50--sm {
		padding-left: 50px
	}
}

@media only screen and (max-width:991px) {
	.vlt-pl-50--md {
		padding-left: 50px
	}
}

.vlt-pl-70 {
	padding-left: 70px
}

@media only screen and (max-width:575px) {
	.vlt-pl-70--xs {
		padding-left: 70px
	}
}

@media only screen and (max-width:767px) {
	.vlt-pl-70--sm {
		padding-left: 70px
	}
}

@media only screen and (max-width:991px) {
	.vlt-pl-70--md {
		padding-left: 70px
	}
}

.vlt-pl-0 {
	padding-left: 0
}

@media only screen and (max-width:575px) {
	.vlt-pl-0--xs {
		padding-left: 0
	}
}

@media only screen and (max-width:767px) {
	.vlt-pl-0--sm {
		padding-left: 0
	}
}

@media only screen and (max-width:991px) {
	.vlt-pl-0--md {
		padding-left: 0
	}
}

.message.success {
	color: var(--success)
}

.message.danger {
	color: var(--danger)
}

.t-0 {
	top: 0
}

.r-0 {
	right: 0
}

.b-0 {
	bottom: 0
}

.l-0 {
	left: 0
}

.mh-550 {
	min-height: 550px
}

.spin {
	-webkit-animation: vlt_spin 5s linear infinite;
	animation: vlt_spin 5s linear infinite
}

.center-mode {
	position: absolute!important;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw)
}

.negative-top-offset {
	margin-top: -1.5em
}

@media only screen and (max-width:767px) {
	.negative-top-offset {
		margin-top: -1.2em
	}
}

.negative-top-offset-lg {
	margin-top: -3.2em
}

@media only screen and (max-width:767px) {
	.negative-top-offset-lg {
		margin-top: -2.4em
	}
}

.vlt-custom--1969 {
	font-size: 130px;
	line-height: 1.1
}

@media only screen and (max-width:991px) {
	.vlt-custom--1969 {
		font-size: 84px
	}
}

@media only screen and (max-width:767px) {
	.vlt-custom--1969 {
		font-size: 70px
	}
}

@media only screen and (max-width:575px) {
	.vlt-custom--1969 {
		font-size: 46px
	}
}

.vlt-custom--5156 {
	position: relative;
	z-index: 1
}

.vlt-custom--5156::after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	content: '';
	background-color: #fff
}

.vlt-custom--1632 {
	position: relative;
	z-index: 1
}

.vlt-custom--1632::after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	content: '';
	background-color: #f5f5f5
}

.vlt-custom--1529 {
	position: relative;
	z-index: 1;
	padding-right: 12%
}

.vlt-custom--1529::after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 100%;
	width: 9999em;
	height: 100%;
	content: '';
	background-color: #f5f5f5
}

.vlt-custom--6188 {
	position: relative;
	z-index: 1
}

.vlt-custom--6188::after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 100%;
	width: 9999em;
	height: 100%;
	content: '';
	background-color: #e31e25
}

.vlt-custom--1681 {
	position: relative;
	z-index: 1
}

.vlt-custom--1681::after {
	position: absolute;
	z-index: -1;
	top: -1px;
	left: 0;
	width: 33.333%;
	height: 101%;
	content: '';
	background-color: #fff
}

@media only screen and (max-width:991px) {
	.vlt-custom--1681::after {
		display: none
	}
}

@media only screen and (min-width:992px) {
	.vlt-custom--1599 {
		padding-left: 6%
	}
}

.vlt-custom--5150>* {
	max-width: 950px
}

.vlt-custom--1519 {
	position: relative;
	z-index: 1;
	padding: 90px;
	background-color: #101010;
	background-image: url(../img/root/architecture-shape.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 260px
}

@media only screen and (min-width:992px) {
	.vlt-custom--1519 {
		margin-top: -240px
	}
}

::-moz-selection {
	color: #fff;
	background-color: #101010
}

::selection {
	color: #fff;
	background-color: #101010
}

::-moz-selection {
	color: #fff;
	background-color: #101010
}

body {
	font-family: var(--pf);
	font-size: 18px;
	line-height: 1.5;
	min-width: 320px;
	margin: 0;
	padding: 0;
	color: #525252;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0 0 30px
}

p:empty {
	display: none
}

p:last-of-type {
	margin-bottom: 0
}

strong {
	font-weight: 700
}

mark {
	background-color: #e31e25
}

a {
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
	color: inherit
}

a:active,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

a:hover,
p a {
	color: #e31e25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #101010
}

.h1 i,
.h2 i,
.h3 i,
.h4 i,
.h5 i,
.h6 i,
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
	margin-right: 18px
}

.h1,
h1 {
	font-size: 70px;
	line-height: 1.15
}

.h2,
h2 {
	font-size: 46px;
	line-height: 1.25
}

.h3,
h3 {
	font-size: 32px;
	line-height: 1.4
}

.h4,
h4 {
	font-size: 26px;
	line-height: 1.4
}

.h5,
h5 {
	font-size: 24px;
	line-height: 1.4
}

.h6,
h6 {
	font-size: 18px;
	line-height: 1.5
}

blockquote {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 25px 0 25px 40px;
	color: #101010;
	border-left: 3px solid #e31e25
}

blockquote.pullquote {
	position: relative;
	z-index: 1;
	padding: 35px 20%;
	text-align: center;
	color: #fff;
	border: none
}

blockquote.pullquote::after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	background-color: #e31e25
}

blockquote.pullquote:hover::after {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01)
}

form {
	max-width: 100%
}

label {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #101010
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	font-size: 16px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #101010;
	border: none;
	border-bottom: 1px solid #d6d6d6;
	outline: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select {
	background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23D6D6D6\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
	background-repeat: no-repeat;
	background-position: right 0 bottom 50%;
	background-size: 18px 18px
}

textarea {
	width: 100%;
	max-width: 100%
}

button:focus,
input[type=submit]:focus {
	outline: 0
}

input[type=date].placeholder,
input[type=email].placeholder,
input[type=number].placeholder,
input[type=password].placeholder,
input[type=search].placeholder,
input[type=tel].placeholder,
input[type=text].placeholder,
input[type=url].placeholder,
select.placeholder,
textarea.placeholder {
	opacity: 1;
	color: #101010
}

input[type=date]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	color: #101010
}

input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #101010
}

input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	color: #101010
}

input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #101010
}

input[type=date]:focus.placeholder,
input[type=email]:focus.placeholder,
input[type=number]:focus.placeholder,
input[type=password]:focus.placeholder,
input[type=search]:focus.placeholder,
input[type=tel]:focus.placeholder,
input[type=text]:focus.placeholder,
input[type=url]:focus.placeholder,
select:focus.placeholder,
textarea:focus.placeholder {
	opacity: 0
}

input[type=date]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity: 0
}

input[type=date]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0
}

input[type=date]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0
}

input[type=date]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0
}

.vlt-form-label {
	position: absolute;
	top: 10px;
	left: 0;
	margin-bottom: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none
}

.vlt-form-control:not(:-moz-placeholder-shown)~.vlt-form-label {
	top: -20px
}

.vlt-form-control:not(:-ms-input-placeholder)~.vlt-form-label {
	top: -20px
}

.vlt-form-control:focus~.vlt-form-label,
.vlt-form-control:not(:placeholder-shown)~.vlt-form-label {
	top: -20px
}

.vlt-form-group {
	position: relative;
	display: block;
	margin-bottom: 30px
}

.vlt-form-row {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(1, 1fr)
}

.vlt-form-row.two-col {
	grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width:767px) {
	.vlt-form-row.two-col {
		grid-gap: 0;
		grid-template-columns: repeat(1, 1fr)
	}
}

.vlt-form-row.three-col {
	grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:767px) {
	.vlt-form-row.three-col {
		grid-gap: 0;
		grid-template-columns: repeat(1, 1fr)
	}
}

dl {
	margin-bottom: 0
}

dl dt {
	font-size: 18px;
	font-weight: 700;
	color: #101010
}

dl dd {
	margin-top: 8px;
	margin-bottom: 0;
	color: #8a8a8a
}

.vlt-main {
	position: relative;
	overflow: hidden;
	background-color: #fff
}

.vlt-page-content--padding {
	padding: 120px 0
}

.vlt-page-content--padding-top {
	padding-top: 120px
}

.vlt-page-content--padding-bottom {
	padding-bottom: 120px
}

.vlt-header--creative,
.vlt-header--default,
.vlt-header--fullscreen,
.vlt-header--offcanvas,
.vlt-header--slide {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	width: 100%;
	color: #101010
}

.vlt-header--creative.vlt-header--opaque,
.vlt-header--default.vlt-header--opaque,
.vlt-header--fullscreen.vlt-header--opaque,
.vlt-header--offcanvas.vlt-header--opaque,
.vlt-header--slide.vlt-header--opaque {
	position: relative
}

.vlt-header--creative.vlt-header--dark,
.vlt-header--default.vlt-header--dark,
.vlt-header--fullscreen.vlt-header--dark,
.vlt-header--offcanvas.vlt-header--dark,
.vlt-header--slide.vlt-header--dark {
	color: #fff
}

.vlt-navbar {
	position: relative;
	z-index: 50;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	will-change: background-color
}

.vlt-navbar .vlt-navbar-inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 90px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:767px) {
	.vlt-navbar .vlt-navbar-inner {
		min-height: 60px
	}
}

.vlt-navbar.vlt-navbar--fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.vlt-navbar.vlt-navbar--fixed.vlt-navbar--sticky {
	-webkit-animation: vlt_fade_in_down .3s forwards;
	animation: vlt_fade_in_down .3s forwards
}

.vlt-navbar.vlt-navbar--fixed.vlt-on-scroll-show {
	-webkit-animation: vlt_fade_in_down .3s forwards;
	animation: vlt_fade_in_down .3s forwards
}

.vlt-navbar.vlt-navbar--fixed.vlt-on-scroll-hide {
	-webkit-animation: vlt_fade_out_up .3s forwards;
	animation: vlt_fade_out_up .3s forwards
}

.vlt-navbar.vlt-navbar--transparent {
	background-color: transparent
}

.vlt-header--dark .vlt-navbar.vlt-navbar--transparent {
	background-color: transparent
}

.vlt-navbar,
.vlt-navbar.vlt-navbar--solid {
	background-color: #fff
}

.vlt-header--dark .vlt-navbar,
.vlt-header--dark .vlt-navbar.vlt-navbar--solid {
	background-color: #101010
}

.vlt-navbar.vlt-navbar--transparent-always {
	background-color: transparent
}

.vlt-header--dark .vlt-navbar.vlt-navbar--transparent-always {
	background-color: transparent
}

.vlt-navbar .vlt-navbar-logo {
	line-height: 1;
	display: inline-block
}

.vlt-navbar .vlt-navbar-logo:hover {
	color: currentColor
}

.vlt-navbar .vlt-navbar-logo h2 {
	font-size: 26px;
	line-height: 1;
	margin: 0;
	color: currentColor
}

.vlt-navbar .vlt-navbar-logo img {
	display: block;
	max-width: none
}

.vlt-header--dark .vlt-navbar .vlt-navbar-logo img {
	display: none
}

@media (max-width:1199px) {
	.vlt-header--dark .vlt-navbar .vlt-navbar-logo img {
		width: 170px
	}
}

@media (max-width:991px) {
	.vlt-header--dark .vlt-navbar .vlt-navbar-logo img {
		width: 100%
	}
}

.vlt-navbar .vlt-navbar-logo img.white {
	display: none
}

.vlt-header--dark .vlt-navbar .vlt-navbar-logo img.white {
	display: block
}

.vlt-navbar.vlt-navbar--white-text-on-top {
	color: #fff
}

.vlt-navbar.vlt-navbar--white-text-on-top .vlt-navbar-logo img.black {
	display: none
}

.vlt-navbar.vlt-navbar--white-text-on-top .vlt-navbar-logo img.white {
	display: block
}

.vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid {
	color: #101010
}

.vlt-header--dark .vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid {
	color: #fff
}

.vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo {
	color: #101010
}

.vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo img.black {
	display: block
}

.vlt-header--dark .vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo img.black {
	display: none
}

.vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo img.white {
	display: none
}

.vlt-header--dark .vlt-navbar.vlt-navbar--white-text-on-top.vlt-navbar--solid .vlt-navbar-logo img.white {
	display: block
}

.vlt-navbar-buttons {
	margin-left: 10px
}

.vlt-navbar-buttons a {
	font-size: 18px;
	line-height: 1;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: none;
	transition: none;
	color: currentColor
}

.vlt-navbar-buttons a+a {
	margin-left: 30px
}

.vlt-nav .vlt-nav-table {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.vlt-nav .vlt-nav-table--row {
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row
}

.vlt-nav .vlt-nav-table>* {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.vlt-nav .vlt-nav-table>.vlt-nav,
.vlt-nav .vlt-nav-table>.vlt-nav-row--full {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}

.vlt-nav .vlt-nav-table .vlt-nav-row--full {
	overflow: hidden;
	overflow-y: auto;
	min-height: 0
}

.vlt-nav .vlt-nav-table>.vlt-nav-row--center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.vlt-nav .vlt-nav-table>.vlt-nav-row--center>* {
	margin-top: auto;
	margin-bottom: auto
}

.vlt-nav .vlt-nav-table>.vlt-nav-row--bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.vlt-nav .vlt-nav-table>.vlt-nav-row--bottom>* {
	margin-top: auto
}

.vlt-menu-burger {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-direction: column;
	width: 34px;
	-webkit-transition: none;
	transition: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.vlt-menu-burger span {
	display: inline-block;
	height: 2px;
	margin: 4px 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: currentColor
}

.vlt-menu-burger span.line-one {
	width: 34px
}

.vlt-menu-burger span.line-two {
	width: 20px;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.vlt-menu-burger:hover {
	color: inherit
}

.vlt-menu-burger:hover:not(.vlt-menu-burger--opened) span.line-two {
	width: 34px
}

.vlt-menu-burger--opened span.line-one,
.vlt-menu-burger--opened span.line-two {
	width: 34px
}

.vlt-menu-burger--opened span.line-one {
	-webkit-transform: rotate(45deg) translateX(4px) translateY(3px);
	-ms-transform: rotate(45deg) translateX(4px) translateY(3px);
	transform: rotate(45deg) translateX(4px) translateY(3px)
}

.vlt-menu-burger--opened span.line-two {
	-webkit-transform: rotate(-45deg) translateX(4px) translateY(-3px);
	-ms-transform: rotate(-45deg) translateX(4px) translateY(-3px);
	transform: rotate(-45deg) translateX(4px) translateY(-3px);
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

[data-submenu-effect=style-1] ul.sf-menu {
	overflow: hidden
}

[data-submenu-effect=style-1] ul.sf-menu ul.sub-menu>li,
[data-submenu-effect=style-1] ul.sf-menu>li {
	position: static;
	display: block;
	float: none
}

[data-submenu-effect=style-1] ul.sub-menu {
	display: block;
	visibility: inherit
}

[data-submenu-effect=style-1] li.menu-item-has-children li.menu-item-has-children>ul.sub-menu,
[data-submenu-effect=style-1] li.menu-item-has-children>ul.sub-menu {
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	margin-left: 0
}

[data-submenu-effect=style-1] li.menu-item-has-children li.menu-item-has-children>ul.sub-menu>li>a,
[data-submenu-effect=style-1] li.menu-item-has-children>ul.sub-menu>li>a {
	display: none
}

[data-submenu-effect=style-2] ul.sf-menu {
	overflow: hidden
}

[data-submenu-effect=style-2] ul.sf-menu ul.sub-menu>li,
[data-submenu-effect=style-2] ul.sf-menu>li {
	position: static;
	display: inline-block;
	float: none
}

[data-submenu-effect=style-2] ul.sub-menu {
	display: block;
	visibility: inherit
}

[data-submenu-effect=style-2] li.menu-item-has-children li.menu-item-has-children>ul.sub-menu,
[data-submenu-effect=style-2] li.menu-item-has-children>ul.sub-menu {
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	margin-left: 0
}

[data-submenu-effect=style-2] li.menu-item-has-children li.menu-item-has-children>ul.sub-menu>li>a,
[data-submenu-effect=style-2] li.menu-item-has-children>ul.sub-menu>li>a {
	display: none
}

[data-submenu-effect=style-3] ul.sf-menu {
	overflow: hidden
}

[data-submenu-effect=style-3] ul.sf-menu>li {
	display: block;
	float: none
}

[data-submenu-effect=style-3] ul.sub-menu {
	position: static;
	display: none;
	margin: 0
}

[data-submenu-effect=style-3] li:hover ul.sub-menu {
	display: none
}

.vlt-nav--default .sf-menu {
	font-size: 0
}

.vlt-nav--default .sf-menu>li {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	float: none;
	min-height: 90px;
	padding: 0 17px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:1199px) {
	.vlt-nav--default .sf-menu>li {
		padding: 0 6px
	}
}

.vlt-nav--default .sf-menu>li>a {
	font-size: 17px;
	font-weight: 500;
	opacity: .85
}

.vlt-nav--default .sf-menu>li>a span {
	position: relative;
	padding: 0 8px
}

@media (max-width:1199px) {
	.vlt-nav--default .sf-menu>li>a span {
		font-size: 16px
	}
}

.vlt-nav--default .sf-menu>li>a span::after {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #e31e25
}

.vlt-header--dark .vlt-nav--default .sf-menu>li>a span::after {
	background-color: #fff
}

.vlt-nav--default .sf-menu>li.current-menu-item>a,
.vlt-nav--default .sf-menu>li.sfHover>a,
.vlt-nav--default .sf-menu>li:hover>a {
	color: #e31e25
}

.vlt-header--dark .vlt-nav--default .sf-menu>li.current-menu-item>a,
.vlt-header--dark .vlt-nav--default .sf-menu>li.sfHover>a,
.vlt-header--dark .vlt-nav--default .sf-menu>li:hover>a {
	opacity: 1;
	color: inherit
}

.vlt-nav--default .sf-menu>li.current-menu-item>a>span::after,
.vlt-nav--default .sf-menu>li.sfHover>a>span::after,
.vlt-nav--default .sf-menu>li:hover>a>span::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.vlt-nav--default .sf-menu ul.sub-menu {
	min-width: 290px;
	padding: 30px 0;
	background-color: #101010;
	-webkit-box-shadow: 0 5px 10px 0 rgba(16, 16, 16, .05);
	box-shadow: 0 5px 10px 0 rgba(16, 16, 16, .05)
}

.vlt-header--dark .vlt-nav--default .sf-menu ul.sub-menu {
	background-color: #fff
}

.vlt-nav--default .sf-menu ul.sub-menu ul.sub-menu {
	top: -30px
}

.vlt-nav--default .sf-menu ul.sub-menu li {
	display: block
}

.vlt-nav--default .sf-menu ul.sub-menu li a {
	font-size: 16px;
	line-height: 1.8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 4px 40px;
	white-space: nowrap;
	color: #b3b3b3;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.vlt-header--dark .vlt-nav--default .sf-menu ul.sub-menu li a {
	color: #656565
}

.vlt-nav--default .sf-menu ul.sub-menu li a>span {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.vlt-nav--default .sf-menu ul.sub-menu li.menu-item-has-children>a::after {
	font-family: Skape;
	font-size: 50%;
	content: '\e908'
}

.vlt-nav--default .sf-menu ul.sub-menu li:hover>a:not(.label)>span {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.vlt-nav--default .sf-menu ul.sub-menu li.current-menu-item>a,
.vlt-nav--default .sf-menu ul.sub-menu li.sfHover>a,
.vlt-nav--default .sf-menu ul.sub-menu li:hover>a {
	color: #fff
}

.vlt-header--dark .vlt-nav--default .sf-menu ul.sub-menu li.current-menu-item>a,
.vlt-header--dark .vlt-nav--default .sf-menu ul.sub-menu li.sfHover>a,
.vlt-header--dark .vlt-nav--default .sf-menu ul.sub-menu li:hover>a {
	color: #e31e25
}

.vlt-nav--creative {
	position: fixed;
	z-index: 70;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	overflow: hidden;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	opacity: 0;
	background-color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-nav--creative.is-open {
	visibility: visible;
	opacity: 1
}

.vlt-nav--creative__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 90px;
	color: #101010;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-nav--creative__navigation {
	z-index: 2;
	padding: 0 15%;
	text-align: center
}

.vlt-nav--creative__navigation ul.sf-menu {
	position: relative;
	z-index: 2;
	width: 100%
}

.vlt-nav--creative__navigation ul.sf-menu li a {
	font-size: 70px;
	font-weight: 700;
	line-height: 1.57;
	padding: 0 60px;
	-webkit-transition: background-position .5s;
	transition: background-position .5s;
	color: #101010;
	background-image: -webkit-gradient(linear, right top, left top, from(currentColor), color-stop(50%, currentColor), color-stop(50%, transparent));
	background-image: -webkit-linear-gradient(right, currentColor 0, currentColor 50%, transparent 50%);
	background-image: linear-gradient(to left, currentColor 0, currentColor 50%, transparent 50%);
	background-position: 0 0;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 200%;
	-webkit-text-stroke-color: currentColor;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px
}

.vlt-nav--creative__navigation ul.sf-menu li.current-menu-item>a,
.vlt-nav--creative__navigation ul.sf-menu li:hover>a {
	color: #101010;
	background-position: -100% 0
}

.vlt-nav--creative__footer {
	padding-bottom: 50px;
	color: #101010
}

.vlt-nav--creative__footer .vlt-widget~.vlt-widget {
	margin-top: 0
}

.vlt-nav--creative-dark {
	background-color: #101010
}

.vlt-nav--creative-dark .vlt-nav--creative__navigation ul.sf-menu li a {
	color: #fff
}

.vlt-nav--creative-dark .vlt-nav--creative__navigation ul.sf-menu li.current-menu-item>a,
.vlt-nav--creative-dark .vlt-nav--creative__navigation ul.sf-menu li:hover>a {
	color: #fff
}

.vlt-nav--creative-dark .vlt-nav--creative__footer,
.vlt-nav--creative-dark .vlt-nav--creative__header {
	color: #fff
}

.vlt-nav--offcanvas {
	position: fixed;
	z-index: 70;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	overflow: hidden;
	flex-direction: column;
	width: 65vw;
	height: 100%;
	padding: 120px 60px 120px 165px;
	-webkit-transition: visibility .3s, -webkit-transform .3s;
	transition: visibility .3s, -webkit-transform .3s;
	transition: transform .3s, visibility .3s;
	transition: transform .3s, visibility .3s, -webkit-transform .3s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-nav--offcanvas.is-open {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.vlt-nav--offcanvas .vlt-nav-row {
	margin-right: 60px
}

.vlt-nav--offcanvas .vlt-menu-burger {
	position: absolute;
	z-index: 1;
	top: 35px;
	right: 60px;
	cursor: pointer;
	color: #101010
}

.vlt-nav--offcanvas__sidebar {
	color: #101010
}

.vlt-nav--offcanvas__sidebar .vlt-widget~.vlt-widget {
	margin-top: 0
}

.vlt-nav--offcanvas__sidebar .vlt-widget+.vlt-widget {
	margin-top: 50px
}

.vlt-nav--offcanvas-dark {
	background-color: #101010
}

.vlt-nav--offcanvas-dark .vlt-nav--offcanvas__navigation ul.sf-menu>li a {
	color: rgba(255, 255, 255, .85)
}

.vlt-nav--offcanvas-dark .vlt-nav--offcanvas__navigation ul.sf-menu>li.current-menu-item>a,
.vlt-nav--offcanvas-dark .vlt-nav--offcanvas__navigation ul.sf-menu>li:hover>a {
	color: #fff
}

.vlt-nav--offcanvas-dark .vlt-menu-burger,
.vlt-nav--offcanvas-dark .vlt-nav--offcanvas__sidebar {
	color: #fff
}

.vlt-nav--fullscreen {
	position: fixed;
	z-index: 70;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	overflow: hidden;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	opacity: 0;
	background-color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-nav--fullscreen.is-open {
	visibility: visible;
	opacity: 1
}

.vlt-nav--fullscreen__mask {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	color: #e5e5e5
}

@media only screen and (max-width:767px) {
	.vlt-nav--fullscreen__mask {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(.75);
		transform: translate3d(-50%, -50%, 0) scale(.75)
	}
}

.is-open .vlt-nav--fullscreen__mask svg path {
	-webkit-animation: vlt_menu_svg_path 7s forwards;
	animation: vlt_menu_svg_path 7s forwards
}

.vlt-nav--fullscreen__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 90px;
	color: #101010;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-nav--fullscreen__navigation {
	z-index: 2;
	text-align: center
}

.vlt-nav--fullscreen__navigation ul.sf-menu {
	position: relative;
	z-index: 2;
	width: 100%
}

.vlt-nav--fullscreen__navigation ul.sf-menu li {
	width: 100%
}

.vlt-nav--fullscreen__navigation ul.sf-menu li a {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.7;
	color: #101010
}

@media only screen and (max-width:767px) {
	.vlt-nav--fullscreen__navigation ul.sf-menu li a {
		font-size: 23px
	}
}

.vlt-nav--fullscreen__navigation ul.sf-menu li a::after {
	font-family: Skape;
	font-size: 16px;
	position: absolute;
	top: 50%;
	margin-left: 30px;
	content: '\e91c';
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	-webkit-transform: translate3d(-15px, -50%, 0);
	transform: translate3d(-15px, -50%, 0);
	opacity: 0
}

.vlt-nav--fullscreen__navigation ul.sf-menu li.current-menu-item>a,
.vlt-nav--fullscreen__navigation ul.sf-menu li:hover>a {
	color: #e31e25
}

.vlt-nav--fullscreen__navigation ul.sf-menu li.current-menu-item>a::after,
.vlt-nav--fullscreen__navigation ul.sf-menu li:hover>a::after {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	opacity: 1
}

.vlt-nav--fullscreen__footer {
	padding-bottom: 50px;
	color: #101010
}

.vlt-nav--fullscreen__footer .vlt-widget~.vlt-widget {
	margin-top: 0
}

.vlt-nav--fullscreen-dark {
	background-color: #101010
}

.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__mask {
	color: #2f2f2f
}

.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__navigation ul.sf-menu li a {
	color: rgba(255, 255, 255, .85)
}

.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__navigation ul.sf-menu li.current-menu-item>a,
.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__navigation ul.sf-menu li:hover>a {
	color: #fff
}

.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__footer,
.vlt-nav--fullscreen-dark .vlt-nav--fullscreen__header {
	color: #fff
}

.vlt-header--slide {
	position: fixed;
	z-index: 90;
	top: 0;
	bottom: 0;
	left: 0;
	width: 90px
}

.vlt-header--slide .vlt-navbar {
	height: 100%;
	padding: 0
}

.vlt-header--slide .vlt-navbar-inner {
	flex-direction: column;
	height: 100%;
	padding: 40px 20px;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.vlt-header--slide .vlt-navbar-inner--bottom .vlt-navbar-socials {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.vlt-header--slide .vlt-navbar-inner--bottom .vlt-navbar-socials .vlt-social-icon {
	margin: 0
}

.vlt-header--slide .vlt-navbar-inner--bottom .vlt-navbar-socials .vlt-social-icon+.vlt-social-icon {
	margin-top: 20px
}

.vlt-header--slide .vlt-navbar-logo h2 {
	font-size: 46px
}

@media only screen and (min-width:992px) {
	.vlt-is--header-slide body {
		padding-left: 90px!important
	}
}

.vlt-nav--slide {
	position: fixed;
	z-index: 80;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	width: 65vw;
	padding: 120px 0 120px 210px;
	-webkit-transition: visibility .3s, -webkit-transform .3s;
	transition: visibility .3s, -webkit-transform .3s;
	transition: transform .3s, visibility .3s;
	transition: transform .3s, visibility .3s, -webkit-transform .3s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-nav--slide.is-open {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.vlt-nav--slide .vlt-nav-row {
	margin-right: 60px
}

.vlt-nav--slide__sidebar {
	color: #101010
}

.vlt-nav--slide__sidebar .vlt-widget~.vlt-widget {
	margin-top: 0
}

.vlt-nav--slide__sidebar .vlt-widget+.vlt-widget {
	margin-top: 50px
}

.vlt-footer {
	position: relative;
	overflow: hidden;
	background-color: #101010
}

.vlt-footer--fixed {
	z-index: 10;
	will-change: transform
}

.vlt-is--footer-fixed .vlt-main {
	z-index: 20
}

.vlt-footer--style-1 {
	padding: 95px 0;
	background-image: url(../img/root/footer-shape-1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 400px
}

@media only screen and (max-width:991px) {
	.vlt-footer--style-1 [class^=col-]+[class^=col-] {
		margin-top: 30px
	}
}

.vlt-footer--style-2 {
	padding: 145px 0;
	color: #fff;
	background-image: url(../img/root/footer-style-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.vlt-footer--style-2 p {
	color: #b3b3b3
}

.vlt-footer--style-3 {
	padding: 120px 0;
	background-image: url(../img/root/footer-shape-2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 465px
}

@media only screen and (max-width:991px) {
	.vlt-footer--style-3 .col-lg-6 {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:575px) {
	.vlt-footer--style-3 .col-lg-3+.col-lg-3 {
		margin-top: 30px
	}
}

.vlt-page-comments {
	margin-top: 100px
}

.vlt-page-comments__title {
	margin-bottom: 70px
}

.vlt-page-comments .vlt-comments,
.vlt-page-comments .vlt-comments ul.children {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.vlt-page-comments .vlt-comments li.vlt-comment-item,
.vlt-page-comments .vlt-comments ul.children li.vlt-comment-item {
	padding: 30px 0
}

.vlt-page-comments .vlt-comments li.vlt-comment-item:first-child,
.vlt-page-comments .vlt-comments ul.children li.vlt-comment-item:first-child {
	padding-top: 0
}

.vlt-page-comments .vlt-comments li.vlt-comment-item:last-child,
.vlt-page-comments .vlt-comments ul.children li.vlt-comment-item:last-child {
	padding-bottom: 0
}

.vlt-page-comments .vlt-comments ul.children {
	margin-top: 60px;
	margin-left: 55px;
	padding-left: 40px;
	border-left: 1px solid #d6d6d6
}

@media only screen and (max-width:767px) {
	.vlt-page-comments .vlt-comments ul.children {
		margin-left: 0;
		padding-left: 0;
		border: none
	}
}

.vlt-page-comments .vlt-comments ul.children li.vlt-comment-item:last-child {
	padding-bottom: 0
}

.vlt-page-comments .form-submit {
	margin-top: 60px
}

.vlt-page-comments--style-1 .vlt-page-comments__form {
	margin-top: 100px;
	padding: 100px 0;
	background-color: #f5f5f5
}

.vlt-page-comments--style-2 .vlt-page-comments__form {
	margin-top: 100px
}

.vlt-comment-item__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 0
}

.vlt-comment-item__inner .vlt-comment-avatar {
	margin-right: 40px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media only screen and (max-width:767px) {
	.vlt-comment-item__inner .vlt-comment-avatar {
		display: none
	}
}

.vlt-comment-item__inner .vlt-comment-avatar img {
	max-width: 90px
}

.vlt-comment-item__inner .vlt-comment-content {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.vlt-comment-item__inner .vlt-comment-name {
	font-size: 20px
}

.vlt-comment-item__inner .vlt-comment-metas {
	margin-top: 10px;
	color: #8a8a8a
}

.vlt-comment-item__inner .vlt-comment-header {
	position: relative
}

.vlt-comment-item__inner .vlt-comment-header .vlt-comment-reply {
	position: absolute;
	top: 0;
	right: 0
}

.vlt-comment-item__inner .vlt-comment-text {
	margin-top: 30px
}

.vlt-comment-item__inner .vlt-comment-reply {
	font-size: 14px;
	font-weight: 700;
	padding: 8px 20px;
	color: #101010;
	border: 1px solid #d6d6d6;
	background-color: #fff
}

.vlt-comment-item__inner .vlt-comment-reply i {
	font-size: 10px;
	display: inline-block;
	margin-right: 11px
}

.vlt-comment-item__inner .vlt-comment-reply:hover {
	color: #fff;
	border: 1px solid #101010;
	background-color: #101010
}

.vlt-comment-item__inner .vlt-comment-reply:hover i {
	-webkit-animation: vlt_animate_icon_right .3s forwards;
	animation: vlt_animate_icon_right .3s forwards
}

.vlt-sidebar--right {
	padding-left: 40px
}

@media only screen and (max-width:991px) {
	.vlt-sidebar--right {
		margin-top: 60px;
		padding-left: 0
	}
}

.vlt-sidebar--left {
	padding-right: 40px
}

@media only screen and (max-width:991px) {
	.vlt-sidebar--left {
		margin-top: 60px;
		padding-right: 0
	}
}

.vlt-widget {
	display: block
}

.vlt-widget~.vlt-widget {
	margin-top: 65px
}

.vlt-widget .vlt-widget__title {
	margin: 0 0 30px
}

.vlt-widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.vlt-widget ul li {
	clear: both
}

.vlt-widget ul .children {
	margin-left: 10px
}

.vlt-widget--white {
	color: #fff
}

.vlt-widget--white a:hover {
	color: rgba(255, 255, 255, .8)
}

.vlt-widget--white .vlt-widget__title {
	margin-bottom: 20px;
	color: #8a8a8a
}

.vlt-widget--search .vlt-search-form {
	position: relative;
	overflow: hidden
}

.vlt-widget--search .vlt-search-form input[type=text] {
	padding-right: 50px
}

.vlt-widget--search .vlt-search-form input[type=text]:focus+button {
	-webkit-animation: vlt_animate_icon_right .3s forwards;
	animation: vlt_animate_icon_right .3s forwards
}

.vlt-widget--search .vlt-search-form button {
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #101010;
	border: none;
	background: 0 0
}

.vlt-widget--search .vlt-search-form button:hover {
	color: #e31e25
}

.vlt-widget--html .vlt-text-stroke {
	color: inherit
}

.vlt-widget--text {
	font-size: 16px
}

.vlt-widget--text.vlt-widget--white {
	line-height: 1.7
}

.vlt-widget--text.vlt-widget--white ul {
	line-height: 2
}

.vlt-widget--text img {
	margin-bottom: 30px
}

.vlt-widget--text .vlt-social-icons {
	margin-top: 25px;
	color: #101010
}

.vlt-widget--recent-posts .vlt-widget-post+.vlt-widget-post {
	margin-top: 20px
}

.vlt-widget--recent-posts .vlt-widget-post {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-widget--recent-posts .vlt-widget-post .vlt-widget-post__thumbnail+.vlt-widget-post__content {
	margin-left: 30px
}

.vlt-widget--recent-posts .vlt-widget-post__thumbnail {
	overflow: hidden;
	max-width: 90px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.vlt-widget--recent-posts .vlt-widget-post__thumbnail img {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-widget--recent-posts .vlt-widget-post__content {
	overflow: hidden;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.vlt-widget--recent-posts .vlt-widget-post__content span {
	font-size: 14px;
	color: #8a8a8a
}

.vlt-widget--recent-posts .vlt-widget-post__content h5 {
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis
}

.vlt-widget--recent-posts .vlt-widget-post:hover .vlt-widget-post__thumbnail img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.vlt-widget--tagcloud {
	margin-bottom: -10px
}

.vlt-widget--tagcloud a {
	margin: 0 10px 10px 0
}

.vlt-widget--categories {
	font-size: 16px;
	font-weight: 700;
	color: #101010
}

.vlt-widget--categories ul {
	border-top: 1px solid #d6d6d6
}

.vlt-widget--categories ul li {
	padding: 15px 0;
	border-bottom: 1px solid #d6d6d6
}

.vlt-widget--categories ul li span {
	margin-left: 8px
}

.vlt-widget--instagram .vlt-instagram-feed {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -5px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.vlt-widget--instagram .vlt-instagram-feed[data-columns='3']>div {
	width: 33.333%;
	padding: 5px
}

.vlt-widget--instagram .vlt-instagram-feed[data-columns='4'] {
	margin: -15px
}

.vlt-widget--instagram .vlt-instagram-feed[data-columns='4']>div {
	width: 25%;
	padding: 15px
}

.vlt-widget--instagram .vlt-instagram-feed[data-columns='4']>div:nth-child(2n),
.vlt-widget--instagram .vlt-instagram-feed[data-columns='4']>div:nth-child(4n) {
	margin-top: 60px
}

.vlt-widget--instagram .vlt-instagram-feed .vlt-instagram-item {
	position: relative;
	overflow: hidden
}

.vlt-widget--instagram .vlt-instagram-feed .vlt-instagram-item img {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-widget--instagram .vlt-instagram-feed .vlt-instagram-item__content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
	background-color: rgba(16, 16, 16, .3);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vlt-widget--instagram .vlt-instagram-feed .vlt-instagram-item__content .vlt-instagram-item__meta {
	font-size: 14px;
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-widget--instagram .vlt-instagram-feed .vlt-instagram-item__content .vlt-instagram-item__meta i {
	margin-right: 8px
}

.vlt-widget--instagram .vlt-instagram-feed .vlt-instagram-item__content .vlt-instagram-item__meta span+span {
	margin-left: 30px
}

.vlt-widget--instagram .vlt-instagram-feed .vlt-instagram-item:hover img {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0)
}

.vlt-widget--instagram .vlt-instagram-feed .vlt-instagram-item:hover .vlt-instagram-item__content {
	opacity: 1
}

.vlt-widget--instagram .vlt-instagram-feed .vlt-instagram-item:hover .vlt-instagram-item__content .vlt-instagram-item__meta {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	opacity: 1
}

.vlt-widget--links {
	font-size: 24px;
	line-height: 2
}

.vlt-page--404 .vlt-simple-image {
	max-width: 490px
}

@media only screen and (max-width:767px) {
	.vlt-page--404 .vlt-simple-image {
		max-width: 100%
	}
}

.vlt-post-meta span+span::before {
	margin-left: 6px;
	padding-right: 6px;
	content: '/'
}

.vlt-single-post__header {
	margin-bottom: 50px
}

.vlt-single-post__header .vlt-post-meta {
	margin-top: 15px;
	color: #8a8a8a
}

.vlt-single-post__footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:991px) {
	.vlt-single-post__footer {
		display: block
	}
}

.vlt-single-post__footer .vlt-post-tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-single-post__footer .vlt-post-tags__title {
	font-size: 14px;
	line-height: 1.2;
	margin-right: 25px
}

.vlt-single-post__footer .vlt-post-tags a+a {
	margin-left: 10px
}

.vlt-single-post__footer .vlt-post-share {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:991px) {
	.vlt-single-post__footer .vlt-post-share {
		margin-top: 30px
	}
}

.vlt-single-post__footer .vlt-post-share__title {
	font-size: 14px;
	line-height: 1.2;
	margin-right: 25px
}

.vlt-post {
	position: relative
}

.vlt-post__link {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.vlt-post__media {
	position: relative;
	overflow: hidden
}

.vlt-post__media img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s, -webkit-transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform, opacity
}

.vlt-post:hover .vlt-post__media img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.vlt-post--style-1 .vlt-post__content {
	padding-top: 40px
}

.vlt-post--style-1 .vlt-post__header {
	margin-bottom: 30px
}

.vlt-post--style-1 .vlt-post__header .vlt-post-meta {
	margin-bottom: 15px;
	color: #8a8a8a
}

.vlt-post--style-1 .vlt-post__footer {
	margin-top: 35px;
	color: #101010
}

.vlt-post--style-2 .vlt-post__content {
	padding-top: 35px
}

[data-columns='1'] .vlt-post--style-2 .vlt-post__content {
	padding-right: 20%;
	padding-left: 20%
}

.vlt-post--style-2 .vlt-post__header {
	margin-bottom: 20px
}

.vlt-post--style-2 .vlt-post__header .vlt-post-meta {
	margin-bottom: 20px;
	color: #8a8a8a
}

.vlt-post--style-2 .vlt-post__header .vlt-post-title {
	font-size: 26px;
	line-height: 1.4
}

.col-md-3 .vlt-post--style-2 .vlt-post__header .vlt-post-title,
[data-columns='4'] .vlt-post--style-2 .vlt-post__header .vlt-post-title {
	font-size: 20px
}

[data-columns='1'] .vlt-post--style-2 .vlt-post__header .vlt-post-title {
	font-size: 32px
}

.vlt-post--style-3 .vlt-post__content {
	padding: 35px 40px 40px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	background-color: #f5f5f5
}

[data-columns='2'] .vlt-post--style-3 .vlt-post__content {
	padding-right: 45px;
	padding-left: 45px
}

[data-columns='4'] .vlt-post--style-3 .vlt-post__content {
	padding: 30px
}

.vlt-post--style-3 .vlt-post__header .vlt-post-meta {
	margin-bottom: 20px;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #8a8a8a
}

.vlt-post--style-3 .vlt-post__header .vlt-post-title {
	font-size: 24px;
	line-height: 1.4
}

[data-columns='4'] .vlt-post--style-3 .vlt-post__header .vlt-post-title {
	font-size: 18px;
	line-height: 1.5
}

.vlt-post--style-3 .vlt-post__header .vlt-post-title a:hover {
	opacity: .8
}

.vlt-post--style-3:hover .vlt-post__header .vlt-post-meta,
.vlt-post--style-3:hover .vlt-post__header .vlt-post-title,
.vlt-post--style-3:hover .vlt-post__header .vlt-post-title>a:hover {
	color: #fff
}

.vlt-post--style-3:hover .vlt-post__content {
	background-color: #e31e25
}

.vlt-post--style-4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row
}

@media only screen and (max-width:767px) {
	.vlt-post--style-4 {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.vlt-post--style-4 .vlt-post__media {
	width: 100%;
	max-width: 390px;
	margin-right: 70px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media only screen and (max-width:767px) {
	.vlt-post--style-4 .vlt-post__media {
		max-width: unset;
		margin-right: 0
	}
}

.vlt-post--style-4 .vlt-post__content {
	padding: 40px 0;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.vlt-post--style-4 .vlt-post__header {
	margin-bottom: 20px
}

.vlt-post--style-4 .vlt-post__header .vlt-post-meta {
	margin-bottom: 15px;
	color: #8a8a8a
}

.vlt-post--style-4 .vlt-post__header .vlt-post-title {
	font-size: 26px;
	line-height: 1.4
}

.vlt-post--style-5 {
	margin-top: -1px;
	padding: 40px 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6
}

.vlt-post--style-5 .vlt-post__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row
}

@media only screen and (max-width:767px) {
	.vlt-post--style-5 .vlt-post__content {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.vlt-post--style-5 .vlt-post-date {
	font-weight: 700;
	margin-right: 120px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	text-align: center;
	text-transform: uppercase;
	opacity: .5;
	color: #101010
}

@media only screen and (max-width:767px) {
	.vlt-post--style-5 .vlt-post-date {
		display: none
	}
}

.vlt-post--style-5 .vlt-post-date span {
	display: block
}

.vlt-post--style-5 .vlt-post-date span:nth-child(1) {
	font-size: 46px;
	line-height: 1
}

.vlt-post--style-5 .vlt-post-date span:nth-child(2) {
	font-size: 14px
}

.vlt-post--style-5 .vlt-post-title {
	font-size: 26px;
	line-height: 1.4;
	margin-right: 100px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: .5;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.vlt-post--style-5 .vlt-post-title a {
	color: inherit
}

.vlt-post--style-5 .vlt-post-title a:hover {
	opacity: .8
}

.vlt-post--style-5 .vlt-post-category {
	font-weight: 700;
	margin-left: 40px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: .5;
	color: #101010
}

@media only screen and (max-width:767px) {
	.vlt-post--style-5 .vlt-post-category {
		margin-top: 20px;
		margin-left: 0
	}
}

.vlt-post--style-5:hover .vlt-post-category,
.vlt-post--style-5:hover .vlt-post-date,
.vlt-post--style-5:hover .vlt-post-title {
	opacity: 1
}

.vlt-post--style-6 .vlt-post__media {
	background-color: #101010
}

.vlt-post--style-6 .vlt-post__media img {
	opacity: .6
}

.vlt-post--style-6 .vlt-post__content {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 45px 50px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
	box-shadow: inset 0 0 0 1px #d6d6d6;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.vlt-post--style-6 .vlt-post__header .vlt-post-meta {
	margin-bottom: 15px;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #8a8a8a
}

.vlt-post--style-6 .vlt-post__header .vlt-post-title {
	font-size: 26px;
	line-height: 1.4
}

.vlt-post--style-6 .vlt-post__header .vlt-post-title a:hover {
	opacity: .8;
	color: inherit
}

.vlt-post--style-6 .vlt-post__footer {
	color: #101010
}

.vlt-post--style-6 .vlt-post__footer a:hover {
	opacity: .8;
	color: inherit
}

.vlt-post--style-6:hover .vlt-post__header .vlt-post-meta,
.vlt-post--style-6:hover .vlt-post__header .vlt-post-title,
.vlt-post--style-6:hover .vlt-post__header .vlt-post-title>a:hover {
	color: #fff
}

.vlt-post--style-6:hover .vlt-post__footer {
	color: #fff
}

.vlt-post--style-6:hover .vlt-post__content {
	background-color: rgba(255, 255, 255, 0)
}

.vlt-post--style-7 .vlt-post__media {
	background-color: #101010
}

.vlt-post--style-7 .vlt-post__media img {
	opacity: .6
}

.vlt-post--style-7 .vlt-post__content {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 40px 60px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.vlt-post--style-7 .vlt-post__header .vlt-post-meta {
	margin-bottom: 15px;
	color: #fff
}

.vlt-post--style-7 .vlt-post__header .vlt-post-title {
	font-size: 26px;
	line-height: 1.4;
	color: #fff
}

.vlt-post--style-7 .vlt-post__header .vlt-post-title a:hover {
	opacity: .8;
	color: inherit
}

.vlt-project-showcase--style-1 .vlt-project-showcase__item+.vlt-project-showcase__item {
	margin-top: 15px
}

.vlt-project-showcase--style-1 .vlt-project-showcase__title {
	font-size: 70px;
	line-height: 1.57;
	display: inline-block;
	color: #101010
}

@media only screen and (max-width:767px) {
	.vlt-project-showcase--style-1 .vlt-project-showcase__title {
		font-size: 46px
	}
}

.vlt-project-showcase--style-1 .vlt-project-showcase__title a {
	-webkit-transition: background-position .5s;
	transition: background-position .5s;
	background-image: -webkit-gradient(linear, right top, left top, from(currentColor), color-stop(50%, currentColor), color-stop(50%, transparent));
	background-image: -webkit-linear-gradient(right, currentColor 0, currentColor 50%, transparent 50%);
	background-image: linear-gradient(to left, currentColor 0, currentColor 50%, transparent 50%);
	background-position: 0 0;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 200%;
	-webkit-text-stroke-color: currentColor;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px
}

.vlt-project-showcase--style-1 .vlt-project-showcase__title a:hover {
	color: inherit;
	background-position: -100% 0
}

.vlt-project-showcase--style-2 {
	height: 100vh;
	min-height: 550px;
	text-align: center
}

.vlt-project-showcase--style-2 .swiper-container,
.vlt-project-showcase--style-2 .swiper-wrapper {
	height: 100%
}

.vlt-project-showcase--style-2 .swiper-slide {
	height: auto
}

.vlt-project-showcase--style-2 .vlt-project-showcase__item {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 50vh;
	color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-project-showcase--style-2 .vlt-project-showcase__image {
	position: absolute;
	z-index: -1;
	top: -50px;
	right: 0;
	bottom: -50px;
	left: 0;
	-webkit-transition: -webkit-clip-path .5s;
	transition: -webkit-clip-path .5s;
	transition: clip-path .5s;
	transition: clip-path .5s, -webkit-clip-path .5s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0)
}

.vlt-project-showcase--style-2 .vlt-project-showcase__content {
	position: relative;
	display: inline-block
}

.vlt-project-showcase--style-2 .vlt-project-showcase__title {
	font-size: 110px;
	line-height: 1.1;
	display: inline-block;
	color: inherit
}

@media only screen and (max-width:767px) {
	.vlt-project-showcase--style-2 .vlt-project-showcase__title {
		font-size: 70px
	}
}

.vlt-project-showcase--style-2 .vlt-project-showcase__title a {
	-webkit-transition: background-position .5s;
	transition: background-position .5s;
	background-image: -webkit-gradient(linear, right top, left top, from(currentColor), color-stop(50%, currentColor), color-stop(50%, transparent));
	background-image: -webkit-linear-gradient(right, currentColor 0, currentColor 50%, transparent 50%);
	background-image: linear-gradient(to left, currentColor 0, currentColor 50%, transparent 50%);
	background-position: 0 0;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 200%;
	-webkit-text-stroke-color: currentColor;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px
}

.vlt-project-showcase--style-2 .vlt-project-showcase__title a:hover {
	color: inherit
}

.vlt-project-showcase--style-2 .vlt-project-showcase__number {
	font-size: 24px;
	font-weight: 700;
	position: absolute;
	top: -1em;
	left: -1.5em;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0
}

.vlt-project-showcase--style-2 .vlt-project-showcase__category {
	font-size: 16px;
	display: block;
	margin: 10px 0 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0
}

.vlt-project-showcase--style-2 .swiper-slide-active .vlt-project-showcase__title a {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	color: inherit;
	background-position: -100% 0
}

.vlt-project-showcase--style-2 .swiper-slide-active .vlt-project-showcase__category,
.vlt-project-showcase--style-2 .swiper-slide-active .vlt-project-showcase__number {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	opacity: 1
}

.vlt-project-showcase--style-2 .swiper-slide-active .vlt-project-showcase__image {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0)
}

.vlt-project-showcase--style-3 {
	height: 100vh;
	min-height: 550px
}

.vlt-project-showcase--style-3 .swiper-container,
.vlt-project-showcase--style-3 .swiper-slide,
.vlt-project-showcase--style-3 .swiper-wrapper {
	height: 100%
}

.vlt-project-showcase--style-3 .vlt-project-showcase__item {
	position: relative;
	height: 100%;
	background-color: #101010
}

.vlt-project-showcase--style-3 .vlt-project-showcase__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.vlt-project-showcase--style-3 .vlt-project-showcase__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	-o-object-fit: cover;
	object-fit: cover
}

.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right
}

@media only screen and (max-width:991px) {
	.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide {
		display: none
	}
}

.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a {
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
	flex-direction: column;
	width: 360px;
	height: 200px;
	color: #fff;
	background-color: #101010;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	opacity: .7;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a span {
	margin-top: 16px
}

.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a i {
	font-size: 16px;
	margin-top: 16px
}

.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a:hover i {
	-webkit-animation: vlt_animate_icon_bottom .3s forwards;
	animation: vlt_animate_icon_bottom .3s forwards
}

.vlt-project-showcase--style-3 .vlt-project-showcase__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.vlt-project-showcase--style-3 .vlt-project-showcase__category {
	display: block;
	margin-bottom: 25px;
	color: #fff
}

.vlt-project-showcase--style-3 .vlt-project-showcase__title {
	font-size: 70px;
	line-height: 1.2;
	max-width: 90%;
	color: #fff
}

@media only screen and (max-width:767px) {
	.vlt-project-showcase--style-3 .vlt-project-showcase__title {
		font-size: 46px
	}
}

.vlt-project-showcase--style-3 .vlt-project-showcase__title a:hover {
	color: inherit
}

.vlt-project-showcase--style-3 .vlt-project-showcase__description {
	position: relative;
	max-width: 280px;
	margin-top: 45px;
	margin-left: 170px;
	color: #bcbcbc
}

@media only screen and (max-width:575px) {
	.vlt-project-showcase--style-3 .vlt-project-showcase__description {
		margin-left: 0
	}
}

.vlt-project-showcase--style-3 .vlt-project-showcase__description::before {
	position: absolute;
	top: .75em;
	left: -170px;
	width: 90px;
	content: '';
	border-top: 1px solid currentColor
}

@media only screen and (max-width:575px) {
	.vlt-project-showcase--style-3 .vlt-project-showcase__description::before {
		display: none
	}
}

.vlt-project-showcase--style-3 .vlt-simple-link {
	margin-top: 45px;
	margin-left: 170px;
	color: #fff
}

@media only screen and (max-width:575px) {
	.vlt-project-showcase--style-3 .vlt-simple-link {
		margin-left: 0
	}
}

.vlt-project-showcase--style-4 {
	height: 100vh;
	min-height: 550px
}

.vlt-project-showcase--style-4 .swiper-container,
.vlt-project-showcase--style-4 .swiper-slide,
.vlt-project-showcase--style-4 .swiper-wrapper {
	height: 100%
}

.vlt-project-showcase--style-4 .vlt-project-showcase__item {
	position: relative;
	overflow: hidden;
	height: 100%
}

.vlt-project-showcase--style-4 .vlt-project-showcase__item[data-brightness=light] {
	background-color: #fff
}

.vlt-project-showcase--style-4 .vlt-project-showcase__item[data-brightness=dark] {
	background-color: #101010
}

.vlt-project-showcase--style-4 .vlt-project-showcase__background {
	width: 100%;
	height: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-animation: vlt_mask_circle_out .3s forwards;
	animation: vlt_mask_circle_out .3s forwards;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-clip-path: circle(0 at var(--x) var(--y));
	clip-path: circle(0 at var(--x) var(--y))
}

.vlt-project-showcase--style-4 .swiper-slide:hover .vlt-project-showcase__background {
	-webkit-animation: vlt_mask_circle_in .3s forwards;
	animation: vlt_mask_circle_in .3s forwards
}

.vlt-project-showcase--style-4 .vlt-project-showcase__next-slide a:hover,
.vlt-project-showcase--style-4 .vlt-project-showcase__socials a:hover {
	color: inherit
}

.vlt-project-showcase--style-4 .vlt-project-showcase__next-slide a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.vlt-project-showcase--style-4 .vlt-project-showcase__next-slide a:hover i {
	-webkit-animation: vlt_animate_icon_bottom .3s forwards;
	animation: vlt_animate_icon_bottom .3s forwards
}

.vlt-project-showcase--style-4 .vlt-project-showcase__content {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.vlt-project-showcase--style-4 .vlt-project-showcase__image {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: calc(100% - 90px);
	margin-top: auto
}

@media only screen and (max-width:767px) {
	.vlt-project-showcase--style-4 .vlt-project-showcase__image {
		height: 300px
	}
}

.vlt-project-showcase--style-4 .vlt-project-showcase__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-project-showcase--style-4 .vlt-project-showcase__image:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.vlt-project-showcase--style-4 .vlt-project-showcase__heading {
	font-size: 70px;
	line-height: 1.15
}

@media only screen and (max-width:767px) {
	.vlt-project-showcase--style-4 .vlt-project-showcase__heading {
		font-size: 46px;
		line-height: 1.25
	}
}

.vlt-project-showcase--style-4 .vlt-project-showcase__category {
	display: block;
	margin-bottom: 20px;
	color: #8a8a8a
}

.vlt-project-showcase--style-4 .vlt-project-showcase__description {
	max-width: 390px;
	margin-top: 30px;
	margin-bottom: 40px
}

.vlt-project-showcase--style-4 .vlt-simple-link:not(:hover) {
	color: #101010
}

.vlt-project-showcase--style-4 .vlt-project-showcase__phantom-title {
	font-size: 130px;
	font-weight: 700;
	line-height: .9;
	position: absolute;
	z-index: -1;
	bottom: -.1em;
	white-space: nowrap;
	color: #e5e5e5;
	-webkit-text-stroke-color: currentColor;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px
}

.vlt-project-showcase--style-5 {
	height: 100vh;
	min-height: 550px
}

.vlt-project-showcase--style-5 .swiper-container,
.vlt-project-showcase--style-5 .swiper-slide,
.vlt-project-showcase--style-5 .swiper-wrapper {
	height: 100%
}

.vlt-project-showcase--style-5 .vlt-project-showcase__item {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-project-showcase--style-5 .vlt-project-showcase__image {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.vlt-project-showcase--style-5 .vlt-project-showcase__content {
	width: 100%
}

.vlt-project-showcase--style-5 .vlt-project-showcase__footer {
	padding-right: 30px
}

@media only screen and (max-width:991px) {
	.vlt-project-showcase--style-5 .vlt-project-showcase__footer {
		padding-right: 145px
	}
}

@media only screen and (max-width:767px) {
	.vlt-project-showcase--style-5 .vlt-project-showcase__footer {
		padding-right: 0
	}
}

.vlt-project-showcase--style-5 .vlt-project-showcase__footer .vlt-simple-link {
	z-index: 1;
	height: 80px;
	padding-right: 110px;
	color: #fff;
	background-color: #e31e25
}

@media only screen and (max-width:575px) {
	.vlt-project-showcase--style-5 .vlt-project-showcase__footer .vlt-simple-link {
		padding-right: 30px
	}
}

.vlt-project-showcase--style-5 .vlt-project-showcase__footer .vlt-simple-link::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 9999em;
	content: '';
	background-color: #e31e25
}

.vlt-project-showcase--style-5 .vlt-project-showcase__category {
	display: block;
	margin-top: 60px;
	margin-bottom: 25px;
	color: #fff
}

.vlt-project-showcase--style-5 .vlt-project-showcase__title {
	color: #fff
}

.vlt-project-showcase--style-5 .vlt-project-showcase__title a:hover {
	opacity: .8;
	color: inherit
}

.vlt-project-showcase--style-6 {
	height: 100vh;
	min-height: 550px
}

.vlt-project-showcase--style-6 .swiper-container,
.vlt-project-showcase--style-6 .swiper-slide,
.vlt-project-showcase--style-6 .swiper-wrapper {
	height: 100%
}

.vlt-project-showcase--style-6 .vlt-project-showcase__item {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-project-showcase--style-6 .vlt-project-showcase__image {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@media only screen and (max-width:767px) {
	.vlt-project-showcase--style-6 .vlt-project-showcase__image {
		display: none
	}
}

.vlt-project-showcase--style-6 .vlt-project-showcase__content {
	width: 100%;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s, -webkit-transform 1s;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0
}

.vlt-project-showcase--style-6 .vlt-project-showcase__number {
	font-size: 24px;
	font-weight: 700;
	display: block;
	margin-left: -1em;
	color: #e31e25
}

@media only screen and (max-width:767px) {
	.vlt-project-showcase--style-6 .vlt-project-showcase__number {
		margin-left: 0
	}
}

.vlt-project-showcase--style-6 .vlt-project-showcase__title {
	font-size: 130px;
	position: relative;
	display: inline-block
}

@media only screen and (max-width:767px) {
	.vlt-project-showcase--style-6 .vlt-project-showcase__title {
		font-size: 84px
	}
}

@media only screen and (max-width:575px) {
	.vlt-project-showcase--style-6 .vlt-project-showcase__title {
		font-size: 70px
	}
}

.vlt-project-showcase--style-6 .vlt-project-showcase__title.original {
	z-index: 1
}

@media only screen and (min-width:768px) {
	.vlt-project-showcase--style-6 .vlt-project-showcase__title.original {
		color: #fff
	}
}

.vlt-project-showcase--style-6 .vlt-project-showcase__title.mask {
	position: absolute;
	z-index: 3
}

@media only screen and (max-width:767px) {
	.vlt-project-showcase--style-6 .vlt-project-showcase__title.mask {
		display: none
	}
}

.vlt-project-showcase--style-6 .vlt-project-showcase__title a:hover {
	color: inherit
}

.vlt-project-showcase--style-6 .vlt-project-showcase__footer {
	padding-right: 115px;
	text-align: right
}

@media only screen and (max-width:767px) {
	.vlt-project-showcase--style-6 .vlt-project-showcase__footer {
		padding-right: 0
	}
}

.vlt-project-showcase--style-6 .vlt-simple-link {
	margin-top: 40px
}

.vlt-project-showcase--style-6 .vlt-simple-link:not(:hover) {
	color: #101010
}

.vlt-project-showcase--style-6 .swiper-slide-active .vlt-project-showcase__content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.vlt-project-showcase--style-7 {
	height: 100vh;
	min-height: 550px
}

.vlt-project-showcase--style-7 .swiper-container,
.vlt-project-showcase--style-7 .swiper-slide,
.vlt-project-showcase--style-7 .swiper-wrapper {
	height: 100%
}

.vlt-project-showcase--style-7 .vlt-project-showcase__item {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	height: 100%;
	background-color: #101010;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-project-showcase--style-7 .vlt-project-showcase__item::after,
.vlt-project-showcase--style-7 .vlt-project-showcase__item::before {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	width: 20%;
	content: '';
	border-right: 1px solid rgba(255, 255, 255, .25);
	border-left: 1px solid rgba(255, 255, 255, .25)
}

@media only screen and (max-width:991px) {
	.vlt-project-showcase--style-7 .vlt-project-showcase__item::after,
	.vlt-project-showcase--style-7 .vlt-project-showcase__item::before {
		display: none
	}
}

.vlt-project-showcase--style-7 .vlt-project-showcase__item::before {
	left: 20%
}

.vlt-project-showcase--style-7 .vlt-project-showcase__item::after {
	left: 60%
}

.vlt-project-showcase--style-7 .vlt-project-showcase__image {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .65;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.vlt-project-showcase--style-7 .vlt-project-showcase__content {
	width: 100%;
	padding-bottom: 60px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s, -webkit-transform 1s;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0
}

.vlt-project-showcase--style-7 .vlt-project-showcase__info {
	position: absolute;
	top: 60px;
	left: 60%;
	width: 20%
}

@media only screen and (max-width:991px) {
	.vlt-project-showcase--style-7 .vlt-project-showcase__info {
		position: static;
		width: 100%;
		max-width: 320px;
		margin-top: 40px
	}
}

.vlt-project-showcase--style-7 .vlt-project-showcase__subtitle {
	display: block;
	margin-bottom: 30px
}

@media only screen and (max-width:575px) {
	.vlt-project-showcase--style-7 .vlt-project-showcase__title {
		font-size: 46px
	}
}

.vlt-project-showcase--style-7 .vlt-project-showcase__subtitle,
.vlt-project-showcase--style-7 .vlt-project-showcase__text,
.vlt-project-showcase--style-7 .vlt-project-showcase__title {
	color: #fff
}

.vlt-project-showcase--style-7 .vlt-btn {
	margin-top: 50px
}

.vlt-project-showcase--style-7 .vlt-project-showcase__footer {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.vlt-project-showcase--style-7 .vlt-project-showcase__navigation {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0 0 0 9%;
	list-style-type: none;
	background-color: #fff;
	-webkit-flex-basis: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%
}

@media only screen and (max-width:1199px) {
	.vlt-project-showcase--style-7 .vlt-project-showcase__navigation {
		display: none
	}
}

.vlt-project-showcase--style-7 .vlt-project-showcase__navigation li {
	font-size: 16px;
	font-weight: 700;
	max-width: 220px;
	padding: 35px 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: rgba(16, 16, 16, .5);
	border-bottom: 1px solid transparent
}

.vlt-project-showcase--style-7 .vlt-project-showcase__navigation li.is-active {
	color: #101010;
	border-color: #101010
}

.vlt-project-showcase--style-7 .vlt-project-showcase__socials,
.vlt-project-showcase--style-7 .vlt-slider-controls {
	padding: 40px 50px;
	-webkit-flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%
}

@media only screen and (max-width:1199px) {
	.vlt-project-showcase--style-7 .vlt-project-showcase__socials,
	.vlt-project-showcase--style-7 .vlt-slider-controls {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

.vlt-project-showcase--style-7 .vlt-project-showcase__socials {
	text-align: right
}

.vlt-project-showcase--style-7 .swiper-slide-active .vlt-project-showcase__content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.vlt-work {
	position: relative
}

.vlt-work--tilt .vlt-work__meta {
	-webkit-transition: -webkit-transform .3s!important;
	transition: -webkit-transform .3s!important;
	transition: transform .3s!important;
	transition: transform .3s, -webkit-transform .3s!important
}

.vlt-work__link {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.vlt-work__media {
	position: relative;
	overflow: hidden
}

.vlt-work__media img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s, -webkit-transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform, opacity
}

.vlt-work__category {
	display: block
}

.vlt-work:hover .vlt-work__media img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.vlt-work--style-1 .vlt-work__meta,
.vlt-work--style-5 .vlt-work__meta {
	padding-top: 30px;
	text-align: center
}

.vlt-work--style-1 .vlt-work__category,
.vlt-work--style-5 .vlt-work__category {
	margin-top: 10px;
	color: #8a8a8a
}

.vlt-work--style-2 .vlt-work__meta,
.vlt-work--style-3 .vlt-work__meta,
.vlt-work--style-4 .vlt-work__meta,
.vlt-work--style-6 .vlt-work__meta {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
	color: #fff;
	background-color: rgba(16, 16, 16, .3);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px)
}

.vlt-work--style-2 .vlt-work__category,
.vlt-work--style-2 .vlt-work__title,
.vlt-work--style-3 .vlt-work__category,
.vlt-work--style-3 .vlt-work__title,
.vlt-work--style-4 .vlt-work__category,
.vlt-work--style-4 .vlt-work__title,
.vlt-work--style-6 .vlt-work__category,
.vlt-work--style-6 .vlt-work__title {
	opacity: 0;
	color: inherit
}

.vlt-work--style-2 .vlt-work__category a:hover,
.vlt-work--style-2 .vlt-work__title a:hover,
.vlt-work--style-3 .vlt-work__category a:hover,
.vlt-work--style-3 .vlt-work__title a:hover,
.vlt-work--style-4 .vlt-work__category a:hover,
.vlt-work--style-4 .vlt-work__title a:hover,
.vlt-work--style-6 .vlt-work__category a:hover,
.vlt-work--style-6 .vlt-work__title a:hover {
	color: inherit
}

.vlt-work--style-2 .vlt-work__category,
.vlt-work--style-3 .vlt-work__category,
.vlt-work--style-4 .vlt-work__category,
.vlt-work--style-6 .vlt-work__category {
	margin-top: 10px
}

.vlt-work--style-2:hover .vlt-work__meta,
.vlt-work--style-3:hover .vlt-work__meta,
.vlt-work--style-4:hover .vlt-work__meta,
.vlt-work--style-6:hover .vlt-work__meta {
	opacity: 1
}

.vlt-work--style-2:hover .vlt-work__category,
.vlt-work--style-2:hover .vlt-work__title,
.vlt-work--style-3:hover .vlt-work__category,
.vlt-work--style-3:hover .vlt-work__title,
.vlt-work--style-4:hover .vlt-work__category,
.vlt-work--style-4:hover .vlt-work__title,
.vlt-work--style-6:hover .vlt-work__category,
.vlt-work--style-6:hover .vlt-work__title {
	-webkit-animation: vlt_fade_in_from_bottom .3s forwards;
	animation: vlt_fade_in_from_bottom .3s forwards
}

.vlt-work--style-2:hover .vlt-work__category,
.vlt-work--style-3:hover .vlt-work__category,
.vlt-work--style-4:hover .vlt-work__category,
.vlt-work--style-6:hover .vlt-work__category {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.vlt-work--style-3 .vlt-work__meta,
.vlt-work--style-6 .vlt-work__meta {
	background-color: rgba(232, 46, 49, .9);
	-webkit-backdrop-filter: unset;
	backdrop-filter: unset
}

.vlt-work--style-4 .vlt-work__media {
	background-color: #101010
}

.vlt-work--style-4 .vlt-work__media img {
	opacity: .7
}

.vlt-work--style-4 .vlt-work__meta {
	padding: 50px 60px;
	opacity: 1;
	background-color: unset;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-backdrop-filter: unset;
	backdrop-filter: unset
}

.vlt-work--style-4 .vlt-work__category,
.vlt-work--style-4 .vlt-work__title {
	opacity: 1
}

.vlt-work--style-4 .vlt-work__category {
	margin-top: 0;
	margin-bottom: 10px
}

.vlt-work--style-4:hover .vlt-work__media img {
	opacity: .5
}

.vlt-work--style-4:hover .vlt-work__category,
.vlt-work--style-4:hover .vlt-work__title {
	-webkit-animation: none;
	animation: none
}

.vlt-work--style-5 .vlt-work__media {
	-webkit-transition: -webkit-clip-path .5s;
	transition: -webkit-clip-path .5s;
	transition: clip-path .5s;
	transition: clip-path .5s, -webkit-clip-path .5s;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	will-change: clip-path
}

.vlt-work--style-5 .vlt-work__meta {
	text-align: left
}

.vlt-work--style-5:hover .vlt-work__media {
	-webkit-clip-path: inset(10px 10px 10px 10px);
	clip-path: inset(10px 10px 10px 10px)
}

.vlt-work--style-6 .vlt-work__title {
	font-size: 46px;
	opacity: 1
}

.vlt-work--style-6 .vlt-work__meta {
	overflow: hidden
}

.vlt-work--style-6:hover .vlt-work__title {
	-webkit-animation: unset;
	animation: unset
}

.vlt-work--style-7 {
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.vlt-work--style-7 .vlt-work__meta {
	text-align: center
}

.vlt-work--style-7 .vlt-work__title {
	font-size: 46px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.vlt-work--style-7 .vlt-work__title a {
	color: inherit
}

.vlt-work--style-7:hover {
	opacity: 1!important
}

.vlt-work--style-8 {
	padding: 40px 0
}

.vlt-work--style-8 .vlt-work__category {
	color: #8a8a8a
}

.vlt-work--style-8 .vlt-work__title {
	font-size: 46px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 20px;
	color: inherit
}

.vlt-work--style-8 .vlt-work__title a {
	color: inherit
}

.vlt-isotope-grid[data-controls='#vlt-filter-homepage-07'] .grid-item:nth-child(3),
.vlt-isotope-grid[data-load-more-selector='#vlt-load-more-portfolio-13'] .grid-item:nth-child(3) {
	margin-top: 120px
}

@media only screen and (max-width:767px) {
	.vlt-isotope-grid[data-controls='#vlt-filter-homepage-07'] .grid-item:nth-child(3),
	.vlt-isotope-grid[data-load-more-selector='#vlt-load-more-portfolio-13'] .grid-item:nth-child(3) {
		margin-top: 0!important
	}
}

.vlt-isotope-grid[data-load-more-selector='#vlt-load-more-portfolio-16']:hover .vlt-work {
	opacity: .5
}

.vlt-work-carousel-wide .vlt-work__media {
	padding-top: calc(100vh - 90px)
}

.vlt-work-carousel-wide .vlt-work__media img {
	font-family: 'object-fit: cover;';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.vlt-about-author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
	padding: 50px;
	background-color: #f5f5f5
}

.vlt-about-author__avatar {
	max-width: 140px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media only screen and (max-width:991px) {
	.vlt-about-author__avatar {
		display: none
	}
}

.vlt-about-author__content {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.vlt-about-author .vlt-about-author__avatar+.vlt-about-author__content {
	margin-left: 50px
}

@media only screen and (max-width:991px) {
	.vlt-about-author .vlt-about-author__avatar+.vlt-about-author__content {
		margin-left: 0
	}
}

.vlt-about-author__title {
	font-size: 20px;
	margin-bottom: 15px
}

.vlt-about-author__text {
	font-size: 16px
}

.vlt-about-author .vlt-btn {
	margin-top: 30px
}

.vlt-apply-position-form .error+label,
.vlt-contact-form .error+label {
	color: var(--danger)
}

.vlt-apply-position-form .message,
.vlt-contact-form .message {
	font-size: 14px;
	display: none;
	margin-top: 30px
}

.vlt-contact-form--style-1 {
	padding: 70px 8.33333% 90px
}

.vlt-cursor {
	position: fixed;
	z-index: 110;
	top: 0;
	left: 0;
	visibility: hidden;
	pointer-events: none;
	mix-blend-mode: difference;
	-webkit-filter: invert(1) grayscale(1);
	filter: invert(1) grayscale(1)
}

.vlt-cursor .inner,
.vlt-cursor .outer {
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	height: 80px;
	pointer-events: none
}

.vlt-cursor .inner .circle,
.vlt-cursor .inner .icon,
.vlt-cursor .outer .circle,
.vlt-cursor .outer .icon {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(.8) translate3d(0, 0, 0);
	transform: scale(.8) translate3d(0, 0, 0);
	opacity: 0
}

.vlt-cursor .outer .circle {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 2px #101010;
	box-shadow: inset 0 0 0 2px #101010
}

.vlt-cursor .inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vlt-cursor .inner .icon {
	font-size: 16px;
	line-height: 0;
	display: inline-block;
	color: #101010
}

.vlt-cursor.is-active {
	visibility: visible
}

.vlt-cursor.is-visible .inner .icon,
.vlt-cursor.is-visible .outer .circle {
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0);
	opacity: 1
}

.vlt-cursor.is-visible .inner .icon {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms
}

::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-track {
	background-color: rgba(16, 16, 16, .05)
}

::-webkit-scrollbar-thumb {
	background-color: #e31e25
}

[data-marquee] {
	max-width: 100%;
	white-space: nowrap
}

[data-marquee] [data-marquee-text] {
	display: inline-block;
	padding-right: 2em;
	-webkit-animation: vlt_marquee 5s linear infinite;
	animation: vlt_marquee 5s linear infinite
}

.vlt-post-media-title {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.vlt-post-media-title__overlay {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 16, 16, .2)
}

.vlt-post-media-title--style-1 {
	min-height: 500px
}

.vlt-post-media-title--style-2 {
	padding: 230px 0 200px;
	text-align: center
}

.vlt-post-media-title--style-2 .vlt-post-meta,
.vlt-post-media-title--style-2 .vlt-post-title {
	color: #fff
}

.vlt-post-media-title--style-2 .vlt-post-title {
	font-size: 46px;
	line-height: 1.25
}

.vlt-post-media-title--style-2 .vlt-post-meta {
	margin-top: 15px
}

.vlt-search-popup {
	position: fixed;
	z-index: 60;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	padding: 95px 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	color: #656565;
	background-color: #fff
}

.vlt-search-popup.vlt-search-popup--dark {
	color: #b3b3b3;
	background-color: #101010
}

.vlt-search-popup__header {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	text-align: right
}

.vlt-search-popup__header .vlt-search-icon-close {
	font-size: 18px
}

.vlt-search-popup__header .vlt-search-icon-close:hover {
	color: #101010
}

.vlt-search-popup--dark .vlt-search-popup__header .vlt-search-icon-close:hover {
	color: #fff
}

.vlt-search-popup__content .vlt-search-form {
	position: relative;
	overflow: hidden
}

.vlt-search-popup__content .vlt-search-form input[type=text] {
	font-size: 20px;
	padding: 15px 50px 15px 0
}

.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type=text] {
	color: #fff;
	border-color: #525252
}

.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type=text].placeholder {
	color: #fff
}

.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type=text]:-moz-placeholder {
	color: #fff
}

.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type=text]::-moz-placeholder {
	color: #fff
}

.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type=text]:-ms-input-placeholder {
	color: #fff
}

.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type=text]::-webkit-input-placeholder {
	color: #fff
}

.vlt-search-popup__content .vlt-search-form input[type=text]:focus+button {
	-webkit-animation: vlt_animate_icon_right .3s forwards;
	animation: vlt_animate_icon_right .3s forwards
}

.vlt-search-popup__content .vlt-search-form button {
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #101010;
	border: none;
	background: 0 0
}

.vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form button {
	color: #fff
}

.vlt-search-popup__content .vlt-search-form button:hover {
	opacity: .8
}

.vlt-site-fixed-bar {
	line-height: 1;
	z-index: 25;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 115px;
	pointer-events: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

@media only screen and (max-width:767px) {
	.vlt-site-fixed-bar {
		display: none
	}
}

.vlt-site-fixed-bar a:hover {
	color: inherit
}

.vlt-site-fixed-bar .vlt-site-fixed-bar__socials {
	-ms-writing-mode: tb-rl;
	pointer-events: auto;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl
}

.vlt-site-fixed-bar .vlt-site-fixed-bar__socials .vlt-social-icon--style-1+.vlt-social-icon--style-1,
.vlt-site-fixed-bar .vlt-site-fixed-bar__socials .vlt-social-icon--style-1+.vlt-social-icon--style-2,
.vlt-site-fixed-bar .vlt-site-fixed-bar__socials .vlt-social-icon--style-2+.vlt-social-icon--style-1,
.vlt-site-fixed-bar .vlt-site-fixed-bar__socials .vlt-social-icon--style-2+.vlt-social-icon--style-2 {
	margin-top: 20px;
	margin-left: 0
}

.vlt-site-fixed-bar .vlt-swiper-progress {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: rotate(90deg) translate3d(50%, -100%, 0);
	transform: rotate(90deg) translate3d(50%, -100%, 0);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	pointer-events: auto
}

.vlt-site-fixed-bar .vlt-site-fixed-bar__all-link {
	line-height: 1;
	pointer-events: auto
}

.vlt-site-fixed-bar--right {
	top: 0;
	right: 0;
	bottom: 0;
	padding: 50px 0
}

.vlt-site-fixed-bar--left {
	top: 0;
	bottom: 0;
	left: 0;
	padding: 50px 0
}

.vlt-site-fixed-bar--left .vlt-site-fixed-bar__socials {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.vlt-site-overlay {
	position: fixed;
	z-index: 55;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(16, 16, 16, .4)
}

.vlt-site-preloader {
	position: fixed;
	z-index: 120;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	color: #101010;
	background-color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vlt-site-preloader.is-loaded {
	visibility: hidden;
	opacity: 0
}

.vlt-social-icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.vlt-social-icon--style-1,
.vlt-social-icon--style-2 {
	font-size: 16px;
	font-weight: 700
}

.vlt-social-icon--style-1+.vlt-social-icon--style-1,
.vlt-social-icon--style-1+.vlt-social-icon--style-2,
.vlt-social-icon--style-2+.vlt-social-icon--style-1,
.vlt-social-icon--style-2+.vlt-social-icon--style-2 {
	margin-left: 20px
}

.vlt-social-icon--style-2 {
	font-size: 18px
}

.vlt-social-icon--style-3,
.vlt-social-icon--style-4 {
	font-size: 16px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-social-icon--style-3+.vlt-social-icon--style-3,
.vlt-social-icon--style-3+.vlt-social-icon--style-4,
.vlt-social-icon--style-4+.vlt-social-icon--style-3,
.vlt-social-icon--style-4+.vlt-social-icon--style-4 {
	margin-left: 15px
}

.vlt-social-icon--style-3:hover,
.vlt-social-icon--style-4:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.vlt-social-icon--style-4 {
	font-size: 18px
}

.vlt-subscribe-form {
	position: relative;
	max-width: 460px
}

.vlt-subscribe-form button {
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #101010;
	border: none;
	background: 0 0
}

.vlt-subscribe-form button i {
	font-size: 85%;
	margin-left: 10px
}

.vlt-subscribe-form button:hover {
	color: #e31e25
}

.vlt-hover-reveal {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 367px;
	height: 250px;
	pointer-events: none;
	opacity: 0
}

.vlt-hover-reveal__img,
.vlt-hover-reveal__inner {
	position: relative;
	width: 100%;
	height: 100%
}

.vlt-hover-reveal__inner {
	overflow: hidden
}

.vlt-hover-reveal__img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

[data-aos=image-mask-animation] {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

[data-aos=image-mask-animation].aos-animate {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.vlt-isotope-load-more {
	font-size: 16px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 70px;
	height: 70px;
	color: #101010;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 2px currentColor;
	box-shadow: inset 0 0 0 2px currentColor;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vlt-isotope-load-more i {
	display: inline-block
}

.vlt-isotope-load-more:hover {
	color: #101010
}

.vlt-isotope-load-more:hover i {
	-webkit-animation: vlt_animate_icon_bottom .3s forwards;
	animation: vlt_animate_icon_bottom .3s forwards
}

.vlt-isotope-load-more.disabled {
	pointer-events: none
}

.vlt-isotope-filters {
	margin: -10px 0 -10px;
	padding: 0;
	list-style-type: none;
	color: #101010
}

.vlt-isotope-filters li {
	font-size: 18px;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px 13px;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s
}

.vlt-isotope-filters li span {
	position: relative;
	padding: 0 8px
}

.vlt-isotope-filters li span::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: currentColor
}

.vlt-isotope-filters li.active,
.vlt-isotope-filters li:hover {
	color: #e31e25
}

.vlt-isotope-filters li.active span::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.vlt-isotope-filters--white {
	color: rgba(255, 255, 255, .5)
}

.vlt-isotope-filters--white li.active,
.vlt-isotope-filters--white li:hover {
	color: #fff
}

.vlt-isotope-grid .gutter-sizer {
	width: 0
}

.vlt-isotope-grid .grid-item,
.vlt-isotope-grid .grid-sizer {
	float: left
}

.vlt-isotope-grid .grid-item.w-100 {
	width: 100%!important
}

.vlt-isotope-grid[data-columns='1'] .grid-item,
.vlt-isotope-grid[data-columns='1'] .grid-sizer {
	width: 100%
}

.vlt-isotope-grid[data-columns='2'] .grid-item,
.vlt-isotope-grid[data-columns='2'] .grid-sizer {
	width: calc(100% * 1 / 2)
}

@media only screen and (max-width:767px) {
	.vlt-isotope-grid[data-columns='2'] .grid-item,
	.vlt-isotope-grid[data-columns='2'] .grid-sizer {
		width: 100%
	}
}

.vlt-isotope-grid[data-columns='3'] .grid-item,
.vlt-isotope-grid[data-columns='3'] .grid-sizer {
	width: calc(100% * 1 / 3)
}

@media only screen and (max-width:991px) {
	.vlt-isotope-grid[data-columns='3'] .grid-item,
	.vlt-isotope-grid[data-columns='3'] .grid-sizer {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	.vlt-isotope-grid[data-columns='3'] .grid-item,
	.vlt-isotope-grid[data-columns='3'] .grid-sizer {
		width: 100%
	}
}

.vlt-isotope-grid[data-columns='4'] .grid-item,
.vlt-isotope-grid[data-columns='4'] .grid-sizer {
	width: calc(100% * 1 / 4)
}

@media only screen and (max-width:991px) {
	.vlt-isotope-grid[data-columns='4'] .grid-item,
	.vlt-isotope-grid[data-columns='4'] .grid-sizer {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	.vlt-isotope-grid[data-columns='4'] .grid-item,
	.vlt-isotope-grid[data-columns='4'] .grid-sizer {
		width: 100%
	}
}

.fancybox-bg {
	background-color: #101010
}

.fancybox-is-open .fancybox-bg {
	opacity: .8
}

.fancybox-loading {
	border: 2px solid rgba(255, 255, 255, .2);
	border-top-color: #e31e25
}

.fancybox-content .fancybox-button,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar .fancybox-button {
	font-size: 16px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 60px;
	height: 60px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	background-color: #101010;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.fancybox-content .fancybox-button:hover,
.fancybox-navigation .fancybox-button:hover,
.fancybox-toolbar .fancybox-button:hover {
	color: #fff;
	background-color: #e31e25
}

.fancybox-content .fancybox-close-small,
.fancybox-navigation .fancybox-close-small,
.fancybox-toolbar .fancybox-close-small {
	top: -30px;
	right: -30px;
	opacity: 1
}

.fancybox-navigation .fancybox-button--arrow_left:hover i {
	-webkit-animation: vlt_animate_icon_left .3s forwards;
	animation: vlt_animate_icon_left .3s forwards
}

.fancybox-navigation .fancybox-button--arrow_right:hover i {
	-webkit-animation: vlt_animate_icon_right .3s forwards;
	animation: vlt_animate_icon_right .3s forwards
}

.jarallax {
	position: relative;
	z-index: 0
}

.jarallax>.jarallax-img {
	font-family: 'object-fit: cover;';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

:root {
	--swiper-theme-color: #101010
}

.swiper-lazy:not(.swiper-lazy-loaded) {
	opacity: 0
}

.swiper-lazy-preloader {
	border: 4px solid rgba(16, 16, 16, .1);
	border-top-color: transparent
}

.swiper-lazy-preloader::after {
	display: none!important
}

.vlt-swiper-pagination.swiper-pagination-fraction {
	color: inherit
}

.vlt-swiper-button-next,
.vlt-swiper-button-prev {
	outline: 0
}

.vlt-swiper-progress {
	font-size: 16px;
	line-height: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-swiper-progress .sep {
	margin: 0 2px
}

.vlt-swiper-progress[data-direction=horizontal] {
	max-width: 460px;
	color: #101010
}

.has-white-color .vlt-swiper-progress[data-direction=horizontal] {
	color: grey
}

.vlt-swiper-progress a {
	color: #8a8a8a
}

.vlt-swiper-progress a:hover {
	color: #101010
}

.has-white-color .vlt-swiper-progress a:hover {
	color: #fff
}

.vlt-swiper-progress .bar {
	position: relative;
	height: 2px;
	margin: 0 20px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	background-color: #d6d6d6;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.has-white-color .vlt-swiper-progress .bar {
	background-color: #3d3d3d
}

.vlt-swiper-progress .bar>span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translate3d(0, 0, 0) scaleX(var(--scaleX));
	transform: translate3d(0, 0, 0) scaleX(var(--scaleX));
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	background-color: #101010
}

.has-white-color .vlt-swiper-progress .bar>span {
	background-color: #fff
}

.vlt-swiper-progress[data-direction=vertical] .bar {
	width: 210px
}

.vlt-swiper-progress[data-direction=vertical] .total {
	opacity: .5
}

.vlt-award-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: -1px;
	padding: 40px 45px 40px 50px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background-color: #fff;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width:991px) {
	.vlt-award-item {
		flex-direction: column;
		-webkit-box-pack: initial;
		-webkit-justify-content: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.vlt-award-item__link {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.vlt-award-item__name {
	-webkit-transition: color .3s;
	transition: color .3s;
	-webkit-flex-basis: 40%;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%
}

@media only screen and (max-width:991px) {
	.vlt-award-item__name {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.vlt-award-item__category {
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #101010;
	-webkit-flex-basis: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

@media only screen and (max-width:991px) {
	.vlt-award-item__category {
		margin-top: 15px;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.vlt-award-item__year {
	font-weight: 700;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #101010
}

@media only screen and (max-width:991px) {
	.vlt-award-item__year {
		margin-top: 15px;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.vlt-award-item__icon {
	font-size: 16px;
	line-height: 1;
	color: #fff
}

@media only screen and (max-width:991px) {
	.vlt-award-item__icon {
		display: none
	}
}

.vlt-award-item__icon i {
	display: inline-block
}

.vlt-award-item:hover {
	background-color: #101010
}

.vlt-award-item:hover .vlt-award-item__name {
	color: #b3b3b3
}

.vlt-award-item:hover .vlt-award-item__category,
.vlt-award-item:hover .vlt-award-item__year {
	color: #fff
}

.vlt-award-item:hover .vlt-award-item__icon i {
	-webkit-animation: vlt_animate_icon_top_right .3s 150ms forwards;
	animation: vlt_animate_icon_top_right .3s 150ms forwards
}

.vlt-btn {
	font-weight: 700;
	line-height: 1.1;
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	white-space: nowrap;
	text-decoration: none;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-btn.disabled,
.vlt-btn:disabled {
	cursor: not-allowed;
	pointer-events: none
}

.vlt-btn--block {
	width: 100%
}

.vlt-btn:focus {
	outline: 0
}

.vlt-btn i.left {
	margin-right: .7em
}

.vlt-btn i.right {
	margin-left: .7em
}

.vlt-btn span {
	position: absolute;
	z-index: -1;
	display: block;
	width: 0;
	height: 0;
	-webkit-transition: width .6s, height .6s;
	transition: width .6s, height .6s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%
}

.vlt-btn:hover {
	text-decoration: none
}

.vlt-btn:hover span {
	width: 40rem;
	height: 40rem
}

.vlt-btn--primary {
	color: #fff;
	background-color: #e31e25
}

.vlt-btn--primary.vlt-btn--white {
	color: #101010;
	background-color: #fff
}

.vlt-btn--primary span {
	background-color: #101010
}

.vlt-btn--primary:hover {
	color: #fff
}

.vlt-btn--secondary {
	color: #fff;
	background-color: #101010
}

.vlt-btn--secondary.vlt-btn--white {
	color: #101010;
	background-color: #fff
}

.vlt-btn--secondary span {
	background-color: #e31e25
}

.vlt-btn--secondary:hover {
	color: #fff
}

.vlt-btn--tertiary {
	color: #fff;
	background-color: #e31e25
}

.vlt-btn--tertiary.vlt-btn--white {
	color: #101010;
	background-color: #fff
}

.vlt-btn--tertiary span {
	background-color: #fff
}

.vlt-btn--tertiary:hover {
	color: #101010
}

.vlt-btn,
.vlt-btn--md {
	font-size: 18px;
	padding: 20px 60px
}

@media (max-width:767px) {
	.vlt-btn,
	.vlt-btn--md {
		font-size: 18px;
		padding: 15px 30px
	}
}

.vlt-btn--lg {
	font-size: 18px;
	padding: 20px 70px
}

.vlt-btn--sm {
	font-size: 14px;
	padding: 13px 27px
}

.vlt-btn--xs {
	font-size: 14px;
	padding: 8px 20px
}

.vlt-cases-slider .vlt-cases-slider__category {
	display: block;
	margin-bottom: 25px;
	color: #8a8a8a
}

.vlt-cases-slider .vlt-cases-slider__description {
	font-size: 20px;
	max-width: 90%;
	margin-top: 30px
}

.vlt-cases-slider .vlt-simple-link {
	margin-top: 40px
}

.vlt-cases-slider .vlt-simple-link:not(:hover) {
	color: #101010
}

.vlt-content-marquee {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-animation: var(--speed) vlt_marquee linear infinite;
	animation: var(--speed) vlt_marquee linear infinite;
	white-space: nowrap;
	--speed: 10s
}

.vlt-content-marquee.has-stopable:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.vlt-content-marquee__copy>*,
.vlt-content-marquee__original>* {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.vlt-content-marquee__copy {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%
}

.vlt-content-slider {
	width: 100%
}

@media only screen and (min-width:768px) {
	.vlt-content-slider[data-slides-centered=enable] .swiper-slide {
		width: auto!important
	}
}

.vlt-content-slider[data-slides-centered=enable] .swiper-container {
	overflow: unset
}

.vlt-countdown {
	font-size: 36px;
	font-weight: 700;
	color: #e31e25
}

.vlt-countdown span+span::before {
	margin-right: 18px;
	margin-left: 18px;
	content: ':'
}

.vlt-counter-up--style-1 {
	text-align: center
}

.vlt-counter-up--style-1 .vlt-counter-up__counter {
	font-size: 130px;
	font-weight: 700;
	line-height: 1
}

@media only screen and (max-width:767px) {
	.vlt-counter-up--style-1 .vlt-counter-up__counter {
		font-size: 84px
	}
}

.vlt-counter-up--style-1 .vlt-counter-up__title {
	margin-top: 10px;
	color: inherit
}

.vlt-counter-up--style-2,
.vlt-counter-up--style-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-counter-up--style-2 .vlt-counter-up__icon,
.vlt-counter-up--style-3 .vlt-counter-up__icon {
	margin-right: 20px
}

.vlt-counter-up--style-2 .vlt-counter-up__counter,
.vlt-counter-up--style-3 .vlt-counter-up__counter {
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.vlt-counter-up--style-2 .vlt-counter-up__title,
.vlt-counter-up--style-3 .vlt-counter-up__title {
	margin-left: 18px;
	color: inherit;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.vlt-demo-feature--style-1 {
	max-width: 90%
}

.vlt-demo-feature--style-1 .vlt-demo-feature__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-demo-feature--style-1 .vlt-demo-feature__media {
	font-size: 24px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 70px;
	height: 70px;
	margin-right: 30px;
	color: #fff;
	border-radius: 50%;
	background-color: #232323;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.vlt-demo-feature--style-1 .vlt-demo-feature__title {
	font-size: 20px
}

.vlt-demo-feature--style-2 {
	padding: 60px 40px;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s;
	text-align: center;
	-webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
	box-shadow: inset 0 0 0 1px #d6d6d6
}

.vlt-demo-feature--style-2 .vlt-demo-feature__media {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100px;
	margin-bottom: 35px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-demo-feature--style-2 .vlt-demo-feature__title {
	font-size: 20px
}

.vlt-demo-feature--style-2:hover {
	-webkit-box-shadow: inset 0 0 0 1px #101010;
	box-shadow: inset 0 0 0 1px #101010
}

.vlt-demo-item--style-1 .vlt-demo-item__media {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .06);
	box-shadow: 0 0 40px rgba(0, 0, 0, .06)
}

.vlt-demo-item--style-1 .vlt-demo-item__content {
	padding-top: 30px;
	text-align: center
}

.vlt-demo-item--style-1 .vlt-demo-item__title a:hover {
	opacity: .8;
	color: inherit
}

.vlt-demo-item--style-1:hover .vlt-demo-item__media {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}

.vlt-demo-item--style-2 .vlt-demo-item__media {
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.vlt-demo-item--style-2:hover .vlt-demo-item__media {
	opacity: .7
}

.vlt-demo-item--style-3 .vlt-demo-item__media {
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .06);
	box-shadow: 0 0 40px rgba(0, 0, 0, .06)
}

.vlt-page-navigation--style-2 {
	overflow: hidden;
	border-top: 1px solid #d6d6d6
}

.vlt-page-navigation--style-2 .all {
	position: relative
}

.vlt-page-navigation--style-2 .all::before {
	position: absolute;
	z-index: -1;
	top: -100%;
	left: 50%;
	display: block;
	height: 999em;
	content: '';
	border-left: 1px solid #d6d6d6
}

.vlt-page-navigation--style-2 .all a {
	font-size: 18px;
	z-index: 1;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 60px;
	height: 60px;
	color: #101010;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vlt-page-navigation--style-2 .all a i {
	display: inline-block;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.vlt-page-navigation--style-2 .all a:hover {
	color: #fff;
	border-color: #101010;
	background-color: #101010
}

.vlt-page-navigation--style-2 .all a:hover i {
	-webkit-animation: vlt_rotate_90_deg .3s forwards;
	animation: vlt_rotate_90_deg .3s forwards
}

.vlt-page-navigation--style-2 .prev {
	padding-right: 100px;
	text-align: right
}

@media only screen and (max-width:767px) {
	.vlt-page-navigation--style-2 .prev {
		padding-right: 30px
	}
}

.vlt-page-navigation--style-2 .next {
	padding-left: 100px
}

@media only screen and (max-width:767px) {
	.vlt-page-navigation--style-2 .next {
		padding-left: 30px
	}
}

.vlt-page-navigation--style-2 .next,
.vlt-page-navigation--style-2 .prev {
	padding-top: 55px;
	padding-bottom: 55px
}

.vlt-page-navigation--style-2 .next span.label,
.vlt-page-navigation--style-2 .prev span.label {
	color: #8a8a8a
}

.vlt-page-navigation--style-2 .next h5,
.vlt-page-navigation--style-2 .prev h5 {
	overflow: hidden;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis
}

.vlt-page-title {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.vlt-page-title__overlay {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 37, 41, .7)
}

.vlt-page-title__scroll-to {
	font-size: 18px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 40px;
	height: 40px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vlt-page-title__scroll-to:hover {
	opacity: .8;
	color: #fff
}

.vlt-page-title__scroll-to:hover i {
	-webkit-animation: vlt_animate_icon_bottom .3s forwards;
	animation: vlt_animate_icon_bottom .3s forwards
}

.vlt-page-title--style-1 {
	padding: 150px 0 0;
	text-align: center
}

.vlt-page-title--style-1 .vlt-page-title__title {
	font-size: 130px
}

@media only screen and (max-width:767px) {
	.vlt-page-title--style-1 .vlt-page-title__title {
		font-size: 84px
	}
}

@media only screen and (max-width:575px) {
	.vlt-page-title--style-1 .vlt-page-title__title {
		font-size: 46px
	}
}

.vlt-page-title--style-2 {
	padding: 190px 0;
	text-align: center
}

.vlt-page-title--style-2 .vlt-page-title__title {
	color: #fff
}

.vlt-page-title--style-3 {
	padding: 225px 0;
	text-align: center
}

@media (max-width:992px) {
	.vlt-page-title--style-3 {
		padding: 120px 0
	}
}

.vlt-page-title--style-3 .vlt-page-title__title {
	font-size: 65px;
	color: #fff
}

@media only screen and (max-width:992px) {
	.vlt-page-title--style-3 .vlt-page-title__title {
		font-size: 50px
	}
}

@media only screen and (max-width:575px) {
	.vlt-page-title--style-3 .vlt-page-title__title {
		font-size: 40px
	}
}

.vlt-page-title--style-4 {
	overflow: unset;
	padding: 180px 0 0
}

.vlt-page-title--style-4 .vlt-page-title__phantom-title {
	font-size: 130px;
	font-weight: 700;
	line-height: .9;
	position: absolute;
	top: -.3em;
	white-space: nowrap;
	pointer-events: none;
	color: #e5e5e5;
	-webkit-text-stroke-color: currentColor;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px
}

@media only screen and (max-width:767px) {
	.vlt-page-title--style-4 .vlt-page-title__phantom-title {
		display: none
	}
}

.vlt-page-title--style-4 .vlt-page-title__subtitle {
	font-size: 20px;
	max-width: 500px;
	margin-top: 40px
}

@media only screen and (max-width:575px) {
	.vlt-page-title--style-4 .vlt-page-title__title {
		font-size: 46px
	}
}

.vlt-particle {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform
}

.vlt-particle:not([data-animation-name=none]) {
	visibility: hidden
}

.vlt-particle.animate__animated {
	visibility: visible
}

.vlt-particle~:not(.vlt-particle) {
	position: relative;
	z-index: 1
}

.vlt-partner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 55px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.vlt-partner img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.vlt-partner:hover img {
	opacity: .9
}

.vlt-partner--left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.vlt-partner--center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vlt-partner--right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.vlt-pricing-table {
	padding: 45px 45px 50px;
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	-webkit-box-shadow: 0 0 40px 0 rgba(16, 16, 16, .04);
	box-shadow: 0 0 40px 0 rgba(16, 16, 16, .04)
}

.vlt-pricing-table__price {
	font-size: 70px;
	font-weight: 700;
	line-height: .8;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 50px 0 55px;
	color: #101010;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.vlt-pricing-table__price .currency {
	font-size: 26px;
	line-height: 1;
	margin-right: 3px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.vlt-pricing-table__price .period {
	font-size: 20px;
	line-height: 1;
	margin-left: 5px;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.vlt-pricing-table__content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left
}

.vlt-pricing-table__content ul li+li {
	margin-top: 22px
}

.vlt-pricing-table__content ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row
}

.vlt-pricing-table__content ul li i {
	font-size: 8px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 24px;
	height: 24px;
	margin-top: .25em;
	margin-right: 18px;
	color: #fff;
	border-radius: 50%;
	background-color: #bcbcbc;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.vlt-pricing-table__content ul li.active i {
	background-color: #e31e25
}

.vlt-pricing-table__action {
	margin-top: 50px
}

.vlt-pricing-table--featured {
	color: #b3b3b3;
	background-color: #101010
}

.vlt-pricing-table--featured .vlt-pricing-table__price,
.vlt-pricing-table--featured .vlt-pricing-table__title {
	color: #fff
}

.vlt-pricing-table--featured .vlt-pricing-table__content i {
	background-color: #525252
}

.vlt-proccess__number {
	font-size: 26px;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 80px;
	height: 80px;
	color: #fff;
	border-radius: 50%;
	background-color: #e31e25;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vlt-proccess__title {
	margin-top: 35px
}

.vlt-proccess__text {
	margin-top: 15px
}

.text-center .vlt-proccess__text {
	padding: 0 20px
}

.vlt-progress-bar__title {
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 8px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.vlt-progress-bar__title>span::after {
	content: '%'
}

.vlt-progress-bar__bar {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 3px;
	background-color: #3d3d3d
}

.vlt-progress-bar__bar span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #e31e25
}

.vlt-section-title--style-1 .vlt-section-title__subtitle {
	display: block;
	margin-bottom: 30px;
	color: #e31e25
}

.vlt-section-title--style-1 .vlt-section-title__text {
	font-size: 20px;
	margin-top: 35px
}

.text-center .vlt-section-title--style-1 .vlt-section-title__text {
	padding: 0 15px
}

.vlt-section-title--style-2 .vlt-section-title__title {
	font-size: 130px
}

@media only screen and (max-width:767px) {
	.vlt-section-title--style-2 .vlt-section-title__title {
		font-size: 84px
	}
}

@media only screen and (max-width:575px) {
	.vlt-section-title--style-2 .vlt-section-title__title {
		font-size: 70px
	}
}

.vlt-service {
	position: relative;
	overflow: hidden
}

.vlt-service__link {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.vlt-service--style-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.vlt-service--style-1 .vlt-service__media {
	min-width: 80px;
	margin-right: 35px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.vlt-service--style-1 .vlt-service__content {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.vlt-service--style-1 .vlt-service__text {
	margin-top: 20px
}

.vlt-service--style-2 {
	padding: 60px 40px;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s;
	text-align: center;
	-webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
	box-shadow: inset 0 0 0 1px #d6d6d6
}

.vlt-service--style-2 .vlt-service__media {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100px;
	margin-bottom: 35px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-service--style-2 .vlt-service__text {
	margin-top: 15px;
	color: #5c5c5c
}

.vlt-service--style-2:hover {
	-webkit-box-shadow: inset 0 0 0 1px #101010;
	box-shadow: inset 0 0 0 1px #101010
}

.vlt-service--style-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 110px;
	padding-right: 60px;
	padding-left: 60px;
	-webkit-transition: background-color .3s, -webkit-box-shadow .3s;
	transition: background-color .3s, -webkit-box-shadow .3s;
	transition: box-shadow .3s, background-color .3s;
	transition: box-shadow .3s, background-color .3s, -webkit-box-shadow .3s;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
	box-shadow: inset 0 0 0 1px #d6d6d6;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-service--style-3 .vlt-service__media {
	min-width: 100px;
	margin-right: 40px;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #101010;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.vlt-service--style-3 .vlt-service__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.vlt-service--style-3 .vlt-service__title {
	-webkit-transition: color .3s;
	transition: color .3s
}

.vlt-service--style-3 .vlt-service__icon {
	font-size: 16px;
	line-height: 1;
	color: #fff
}

@media only screen and (max-width:991px) {
	.vlt-service--style-3 .vlt-service__icon {
		display: none
	}
}

.vlt-service--style-3 .vlt-service__icon i {
	display: inline-block
}

.vlt-service--style-3:hover {
	background-color: #101010;
	-webkit-box-shadow: inset 0 0 0 1px #101010;
	box-shadow: inset 0 0 0 1px #101010
}

.vlt-service--style-3:hover .vlt-service__media,
.vlt-service--style-3:hover .vlt-service__title {
	color: #fff
}

.vlt-service--style-3:hover .vlt-service__icon i {
	-webkit-animation: vlt_animate_icon_top_right .3s 150ms forwards;
	animation: vlt_animate_icon_top_right .3s 150ms forwards
}

.vlt-service--style-4 {
	padding-top: 100%;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	background-color: #101010;
	-webkit-box-shadow: inset 0 0 0 1px #303030;
	box-shadow: inset 0 0 0 1px #303030
}

.vlt-service--style-4 .vlt-service__content {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.vlt-service--style-4 .vlt-service__media {
	color: #fff
}

.vlt-service--style-4 .vlt-service__media svg {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-service--style-4 .vlt-service__title {
	margin-top: 25px;
	color: #fff
}

.vlt-service--style-4:hover {
	background-color: #232323
}

.vlt-service--style-4:hover .vlt-service__media svg {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.vlt-service--style-5 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 90px 15%;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s;
	-webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
	box-shadow: inset 0 0 0 1px #d6d6d6
}

.vlt-service--style-5 .vlt-service__media {
	font-size: 55px;
	margin-right: 40px;
	color: #101010;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.vlt-service--style-5 .vlt-service__text {
	margin-top: 20px
}

.vlt-service--style-5:hover {
	-webkit-box-shadow: inset 0 0 0 1px #101010;
	box-shadow: inset 0 0 0 1px #101010
}

.vlt-service-box {
	position: relative;
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.vlt-service-box img {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-service-box__content {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	color: #fff;
	background-color: rgba(16, 16, 16, .4);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.vlt-service-box__link {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.vlt-service-box__icon {
	font-size: 32px;
	margin-bottom: 10px
}

.vlt-service-box__icon i {
	display: inline-block
}

.vlt-service-box__title {
	color: inherit
}

.vlt-service-box:hover {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px)
}

.vlt-service-box:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.vlt-service-box:hover .vlt-service-box__content {
	background-color: rgba(232, 46, 49, .9)
}

.vlt-service-box:hover .vlt-service-box__icon i {
	-webkit-animation: vlt_bounce .7s forwards;
	animation: vlt_bounce .7s forwards
}

.vlt-simple-image {
	position: relative;
	overflow: hidden
}

.vlt-simple-image__mask {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 120%
}

.vlt-simple-image__mask .inside {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	background-color: #fff
}

.vlt-simple-link {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-simple-link--sm {
	font-size: 16px;
	line-height: 1.8
}

.vlt-simple-link i {
	font-size: 80%;
	display: inline-block;
	margin-left: .75em
}

.vlt-simple-link:hover i {
	-webkit-animation: vlt_animate_icon_top_right .3s forwards;
	animation: vlt_animate_icon_top_right .3s forwards
}

.vlt-slider-controls {
	line-height: 1.1;
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-slider-controls--style-2 {
	height: 60px;
	padding: 0 30px
}

.vlt-slider-controls--style-3 {
	height: 80px;
	padding: 0 45px
}

.vlt-slider-controls span.sep {
	margin: 0 20px;
	opacity: .6
}

.vlt-slider-controls .vlt-swiper-button-next,
.vlt-slider-controls .vlt-swiper-button-prev {
	line-height: inherit;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	color: inherit
}

.vlt-slider-controls .vlt-swiper-button-next:hover,
.vlt-slider-controls .vlt-swiper-button-prev:hover {
	opacity: .8
}

.vlt-slider-controls .vlt-swiper-pagination {
	line-height: inherit
}

.vlt-slider-controls .vlt-swiper-pagination .swiper-pagination-current,
.vlt-slider-controls .vlt-swiper-pagination .swiper-pagination-total {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: .9em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vlt-slider-controls .vlt-swiper-pagination span.sep {
	margin: 0;
	opacity: 1
}

.vlt-slider-controls .vlt-swiper-button-prev+.vlt-swiper-pagination {
	margin: 0 25px
}

.vlt-stroke-text {
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	-webkit-text-stroke-color: currentColor;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px
}

.vlt-stroke-text--lg {
	font-size: 130px
}

@media only screen and (max-width:767px) {
	.vlt-stroke-text--lg {
		font-size: 84px
	}
}

.vlt-stroke-text--md {
	font-size: 70px
}

.vlt-stroke-text a {
	-webkit-transition: background-position .5s;
	transition: background-position .5s;
	color: inherit;
	background-image: -webkit-gradient(linear, right top, left top, from(currentColor), color-stop(50%, currentColor), color-stop(50%, transparent));
	background-image: -webkit-linear-gradient(right, currentColor 0, currentColor 50%, transparent 50%);
	background-image: linear-gradient(to left, currentColor 0, currentColor 50%, transparent 50%);
	background-position: 0 0;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 200%
}

.vlt-stroke-text a:hover {
	color: currentColor;
	background-position: -100% 0
}

.vlt-styled-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.vlt-styled-list--style-1 li {
	font-size: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row
}

.vlt-styled-list--style-1 li i {
	font-size: 8px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 24px;
	height: 24px;
	margin-top: .25em;
	margin-right: 25px;
	color: #fff;
	border-radius: 50%;
	background-color: #e31e25;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.vlt-styled-list--style-1 li+li {
	margin-top: 30px
}

.vlt-styled-list--style-2 li,
.vlt-styled-list--style-3 li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row
}

.vlt-styled-list--style-2 li::before,
.vlt-styled-list--style-3 li::before {
	display: inline-block;
	width: 10px;
	height: 1px;
	margin-top: .75em;
	margin-right: 20px;
	content: '';
	background-color: #e31e25;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.vlt-styled-list--style-2 li+li,
.vlt-styled-list--style-3 li+li {
	margin-top: 25px
}

.vlt-styled-list--style-3 li::before {
	margin-top: .5em
}

.vlt-styled-list--style-3 li+li {
	margin-top: 22px
}

.vlt-tabs {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.vlt-tabs li+li {
	margin-top: 25px
}

.vlt-tabs a {
	font-size: 22px;
	font-weight: 400;
	opacity: .5
}

@media (max-width:1024px) {
	.vlt-tabs a {
		font-size: 20px
	}
}

@media (max-width:420px) {
	.vlt-tabs a {
		font-size: 16px
	}
}

.vlt-tabs a:hover {
	opacity: 1;
	color: inherit
}

.vlt-tabs li.is-active a {
	opacity: 1
}

.vlt-tabs-image {
	position: relative;
	min-height: 550px;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.vlt-tabs-image li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.vlt-tabs-image li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s, -webkit-transform .6s;
	transition: opacity .3s, -webkit-transform .6s;
	transition: opacity .3s, transform .6s;
	transition: opacity .3s, transform .6s, -webkit-transform .6s;
	-webkit-transform: scale3d(1, 1.75, 1) skewY(5deg);
	transform: scale3d(1, 1.75, 1) skewY(5deg);
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	opacity: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.vlt-tabs-image li.is-active img {
	-webkit-transform: scale3d(1, 1, 1) skewY(0);
	transform: scale3d(1, 1, 1) skewY(0);
	opacity: 1
}

.vlt-team-list {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.vlt-team-list a {
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
	width: 140px;
	height: 140px;
	border: 6px solid #e31e25;
	border-radius: 50%
}

@media only screen and (max-width:767px) {
	.vlt-team-list a {
		width: 120px;
		height: 120px
	}
}

.vlt-team-list a img {
	z-index: -1;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-team-list a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.vlt-team-list a+a {
	margin-left: -30px
}

.vlt-team-member__avatar {
	position: relative;
	overflow: hidden
}

.vlt-team-member__avatar img {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-team-member__socials a:hover {
	opacity: .8;
	color: inherit
}

.vlt-team-member:hover .vlt-team-member__avatar img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.vlt-team-member--style-1 .vlt-team-member__content {
	padding: 25px 15px 0;
	text-align: center
}

.vlt-team-member--style-1 .vlt-team-member__name {
	font-size: 20px
}

.vlt-team-member--style-1 .vlt-team-member__function {
	margin-top: 8px;
	color: #8a8a8a
}

.vlt-team-member--style-1 .vlt-team-member__socials {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px 35px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	text-align: center;
	color: #fff;
	background-color: #e31e25
}

.vlt-team-member--style-1:hover .vlt-team-member__socials {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.vlt-team-member--style-2 .vlt-team-member__content {
	padding: 25px 15px 0;
	text-align: center
}

.vlt-team-member--style-2 .vlt-team-member__name {
	font-size: 26px
}

.vlt-team-member--style-2 .vlt-team-member__function {
	margin-top: 8px;
	color: #8a8a8a
}

.vlt-team-member--style-2 .vlt-team-member__socials {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 16px 35px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	text-align: center;
	color: #fff;
	background-color: #e31e25
}

.vlt-team-member--style-2:hover .vlt-team-member__socials {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.vlt-team-member--style-3 .vlt-team-member__text {
	font-size: 26px;
	opacity: 0;
	color: #fff
}

.vlt-team-member--style-3 .vlt-team-member__content {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
	background-color: rgba(232, 46, 49, .9);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.vlt-team-member--style-3 .vlt-team-member__socials {
	margin-top: 35px;
	opacity: 0;
	color: #fff
}

.vlt-team-member--style-3:hover .vlt-team-member__content {
	opacity: 1
}

.vlt-team-member--style-3:hover .vlt-team-member__text {
	-webkit-animation: vlt_fade_in_from_bottom .3s .1s forwards;
	animation: vlt_fade_in_from_bottom .3s .1s forwards
}

.vlt-team-member--style-3:hover .vlt-team-member__socials {
	-webkit-animation: vlt_fade_in_from_bottom .3s .2s forwards;
	animation: vlt_fade_in_from_bottom .3s .2s forwards
}

.vlt-team-member--style-4 .vlt-team-member__name {
	font-size: 20px;
	opacity: 0;
	color: #fff
}

.vlt-team-member--style-4 .vlt-team-member__function {
	margin-top: 8px;
	opacity: 0;
	color: #fff
}

.vlt-team-member--style-4 .vlt-team-member__socials {
	margin-top: 25px;
	opacity: 0;
	color: #fff
}

.vlt-team-member--style-4 .vlt-team-member__content {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding-left: 45px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
	background-color: rgba(16, 16, 16, .3);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px)
}

.vlt-team-member--style-4:hover .vlt-team-member__content {
	opacity: 1
}

.vlt-team-member--style-4:hover .vlt-team-member__name {
	-webkit-animation: vlt_fade_in_from_bottom .3s .1s forwards;
	animation: vlt_fade_in_from_bottom .3s .1s forwards
}

.vlt-team-member--style-4:hover .vlt-team-member__function {
	-webkit-animation: vlt_fade_in_from_bottom .3s .2s forwards;
	animation: vlt_fade_in_from_bottom .3s .2s forwards
}

.vlt-team-member--style-4:hover .vlt-team-member__socials {
	-webkit-animation: vlt_fade_in_from_bottom .3s .3s forwards;
	animation: vlt_fade_in_from_bottom .3s .3s forwards
}

.vlt-testimonial {
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.vlt-testimonial__content {
	font-size: 26px;
	font-weight: 700;
	color: inherit
}

.vlt-testimonial__avatar {
	overflow: hidden;
	max-width: 120px;
	margin-right: 35px;
	border-radius: 50%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media only screen and (max-width:767px) {
	.vlt-testimonial__avatar {
		display: none
	}
}

.vlt-testimonial__meta {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.vlt-testimonial__meta>div:not(.vlt-testimonial__avatar) {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.vlt-testimonial__title {
	color: inherit
}

.vlt-testimonial__function {
	color: #959595
}

.vlt-testimonial--style-1 .vlt-testimonial__content {
	margin-bottom: 30px
}

.vlt-testimonial--style-2 .vlt-testimonial__content {
	margin-top: 60px
}

.vlt-testimonial--style-2 .vlt-testimonial__meta {
	text-align: left
}

.vlt-testimonial--style-3 {
	max-width: 750px;
	padding: 60px 140px 60px 80px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 40px 0 rgba(16, 16, 16, .04);
	box-shadow: 0 0 40px 0 rgba(16, 16, 16, .04)
}

@media only screen and (max-width:767px) {
	.vlt-testimonial--style-3 {
		padding: 60px
	}
}

.vlt-testimonial--style-3 .vlt-testimonial__content {
	font-weight: 400;
	margin-top: 30px
}

.vlt-testimonial--style-3 .vlt-testimonial__meta {
	text-align: left
}

.swiper-slide:not(.swiper-slide-active) .vlt-testimonial--style-3 {
	opacity: .5
}

.vlt-types {
	position: relative
}

@media only screen and (min-width:992px) {
	.vlt-types {
		height: 570px
	}
}

.vlt-types-background,
.vlt-types-background__image,
.vlt-types-list {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.vlt-types-background {
	z-index: 1
}

@media only screen and (max-width:991px) {
	.vlt-types-background {
		display: none
	}
}

.vlt-types-background__image {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 0;
	background-color: #101010
}

.vlt-types-background__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	-o-object-fit: cover;
	object-fit: cover
}

.vlt-types-background__image.is-active {
	opacity: 1
}

.vlt-types-list {
	z-index: 2
}

@media only screen and (max-width:991px) {
	.vlt-types-list {
		position: relative
	}
}

.vlt-types-list::after,
.vlt-types-list::before {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 1px;
	height: 100%;
	content: '';
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	background-color: rgba(255, 255, 255, 0)
}

@media only screen and (max-width:991px) {
	.vlt-types-list::after,
	.vlt-types-list::before {
		display: none
	}
}

.vlt-types-list::before {
	left: calc(100% / 3)
}

.vlt-types-list::after {
	left: calc((100% / 3) * 2)
}

.vlt-types-list.is-active::after,
.vlt-types-list.is-active::before {
	background-color: rgba(255, 255, 255, .1)
}

.vlt-types-list .vlt-types-list__item {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
	width: calc(100% / 3);
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

@media only screen and (max-width:991px) {
	.vlt-types-list .vlt-types-list__item {
		width: 100%;
		height: 180px
	}
}

.vlt-types-list .vlt-types-list__item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.vlt-types-list .vlt-types-list__item .vlt-types-list__content {
	width: 100%;
	padding: 0 30px;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	text-align: center;
	color: #fff
}

.vlt-types-list .vlt-types-list__item .vlt-types-list__background {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 300%;
	height: 100%;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	background-color: #101010
}

@media only screen and (max-width:991px) {
	.vlt-types-list .vlt-types-list__item .vlt-types-list__background {
		width: 100%
	}
}

.vlt-types-list .vlt-types-list__item .vlt-types-list__background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	-o-object-fit: cover;
	object-fit: cover
}

@media only screen and (min-width:992px) {
	.vlt-types-list .vlt-types-list__item:nth-of-type(2) .vlt-types-list__background {
		left: -100%
	}
	.vlt-types-list .vlt-types-list__item:nth-of-type(3) .vlt-types-list__background {
		left: -200%
	}
}

@media only screen and (min-width:992px) {
	.vlt-types-list .vlt-types-list__item.is-opacity .vlt-types-list__background {
		opacity: 0
	}
	.vlt-types-list .vlt-types-list__item.is-opacity .vlt-types-list__content {
		opacity: .2
	}
}

.vlt-types-list .vlt-types-list__category {
	color: inherit
}

.vlt-types-list .vlt-types-list__title {
	margin-top: 10px;
	color: inherit
}

.vlt-video-button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row
}

.vlt-video-button h6 {
	margin-left: 27px;
	white-space: nowrap;
	color: inherit
}

.vlt-video-button a {
	font-size: 16px;
	line-height: 1;
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 15px 25px;
	color: currentColor;
	outline: 0;
	background-color: transparent;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vlt-video-button a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	border: 2px solid currentColor
}

.vlt-video-button a i {
	display: inline-block;
	margin-left: 15px;
	-webkit-transition: inherit;
	transition: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.vlt-video-button a:hover i {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5)
}

.vlt-video-button a:hover::after {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.vlt-wanted-position {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: -1px;
	padding: 40px 45px 40px 50px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background-color: #fff;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width:991px) {
	.vlt-wanted-position {
		flex-direction: column;
		-webkit-box-pack: initial;
		-webkit-justify-content: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.vlt-wanted-position__link {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.vlt-wanted-position__category {
	-webkit-transition: color .3s;
	transition: color .3s;
	-webkit-flex-basis: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

@media only screen and (max-width:991px) {
	.vlt-wanted-position__category {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.vlt-wanted-position__position {
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #101010;
	-webkit-flex-basis: 40%;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%
}

@media only screen and (max-width:991px) {
	.vlt-wanted-position__position {
		margin-top: 15px;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.vlt-wanted-position__time {
	font-weight: 700;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #101010
}

@media only screen and (max-width:991px) {
	.vlt-wanted-position__time {
		margin-top: 15px;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.vlt-wanted-position__icon {
	font-size: 16px;
	line-height: 1;
	color: #fff
}

@media only screen and (max-width:991px) {
	.vlt-wanted-position__icon {
		display: none
	}
}

.vlt-wanted-position__icon i {
	display: inline-block
}

.vlt-wanted-position:hover {
	background-color: #101010
}

.vlt-wanted-position:hover .vlt-wanted-position__category {
	color: #b3b3b3
}

.vlt-wanted-position:hover .vlt-wanted-position__position,
.vlt-wanted-position:hover .vlt-wanted-position__time {
	color: #fff
}

.vlt-wanted-position:hover .vlt-wanted-position__icon i {
	-webkit-animation: vlt_animate_icon_top_right .3s 150ms forwards;
	animation: vlt_animate_icon_top_right .3s 150ms forwards
}