@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,700;0,900;1,100;1,200;1,400;1,700;1,900&display=swap");
:root {
  --pf: Swansea, sans-serif; }

.f-thin {
  font-weight: 200 !important; }

.f-bold {
  font-weight: bold !important; }

.f-bolder {
  font-weight: 900 !important; }

.f-remove {
  text-decoration: line-through; }

.full-height {
  min-height: 100vh; }

@-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%,
  20%,
  50%,
  80%,
  100% {
    -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%,
  20%,
  50%,
  80%,
  100% {
    -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-display-1,
.vlt-widget--white .vlt-widget__title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase; }

.vlt-project-showcase--style-3 .vlt-project-showcase__next-slide a,
.vlt-project-showcase--style-3 .vlt-project-showcase__category {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase; }

.vlt-project-showcase--style-5 .vlt-project-showcase__category,
.vlt-project-showcase--style-7 .vlt-project-showcase__subtitle,
.vlt-counter-up--style-2 .vlt-counter-up__title,
.vlt-counter-up--style-3 .vlt-counter-up__title,
.vlt-section-title--style-1 .vlt-section-title__subtitle {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase; }

.vlt-slider-controls .vlt-swiper-button-prev,
.vlt-slider-controls .vlt-swiper-button-next {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase; }

.vlt-styled-list--style-3 li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0px;
  text-transform: uppercase; }

.vlt-display-2,
dl dd,
.vlt-comment-item__inner .vlt-comment-metas,
.vlt-widget--recent-posts .vlt-widget-post__content span,
.vlt-post-meta,
.vlt-project-showcase--style-4 .vlt-project-showcase__category,
.vlt-work__category,
.vlt-work--style-8 .vlt-work__category,
.vlt-cases-slider .vlt-cases-slider__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 {
  font-size: 16px;
  line-height: 1.2; }

.vlt-display-3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.85px;
  text-transform: uppercase; }

.vlt-page-navigation--style-2 .prev span.label,
.vlt-page-navigation--style-2 .next span.label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.85px;
  text-transform: uppercase; }

.vlt-widget--tagcloud a,
.vlt-single-post__footer .vlt-post-tags a {
  font-size: 14px;
  display: inline-block;
  padding: 5px 12px;
  color: #8a8a8a;
  border: 1px solid #d6d6d6;
  background-color: #fff; }

.vlt-widget--tagcloud a:hover,
.vlt-single-post__footer .vlt-post-tags a:hover {
  color: #fff;
  border-color: #8D9DA5;
  background-color: #8D9DA5; }

.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: #8D9DA5; }

.vlt-nav--offcanvas__navigation ul.sf-menu > li > a::after,
.vlt-nav--slide__navigation ul.sf-menu > li > a::after {
  font-family: "Poppins";
  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:hover > a,
.vlt-nav--slide__navigation ul.sf-menu > li:hover > a,
.vlt-nav--offcanvas__navigation ul.sf-menu > li.current-menu-item > a,
.vlt-nav--slide__navigation ul.sf-menu > li.current-menu-item > a {
  color: #FDCF18; }

.vlt-nav--offcanvas__navigation ul.sf-menu > li:hover > a::after,
.vlt-nav--slide__navigation ul.sf-menu > li:hover > a::after,
.vlt-nav--offcanvas__navigation ul.sf-menu > li.current-menu-item > a::after,
.vlt-nav--slide__navigation ul.sf-menu > li.current-menu-item > 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:hover > a,
.vlt-nav--slide__navigation ul.sf-menu ul.sub-menu > li:hover > a,
.vlt-nav--offcanvas__navigation ul.sf-menu ul.sub-menu > li.current-menu-item > a,
.vlt-nav--slide__navigation ul.sf-menu ul.sub-menu > li.current-menu-item > a,
.has-primary-color {
  color: #FDCF18; }

/* 02. Base */
/* COLORS
-------------------------------------------- */
.has-primary-background-color {
  background-color: #FDCF18; }

.has-white-color {
  color: #fff; }

.has-white-background-color {
  background-color: #fff; }

.has-black-color {
  color: #8D9DA5; }

.has-black-background-color {
  background-color: #526873; }

.has-dark-gray-color {
  color: #101010; }

.has-dark-background-color {
  background-color: #101010; }

.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; }

/* DISPLAYS
-------------------------------------------- */
/* GAPS
-------------------------------------------- */
.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; } }

/* LINE HEIGHT
-------------------------------------------- */
.lh-2 {
  line-height: 1.7; }

.lh-1 {
  line-height: 1.5; }

.lh-0 {
  line-height: 1; }

/* FONT SIZE
-------------------------------------------- */
.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; }

/* PADDING LEFT
-------------------------------------------- */
.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 COLORS
-------------------------------------------- */
.message.success {
  color: var(--success); }

.message.danger {
  color: var(--danger); }

/* OTHERS
-------------------------------------------- */
.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: #FDCF18; }

.vlt-custom--1681 {
  position: relative;
  z-index: 1; }
  .vlt-custom--1681::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 33.333%;
    height: 100%;
    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: #8D9DA5;
  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; } }

/* SELECTION
-------------------------------------------- */
::-moz-selection,
::selection,
::-moz-selection {
  color: #fff;
  background-color: #8D9DA5; }

/* BODY
-------------------------------------------- */
body {
  font-family: "Poppins";
  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; }

/* IMAGE
-------------------------------------------- */
img {
  max-width: 100%;
  height: auto; }

/* PARAGRAPH
-------------------------------------------- */
p {
  margin: 0 0 30px; }
  p:empty {
    display: none; }
  p:last-of-type {
    margin-bottom: 0; }

/* STRONG
-------------------------------------------- */
strong {
  font-weight: 700; }

/* MARK
-------------------------------------------- */
mark {
  background-color: #FDCF18; }

/* LINK
-------------------------------------------- */
a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
  color: inherit; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none; }

p a,
a:hover {
  color: #FDCF18; }

/* HEADINGS
-------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #8D9DA5; }

h1 i,
.h1 i,
h2 i,
.h2 i,
h3 i,
.h3 i,
h4 i,
.h4 i,
h5 i,
.h5 i,
h6 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
-------------------------------------------- */
blockquote {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 25px 0 25px 40px;
  color: #8D9DA5;
  border-left: 3px solid #FDCF18; }
  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 300ms;
      transition: -webkit-transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms;
      background-color: #FDCF18; }
    blockquote.pullquote:hover::after {
      -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
      transform: scale(1.01); }

/* FORM / INPUT / TEXTAREA / SELECT
-------------------------------------------- */
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: #8D9DA5; }

input[type='text'], input[type='date'], input[type='email'], input[type='password'], input[type='tel'], input[type='url'], input[type='search'], input[type='number'] {
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #8D9DA5;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #8D9DA5;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select {
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #8D9DA5;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  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 {
  outline: none; }

input[type='submit']:focus {
  outline: none; }

input[type='text'].placeholder, input[type='date'].placeholder, input[type='email'].placeholder, input[type='password'].placeholder, input[type='tel'].placeholder, input[type='url'].placeholder, input[type='search'].placeholder, input[type='number'].placeholder {
  opacity: 1;
  color: #8D9DA5; }

textarea.placeholder,
select.placeholder {
  opacity: 1;
  color: #8D9DA5; }

input[type='text']:-moz-placeholder, input[type='date']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='password']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='url']:-moz-placeholder, input[type='search']:-moz-placeholder, input[type='number']:-moz-placeholder {
  opacity: 1;
  color: #8D9DA5; }

textarea:-moz-placeholder,
select:-moz-placeholder {
  opacity: 1;
  color: #8D9DA5; }

input[type='text']::-moz-placeholder, input[type='date']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='url']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='number']::-moz-placeholder {
  opacity: 1;
  color: #8D9DA5; }

textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  color: #8D9DA5; }

input[type='text']:-ms-input-placeholder, input[type='date']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder {
  opacity: 1;
  color: #8D9DA5; }

textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  opacity: 1;
  color: #8D9DA5; }

input[type='text']::-webkit-input-placeholder, input[type='date']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder {
  opacity: 1;
  color: #8D9DA5; }

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  opacity: 1;
  color: #8D9DA5; }

input[type='text']:focus.placeholder, input[type='date']:focus.placeholder, input[type='email']:focus.placeholder, input[type='password']:focus.placeholder, input[type='tel']:focus.placeholder, input[type='url']:focus.placeholder, input[type='search']:focus.placeholder, input[type='number']:focus.placeholder {
  opacity: 0; }

textarea:focus.placeholder,
select:focus.placeholder {
  opacity: 0; }

input[type='text']:focus:-moz-placeholder, input[type='date']:focus:-moz-placeholder, input[type='email']:focus:-moz-placeholder, input[type='password']:focus:-moz-placeholder, input[type='tel']:focus:-moz-placeholder, input[type='url']:focus:-moz-placeholder, input[type='search']:focus:-moz-placeholder, input[type='number']:focus:-moz-placeholder {
  opacity: 0; }

textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  opacity: 0; }

input[type='text']:focus::-moz-placeholder, input[type='date']:focus::-moz-placeholder, input[type='email']:focus::-moz-placeholder, input[type='password']:focus::-moz-placeholder, input[type='tel']:focus::-moz-placeholder, input[type='url']:focus::-moz-placeholder, input[type='search']:focus::-moz-placeholder, input[type='number']:focus::-moz-placeholder {
  opacity: 0; }

textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  opacity: 0; }

input[type='text']:focus:-ms-input-placeholder, input[type='date']:focus:-ms-input-placeholder, input[type='email']:focus:-ms-input-placeholder, input[type='password']:focus:-ms-input-placeholder, input[type='tel']:focus:-ms-input-placeholder, input[type='url']:focus:-ms-input-placeholder, input[type='search']:focus:-ms-input-placeholder, input[type='number']:focus:-ms-input-placeholder {
  opacity: 0; }

textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  opacity: 0; }

input[type='text']:focus::-webkit-input-placeholder, input[type='date']:focus::-webkit-input-placeholder, input[type='email']:focus::-webkit-input-placeholder, input[type='password']:focus::-webkit-input-placeholder, input[type='tel']:focus::-webkit-input-placeholder, input[type='url']:focus::-webkit-input-placeholder, input[type='search']:focus::-webkit-input-placeholder, input[type='number']:focus::-webkit-input-placeholder {
  opacity: 0; }

textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  opacity: 0; }

.vlt-form-label {
  position: absolute;
  top: 10px;
  left: 0;
  margin-bottom: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  pointer-events: none; }

.vlt-form-control:not(:-moz-placeholder-shown) ~ .vlt-form-label,
.vlt-form-control:not(:-ms-input-placeholder) ~ .vlt-form-label,
.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); }
  .vlt-form-row.three-col {
    grid-template-columns: repeat(3, 1fr); }

@media only screen and (max-width: 767px) {
  .vlt-form-row.two-col {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr); } }

@media only screen and (max-width: 767px) {
  .vlt-form-row.three-col {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr); } }

/* DEFINITION LIST
-------------------------------------------- */
dl {
  margin-bottom: 0; }
  dl dt {
    font-size: 18px;
    font-weight: 700;
    color: #8D9DA5; }
  dl dd {
    margin-top: 8px;
    margin-bottom: 0;
    color: #8a8a8a; }

/* 03. Layout */
/* LAYOUT: GRID
-------------------------------------------- */
/* MAIN
-------------------------------------------- */
.vlt-main {
  position: relative;
  overflow: hidden;
  background-color: #fff; }

/* PAGE CONTENT
-------------------------------------------- */
.vlt-page-content--padding {
  padding: 120px 0; }

.vlt-page-content--padding-top {
  padding-top: 120px; }

.vlt-page-content--padding-bottom {
  padding-bottom: 120px; }

/* LAYOUT: HEADER
-------------------------------------------- */
.vlt-header--default,
.vlt-header--fullscreen,
.vlt-header--offcanvas,
.vlt-header--creative,
.vlt-header--slide {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  color: #8D9DA5; }

.vlt-header--default.vlt-header--opaque,
.vlt-header--fullscreen.vlt-header--opaque,
.vlt-header--offcanvas.vlt-header--opaque,
.vlt-header--creative.vlt-header--opaque,
.vlt-header--slide.vlt-header--opaque {
  position: relative; }

.vlt-header--default.vlt-header--dark,
.vlt-header--fullscreen.vlt-header--dark,
.vlt-header--offcanvas.vlt-header--dark,
.vlt-header--creative.vlt-header--dark,
.vlt-header--slide.vlt-header--dark {
  color: #fff; }

.vlt-navbar {
  position: relative;
  z-index: 50;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  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; }
  .vlt-navbar.vlt-navbar--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 300ms;
    transition: all 300ms; }
    .vlt-navbar.vlt-navbar--fixed.vlt-navbar--sticky, .vlt-navbar.vlt-navbar--fixed.vlt-on-scroll-show {
      -webkit-animation: vlt_fade_in_down 300ms forwards;
      animation: vlt_fade_in_down 300ms forwards; }
    .vlt-navbar.vlt-navbar--fixed.vlt-on-scroll-hide {
      -webkit-animation: vlt_fade_out_up 300ms forwards;
      animation: vlt_fade_out_up 300ms forwards; }
  .vlt-navbar.vlt-navbar--transparent {
    background-color: transparent; }

.vlt-header--dark .vlt-navbar.vlt-navbar--transparent {
  background-color: transparent; }

.vlt-navbar {
  background-color: #fff; }
  .vlt-navbar.vlt-navbar--solid {
    background-color: #fff; }

.vlt-header--dark .vlt-navbar.vlt-navbar--solid {
  background-color: #8D9DA5; }

.vlt-navbar.vlt-navbar--transparent-always,
.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,
.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: #8D9DA5; }

.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: #8D9DA5; }
  .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,
.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: 35px; }
  .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; }

/* NAV
-------------------------------------------- */
.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; }

/* BURGER MENU
-------------------------------------------- */
.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 p {
    display: block;
    position: absolute;
    right: 50px;
    font-weight: bolder;
    font-style: italic; }
  .vlt-menu-burger span {
    display: inline-block;
    height: 2px;
    margin: 4px 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    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; }

/* DROP EFFECT STYLE 1
-------------------------------------------- */
[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 > 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 {
  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 {
  display: none; }

[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 > 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 {
  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 {
  display: none; }

[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; }

/* HEADER: DEFAULT
-------------------------------------------- */
.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; }
    .vlt-nav--default .sf-menu > li > a {
      font-size: 18px;
      font-weight: 700;
      opacity: .85; }
      .vlt-nav--default .sf-menu > li > a span {
        position: relative;
        padding: 0 8px; }
        .vlt-nav--default .sf-menu > li > a span::after {
          position: absolute;
          bottom: -5px;
          left: 0;
          width: 100%;
          height: 2px;
          content: '';
          -webkit-transition: all 300ms;
          transition: all 300ms;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          background-color: #FDCF18; }

.vlt-header--dark .vlt-nav--default .sf-menu > li > a span::after {
  background-color: #fff; }

.vlt-nav--default .sf-menu > li:hover > a,
.vlt-nav--default .sf-menu > li.sfHover > a,
.vlt-nav--default .sf-menu > li.current-menu-item > a {
  color: #FDCF18; }

.vlt-header--dark .vlt-nav--default .sf-menu > li:hover > a,
.vlt-header--dark .vlt-nav--default .sf-menu > li.sfHover > a,
.vlt-header--dark .vlt-nav--default .sf-menu > li.current-menu-item > a {
  opacity: 1;
  color: inherit; }

.vlt-nav--default .sf-menu > li:hover > a > span::after,
.vlt-nav--default .sf-menu > li.sfHover > a > span::after,
.vlt-nav--default .sf-menu > li.current-menu-item > 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: #8D9DA5;
  -webkit-box-shadow: 0 5px 10px 0 rgba(16, 16, 16, 0.05);
  box-shadow: 0 5px 10px 0 rgba(16, 16, 16, 0.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 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms; }

.vlt-nav--default .sf-menu ul.sub-menu li.menu-item-has-children > a::after {
  font-family: "Poppins";
  font-size: 50%;
  content: '\e908'; }

.vlt-nav--default .sf-menu ul.sub-menu li:hover > a {
  color: #fff; }
  .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 {
  color: #fff; }

.vlt-header--dark .vlt-nav--default .sf-menu ul.sub-menu li:hover > a,
.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 {
  color: #FDCF18; }

/* HEADER: CREATIVE
-------------------------------------------- */
.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: #8D9DA5;
  -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.soon a {
      text-decoration: line-through !important;
      cursor: not-allowed; }
    .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 500ms;
      transition: background-position 500ms;
      color: #8D9DA5;
      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:hover > a,
    .vlt-nav--creative__navigation ul.sf-menu li.current-menu-item > a {
      color: #8D9DA5;
      background-position: -100% 0; }

.vlt-nav--creative__footer {
  padding-bottom: 50px;
  color: #8D9DA5; }
  .vlt-nav--creative__footer .vlt-widget ~ .vlt-widget {
    margin-top: 0; }

/* CREATIVE DARK
-------------------------------------------- */
.vlt-nav--creative-dark {
  background-color: #8D9DA5; }
  .vlt-nav--creative-dark .vlt-nav--creative__navigation ul.sf-menu li a,
  .vlt-nav--creative-dark .vlt-nav--creative__navigation ul.sf-menu li:hover > a,
  .vlt-nav--creative-dark .vlt-nav--creative__navigation ul.sf-menu li.current-menu-item > a {
    color: #fff; }
  .vlt-nav--creative-dark .vlt-nav--creative__header,
  .vlt-nav--creative-dark .vlt-nav--creative__footer {
    color: #fff; }

/* HEADER: OFFCANVAS
-------------------------------------------- */
.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: #8D9DA5; }

.vlt-nav--offcanvas__sidebar {
  color: #8D9DA5; }
  .vlt-nav--offcanvas__sidebar .vlt-widget ~ .vlt-widget {
    margin-top: 0; }
  .vlt-nav--offcanvas__sidebar .vlt-widget + .vlt-widget {
    margin-top: 50px; }

/* OFFCANVAS DARK
-------------------------------------------- */
.vlt-nav--offcanvas-dark {
  background-color: #8D9DA5; }
  .vlt-nav--offcanvas-dark .vlt-nav--offcanvas__navigation ul.sf-menu > li a {
    color: rgba(255, 255, 255, 0.85); }
  .vlt-nav--offcanvas-dark .vlt-nav--offcanvas__navigation ul.sf-menu > li:hover > a,
  .vlt-nav--offcanvas-dark .vlt-nav--offcanvas__navigation ul.sf-menu > li.current-menu-item > a {
    color: #fff; }
  .vlt-nav--offcanvas-dark .vlt-menu-burger,
  .vlt-nav--offcanvas-dark .vlt-nav--offcanvas__sidebar {
    color: #fff; }

/* HEADER: FULLSCREEN
-------------------------------------------- */
.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(0.75);
    transform: translate3d(-50%, -50%, 0) scale(0.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: #8D9DA5;
  -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: 46px;
        font-weight: 700;
        line-height: 1.9;
        color: #8D9DA5; }
        .vlt-nav--fullscreen__navigation ul.sf-menu li a::after {
          font-family: "Poppins";
          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:hover > a,
      .vlt-nav--fullscreen__navigation ul.sf-menu li.current-menu-item > a {
        color: #FDCF18; }
      .vlt-nav--fullscreen__navigation ul.sf-menu li:hover > a::after,
      .vlt-nav--fullscreen__navigation ul.sf-menu li.current-menu-item > a::after {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        opacity: 1; }

@media only screen and (max-width: 767px) {
  .vlt-nav--fullscreen__navigation ul.sf-menu li a {
    font-size: 32px; } }

.vlt-nav--fullscreen__footer {
  padding-bottom: 50px;
  color: #8D9DA5; }
  .vlt-nav--fullscreen__footer .vlt-widget ~ .vlt-widget {
    margin-top: 0; }

/* FULLSCREEN DARK
-------------------------------------------- */
.vlt-nav--fullscreen-dark {
  background-color: #8D9DA5; }
  .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, 0.85); }
  .vlt-nav--fullscreen-dark .vlt-nav--fullscreen__navigation ul.sf-menu li:hover > a,
  .vlt-nav--fullscreen-dark .vlt-nav--fullscreen__navigation ul.sf-menu li.current-menu-item > a {
    color: #fff; }
  .vlt-nav--fullscreen-dark .vlt-nav--fullscreen__header,
  .vlt-nav--fullscreen-dark .vlt-nav--fullscreen__footer {
    color: #fff; }

/* HEADER: SLIDE
-------------------------------------------- */
.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; }

/* CONTENT AREA
-------------------------------------------- */
@media only screen and (min-width: 992px) {
  .vlt-is--header-slide body {
    padding-left: 90px !important; } }

/* SLIDE NAVIGATION
-------------------------------------------- */
.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: #8D9DA5; }
  .vlt-nav--slide__sidebar .vlt-widget ~ .vlt-widget {
    margin-top: 0; }
  .vlt-nav--slide__sidebar .vlt-widget + .vlt-widget {
    margin-top: 50px; }

/* LAYOUT: FOOTER
-------------------------------------------- */
.vlt-footer {
  position: relative;
  overflow: hidden;
  background-color: #FFF; }

.vlt-footer--fixed {
  z-index: 10;
  will-change: transform; }

.vlt-is--footer-fixed .vlt-main {
  z-index: 20; }

/* STYLE 1
-------------------------------------------- */
.vlt-footer--style-1 {
  padding: 195px 0;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover; }

@media only screen and (max-width: 991px) {
  .vlt-footer--style-1 [class^='col-'] + [class^='col-'] {
    margin-top: 30px; } }

/* STYLE 2
-------------------------------------------- */
.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; }

/* STYLE 3
-------------------------------------------- */
.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; } }

/* LAYOUT: COMMENTS
-------------------------------------------- */
.vlt-page-comments {
  margin-top: 100px; }

.vlt-page-comments__title {
  margin-bottom: 70px; }

.vlt-page-comments .vlt-comments {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .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 {
    padding-bottom: 0; }
  .vlt-page-comments .vlt-comments ul.children {
    margin-top: 60px;
    margin-left: 55px;
    padding-left: 40px;
    border-left: 1px solid #d6d6d6; }
    .vlt-page-comments .vlt-comments ul.children li.vlt-comment-item:last-child {
      padding-bottom: 0;
      padding-bottom: 0; }

.vlt-page-comments .form-submit {
  margin-top: 60px; }

@media only screen and (max-width: 767px) {
  .vlt-page-comments .vlt-comments ul.children {
    margin-left: 0;
    padding-left: 0;
    border: none; } }

/* STYLE 1
-------------------------------------------- */
.vlt-page-comments--style-1 .vlt-page-comments__form {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #f5f5f5; }

/* STYLE 2
-------------------------------------------- */
.vlt-page-comments--style-2 .vlt-page-comments__form {
  margin-top: 100px; }

/* COMMENT ITEM
-------------------------------------------- */
.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; }
    .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: #8D9DA5;
    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 #8D9DA5;
      background-color: #8D9DA5; }
      .vlt-comment-item__inner .vlt-comment-reply:hover i {
        -webkit-animation: vlt_animate_icon_right 300ms forwards;
        animation: vlt_animate_icon_right 300ms forwards; }

@media only screen and (max-width: 767px) {
  .vlt-comment-item__inner .vlt-comment-avatar {
    display: none; } }

/* LAYOUT: SIDEBAR
-------------------------------------------- */
.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; } }

/* WIDGET
-------------------------------------------- */
.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; }

/* WIDGET WHITE
-------------------------------------------- */
.vlt-widget--white {
  color: #fff; }
  .vlt-widget--white a:hover {
    color: rgba(255, 255, 255, 0.8); }
  .vlt-widget--white .vlt-widget__title {
    margin-bottom: 20px;
    color: #8a8a8a; }

/* WIDGET SEARCH
-------------------------------------------- */
.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 300ms forwards;
      animation: vlt_animate_icon_right 300ms 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 300ms;
    transition: color 300ms;
    color: #8D9DA5;
    border: none;
    background: none; }
    .vlt-widget--search .vlt-search-form button:hover {
      color: #FDCF18; }

/* WIDGET HTML
-------------------------------------------- */
.vlt-widget--html .vlt-text-stroke {
  color: inherit; }

/* WIDGET TEXT
-------------------------------------------- */
.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: #8D9DA5; }

/* WIDGET RECENT POSTS
-------------------------------------------- */
.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 {
    margin-top: 20px; }
  .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 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -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); }

/* WIDGET TAGCLOUD
-------------------------------------------- */
.vlt-widget--tagcloud {
  margin-bottom: -10px; }
  .vlt-widget--tagcloud a {
    margin: 0 10px 10px 0; }

/* WIDGET CATEGORIES
-------------------------------------------- */
.vlt-widget--categories {
  font-size: 16px;
  font-weight: 700;
  color: #8D9DA5; }
  .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; }

/* WIDGET INSTAGRAM
-------------------------------------------- */
.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 300ms;
      transition: -webkit-transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms;
      -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 300ms;
    transition: opacity 300ms;
    opacity: 0;
    background-color: rgba(16, 16, 16, 0.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 300ms 0s;
      transition: all 300ms 0s;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.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; }

/* WIDGET LINKS
-------------------------------------------- */
.vlt-widget--links {
  font-size: 24px;
  line-height: 2; }

/* 04. Pages */
/* PAGE: 404
-------------------------------------------- */
.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%; } }

/* PAGE: BLOG
-------------------------------------------- */
/* PARTIAL: POST META
-------------------------------------------- */
.vlt-post-meta span + span::before {
  margin-left: 6px;
  padding-right: 6px;
  content: '/'; }

/* POST: SINGLE POST
-------------------------------------------- */
.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; }
  .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; }
  .vlt-single-post__footer .vlt-post-share__title {
    font-size: 14px;
    line-height: 1.2;
    margin-right: 25px; }

@media only screen and (max-width: 991px) {
  .vlt-single-post__footer {
    display: block; } }

@media only screen and (max-width: 991px) {
  .vlt-single-post__footer .vlt-post-share {
    margin-top: 30px; } }

.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); }

/* STYLE 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: #8D9DA5; }

/* STYLE 2
-------------------------------------------- */
.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; }

[data-columns='4'] .vlt-post--style-2 .vlt-post__header .vlt-post-title,
.col-md-3 .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; }

/* STYLE 3
-------------------------------------------- */
.vlt-post--style-3 .vlt-post__content {
  padding: 35px 40px 40px;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  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 300ms;
  transition: color 300ms;
  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-title {
  color: #fff; }
  .vlt-post--style-3:hover .vlt-post__header .vlt-post-title > a:hover {
    color: #fff; }

.vlt-post--style-3:hover .vlt-post__header .vlt-post-meta {
  color: #fff; }

.vlt-post--style-3:hover .vlt-post__content {
  background-color: #FDCF18; }

/* STYLE 4
-------------------------------------------- */
.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; }
  .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; }
  .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; }

@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; } }

@media only screen and (max-width: 767px) {
  .vlt-post--style-4 .vlt-post__media {
    max-width: unset;
    margin-right: 0; } }

/* STYLE 5
-------------------------------------------- */
.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; }
  .vlt-post--style-5 .vlt-post-date {
    font-weight: 700;
    margin-right: 120px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    text-align: center;
    text-transform: uppercase;
    opacity: .5;
    color: #8D9DA5; }
    .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 300ms;
    transition: opacity 300ms;
    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 300ms;
    transition: opacity 300ms;
    opacity: .5;
    color: #8D9DA5; }
  .vlt-post--style-5:hover .vlt-post-date,
  .vlt-post--style-5:hover .vlt-post-title,
  .vlt-post--style-5:hover .vlt-post-category {
    opacity: 1; }

@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; } }

@media only screen and (max-width: 767px) {
  .vlt-post--style-5 .vlt-post-date {
    display: none; } }

@media only screen and (max-width: 767px) {
  .vlt-post--style-5 .vlt-post-category {
    margin-top: 20px;
    margin-left: 0; } }

/* STYLE 6
-------------------------------------------- */
.vlt-post--style-6 .vlt-post__media {
  background-color: #8D9DA5; }
  .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 300ms;
  transition: background-color 300ms;
  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 300ms;
  transition: color 300ms;
  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: #8D9DA5; }
  .vlt-post--style-6 .vlt-post__footer a:hover {
    opacity: .8;
    color: inherit; }

.vlt-post--style-6:hover .vlt-post__header .vlt-post-title {
  color: #fff; }
  .vlt-post--style-6:hover .vlt-post__header .vlt-post-title > a:hover {
    color: #fff; }

.vlt-post--style-6:hover .vlt-post__header .vlt-post-meta {
  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); }

/* STYLE 7
-------------------------------------------- */
.vlt-post--style-7 .vlt-post__media {
  background-color: #8D9DA5; }
  .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; }

/* PAGE: PROJECT SHOWCASE
-------------------------------------------- */
/* STYLE 1
-------------------------------------------- */
.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: 2;
  display: inline-block;
  font-style: italic;
  color: #FFF; }
  .vlt-project-showcase--style-1 .vlt-project-showcase__title a {
    -webkit-transition: background-position 500ms;
    transition: background-position 500ms;
    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; }

@media only screen and (max-width: 767px) {
  .vlt-project-showcase--style-1 .vlt-project-showcase__title {
    font-size: 46px; } }

/* STYLE 2
-------------------------------------------- */
.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 500ms;
    transition: -webkit-clip-path 500ms;
    transition: clip-path 500ms;
    transition: clip-path 500ms, -webkit-clip-path 500ms;
    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;
    font-style: italic;
    color: inherit; }
    .vlt-project-showcase--style-2 .vlt-project-showcase__title a {
      -webkit-transition: background-position 500ms;
      transition: background-position 500ms;
      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: 500ms;
    transition-delay: 500ms;
    color: inherit;
    background-position: -100% 0; }
  .vlt-project-showcase--style-2 .swiper-slide-active .vlt-project-showcase__number,
  .vlt-project-showcase--style-2 .swiper-slide-active .vlt-project-showcase__category {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    opacity: 1; }
  .vlt-project-showcase--style-2 .swiper-slide-active .vlt-project-showcase__image {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); }

@media only screen and (max-width: 767px) {
  .vlt-project-showcase--style-2 .vlt-project-showcase__title {
    font-size: 70px; } }

/* STYLE 3
-------------------------------------------- */
.vlt-project-showcase--style-3 {
  height: 100vh;
  min-height: 550px; }
  .vlt-project-showcase--style-3 .swiper-container,
  .vlt-project-showcase--style-3 .swiper-wrapper,
  .vlt-project-showcase--style-3 .swiper-slide {
    height: 100%; }
  .vlt-project-showcase--style-3 .vlt-project-showcase__item {
    position: relative;
    height: 100%;
    background-color: #8D9DA5; }
  .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; }
    .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: #8D9DA5;
      -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 300ms;
        transition: -webkit-transform 300ms;
        transition: transform 300ms;
        transition: transform 300ms, -webkit-transform 300ms;
        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 300ms forwards;
        animation: vlt_animate_icon_bottom 300ms 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%;
    font-style: italic;
    color: #fff; }
    .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; }
    .vlt-project-showcase--style-3 .vlt-project-showcase__description::before {
      position: absolute;
      top: .75em;
      left: -170px;
      width: 90px;
      content: '';
      border-top: 1px solid currentColor; }
  .vlt-project-showcase--style-3 .vlt-simple-link {
    margin-top: 45px;
    margin-left: 170px;
    color: #fff; }

@media only screen and (max-width: 991px) {
  .vlt-project-showcase--style-3 .vlt-project-showcase__next-slide {
    display: none; } }

@media only screen and (max-width: 767px) {
  .vlt-project-showcase--style-3 .vlt-project-showcase__title {
    font-size: 46px; } }

@media only screen and (max-width: 575px) {
  .vlt-project-showcase--style-3 .vlt-project-showcase__description {
    margin-left: 0; } }

@media only screen and (max-width: 575px) {
  .vlt-project-showcase--style-3 .vlt-project-showcase__description::before {
    display: none; } }

@media only screen and (max-width: 575px) {
  .vlt-project-showcase--style-3 .vlt-simple-link {
    margin-left: 0; } }

/* STYLE 4
-------------------------------------------- */
.vlt-project-showcase--style-4 {
  height: 100vh;
  min-height: 550px; }
  .vlt-project-showcase--style-4 .swiper-container,
  .vlt-project-showcase--style-4 .swiper-wrapper,
  .vlt-project-showcase--style-4 .swiper-slide {
    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: #8D9DA5; }
  .vlt-project-showcase--style-4 .vlt-project-showcase__background {
    width: 100%;
    height: 100%;
    -webkit-transition: 200ms;
    transition: 200ms;
    -webkit-animation: vlt_mask_circle_out 300ms forwards;
    animation: vlt_mask_circle_out 300ms 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 300ms forwards;
    animation: vlt_mask_circle_in 300ms forwards; }
  .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 {
      color: inherit; }
      .vlt-project-showcase--style-4 .vlt-project-showcase__next-slide a:hover i {
        -webkit-animation: vlt_animate_icon_bottom 300ms forwards;
        animation: vlt_animate_icon_bottom 300ms 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; }
    .vlt-project-showcase--style-4 .vlt-project-showcase__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform 300ms;
      transition: -webkit-transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms;
      -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; }
  .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: #8D9DA5; }
  .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; }

@media only screen and (max-width: 767px) {
  .vlt-project-showcase--style-4 .vlt-project-showcase__image {
    height: 300px; } }

@media only screen and (max-width: 767px) {
  .vlt-project-showcase--style-4 .vlt-project-showcase__heading {
    font-size: 46px;
    line-height: 1.25; } }

/* STYLE 5
-------------------------------------------- */
.vlt-project-showcase--style-5 {
  height: 100vh;
  min-height: 550px; }
  .vlt-project-showcase--style-5 .swiper-container,
  .vlt-project-showcase--style-5 .swiper-wrapper,
  .vlt-project-showcase--style-5 .swiper-slide {
    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; }
    .vlt-project-showcase--style-5 .vlt-project-showcase__footer .vlt-simple-link {
      z-index: 1;
      height: 80px;
      padding-right: 110px;
      color: #fff;
      background-color: #FDCF18; }
      .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: #FDCF18; }
  .vlt-project-showcase--style-5 .vlt-project-showcase__category {
    display: block;
    margin-top: 60px;
    margin-bottom: 25px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); }
  .vlt-project-showcase--style-5 .vlt-project-showcase__title {
    color: #fff;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); }
    .vlt-project-showcase--style-5 .vlt-project-showcase__title a:hover {
      opacity: .8;
      color: inherit; }

@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; } }

@media only screen and (max-width: 575px) {
  .vlt-project-showcase--style-5 .vlt-project-showcase__footer .vlt-simple-link {
    padding-right: 30px; } }

/* STYLE 6
-------------------------------------------- */
.vlt-project-showcase--style-6 {
  height: 100vh;
  min-height: 550px; }
  .vlt-project-showcase--style-6 .swiper-container,
  .vlt-project-showcase--style-6 .swiper-wrapper,
  .vlt-project-showcase--style-6 .swiper-slide {
    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; }
  .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: #FDCF18; }
  .vlt-project-showcase--style-6 .vlt-project-showcase__title {
    font-size: 130px;
    position: relative;
    display: inline-block; }
    .vlt-project-showcase--style-6 .vlt-project-showcase__title.original {
      z-index: 1; }
    .vlt-project-showcase--style-6 .vlt-project-showcase__title.mask {
      position: absolute;
      z-index: 3; }
    .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; }
  .vlt-project-showcase--style-6 .vlt-simple-link {
    margin-top: 40px; }
    .vlt-project-showcase--style-6 .vlt-simple-link:not(:hover) {
      color: #8D9DA5; }
  .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; }

@media only screen and (max-width: 767px) {
  .vlt-project-showcase--style-6 .vlt-project-showcase__image {
    display: none; } }

@media only screen and (max-width: 767px) {
  .vlt-project-showcase--style-6 .vlt-project-showcase__number {
    margin-left: 0; } }

@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; } }

@media only screen and (min-width: 768px) {
  .vlt-project-showcase--style-6 .vlt-project-showcase__title.original {
    color: #fff; } }

@media only screen and (max-width: 767px) {
  .vlt-project-showcase--style-6 .vlt-project-showcase__title.mask {
    display: none; } }

@media only screen and (max-width: 767px) {
  .vlt-project-showcase--style-6 .vlt-project-showcase__footer {
    padding-right: 0; } }

/* STYLE 7
-------------------------------------------- */
.vlt-project-showcase--style-7 {
  height: 100vh;
  min-height: 550px; }
  .vlt-project-showcase--style-7 .swiper-container,
  .vlt-project-showcase--style-7 .swiper-wrapper,
  .vlt-project-showcase--style-7 .swiper-slide {
    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: #8D9DA5;
    -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 {
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      width: 20%;
      content: '';
      border-right: 1px solid rgba(255, 255, 255, 0.25);
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
    .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, 0.25);
      border-left: 1px solid rgba(255, 255, 255, 0.25);
      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%; }
  .vlt-project-showcase--style-7 .vlt-project-showcase__subtitle {
    display: block;
    margin-bottom: 30px;
    color: #fff; }
  .vlt-project-showcase--style-7 .vlt-project-showcase__title,
  .vlt-project-showcase--style-7 .vlt-project-showcase__text {
    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%; }
    .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, 0.5);
      border-bottom: 1px solid transparent; }
      .vlt-project-showcase--style-7 .vlt-project-showcase__navigation li.is-active {
        color: #8D9DA5;
        border-color: #8D9DA5; }
  .vlt-project-showcase--style-7 .vlt-slider-controls {
    padding: 40px 50px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }
  .vlt-project-showcase--style-7 .vlt-project-showcase__socials {
    padding: 40px 50px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    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; }

@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; } }

@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; } }

@media only screen and (max-width: 575px) {
  .vlt-project-showcase--style-7 .vlt-project-showcase__title {
    font-size: 46px; } }

@media only screen and (max-width: 1199px) {
  .vlt-project-showcase--style-7 .vlt-project-showcase__navigation {
    display: none; } }

@media only screen and (max-width: 1199px) {
  .vlt-project-showcase--style-7 .vlt-slider-controls,
  .vlt-project-showcase--style-7 .vlt-project-showcase__socials {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }

/* PAGE: PORTFOLIO
-------------------------------------------- */
.vlt-work {
  position: relative; }

.vlt-work--tilt .vlt-work__meta {
  -webkit-transition: -webkit-transform 300ms !important;
  transition: -webkit-transform 300ms !important;
  transition: transform 300ms !important;
  transition: transform 300ms, -webkit-transform 300ms !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); }

/* STYLE 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; }

/* STYLE 2
-------------------------------------------- */
.vlt-work--style-2 .vlt-work__meta,
.vlt-work--style-3 .vlt-work__meta,
.vlt-work--style-6 .vlt-work__meta,
.vlt-work--style-4 .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 300ms;
  transition: opacity 300ms;
  opacity: 0;
  color: #fff;
  background-color: rgba(16, 16, 16, 0.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__title,
.vlt-work--style-3 .vlt-work__title,
.vlt-work--style-6 .vlt-work__title,
.vlt-work--style-4 .vlt-work__title,
.vlt-work--style-2 .vlt-work__category,
.vlt-work--style-3 .vlt-work__category,
.vlt-work--style-6 .vlt-work__category,
.vlt-work--style-4 .vlt-work__category {
  opacity: 0;
  color: inherit; }

.vlt-work--style-2 .vlt-work__title a:hover,
.vlt-work--style-3 .vlt-work__title a:hover,
.vlt-work--style-6 .vlt-work__title a:hover,
.vlt-work--style-4 .vlt-work__title a:hover,
.vlt-work--style-2 .vlt-work__category a:hover,
.vlt-work--style-3 .vlt-work__category a:hover,
.vlt-work--style-6 .vlt-work__category a:hover,
.vlt-work--style-4 .vlt-work__category a:hover {
  color: inherit; }

.vlt-work--style-2 .vlt-work__category,
.vlt-work--style-3 .vlt-work__category,
.vlt-work--style-6 .vlt-work__category,
.vlt-work--style-4 .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-6:hover .vlt-work__meta,
.vlt-work--style-4:hover .vlt-work__meta {
  opacity: 1; }

.vlt-work--style-2:hover .vlt-work__title,
.vlt-work--style-3:hover .vlt-work__title,
.vlt-work--style-6:hover .vlt-work__title,
.vlt-work--style-4:hover .vlt-work__title,
.vlt-work--style-2:hover .vlt-work__category,
.vlt-work--style-3:hover .vlt-work__category,
.vlt-work--style-6:hover .vlt-work__category,
.vlt-work--style-4:hover .vlt-work__category {
  -webkit-animation: vlt_fade_in_from_bottom 300ms forwards;
  animation: vlt_fade_in_from_bottom 300ms forwards; }

.vlt-work--style-2:hover .vlt-work__category,
.vlt-work--style-3:hover .vlt-work__category,
.vlt-work--style-6:hover .vlt-work__category,
.vlt-work--style-4:hover .vlt-work__category {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms; }

/* STYLE 3
-------------------------------------------- */
.vlt-work--style-3 .vlt-work__meta,
.vlt-work--style-6 .vlt-work__meta {
  background-color: rgba(232, 46, 49, 0.9);
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset; }

/* STYLE 4
-------------------------------------------- */
.vlt-work--style-4 .vlt-work__media {
  background-color: #8D9DA5; }
  .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__title {
  opacity: 1; }

.vlt-work--style-4 .vlt-work__category {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 10px; }

.vlt-work--style-4:hover .vlt-work__media img {
  opacity: .5; }

.vlt-work--style-4:hover .vlt-work__title,
.vlt-work--style-4:hover .vlt-work__category {
  -webkit-animation: none;
  animation: none; }

/* STYLE 5
-------------------------------------------- */
.vlt-work--style-5 .vlt-work__media {
  -webkit-transition: -webkit-clip-path 500ms;
  transition: -webkit-clip-path 500ms;
  transition: clip-path 500ms;
  transition: clip-path 500ms, -webkit-clip-path 500ms;
  -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); }

/* STYLE 6
-------------------------------------------- */
.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; }

/* STYLE 7
-------------------------------------------- */
.vlt-work--style-7 {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }
  .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; }

/* STYLE 7
-------------------------------------------- */
.vlt-work--style-8 {
  padding: 60px 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; }

/* CUSTOM LAYOUT
-------------------------------------------- */
.vlt-isotope-grid[data-load-more-selector='#vlt-load-more-portfolio-13'] .grid-item:nth-child(3),
.vlt-isotope-grid[data-controls='#vlt-filter-homepage-07'] .grid-item:nth-child(3) {
  margin-top: 120px; }

.vlt-isotope-grid[data-load-more-selector='#vlt-load-more-portfolio-16']:hover .vlt-work {
  opacity: .5; }

@media only screen and (max-width: 767px) {
  .vlt-isotope-grid[data-load-more-selector='#vlt-load-more-portfolio-13'] .grid-item:nth-child(3),
  .vlt-isotope-grid[data-controls='#vlt-filter-homepage-07'] .grid-item:nth-child(3) {
    margin-top: 0 !important; } }

.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; }

/* 05. Partials */
/* PARTIAL: ABOUT AUTHOR
-------------------------------------------- */
.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; }

/* PARTIAL: CONTACT FORM
-------------------------------------------- */
.vlt-contact-form .error + label,
.vlt-apply-position-form .error + label {
  color: var(--danger); }

.vlt-contact-form .message,
.vlt-apply-position-form .message {
  font-size: 14px;
  display: none;
  margin-top: 30px; }

/* STYLE 1
-------------------------------------------- */
.vlt-contact-form--style-1 {
  padding: 70px 8.33333% 90px; }

/* PARTIAL: CURSOR
-------------------------------------------- */
.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 .outer,
  .vlt-cursor .inner {
    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 .outer .circle,
  .vlt-cursor .outer .icon {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: scale(0.8) translate3d(0, 0, 0);
    transform: scale(0.8) translate3d(0, 0, 0);
    opacity: 0; }
  .vlt-cursor .inner .circle,
  .vlt-cursor .inner .icon {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: scale(0.8) translate3d(0, 0, 0);
    transform: scale(0.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 #8D9DA5;
    box-shadow: inset 0 0 0 2px #8D9DA5; }
  .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: #8D9DA5; }
  .vlt-cursor.is-active {
    visibility: visible; }
  .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-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms; }

/* PARTIAL: CUSTOM SCROLLBAR
-------------------------------------------- */
::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background-color: rgba(16, 16, 16, 0.05); }

::-webkit-scrollbar-thumb {
  background-color: #FDCF18; }

/* PARTIAL: MARQUEE TEXT
-------------------------------------------- */
[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; }

/* PARTIAL: POST MEDIA TITLE
-------------------------------------------- */
.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, 0.2); }

/* STYLE 1
-------------------------------------------- */
.vlt-post-media-title--style-1 {
  min-height: 500px; }

/* STYLE 2
-------------------------------------------- */
.vlt-post-media-title--style-2 {
  padding: 230px 0 200px;
  text-align: center; }
  .vlt-post-media-title--style-2 .vlt-post-title,
  .vlt-post-media-title--style-2 .vlt-post-meta {
    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; }

/* PARTIAL: SEARCH POPUP
-------------------------------------------- */
.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: #8D9DA5; }

.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: #8D9DA5; }

.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, .vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type='text']:-moz-placeholder, .vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type='text']::-moz-placeholder, .vlt-search-popup--dark .vlt-search-popup__content .vlt-search-form input[type='text']:-ms-input-placeholder, .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 300ms forwards;
  animation: vlt_animate_icon_right 300ms 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 300ms;
  transition: color 300ms;
  color: #8D9DA5;
  border: none;
  background: none; }

.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; }

/* PARTIAL: SITE FIXED BAR
-------------------------------------------- */
.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; }
  .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-2 + .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-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; }

@media only screen and (max-width: 767px) {
  .vlt-site-fixed-bar {
    display: none; } }

.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); }

/* PARTIAL: SITE OVERLAY
-------------------------------------------- */
.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, 0.4); }

/* PARTIAL: PRELOADER
-------------------------------------------- */
.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 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
  color: #8D9DA5;
  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; }

/* PARTIAL: SOCIAL ICONS
-------------------------------------------- */
.vlt-social-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/* STYLE 1 (16px text)
-------------------------------------------- */
.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-2 + .vlt-social-icon--style-1,
.vlt-social-icon--style-1 + .vlt-social-icon--style-2 {
  margin-left: 20px; }

.vlt-social-icon--style-2 {
  font-size: 18px; }
  .vlt-social-icon--style-2 + .vlt-social-icon--style-2 {
    margin-left: 20px; }

/* STYLE 2 (18px text)
-------------------------------------------- */
/* STYLE 3 (16px icon)
-------------------------------------------- */
.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-4 + .vlt-social-icon--style-3,
.vlt-social-icon--style-3 + .vlt-social-icon--style-4,
.vlt-social-icon--style-4 + .vlt-social-icon--style-4 {
  margin-left: 15px; }

.vlt-social-icon--style-3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.vlt-social-icon--style-4 {
  font-size: 18px; }
  .vlt-social-icon--style-4:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/* STYLE 4 (18px icon)
-------------------------------------------- */
/* PARTIAL: SUBSCRIBE FORM
-------------------------------------------- */
.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 300ms;
    transition: color 300ms;
    color: #8D9DA5;
    border: none;
    background: none; }
    .vlt-subscribe-form button i {
      font-size: 85%;
      margin-left: 10px; }
    .vlt-subscribe-form button:hover {
      color: #FDCF18; }

/* PARTIAL: TOOLTIP IMAGE
-------------------------------------------- */
.vlt-hover-reveal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 367px;
  height: 250px;
  pointer-events: none;
  opacity: 0; }

.vlt-hover-reveal__inner,
.vlt-hover-reveal__img {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: .8; }

.vlt-hover-reveal__inner {
  overflow: hidden; }

.vlt-hover-reveal__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* 06. Vendors */
/* VENDOR: AOS
-------------------------------------------- */
[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); }

/* VENDOR: ISOTOPE
-------------------------------------------- */
/* LOAD MORE
-------------------------------------------- */
.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: #8D9DA5;
  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: #8D9DA5; }
    .vlt-isotope-load-more:hover i {
      -webkit-animation: vlt_animate_icon_bottom 300ms forwards;
      animation: vlt_animate_icon_bottom 300ms forwards; }
  .vlt-isotope-load-more.disabled {
    pointer-events: none; }

/* FILTERS
-------------------------------------------- */
.vlt-isotope-filters {
  margin: -10px 0 -10px;
  padding: 0;
  list-style-type: none;
  color: #8D9DA5; }
  .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 300ms;
    transition: color 300ms; }
    .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 300ms;
        transition: all 300ms;
        -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: #FDCF18; }
    .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, 0.5); }
  .vlt-isotope-filters--white li.active, .vlt-isotope-filters--white li:hover {
    color: #fff; }

/* GRID
-------------------------------------------- */
.vlt-isotope-grid .gutter-sizer {
  width: 0; }

.vlt-isotope-grid .grid-sizer {
  float: left; }

.vlt-isotope-grid .grid-item {
  float: left; }
  .vlt-isotope-grid .grid-item.w-100 {
    width: 100% !important; }

.vlt-isotope-grid[data-columns='1'] .grid-sizer,
.vlt-isotope-grid[data-columns='1'] .grid-item {
  width: 100%; }

.vlt-isotope-grid[data-columns='2'] .grid-sizer,
.vlt-isotope-grid[data-columns='2'] .grid-item {
  width: calc(100% * 1 / 2); }

.vlt-isotope-grid[data-columns='3'] .grid-sizer,
.vlt-isotope-grid[data-columns='3'] .grid-item {
  width: calc(100% * 1 / 3); }

.vlt-isotope-grid[data-columns='4'] .grid-sizer,
.vlt-isotope-grid[data-columns='4'] .grid-item {
  width: calc(100% * 1 / 4); }

@media only screen and (max-width: 767px) {
  .vlt-isotope-grid[data-columns='2'] .grid-sizer,
  .vlt-isotope-grid[data-columns='2'] .grid-item {
    width: 100%; } }

@media only screen and (max-width: 991px) {
  .vlt-isotope-grid[data-columns='3'] .grid-sizer,
  .vlt-isotope-grid[data-columns='3'] .grid-item {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .vlt-isotope-grid[data-columns='3'] .grid-sizer,
  .vlt-isotope-grid[data-columns='3'] .grid-item {
    width: 100%; } }

@media only screen and (max-width: 991px) {
  .vlt-isotope-grid[data-columns='4'] .grid-sizer,
  .vlt-isotope-grid[data-columns='4'] .grid-item {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .vlt-isotope-grid[data-columns='4'] .grid-sizer,
  .vlt-isotope-grid[data-columns='4'] .grid-item {
    width: 100%; } }

/* VENDOR: FANCYBOX
-------------------------------------------- */
.fancybox-bg {
  background-color: #8D9DA5; }

.fancybox-is-open .fancybox-bg {
  opacity: .8; }

.fancybox-loading {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FDCF18; }

/* BUTTONS
-------------------------------------------- */
.fancybox-navigation .fancybox-button,
.fancybox-toolbar .fancybox-button,
.fancybox-content .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 300ms;
  transition: all 300ms;
  color: #fff;
  background-color: #8D9DA5;
  -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-navigation .fancybox-button:hover,
.fancybox-toolbar .fancybox-button:hover,
.fancybox-content .fancybox-button:hover {
  color: #fff;
  background-color: #FDCF18; }

.fancybox-navigation .fancybox-close-small,
.fancybox-toolbar .fancybox-close-small,
.fancybox-content .fancybox-close-small {
  top: -30px;
  right: -30px;
  opacity: 1; }

.fancybox-navigation .fancybox-button--arrow_left:hover i {
  -webkit-animation: vlt_animate_icon_left 300ms forwards;
  animation: vlt_animate_icon_left 300ms forwards; }

.fancybox-navigation .fancybox-button--arrow_right:hover i {
  -webkit-animation: vlt_animate_icon_right 300ms forwards;
  animation: vlt_animate_icon_right 300ms forwards; }

/* VENDOR: JARALLAX
-------------------------------------------- */
.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    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; }

/* VENDOR: SWIPER
-------------------------------------------- */
/* LAZYLOAD
-------------------------------------------- */
:root {
  --swiper-theme-color: $dark; }

.swiper-lazy:not(.swiper-lazy-loaded) {
  opacity: 0; }

.swiper-lazy-preloader {
  border: 4px solid rgba(16, 16, 16, 0.1);
  border-top-color: transparent; }
  .swiper-lazy-preloader::after {
    display: none !important; }

/* NAVIGATION
-------------------------------------------- */
.vlt-swiper-pagination.swiper-pagination-fraction {
  color: inherit; }

.vlt-swiper-button-prev,
.vlt-swiper-button-next {
  outline: none; }

/* PROGRESS BAR
-------------------------------------------- */
.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: #8D9DA5; }

.has-white-color .vlt-swiper-progress[data-direction='horizontal'] {
  color: #808080; }

.vlt-swiper-progress a {
  color: #8a8a8a; }
  .vlt-swiper-progress a:hover {
    color: #8D9DA5; }

.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 300ms;
  transition: background-color 300ms;
  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: #8D9DA5; }

.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; }

/* 07. Widgets */
/* WIDGET: AWARD ITEM
-------------------------------------------- */
.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 300ms;
  transition: background-color 300ms;
  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 300ms;
  transition: color 300ms;
  -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 300ms;
  transition: color 300ms;
  color: #8D9DA5;
  -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 300ms;
  transition: color 300ms;
  color: #8D9DA5; }

@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; }
  .vlt-award-item__icon i {
    display: inline-block; }

@media only screen and (max-width: 991px) {
  .vlt-award-item__icon {
    display: none; } }

.vlt-award-item:hover {
  background-color: #8D9DA5; }
  .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 300ms 150ms forwards;
    animation: vlt_animate_icon_top_right 300ms 150ms forwards; }

/* WIDGET: BUTTON
-------------------------------------------- */
.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 300ms;
  transition: all 300ms;
  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: none; }

.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 600ms, height 600ms;
  transition: width 600ms, height 600ms;
  -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; }

/* BUTTON PRIMARY
-------------------------------------------- */
.vlt-btn--primary {
  color: #fff;
  background-color: #FDCF18; }
  .vlt-btn--primary.vlt-btn--white {
    color: #8D9DA5;
    background-color: #fff; }
  .vlt-btn--primary span {
    background-color: #8D9DA5; }
  .vlt-btn--primary:hover {
    color: #fff; }

/* BUTTON SECONDARY
-------------------------------------------- */
.vlt-btn--secondary {
  color: #fff;
  background-color: #8D9DA5; }
  .vlt-btn--secondary.vlt-btn--white {
    color: #8D9DA5;
    background-color: #fff; }
  .vlt-btn--secondary span {
    background-color: #FDCF18; }
  .vlt-btn--secondary:hover {
    color: #fff; }

/* BUTTON TERTIARY
-------------------------------------------- */
.vlt-btn--tertiary {
  color: #fff;
  background-color: #FDCF18; }
  .vlt-btn--tertiary.vlt-btn--white {
    color: #8D9DA5;
    background-color: #fff; }
  .vlt-btn--tertiary span {
    background-color: #fff; }
  .vlt-btn--tertiary:hover {
    color: #8D9DA5; }

/* BUTTON SIZES
-------------------------------------------- */
.vlt-btn,
.vlt-btn--md {
  font-size: 18px;
  padding: 20px 60px; }

.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; }

/* WIDGET: CASES SLIDER
-------------------------------------------- */
.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: #8D9DA5; }

/* WIDGET: CONTENT MARQUEE
-------------------------------------------- */
.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__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-marquee__copy > * {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

/* WIDGET: CONTENT SLIDER
-------------------------------------------- */
.vlt-content-slider {
  width: 100%; }
  .vlt-content-slider[data-slides-centered='enable'] .swiper-container {
    overflow: unset; }

@media only screen and (min-width: 768px) {
  .vlt-content-slider[data-slides-centered='enable'] .swiper-slide {
    width: auto !important; } }

/* WIDGET: COUNTDOWN
-------------------------------------------- */
.vlt-countdown {
  font-size: 36px;
  font-weight: 700;
  color: #FDCF18; }
  .vlt-countdown span + span::before {
    margin-right: 18px;
    margin-left: 18px;
    content: ':'; }

/* WIDGET: COUNTER UP
-------------------------------------------- */
/* STYLE 1
-------------------------------------------- */
.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;
    font-style: italic;
    letter-spacing: -1px;
    text-shadow: 2px 6px 0 #fdcf18;
    transition: all ease-in-out .2s; }
    .vlt-counter-up--style-1 .vlt-counter-up__counter sup {
      font-weight: normal; }
    .vlt-counter-up--style-1 .vlt-counter-up__counter:hover {
      transform: scale(1.05); }
  .vlt-counter-up--style-1 .vlt-counter-up__title {
    margin-top: 10px;
    color: inherit; }

@media only screen and (max-width: 767px) {
  .vlt-counter-up--style-1 .vlt-counter-up__counter {
    font-size: 84px; } }

/* STYLE 2 / STYLE 3
-------------------------------------------- */
.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 {
  font-size: 26px;
  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%; }

/* WIDGET: DEMO FEATURE
-------------------------------------------- */
/* STYLE 1
-------------------------------------------- */
.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; }

/* STYLE 2
-------------------------------------------- */
.vlt-demo-feature--style-2 {
  padding: 60px 40px;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  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 #8D9DA5;
    box-shadow: inset 0 0 0 1px #8D9DA5; }

/* WIDGET: DEMO ITEM
-------------------------------------------- */
/* STYLE 1
-------------------------------------------- */
.vlt-demo-item--style-1 .vlt-demo-item__media {
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 40px rgba(0, 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); }

/* STYLE 2
-------------------------------------------- */
.vlt-demo-item--style-2 .vlt-demo-item__media {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms; }

.vlt-demo-item--style-2:hover .vlt-demo-item__media {
  opacity: .7; }

/* STYLE 3
-------------------------------------------- */
.vlt-demo-item--style-3 .vlt-demo-item__media {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06); }

/* WIDGET: PAGE NAVIGATION
-------------------------------------------- */
.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: #8D9DA5;
      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: #8D9DA5;
        background-color: #8D9DA5; }
        .vlt-page-navigation--style-2 .all a:hover i {
          -webkit-animation: vlt_rotate_90_deg 300ms forwards;
          animation: vlt_rotate_90_deg 300ms forwards; }
  .vlt-page-navigation--style-2 .prev {
    padding-right: 100px;
    text-align: right; }
  .vlt-page-navigation--style-2 .next {
    padding-left: 100px; }
  .vlt-page-navigation--style-2 .prev,
  .vlt-page-navigation--style-2 .next {
    padding-top: 55px;
    padding-bottom: 55px; }
  .vlt-page-navigation--style-2 .prev span.label,
  .vlt-page-navigation--style-2 .next span.label {
    color: #8a8a8a; }
  .vlt-page-navigation--style-2 .prev h5,
  .vlt-page-navigation--style-2 .next h5 {
    overflow: hidden;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis; }

@media only screen and (max-width: 767px) {
  .vlt-page-navigation--style-2 .prev {
    padding-right: 30px; } }

@media only screen and (max-width: 767px) {
  .vlt-page-navigation--style-2 .next {
    padding-left: 30px; } }

/* WIDGET: PAGE TITLE
-------------------------------------------- */
.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(16, 16, 16, 0.2); }

.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 300ms forwards;
      animation: vlt_animate_icon_bottom 300ms forwards; }

/* STYLE 1
-------------------------------------------- */
.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; } }

/* STYLE 2
-------------------------------------------- */
.vlt-page-title--style-2 {
  padding: 190px 0;
  text-align: center; }
  .vlt-page-title--style-2 .vlt-page-title__title {
    color: #fff; }

/* STYLE 3
-------------------------------------------- */
.vlt-page-title--style-3 {
  padding: 270px 0;
  text-align: center; }
  .vlt-page-title--style-3 .vlt-page-title__title {
    font-size: 130px;
    color: #fff; }

@media only screen and (max-width: 767px) {
  .vlt-page-title--style-3 .vlt-page-title__title {
    font-size: 84px; } }

@media only screen and (max-width: 575px) {
  .vlt-page-title--style-3 .vlt-page-title__title {
    font-size: 46px; } }

/* STYLE 4
-------------------------------------------- */
.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;
    right: -.6em;
    white-space: nowrap;
    pointer-events: none;
    color: #FDCF18;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px; }
  .vlt-page-title--style-4 .vlt-page-title__subtitle {
    font-size: 20px;
    max-width: 500px;
    margin-top: 40px; }

@media only screen and (max-width: 767px) {
  .vlt-page-title--style-4 .vlt-page-title__phantom-title {
    display: none; } }

@media only screen and (max-width: 575px) {
  .vlt-page-title--style-4 .vlt-page-title__title {
    font-size: 46px; } }

/* WIDGET: PARTICLE
-------------------------------------------- */
.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; }

/* WIDGET: PARTNER
-------------------------------------------- */
.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 {
    height: 50px !important;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: .9;
    filter: saturate(40%); }
  .vlt-partner:hover img {
    opacity: 1;
    filter: saturate(100%); }

.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; }

/* WIDGET: PRICING TABLE
-------------------------------------------- */
.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, 0.04);
  box-shadow: 0 0 40px 0 rgba(16, 16, 16, 0.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: #8D9DA5;
  -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 {
    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 + li {
      margin-top: 22px; }
    .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: #FDCF18; }

.vlt-pricing-table__action {
  margin-top: 50px; }

.vlt-pricing-table--featured {
  color: #b3b3b3;
  background-color: #8D9DA5; }
  .vlt-pricing-table--featured .vlt-pricing-table__title,
  .vlt-pricing-table--featured .vlt-pricing-table__price {
    color: #fff; }
  .vlt-pricing-table--featured .vlt-pricing-table__content i {
    background-color: #525252; }

/* WIDGET: PROCCESS
-------------------------------------------- */
.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: #FDCF18;
  -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; }

/* WIDGET: PROGRESS BAR
-------------------------------------------- */
.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: #FDCF18; }

/* WIDGET: SECTION TITLE
-------------------------------------------- */
/* STYLE 1
-------------------------------------------- */
.vlt-section-title--style-1 .vlt-section-title__subtitle {
  display: block;
  margin-bottom: 30px;
  color: #FDCF18; }

.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; }

/* STYLE 2
-------------------------------------------- */
.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; } }

/* WIDGET: SERVICE
-------------------------------------------- */
.vlt-service {
  position: relative;
  overflow: hidden; }

.vlt-service__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* STYLE 1
-------------------------------------------- */
.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__media img {
      max-height: 65px; }
  .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; }

/* STYLE 2
-------------------------------------------- */
.vlt-service--style-2 {
  padding: 60px 40px;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  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 #8D9DA5;
    box-shadow: inset 0 0 0 1px #8D9DA5; }

/* STYLE 3
-------------------------------------------- */
.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 300ms, -webkit-box-shadow 300ms;
  transition: background-color 300ms, -webkit-box-shadow 300ms;
  transition: box-shadow 300ms, background-color 300ms;
  transition: box-shadow 300ms, background-color 300ms, -webkit-box-shadow 300ms;
  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 300ms;
    transition: color 300ms;
    color: #8D9DA5;
    -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 300ms;
    transition: color 300ms; }
  .vlt-service--style-3 .vlt-service__icon {
    font-size: 16px;
    line-height: 1;
    color: #fff; }
    .vlt-service--style-3 .vlt-service__icon i {
      display: inline-block; }
  .vlt-service--style-3:hover {
    background-color: #8D9DA5;
    -webkit-box-shadow: inset 0 0 0 1px #8D9DA5;
    box-shadow: inset 0 0 0 1px #8D9DA5; }
    .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 300ms 150ms forwards;
      animation: vlt_animate_icon_top_right 300ms 150ms forwards; }

@media only screen and (max-width: 991px) {
  .vlt-service--style-3 .vlt-service__icon {
    display: none; } }

/* STYLE 4
-------------------------------------------- */
.vlt-service--style-4 {
  padding-top: 100%;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  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 300ms;
      transition: -webkit-transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .vlt-service--style-4 .vlt-service__media img {
      max-height: 65px; }
  .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); }

/* STYLE 5
-------------------------------------------- */
.vlt-service--style-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 15%;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  -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: #8D9DA5;
    -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 #8D9DA5;
    box-shadow: inset 0 0 0 1px #8D9DA5; }

/* WIDGET: SERVICE BOX
-------------------------------------------- */
.vlt-service-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms; }
  .vlt-service-box img {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -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 300ms;
  transition: background-color 300ms;
  color: #fff;
  background-color: rgba(16, 16, 16, 0.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, 0.9); }
  .vlt-service-box:hover .vlt-service-box__icon i {
    -webkit-animation: vlt_bounce 700ms forwards;
    animation: vlt_bounce 700ms forwards; }

/* WIDGET: SIMPLE IMAGE
-------------------------------------------- */
.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; }

/* WIDGET: SIMPLE LINK
-------------------------------------------- */
.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 300ms forwards;
  animation: vlt_animate_icon_top_right 300ms forwards; }

/* WIDGET: SLIDER CONTROLS
-------------------------------------------- */
.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-prev,
.vlt-slider-controls .vlt-swiper-button-next {
  line-height: inherit;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  color: inherit; }

.vlt-slider-controls .vlt-swiper-button-prev:hover,
.vlt-slider-controls .vlt-swiper-button-next: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; }

/* WIDGET: STROKE TEXT
-------------------------------------------- */
.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 500ms;
  transition: background-position 500ms;
  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; }

/* WIDGET: STYLED LIST
-------------------------------------------- */
.vlt-styled-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* STYLE 1
-------------------------------------------- */
.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: #FDCF18;
    -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; }

/* STYLE 2
-------------------------------------------- */
.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;
  margin-top: 0 !important;
  margin-right: 20px;
  content: '/';
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bolder;
  font-size: 20px;
  color: #FDCF18; }

.vlt-styled-list--style-2 li + li {
  margin-top: 25px; }

.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; }

/* STYLE 3
-------------------------------------------- */
/* WIDGET: TABS
-------------------------------------------- */
.vlt-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .vlt-tabs li + li {
    margin-top: 25px; }
  .vlt-tabs a {
    font-size: 24px;
    font-weight: 700;
    opacity: .3; }
    .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 300ms, -webkit-transform 600ms;
      transition: opacity 300ms, -webkit-transform 600ms;
      transition: opacity 300ms, transform 600ms;
      transition: opacity 300ms, transform 600ms, -webkit-transform 600ms;
      -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; }

/* WIDGET: TEAM LIST
-------------------------------------------- */
.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 #FDCF18;
    border-radius: 50%; }
    .vlt-team-list a img {
      z-index: -1;
      -webkit-transition: -webkit-transform 200ms;
      transition: -webkit-transform 200ms;
      transition: transform 200ms;
      transition: transform 200ms, -webkit-transform 200ms;
      -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; }

@media only screen and (max-width: 767px) {
  .vlt-team-list a {
    width: 120px;
    height: 120px; } }

/* WIDGET: TEAM MEMBER
-------------------------------------------- */
.vlt-team-member__avatar {
  position: relative;
  overflow: hidden; }
  .vlt-team-member__avatar img {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -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); }

/* STYLE 1
-------------------------------------------- */
.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 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  text-align: center;
  color: #fff;
  background-color: #FDCF18; }

.vlt-team-member--style-1:hover .vlt-team-member__socials {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* STYLE 2
-------------------------------------------- */
.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 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  text-align: center;
  color: #fff;
  background-color: #FDCF18; }

.vlt-team-member--style-2:hover .vlt-team-member__socials {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/* STYLE 3
-------------------------------------------- */
.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 300ms;
  transition: opacity 300ms;
  opacity: 0;
  background-color: rgba(232, 46, 49, 0.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 300ms 100ms forwards;
  animation: vlt_fade_in_from_bottom 300ms 100ms forwards; }

.vlt-team-member--style-3:hover .vlt-team-member__socials {
  -webkit-animation: vlt_fade_in_from_bottom 300ms 200ms forwards;
  animation: vlt_fade_in_from_bottom 300ms 200ms forwards; }

/* STYLE 4
-------------------------------------------- */
.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 300ms;
  transition: opacity 300ms;
  opacity: 0;
  background-color: rgba(16, 16, 16, 0.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 300ms 100ms forwards;
  animation: vlt_fade_in_from_bottom 300ms 100ms forwards; }

.vlt-team-member--style-4:hover .vlt-team-member__function {
  -webkit-animation: vlt_fade_in_from_bottom 300ms 200ms forwards;
  animation: vlt_fade_in_from_bottom 300ms 200ms forwards; }

.vlt-team-member--style-4:hover .vlt-team-member__socials {
  -webkit-animation: vlt_fade_in_from_bottom 300ms 300ms forwards;
  animation: vlt_fade_in_from_bottom 300ms 300ms forwards; }

/* WIDGET: TESTIMONIAL
-------------------------------------------- */
.vlt-testimonial {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }

.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; }

/* STYLE 1
-------------------------------------------- */
.vlt-testimonial--style-1 .vlt-testimonial__content {
  margin-bottom: 30px; }

/* STYLE 2
-------------------------------------------- */
.vlt-testimonial--style-2 .vlt-testimonial__content {
  margin-top: 60px; }

.vlt-testimonial--style-2 .vlt-testimonial__meta {
  text-align: left; }

/* STYLE 3
-------------------------------------------- */
.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, 0.04);
  box-shadow: 0 0 40px 0 rgba(16, 16, 16, 0.04); }
  .vlt-testimonial--style-3 .vlt-testimonial__content {
    font-weight: normal;
    margin-top: 30px; }
  .vlt-testimonial--style-3 .vlt-testimonial__meta {
    text-align: left; }

@media only screen and (max-width: 767px) {
  .vlt-testimonial--style-3 {
    padding: 60px; } }

.swiper-slide:not(.swiper-slide-active) .vlt-testimonial--style-3 {
  opacity: .5; }

/* WIDGET: TYPES LIST
-------------------------------------------- */
.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 500ms;
  transition: opacity 500ms;
  opacity: 0;
  background-color: #8D9DA5; }
  .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; }
  .vlt-types-list::before, .vlt-types-list::after {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    -webkit-transition: background-color 500ms;
    transition: background-color 500ms;
    background-color: rgba(255, 255, 255, 0); }
  .vlt-types-list::before {
    left: calc(100% / 3); }
  .vlt-types-list::after {
    left: calc((100% / 3) * 2); }
  .vlt-types-list.is-active::before, .vlt-types-list.is-active::after {
    background-color: rgba(255, 255, 255, 0.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; }
    .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 500ms;
      transition: opacity 500ms;
      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 500ms;
      transition: opacity 500ms;
      background-color: #8D9DA5; }
      .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; }
  .vlt-types-list .vlt-types-list__category {
    color: inherit; }
  .vlt-types-list .vlt-types-list__title {
    margin-top: 10px;
    color: inherit; }

@media only screen and (max-width: 991px) {
  .vlt-types-list {
    position: relative; } }

@media only screen and (max-width: 991px) {
  .vlt-types-list::before, .vlt-types-list::after {
    display: none; } }

@media only screen and (max-width: 991px) {
  .vlt-types-list .vlt-types-list__item {
    width: 100%;
    height: 180px; } }

@media only screen and (max-width: 991px) {
  .vlt-types-list .vlt-types-list__item .vlt-types-list__background {
    width: 100%; } }

@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; } }

/* WIDGET: VIDEO BUTTON
-------------------------------------------- */
.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;
    width: 70px;
    height: 70px;
    color: currentColor;
    outline: none;
    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 300ms;
      transition: -webkit-transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms;
      border: 2px solid currentColor;
      border-radius: 50%; }
    .vlt-video-button a i {
      display: inline-block;
      margin-left: .2em;
      -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); }

/* WIDGET: WANTED POSITION
-------------------------------------------- */
.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 300ms;
  transition: background-color 300ms;
  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 300ms;
  transition: color 300ms;
  -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 300ms;
  transition: color 300ms;
  color: #8D9DA5;
  -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 300ms;
  transition: color 300ms;
  color: #8D9DA5; }

@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; }
  .vlt-wanted-position__icon i {
    display: inline-block; }

@media only screen and (max-width: 991px) {
  .vlt-wanted-position__icon {
    display: none; } }

.vlt-wanted-position:hover {
  background-color: #8D9DA5; }
  .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 300ms 150ms forwards;
    animation: vlt_animate_icon_top_right 300ms 150ms forwards; }

.video-bg {
  width: 99vw;
  height: 99vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 59;
    opacity: 0.1;
    pointer-events: none; }

body.bio .vlt-page-title--style-3 {
  padding: 350px 0 100px; }

body.bio #menu .vlt-service {
  width: 50%;
  padding-top: 50%;
  float: left;
  background: #5a6a72;
  box-shadow: inset 0 0 0 1px #FFF;
  transition: ease-in-out all .2s; }
  body.bio #menu .vlt-service:active {
    transform: scale(0.95);
    background: #8d9da5; }
  body.bio #menu .vlt-service .vlt-service__content .vlt-service__media i {
    font-size: 40px; }
  body.bio #menu .vlt-service .vlt-service__content .vlt-service__title {
    font-size: 13px;
    text-align: center; }
    body.bio #menu .vlt-service .vlt-service__content .vlt-service__title p {
      font-size: 12px;
      font-weight: 200;
      font-style: italic;
      padding-top: 5px; }
      body.bio #menu .vlt-service .vlt-service__content .vlt-service__title p.empty {
        opacity: 0; }
  body.bio #menu .vlt-service.full {
    width: 100%; }
    body.bio #menu .vlt-service.full .vlt-service__media img {
      height: 30px; }
