﻿@font-face {
  font-weight: normal;
  font-style: normal;
}

/* arabic fonts*/

@font-face {
 
  font-style: normal;
  font-weight: normal;
}

@-webkit-keyframes vlt_fade_in_down {
  0% {
    -webkit-transform: translateY(1.875rem);
    transform: translateY(1.875rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes vlt_fade_in_down {
  0% {
    -webkit-transform: translateY(1.875rem);
    transform: translateY(1.875rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes vlt_animated_block {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes vlt_animated_block {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes vlt_bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes vlt_bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes vlt_fade_in_up_sm {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes vlt_fade_in_up_sm {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes vlt_fade_in_down_sm {
  from {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes vlt_fade_in_down_sm {
  from {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes vlt_fade_in_left_sm {
  from {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes vlt_fade_in_left_sm {
  from {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes vlt_fade_in_right_sm {
  from {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes vlt_fade_in_right_sm {
  from {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes vlt_heartbeat {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  5% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes vlt_heartbeat {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  5% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.has-accent-color {
  color: #c4ab5b;
}
.has-white-color {
  color: #fff;
}
.vlt-display-1 {
  font-size: 20px;
  display: block;
}
.message.success {
  color: #fff;
}
.message.danger {
  color: #c4ab5b;
}
.vlt-gap-310 {
  height: 19.375rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-310--xs {
    height: 19.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-310--sm {
    height: 19.375rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-310--md {
    height: 19.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-310--lg {
    height: 19.375rem;
  }
}
.vlt-gap-215 {
  height: 13.4375rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-215--xs {
    height: 13.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-215--sm {
    height: 13.4375rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-215--md {
    height: 13.4375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-215--lg {
    height: 13.4375rem;
  }
}
.vlt-gap-200 {
  height: 12.5rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-200--xs {
    height: 12.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-200--sm {
    height: 12.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-200--md {
    height: 12.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-200--lg {
    height: 12.5rem;
  }
}
.vlt-gap-160 {
  height: 10rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-160--xs {
    height: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-160--sm {
    height: 10rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-160--md {
    height: 10rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-160--lg {
    height: 10rem;
  }
}
.vlt-gap-150 {
  height: 9.375rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-150--xs {
    height: 9.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-150--sm {
    height: 9.375rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-150--md {
    height: 9.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-150--lg {
    height: 9.375rem;
  }
}
.vlt-gap-140 {
  height: 8.75rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-140--xs {
    height: 8.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-140--sm {
    height: 8.75rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-140--md {
    height: 8.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-140--lg {
    height: 8.75rem;
  }
}
.vlt-gap-100 {
  height: 6.25rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-100--xs {
    height: 6.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-100--sm {
    height: 6.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-100--md {
    height: 6.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-100--lg {
    height: 6.25rem;
  }
}
.vlt-gap-75 {
  height: 4.6875rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-75--xs {
    height: 4.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-75--sm {
    height: 4.6875rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-75--md {
    height: 4.6875rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-75--lg {
    height: 4.6875rem;
  }
}
.vlt-gap-70 {
  height: 4.375rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-70--xs {
    height: 4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-70--sm {
    height: 4.375rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-70--md {
    height: 4.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-70--lg {
    height: 4.375rem;
  }
}
.vlt-gap-60 {
  height: 3.75rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-60--xs {
    height: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-60--sm {
    height: 3.75rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-60--md {
    height: 3.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-60--lg {
    height: 3.75rem;
  }
}
.vlt-gap-50 {
  height: 3.125rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-50--xs {
    height: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-50--sm {
    height: 3.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-50--md {
    height: 3.125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-50--lg {
    height: 3.125rem;
  }
}
.vlt-gap-45 {
  height: 2.8125rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-45--xs {
    height: 2.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-45--sm {
    height: 2.8125rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-45--md {
    height: 2.8125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-45--lg {
    height: 2.8125rem;
  }
}
.vlt-gap-40 {
  height: 2.5rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-40--xs {
    height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-40--sm {
    height: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-40--md {
    height: 2.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-40--lg {
    height: 2.5rem;
  }
}
.vlt-gap-30 {
  height: 1.875rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-30--xs {
    height: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-30--sm {
    height: 1.875rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-30--md {
    height: 1.875rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-30--lg {
    height: 1.875rem;
  }
}
.vlt-gap-20 {
  height: 1.25rem;
}
@media only screen and (max-width: 575px) {
  .vlt-gap-20--xs {
    height: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-20--sm {
    height: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-20--md {
    height: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-20--lg {
    height: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .vlt-gap-15--xs {
    height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-gap-15--sm {
    height: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-15--md {
    height: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .vlt-gap-15--lg {
    height: 17px;
  }
}
.animate__fadeInUpSm {
  -webkit-animation-name: vlt_fade_in_up_sm;
  animation-name: vlt_fade_in_up_sm;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.animate__fadeInDownSm {
  -webkit-animation-name: vlt_fade_in_down_sm;
  animation-name: vlt_fade_in_down_sm;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.animate__fadeInLeftSm {
  -webkit-animation-name: vlt_fade_in_left_sm;
  animation-name: vlt_fade_in_left_sm;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.animate__fadeInRightSm {
  -webkit-animation-name: vlt_fade_in_right_sm;
  animation-name: vlt_fade_in_right_sm;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
::-moz-selection {
  color: #fff;
  background-color: #c4ab5b;
}
::selection {
  color: #fff;
  background-color: #c4ab5b;
}
::-moz-selection {
  color: #fff;
  background-color: #c4ab5b;
}
body {

  font-size: 1rem;
  line-height: 1.8;
  min-width: 20rem;
  margin: 0;
  padding: 0;
  color: #767676;
  background-color: #075b9a;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1.875rem;
}
p:empty {
  display: none;
}
p:last-of-type {
  margin-bottom: 0;
}
strong {
  font-weight: 600;
}
ol,
ul {
  margin-bottom: 0;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #c4ab5b;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  color: #fff;
}
.h1,
h1 {
  font-size: 5rem;
}
.h1.vlt-large-heading,
h1.vlt-large-heading {
  font-size: 7.5rem;
  font-weight: 600;
}
.h2,
h2 {
  font-size: 4rem;
}
.h3,
h3 {
  font-size: 3.125rem;
  line-height: 1.35;
}
.h4,
h4 {
  font-size: 1.75rem;
  line-height: 1.5;
}
.h5,
h5 {
  font-size: 1.375rem;
}
.h6,
h6 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
address {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.875rem;
  color: #fff;
}
blockquote {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 px2re(25px);
  padding: 0;
  color: #fff;
}
form {
  max-width: 100%;
}
label {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.3125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}
label.error {
  display: none !important;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  font-size: 1rem;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1rem 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  outline: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="date"].error,
input[type="email"].error,
input[type="number"].error,
input[type="password"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="text"].error,
input[type="url"].error,
select.error,
textarea.error {
  border-color: var(--danger);
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #fff;
}
select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23D6D6D6' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0 bottom 50%;
  background-size: 18px 18px;
}
textarea {
  width: 100%;
  max-width: 100%;
}
button:focus,
input[type="submit"]:focus {
  outline: 0;
}
input[type="date"].placeholder,
input[type="email"].placeholder,
input[type="number"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="text"].placeholder,
input[type="url"].placeholder,
select.placeholder,
textarea.placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
}
input[type="date"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
}
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
}
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
}
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
}
input[type="date"]:focus.placeholder,
input[type="email"]:focus.placeholder,
input[type="number"]:focus.placeholder,
input[type="password"]:focus.placeholder,
input[type="search"]:focus.placeholder,
input[type="tel"]:focus.placeholder,
input[type="text"]:focus.placeholder,
input[type="url"]:focus.placeholder,
select:focus.placeholder,
textarea:focus.placeholder {
  opacity: 0;
}
input[type="date"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}
input[type="date"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input[type="date"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input[type="date"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.vlt-form-group {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
}
.vlt-form-row {
  display: grid;
  grid-gap: 1.5625rem;
  grid-template-columns: repeat(1, 1fr);
}
.vlt-form-row.two-col {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .vlt-form-row.two-col {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.vlt-form-row.three-col {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .vlt-form-row.three-col {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.container {
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}
.vlt-main {
  position: relative;
  overflow: hidden;
}
.vlt-header {
  position: absolute;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  direction: ltr;
}
.vlt-header.vlt-header--opaque {
  position: relative;
}
.vlt-navbar {
  position: relative;
  z-index: 70;
}
.vlt-navbar .vlt-navbar-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .vlt-navbar .vlt-navbar-inner {
    padding: 20px 30px;
  }
}
.vlt-navbar .vlt-navbar-inner--center {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 17px;
  pointer-events: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .vlt-navbar .vlt-navbar-inner--center {
    display: none;
  }
}
.vlt-navbar.vlt-navbar--transparent .vlt-navbar-background {
  background-color: transparent;
}
.vlt-navbar .vlt-navbar-background {
  position: absolute;
  z-index: -1;
  top: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #161616;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vlt-navbar.vlt-navbar--solid .vlt-navbar-background {
  background-color: transparent;
}
.vlt-navbar.vlt-navbar--transparent-always .vlt-navbar-background {
  background-color: transparent;
}
.vlt-navbar--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.vlt-navbar--solid .vlt-navbar-background {
  height: 100%;
}
.vlt-navbar .vlt-navbar-logo {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.vlt-navbar .vlt-navbar-logo img {
  display: block;
  height: 1.4375rem;
}
.vlt-navbar-contacts {
  font-size: 1rem;
  white-space: nowrap;
  text-transform: uppercase;
}
.vlt-navbar-contacts a:hover {
  color: inherit;
}
@media (max-width: 1500px) {
  .vlt-navbar-contacts {
    display: none;
  }
}
.vlt-menu-burger {
  font-size: 1.75rem;
  line-height: 0;
}
.vlt-menu-burger svg {
  width: 1em;
  height: 1em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.vlt-menu-burger:hover {
  color: inherit;
}
.vlt-menu-burger--opened:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .vlt-menu-burger.js-offcanvas-menu-open {
    display: none;
  }
}
.vlt-default-menu__navigation .sf-menu {
  font-size: 0;
  height: 100%;
  pointer-events: auto;
}
.vlt-default-menu__navigation .sf-menu > li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
  min-height: 100%;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vlt-default-menu__navigation .sf-menu > li > a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.vlt-default-menu__navigation .sf-menu > li + li {
  margin-left: 3.125rem;
}
.vlt-default-menu__navigation .sf-menu > li.active > a,
.vlt-default-menu__navigation .sf-menu > li:hover > a {
  color: #f27d16;
}
.vlt-offcanvas-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.875rem;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  color: #fff;
  background-image: url("../img/bg.png");
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .vlt-offcanvas-menu {
    width: 31.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .vlt-offcanvas-menu {
    padding: 1.875rem 3.4375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .vlt-offcanvas-menu {
    padding: 2.5rem 3.4375rem;
  }
}
.vlt-offcanvas-menu__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 4.6875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .vlt-offcanvas-menu__header {
    padding-bottom: 3.125rem;
  }
}
@media (max-height: 559px) {
  .vlt-offcanvas-menu__header {
    padding-bottom: 3.125rem;
  }
}
.vlt-offcanvas-menu__header .vlt-language-switcher {
  font-size: 0.8125rem;
}
.vlt-offcanvas-menu__header .vlt-menu-burger:hover {
  color: #fff;
}
.vlt-offcanvas-menu__navigation {
  overflow-y: auto;
  height: 100%;
}
.vlt-offcanvas-menu__navigation .sf-menu {
  overflow: hidden;
}
.vlt-offcanvas-menu__navigation .sf-menu li {
  display: block;
  float: none;
}
.vlt-offcanvas-menu__navigation .sf-menu a {
  display: inline-block;
}
.vlt-offcanvas-menu__navigation .sf-menu > li {
  padding: 0.625rem 0;
}
.vlt-offcanvas-menu__navigation .sf-menu > li > a {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 0.3125rem 0;
  letter-spacing: 0.02em;
}
.vlt-offcanvas-menu__navigation .sf-menu > li:last-child {
  padding-bottom: 0;
}
.vlt-offcanvas-menu__navigation .sf-menu > li:first-child {
  padding-top: 0;
}
.vlt-offcanvas-menu__navigation .sf-menu > li.active > a,
.vlt-offcanvas-menu__navigation .sf-menu > li:hover > a {
  color: #c4ab5b;
}
.vlt-offcanvas-menu__footer {
  padding-top: 6.25rem;
}
@media only screen and (max-width: 575px) {
  .vlt-offcanvas-menu__footer {
    padding-top: 3.125rem;
  }
}
.vlt-offcanvas-menu__footer > div {
  opacity: 0;
}
.vlt-offcanvas-menu__socials {
  margin-bottom: 3.125rem;
}
@media (max-height: 559px) {
  .vlt-offcanvas-menu__socials {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .vlt-offcanvas-menu__socials {
    display: none;
  }
}
.vlt-offcanvas-menu__socials a + a {
  margin-left: 2.1875rem;
}
.vlt-offcanvas-menu__copyright {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-height: 559px) {
  .vlt-offcanvas-menu__copyright {
    display: none;
  }
}
.vlt-footer {
  width: 100%;
}
.vlt-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.875rem 1.875rem;
  pointer-events: none;
  color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .vlt-footer {
    padding: 0 3.75rem 2.5rem;
  }
}
.vlt-footer--fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-height: 559px) {
  .vlt-footer--fixed {
    display: none;
  }
}
.vlt-footer-copyright {
  font-size: 17px;
  pointer-events: auto;
}
.vlt-footer-copyright p {
  margin-bottom: 0;
}
.vlt-page-comments {
  padding-top: 8.75rem;
  padding-bottom: 12.5rem;
  background-color: #202020;
}
.vlt-page-comments__title {
  margin-bottom: 3.75rem;
}
.vlt-page-comments .vlt-comments,
.vlt-page-comments .vlt-comments ul.children {
  margin: 0;
  padding: 0;
}
.vlt-page-comments .vlt-comments li.vlt-comment-item,
.vlt-page-comments .vlt-comments ul.children li.vlt-comment-item {
  padding: 2.8125rem 0;
}
.vlt-page-comments .vlt-comments li.vlt-comment-item:first-child,
.vlt-page-comments .vlt-comments ul.children li.vlt-comment-item:first-child {
  padding-top: 0;
}
.vlt-page-comments .vlt-comments li.vlt-comment-item:last-child,
.vlt-page-comments .vlt-comments ul.children li.vlt-comment-item:last-child {
  padding-bottom: 0;
}
.vlt-page-comments .vlt-comments ul.children {
  margin-top: 5.625rem;
  margin-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .vlt-page-comments .vlt-comments ul.children {
    margin-left: 0;
  }
}
.vlt-page-comments .vlt-comments ul.children li.vlt-comment-item:last-child {
  padding-bottom: 0;
}
.vlt-page-comments .vlt-page-comments__form {
  margin-top: 6.25rem;
}
.vlt-comment-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vlt-comment-item__inner .vlt-comment-avatar {
  margin-right: 2.1875rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .vlt-comment-item__inner .vlt-comment-avatar {
    display: none;
  }
}
.vlt-comment-item__inner .vlt-comment-avatar img {
  max-width: 5rem;
  border-radius: 50%;
}
.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: 1rem;
  line-height: inherit;
}
.vlt-comment-item__inner .vlt-comment-metas {
  font-size: 0.8125rem;
  margin-left: 1rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.vlt-comment-item__inner .vlt-comment-header {
  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-comment-item__inner .vlt-comment-text {
  margin-top: 0.625rem;
  color: rgba(255, 255, 255, 0.6);
}
.vlt-comment-item__inner .vlt-comment-reply {
  font-size: 0.8125rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2.1875rem;
  padding: 0.375rem 1.4375rem;
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.vlt-comment-item__inner .vlt-comment-reply:hover {
  background-color: #c4ab5b;
  -webkit-box-shadow: inset 0 0 0 1px #c4ab5b;
  box-shadow: inset 0 0 0 1px #c4ab5b;
}
[data-anchor="Home"] p {
  font-size: 17px;
  max-width: 23.125rem;
  color: rgba(255, 255, 255, 0.6);
}
[data-anchor="About"] p {
  font-size: 17px;
  max-width: 24.375rem;
  color: rgba(255, 255, 255, 0.6);
}
[data-anchor="Contact"] p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}
[data-anchor="Contact"] .tel {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
[data-anchor="Contact"] .email {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}
.vlt-post--masonry {
  position: relative;
  z-index: 1;
}
.vlt-post--masonry .vlt-post-border span {
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.4);
}
.vlt-post--masonry .vlt-post-border span.top {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.vlt-post--masonry .vlt-post-border span.bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.vlt-post--masonry .vlt-post-border span.right {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  -webkit-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.vlt-post--masonry .vlt-post-border span.left {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  -webkit-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
.vlt-post--masonry:hover .vlt-post-border span.top {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.vlt-post--masonry:hover .vlt-post-border span.right {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vlt-post--masonry:hover .vlt-post-border span.bottom {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.vlt-post--masonry:hover .vlt-post-border span.left {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vlt-post--masonry .vlt-post-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.vlt-post--masonry .vlt-post-media::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(22, 22, 22, 0.3);
}
.vlt-post--masonry .vlt-post-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}
.vlt-post--masonry .vlt-post-header {
  margin-bottom: 1.875rem;
}
.vlt-post--masonry .vlt-post-header .vlt-post-title {
  font-size: 2rem;
  font-weight: 500;
}
.vlt-post--masonry .vlt-post-header .vlt-post-date {
  font-size: 17px;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.vlt-post--masonry .vlt-post-excerpt {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}
.vlt-post--masonry .vlt-post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vlt-post--masonry .vlt-post-footer {
  margin-top: 6.25rem;
}
.vlt-post--masonry:hover .vlt-post-media img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.vlt-post--masonry:hover .vlt-post-media::before {
  background-color: #161616;
}
.vlt-post--masonry:hover .vlt-post-content {
  opacity: 1;
}
.vlt-post--masonry .vlt-read-more-link {
  font-size: 17px;
  font-weight: 500;
  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-post--masonry .vlt-read-more-link svg {
  height: 10px;
  margin-left: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.vlt-post--masonry .vlt-read-more-link:not(:hover) {
  color: #fff;
}
.vlt-post--masonry .vlt-read-more-link:hover svg {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.vlt-post-hero-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 30rem 0 9.375rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vlt-post-hero-title .vlt-post-date {
  font-size: 17px;
  font-weight: 500;
  display: block;
  margin-bottom: 1.25rem;
  color: #fff;
}
.vlt-post-share,
.vlt-post-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vlt-post-share h5,
.vlt-post-tags h5 {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.vlt-post-tags h5 {
  margin-right: 0.5rem;
}
.vlt-post-tags a + a::before {
  content: ", ";
  color: #fff;
}
.vlt-post-share h5 {
  margin-right: 1.5625rem;
}
.vlt-post-share a + a {
  margin-left: 1.25rem;
}
.vlt-project > * {
  opacity: 0;
}
.swiper-slide-active .vlt-project > * {
  -webkit-animation: vlt_fade_in_down 0.7s forwards;
  animation: vlt_fade_in_down 0.7s forwards;
}
.vlt-project > :nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.vlt-project > :nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.vlt-project-title {
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .vlt-project-title {
    font-size: 5rem;
  }
}
.vlt-project-excerpt {
  font-size: 17px;
  max-width: 24.375rem;
  margin-top: 2.5rem;
  margin-bottom: 4.6875rem;
  color: rgba(255, 255, 255, 0.6);
}
.vlt-is--single-product .vlt-main .vlt-product-hero-title {
  padding-top: 25rem;
  padding-bottom: 6.25rem;
}
.vlt-is--single-product .vlt-main .vlt-product-hero-title__details {
  display: grid;
  margin-top: 17.5rem;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3.75rem;
}
@media only screen and (max-width: 991px) {
  .vlt-is--single-product .vlt-main .vlt-product-hero-title__details {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .vlt-is--single-product .vlt-main .vlt-product-hero-title__details {
    grid-template-columns: repeat(1, 1fr);
  }
}
.vlt-is--single-product .vlt-main .vlt-product-hero-title__details p {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
}
.vlt-is--single-product .vlt-main p {
  color: rgba(255, 255, 255, 0.6);
}
.vlt-is--single-product .vlt-main p.large {
  font-size: 1.375rem;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #161616;
}
::-webkit-scrollbar-thumb {
  background-color: #c4ab5b;
}
.vlt-fixed-socials {
  display: none !important;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 1.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5rem 0;
  pointer-events: none;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vlt-fixed-socials::after,
.vlt-fixed-socials::before {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
}
.vlt-fixed-socials::before {
  margin-bottom: 3.125rem;
}
.vlt-fixed-socials::after {
  margin-top: 3.125rem;
}
@media only screen and (min-width: 1200px) {
  .vlt-fixed-socials {
    left: 3.0625rem;
    padding: 6.25rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .vlt-fixed-socials {
    display: none;
  }
}
.vlt-fixed-socials a {
  pointer-events: auto;
}
.vlt-fixed-socials a + a {
  margin-top: 2.1875rem;
}
.vlt-language-switcher {
  font-size: 17px;
  text-transform: uppercase;
  pointer-events: auto;
}
.vlt-language-switcher a.is-active {
  color: #c4ab5b;
}
.vlt-language-switcher a + a {
  margin-left: 1.5625rem;
}
.vlt-like-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 7.5rem;
  height: 7.5rem;
  color: #fff;
  border-radius: 50%;
  background-color: #2b2b2b;
  -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-like-button svg {
  height: 2.5rem;
}
.vlt-like-button:hover {
  color: #fff;
}
.vlt-like-button:hover svg {
  -webkit-animation: vlt_heartbeat 2s linear infinite;
  animation: vlt_heartbeat 2s linear infinite;
}
.vlt-site-overlay {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.animsition-loading-2 {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spinner {
  position: absolute;
  z-index: 2;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
}
.double-bounce-one,
.double-bounce-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: vlt_bounce 2s infinite ease-in-out;
  animation: vlt_bounce 2s infinite ease-in-out;
  opacity: 0.6;
  border-radius: 50%;
  background-color: #c4ab5b;
}
.double-bounce-two {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.vlt-social-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.vlt-social-icon.vlt-social-icon--style-1 {
  font-size: 1.375rem;
}
.vlt-social-icon.vlt-social-icon--style-1:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.fancybox-bg,
.vp-fancybox .fancybox-bg {
  background-color: #161616;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}
.fancybox-loading {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #c4ab5b;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: "object-fit: cover;";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vlt-animated-block.animated {
  -webkit-animation-name: vlt_animated_block;
  animation-name: vlt_animated_block;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.vlt-btn {
  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 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  text-decoration: none;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vlt-btn.disabled,
.vlt-btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.vlt-btn:focus {
  outline: 0;
}
.vlt-btn--primary {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #c4ab5b;
}
.vlt-btn--primary:hover {
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.vlt-btn,
.vlt-btn--md {
  height: 2.8125rem;
  padding: 0 2.8125rem;
}
.vlt-contact-form .message {
  font-size: 17px;
  display: none;
  margin-bottom: 1.875rem;
}
.vlt-content-slider {
  width: 100%;
}
.vlt-experience-block {
  max-width: 21.25rem;
  padding: 4.375rem 4.6875rem 3.125rem 3.125rem;
  text-align: right;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: none;
}
.vlt-experience-block__number {
  font-size: 12.5rem;
  font-weight: 500;
  line-height: 1.1;
  margin-right: -0.25rem;
  margin-bottom: 3.125rem;
  color: #fff;
}
.vlt-experience-block__number span {
  margin-left: 0.5rem;
}
.vlt-experience-block__title {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin-top: 2.1875rem;
}
.vlt-experience-block__title::before {
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  width: 4.8125rem;
  height: 1px;
  content: "";
  background-color: #fff;
}
.vlt-fullpage-slider {
  height: 100vh;
}
.vlt-fullpage-slider .vlt-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: #161616;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -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-fullpage-slider .vlt-section__vertical-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -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-fullpage-slider .vlt-section__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  padding: 7.5rem 7.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .vlt-fullpage-slider .vlt-section__content {
    padding: 7.5rem 0;
  }
}
.vlt-fullpage-slider .vlt-section .vlt-section__projects-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}
.vlt-fullpage-slider .vlt-section .vlt-section__projects-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1.5s, -webkit-transform 2.5s;
  transition: opacity 1.5s, -webkit-transform 2.5s;
  transition: transform 2.5s, opacity 1.5s;
  transition: transform 2.5s, opacity 1.5s, -webkit-transform 2.5s;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform, opacity;
}
.vlt-fullpage-slider
  .vlt-section
  .vlt-section__projects-background
  img.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.vlt-fullpage-slider .vlt-section .vlt-section__ken-burn-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}
.vlt-fullpage-slider
  .vlt-section
  .vlt-section__ken-burn-background.has-mobile-image
  img:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 575px) {
  .vlt-fullpage-slider
    .vlt-section
    .vlt-section__ken-burn-background.has-mobile-image
    img:nth-child(1) {
    display: none;
  }
  .vlt-fullpage-slider
    .vlt-section
    .vlt-section__ken-burn-background.has-mobile-image
    img:nth-child(2) {
    display: block;
  }
}
.vlt-fullpage-slider .vlt-section .vlt-section__ken-burn-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 2.5s;
  transition: -webkit-transform 2.5s;
  transition: transform 2.5s;
  transition: transform 2.5s, -webkit-transform 2.5s;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}
.vlt-fullpage-slider .vlt-section.active .vlt-section__ken-burn-background img {
  -webkit-transition: -webkit-transform 5s;
  transition: -webkit-transform 5s;
  transition: transform 5s;
  transition: transform 5s, -webkit-transform 5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vlt-fullpage-slider-progress-bar {
  position: fixed;
  z-index: 75;
  top: 50%;
  right: 1.875rem;
  width: 2px;
  height: 28.125rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 0.3125rem;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 1200px) {
  .vlt-fullpage-slider-progress-bar {
    right: 3.75rem;
  }
}
@media only screen and (max-width: 575px) {
  .vlt-fullpage-slider-progress-bar {
    display: none;
  }
}
.vlt-fullpage-slider-progress-bar span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border-radius: 0.3125rem;
  background-color: #c4ab5b;
}
.vlt-partners {
  display: grid;
  margin: 0 -3.125rem;
  padding: 0;
  list-style-type: none;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 3.125rem;
  grid-row-gap: 9.375rem;
}
@media only screen and (max-width: 991px) {
  .vlt-partners {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .vlt-partners {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
  }
}
@media only screen and (max-width: 575px) {
  .vlt-partners {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
  }
}
.vlt-partners li {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vlt-partners li img {
  max-width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.4;
}
.vlt-partners li img:hover {
  opacity: 1;
}
.vlt-progress-bar__title {
  font-size: 0.8125rem;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.vlt-progress-bar__title > span {
  float: right;
}
.vlt-progress-bar__title > span::after {
  content: "%";
}
.vlt-progress-bar__bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0.4375rem;
  border-radius: 0.4375rem;
  background-color: #fff;
}
.vlt-progress-bar__bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0.4375rem;
  background-color: #c4ab5b;
}
.vlt-pullquote {
  position: relative;
  padding: 2.5rem 3.75rem 3.125rem 7.1875rem;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.vlt-pullquote svg {
  position: absolute;
  left: 2.5rem;
  height: 2.375rem;
  color: #c4ab5b;
}
.vlt-pullquote__text {
  font-size: 1.25rem;
  color: #fff;
}
.vlt-pullquote__meta {
  margin-top: 1.5625rem;
}
.vlt-pullquote__meta h5 {
  font-size: 1rem;
  font-weight: 600;
}
.vlt-pullquote__meta p {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.vlt-simple-image {
  position: relative;
  overflow: hidden;
}
.vlt-simple-image__mask {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 120%;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -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);
}
.vlt-simple-image__mask.active {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.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: #161616;
}
.vlt-slider-controls {
  font-size: 0;
  line-height: 1;
}
.vlt-slider-controls .vlt-swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 1;
  background-color: #fff;
}
.vlt-slider-controls .vlt-swiper-pagination .swiper-pagination-bullet:focus {
  outline: 0;
}
.vlt-slider-controls .vlt-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c4ab5b;
}
.vlt-slider-controls
  .vlt-swiper-pagination
  .swiper-pagination-bullet
  + .swiper-pagination-bullet {
  margin-left: 1.375rem;
}
.vlt-slider-controls--style-1 .vlt-swiper-button-next,
.vlt-slider-controls--style-1 .vlt-swiper-button-prev {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #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-slider-controls--style-1 .vlt-swiper-button-next:focus,
.vlt-slider-controls--style-1 .vlt-swiper-button-prev:focus {
  outline: 0;
}
.vlt-slider-controls--style-1 .vlt-swiper-button-next:hover,
.vlt-slider-controls--style-1 .vlt-swiper-button-prev:hover {
  background-color: #c4ab5b;
  -webkit-box-shadow: inset 0 0 0 1px #c4ab5b;
  box-shadow: inset 0 0 0 1px #c4ab5b;
}
.vlt-slider-controls--style-1 .vlt-swiper-button-next svg,
.vlt-slider-controls--style-1 .vlt-swiper-button-prev svg {
  height: 1.125rem;
}
.vlt-slider-controls--style-1
  .vlt-swiper-button-prev
  + .vlt-swiper-button-next {
  margin-left: 1.25rem;
}
.vlt-slider-controls--style-2 .vlt-swiper-button-next,
.vlt-slider-controls--style-2 .vlt-swiper-button-prev {
  position: absolute;
  top: calc(50% - 80px);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 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;
}
@media (max-width: 1500px) {
  .vlt-slider-controls--style-2 .vlt-swiper-button-next,
  .vlt-slider-controls--style-2 .vlt-swiper-button-prev {
    display: none;
  }
}
.vlt-slider-controls--style-2 .vlt-swiper-button-next:focus,
.vlt-slider-controls--style-2 .vlt-swiper-button-prev:focus {
  outline: 0;
}
.vlt-slider-controls--style-2 .vlt-swiper-button-next:hover,
.vlt-slider-controls--style-2 .vlt-swiper-button-prev:hover {
  color: #fff;
}
.vlt-slider-controls--style-2 .vlt-swiper-button-next svg,
.vlt-slider-controls--style-2 .vlt-swiper-button-prev svg {
  height: 2.5rem;
}
.vlt-slider-controls--style-2 .vlt-swiper-button-prev {
  left: -6.25rem;
}
.vlt-slider-controls--style-2 .vlt-swiper-button-next {
  right: -6.25rem;
}
.vlt-testimonial {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.vlt-testimonial__text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}
.vlt-testimonial__meta {
  margin-top: 4.375rem;
}
.vlt-testimonial__name {
  font-weight: 600;
}
.vlt-testimonial__function {
  font-size: 17px;
  font-weight: 500;
  margin-top: 0.625rem;
  color: rgba(255, 255, 255, 0.8);
}
.vlt-timeline-item {
  padding: 3.125rem 0;
}
.vlt-timeline-item + .vlt-timeline-item {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.vlt-timeline-item__date {
  font-size: 17px;
  display: block;
  margin-bottom: 0.3125rem;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1199px) {
  .vlt-timeline-item__date {
    margin-top: 1.25rem;
  }
}
.vlt-timeline-item__text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1199px) {
  .vlt-timeline-item__text {
    margin-top: 0.625rem;
  }
}
.vlt-video-button {
  color: #fff;
}
.vlt-video-button a {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 6.875rem;
  height: 6.875rem;
  color: currentColor;
  outline: 0;
  background-color: transparent;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vlt-video-button a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.vlt-video-button a svg {
  display: inline-block;
  height: 1.875rem;
  margin-left: 0.5em;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vlt-video-button a:hover svg {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.vlt-video-button a:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.vedioforMob {
  display: none;
}
.vedioforPc {
  display: block;
}
.aboutImg {
  display: block;
  width: 35%;
  margin: 20px auto 55px;
}
.vlt-display-1 {
  font-size: 20px;
  display: block;
  text-shadow: 2px 2px #000;
  color: #fff;
  opacity: 1;
  font-weight: bold;
}
.abouttext {
  display: block;
  width: 100%;
  text-align: center;
}
.abouttext h2 {
  font-weight: bold;
  font-size: 47px;
}
.abouttext p {
  width: 100%;
  max-width: 88%;
  margin: 10px auto;
  color: #fff;
}
p {
  color: #fff;
  font-size: 14px !important;
  line-height: 22px !important;
}
ul {
  color: #fff;
  font-size: 14px !important;
  line-height: 22px !important;
}
.vlt-video-button.formute {
  position: absolute;
  top: 38%;
  left: 17px;
}
.vlt-section__vertical-align.homecontent {
  opacity: 0.65 !important;
}
.vlt-video-button {
  text-align: center;
  width: 120px;
  margin: 0 auto;
}
.home .vlt-animated-block.animate__animated.animate__fadeInUpSm {
  text-align: center;
  margin: 0 auto;
}
.vlt-navbar .vlt-navbar-logo img {
  display: block;
  height: auto;
  width: 164px;
}
.vlt-offcanvas-menu__navigation .sf-menu > li > a {
  font-size: 18px;
  font-weight: normal;
}
.vlt-offcanvas-menu__navigation .sf-menu > li {
  padding: 5px;
}
.vlt-section {
  background: url("../img/bg.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.vlt-fullpage-slider .vlt-section__vertical-align {
  opacity: 1;
}
/* Popup CSS */
.wrap_popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: #070707;
}

.popup {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 5% auto;
  display: block;
  border-radius: 0;
  overflow: hidden;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  border: 3px solid #938044;
}

.title {
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 38px;
  position: relative;
}

.title p {
  margin: 5px;
}

.box {
  width: 100%;
  display: block;
  background: transparent;
  padding: 0 40px 30px;
  color: #fff;
}

.box p {
  margin: 5px;
}

.title button {
  color: #fff !important;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
}

/* Tabs */
.tabs {
  width: 1075px;
  background-color: transparent;
  border-radius: 0;
}
.tabs-navs {
  padding: 0;
  text-align: center;
}
.tabs-navs li {
  font-weight: bold;
  margin-right: 0px;
  padding: 0;
  border-radius: 0;
  border-bottom: none;
  border: 2px solid #f27d16;
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.tabs-navs li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 6;
  display: block;
}

.tabs-contents p {
  width: 100% !important;
  margin: 0 !important;
}
.tabs-contents ul {
  padding: 0;
  list-style: none;
  margin: 10px 0 10px 13px;
}
.tabs-contents ul li {
  position: relative;
  display: block;
}
.tabs-contents ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  left: -11px;
  top: 7px;
  border-radius: 50%;
}
.vlt-header .container {
  margin-right: 15px;
}
/**ul#tabs-nav li:hover a::after,ul#tabs-nav-2 li:hover a::after,**/
ul#tabs-nav .active a::after,
ul#tabs-nav-2 .active a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #000;
  left: 0;
  bottom: -5px;
  transition: all 0.5s ease 0s;
  z-index: 99;
  display: none;
}
.contact-form {
  text-align: center;
}

.tab-content,
.tab-content-2 {
  padding: 20px 40px;
  border: 3px solid transparent;
  background-color: transparent;
}
/* .tabs-navs li label p {
  margin: 0;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tabs-navs li label {
  position: absolute;
  bottom: 0px;
  left: -1px;
  width: 102%;
  margin: -1px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  text-shadow: 2px 2px #000000;
  z-index: 9;
  background: #000;
  display: table;
  padding: 3px;
  height: 58px;
  top: auto;
} */
.tabs-contents ul li a {
  text-decoration: underline;
}

.footLogo {
  position: relative;
  overflow: hidden;
  width: 330px;
  margin: 0 auto;
}
.contact-form .col-xl-6 {
  margin: 0 0 40px;
}
#tabs-content,
#tabs-content-2 {
  margin: 0 0 50px;
  z-index: 9;
  position: relative;
  width: 96%;
}
#tabs-nav2 {
  padding: unset;
  text-align: center;
}
#tabs-nav2 li {
  margin: 0 35px 0;
  font-weight: normal;
}
#tabs-nav2 li label {
  font-size: 22px;
}
#tabs-nav2 li.active label {
  text-decoration: underline;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
#tabs-nav3,
#tabs-nav4,
#tabs-nav5 {
  padding: unset;
  margin: 0 0 40px;
  text-align: center;
}
.vlt-animated-block.forcenter {
  text-align: center;
}
#tabs-nav3 li label,
#tabs-nav4 li label,
#tabs-nav5 li label {
  font-size: 22px;
  cursor: pointer;
}
#tabs-nav3 li.active label,
#tabs-nav4 li.active label,
#tabs-nav5 li.active label {
  text-decoration: underline;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.tabs.inner {
  width: 100%;
}
.cardImg img {
  border-radius: 20px;
}
.ar .forTwo {
  text-align: right;
}
.ar .cardDetails li:last-child {
  text-align: right;
}
.ar .homecontents ul {
  padding: 10px 19px 0 0;
  text-align: right;
}
.tab-content2 strong,
.tab-content-2 strong {
  font-size: 20px;
  display: block;
  margin: 0;
}
.tab-content3 strong,
.tab-content4 strong,
.tab-content5 strong,
.tab-content-2 strong {
  font-size: 20px;
  display: block;
  margin: 0;
}
.luxurious h2 {
  font-size: 47px;
  margin: 24px auto 20px;
  width: 620px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 11px;
}
#slider1 {
  margin-top: 11px;
}

#tabs-content4 img {
  margin: 0 0 40px;
}

#tabs-nav-3 {
  padding: unset;
  margin: 0 0 40px;
  text-align: center;
}
#tabs-nav-3 li {
  margin: 0 35px 0;
  font-weight: normal;
}
#tabs-nav-3 li label {
  font-size: 22px;
}
#tabs-nav-3 li.active label {
  text-decoration: underline;
  transition: all 0.5s ease 0s;
}
.privileges {
  padding-top: 100px;
}
.privileges h2 {
  font-size: 47px;
  margin: 0;
  width: 452px;
  text-align: center;
  font-weight: bold;
}
.privilegesDetails p {
  margin: 5px auto 14px;
  text-align: center;
  width: 70%;
}
.privilegesDetails {
  margin: 11px 0 15px;
}
.vlt-slider-controls {
  display: none;
}
.peace-of-Mind p {
  margin: 12px auto 26px;
  width: 89%;
}
.peace-of-Mind h2 {
  font-size: 20px;
  display: block;
  width: max-content;
  margin: 10px 0;
}
.contact-form h3 {
  font-size: 30px;
}
.contact-form address {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 15px;
}
.contact-form p {
  margin: 0 0 10px;
}
.contact-form .tel {
  font-size: 42px;
  margin: 21px;
  display: block;
}
.tabs ul img {
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
  max-height: 314px;
  width: 100%;
}
.tabs ul img:hover {
  filter: grayscale(0);
}
.tabs ul li.active img {
  filter: grayscale(0);
}
.newpopup .wrap_popup {
  width: 80%;
  left: 50%;
  margin: 0 0 0 -40%;
  z-index: 9999;
  top: 50px;
}
.newpopup .popup {
  height: 60%;
  overflow-y: scroll;
  padding: 32px 0 !important;
}
.newpopup .vlt-btn.vlt-btn--primary.vlt-btn--md {
  margin: 75px 0 0;
}
.newpopup .box ul {
  padding: 0 0 0 30px;
}
.vlt-default-menu__navigation .sf-menu > li + li {
  margin-left: 58px;
}
.vlt-project-excerpt {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.projects {
  text-align: center;
}
.projects .vlt-project-excerpt {
  max-width: 89%;
  margin: 10px auto 30px;
}
.rewardCol {
  margin-bottom: 30px;
}
.rewardCol p {
  margin: 0;
  font-size: 17px;
}
.rewardCol strong {
  font-size: 33px;
  color: #c4ab5b;
}

#wrap_popup2 {
  text-align: left;
}
/*.tab-content li {
    border-right: 2px solid red;
    padding-right: 22px;
    margin-right: 0 !important;
}*/
.tabs-contents .tabs-navs li {
  border-right: navajowhite;
  text-align: left;
  border-bottom: 1px solid #fff;
  position: relative;
}
.tab-content li:last-child {
  border-right: none;
}
.personalized {
  text-align: center;
}
.personalized #tabs-content {
  text-align: left;
}
.personalized .tab-content li {
  border-right: none;
}
.personalized .tabs {
  margin: 11px auto;
  text-align: center;
  width: auto;
}
.personalized h1 {
  margin: 0;
  font-size: 47px;
  font-weight: bold;
}

.vlt-default-menu__navigation .sf-menu {
  text-align: right;
}
.vlt-project-title {
  font-size: 47px;
  font-weight: bold;
  margin: 12px 0 20px;
}
#myVideo {
  width: 100%;
  height: 500px;
}
source {
  width: 100% !important;
  display: block;
}
.vlt-section__vertical-align.homecontent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*for arabic contents*/
.ar .vlt-default-menu__navigation .sf-menu > li + li {
  margin-right: 58px;
  margin-left: 0;
}
.ar {
  direction: rtl;
}
.ar .vlt-fullpage-slider-progress-bar {
  right: auto;
  left: 3.75rem;
}

.ar .personalized #tabs-content {
  text-align: right;
}
body.ar {
  text-align: right;

}

.ar .vlt-navbar--sticky {
  left: auto;
  right: 0;
}
.ar .tabs-contents ul {
  margin: 10px 13px 10px 0;
}
.ar .tabs-contents ul li::after {
  left: auto;
  right: -11px;
  top: 11px;
}
.ar .accordion::after {
  float: left;
}
.ar .accordion {
  text-align: right;
}
.ar .panel {
  text-align: right;
}
.ar .tabs-contents .forNum {
  direction: ltr !important;
  display: inline-block;
}
.ar .footLogo.inheader {
  margin: 0 24px 0 0;
}
.ar .contact-form .tel {
  direction: ltr;
}
.ar .vlt-default-menu__navigation .sf-menu > li > a {
  font-size: 18px;
}
.ar .vlt-display-1 {
  font-size: 25px;
}
.ar p {
  font-size: 17px !important;
}
.ar ul {
  font-size: 17px !important;
}
.tabs strong {
  color: #fff !important;
  font-size: 14px;
}

.footLogo.inheader {
  display: inline-block;
  width: 200px;
  position: relative;
  padding: 0;
  vertical-align: middle;
  margin: 0 0 0 24px;
}
.accordion {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 12px 0;
  width: 100%;
  border-bottom: 1px solid #fff !important;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
  border: none;
  font-weight: bold;
}

.accordion.active,
.accordion:hover {
  color: #f27d16;
}

.accordion:after {
  content: url("../img/active_item.png");
  color: #f27d16;
  font-weight: bold;
  float: right;
  margin: -2px 5px;
  font-size: 22px;
}

.accordion.active:after {
  content: url("../img/inactive_item.png");
}

.panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: left;
}
.panel .row {
  padding: 18px 0;
}

.panel ul li {
  margin: 0 !important;
  border-bottom: none !important;
}
.rewardCol {
  margin: 0 auto;
}
.vlt-navbar .vlt-navbar-inner {
  padding: 15px 30px;
}
.tabs.tabEarn .tab-content {
  padding: 20px 0;
}
.homecontents p {
  max-width: 100%;
  text-align: justify;
  opacity: 1;
  color: #fff;
  position: relative;
}
.homecontents ul {
  padding: 10px 0 0 13px;
  text-align: left;
}
.homecontents {
  position: relative;
  overflow: hidden;
  z-index: 9999999;
  opacity: 1;
  color: #fff;
  margin: 0 0 70px;
}
.homecontents .vedioforPc {
  width: 100%;
  height: 300px;
}
.cardBox {
  position: relative;
  overflow: hidden;
  margin: 0 0 35px;
  text-align: center;
}
.cardBox h3 {
  background: #203864;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0;
  margin: 0 0 7px;
}
.cardBox p {
  margin: 0 0 6px !important;
}
.cardImg {
  margin: 0 0 12px;
}
.cardDetails {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.cardDetails .head {
  background: #203864;
  padding: 4px;
}
.cardDetails li span {
  width: 32%;
  display: inline-block;
}
.cardDetails li {
  margin: 0 0 6px;
}
.cardDetails li.forTwo span {
  width: 49%;
}
.cardDetails li:last-child {
  text-align: left;
  overflow: hidden;
}
.cardDetails li:last-child a {
  color: #ffffff;
  text-decoration: underline;
  overflow: hidden;
}
#slider1 .left,
#slider1 .right {
  top: 18%;
}
.slider,
.slider .item {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  display: block;
  width: 45%;
  /* border-radius: 43px; */
  min-height: 675px;
  /* height: 100vh; */ /* If you want fullscreen */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  margin: 0 0 40px;
}
.slider > .item {
  position: relative;
  width: 100%;
}
.slider img {
  width: 810px !important;
  margin-bottom: 15px;
  border-radius: 5px;
}
.slider > i {
  color: #5bbd72;
  position: absolute;
  font-size: 60px;
  margin: 20px;
  top: 40%;
  text-shadow: 0 10px 2px #223422;
  transition: 0.3s;
  width: 30px;
  padding: 10px 13px;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  line-height: 0;
  box-sizing: content-box;
  border-radius: 3px;
  z-index: 4;
}
.Instant-Discount li {
  width: 16%;
}
.slider > i svg {
  margin-top: 3px;
}

.slider > .left {
  left: -100px;
}
.slider > .right {
  right: -100px;
}
.slider:hover > .left {
  left: 0;
}
.slider:hover > .right {
  right: 0;
}

.slider > i:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-2px);
}

.slider > i.right:hover {
  transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
  transform: translateY(1px);
}

.slider:hover .item {
  transform: scale(1.01);
}

.hoverZoomOff:hover .item {
  transform: scale(1);
}

.slider > ul {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 4;
  padding: 0;
  margin: 0;
  transform: translateX(-50%);
}

.slider > ul > li {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  list-style: none;
  float: left;
  margin: 10px 10px 0;
  cursor: pointer;
  border: 1px solid #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider > ul > .showli {
  background-color: #7ec03d;
  -moz-animation: boing 0.5s forwards;
  -o-animation: boing 0.5s forwards;
  -webkit-animation: boing 0.5s forwards;
  animation: boing 0.5s forwards;
}

.slider > ul > li:hover {
  background-color: #7ec03d;
}

.slider > .show {
  z-index: 1;
}

.hideDots > ul {
  display: none;
}

.showArrows > .left {
  left: 0;
}

.showArrows > .right {
  right: 0;
}

.titleBar {
  z-index: 2;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  padding: 20px 30px;
  transition: 0.3s;
  color: #fff;
}

.titleBar * {
  transform: translate(-20px, 30px);
  transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
  opacity: 0;
}

.titleBarTop .titleBar * {
  transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
  transform: translate(0);
  opacity: 1;
}

.titleBarTop .titleBar {
  top: 0;
  bottom: initial;
  transform: translateY(-100%);
}

/* .slider .item span {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  width: 100%;
}
 */

.contentslid {
  color: #fff;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  display: block !important;
  padding: 0 20px;
}
.contentslid p {
  color: #fff;
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0 0 12px;
}
@keyframes boing {
  0% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(0.6);
  }
  60% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.tabs.tabEarn #tabs-nav li {
  display: block;
}
.tabs.tabEarn #tabs-nav li label {
  position: relative;
  background: transparent;
  text-align: left;
}
.tabs.tabEarn #tabs-nav li p {
  text-align: left;
}

.eligiblecardscol .col-md-6.col-sm-6 {
  float: left;
  padding: 0;
}

.home {
  padding: 43px 0 0;
}
.vedioforPc {
  display: block;
  border-radius: 16px;
  margin: 30px 0;
}
.tabs.tabEarn #tabs-nav li {
  border-bottom: 1px solid #fff;
  position: relative;
  margin: 0 0 7px;
}
.tabs.tabEarn #tabs-nav li label {
  height: 44px;
  position: relative;
  float: left;
  width: 90%;
}
.tabs.tabEarn #tabs-nav li img {
  width: 30px;
  float: right;
  margin: 5px 4px 0 0;
}
.forTwo {
  text-align: left;
}
.cardImgdiv {
  width: 100%;
  margin: 20px 0;
  float: right;
}
.cardImgdiv strong {
  padding: 5px;
  max-width: 100px;
  float: right;
}
.cardImgdiv .bg {
  background-color: white;
  border-radius: 3px;
}
.cardImgdiv img {
  padding: 5px;
  max-width: 100px;
  float: right;
}
.eligiblecardscol p strong {
  width: 150px;
  display: inline-block;
}
.Instant-Discount .panel {
  padding: 0;
}
.filters {
  position: relative;
  overflow: hidden;
  margin: 0 0 12px;
}
.form-group {
  width: 250px;
}
@media only screen and (min-width: 1500px) {
  .vlt-navbar-contacts {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100% !important;
  }
  .vlt-fullpage-slider .vlt-section__content {
    padding: 7.5rem 0;
  }
}
@media only screen and (max-width: 1023px) {
  .tabs {
    width: 100%;
  }
  .vlt-fullpage-slider .vlt-section__content {
    padding: 7.5rem 0;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100% !important;
  }
  .tabs-navs li {
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .vlt-project-title {
    font-size: 25px;
    margin: 0 0 15px;
  }
  h1 {
    font-size: 32px;
  }
  .projects .container {
    padding: 0 15px;
  }
  .peace-of-Mind h2 {
    width: 100%;
  }
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
    width: 100% !important;
  }
  .luxurious h2 {
    font-size: 24px;
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;
  }
  .tabs {
    width: 96%;
  }
  ul#tabs-nav li a label,
  ul#tabs-nav-2 li a label {
    font-size: 12px;
  }
  #tabs-nav2 li label {
    font-size: 14px;
  }
  #tabs-nav2 {
    margin: 0 0 8px;
  }
  .tab-content,
  .tab-content-2 {
    padding: 20px 12px;
  }
  #tabs-nav2 li {
    margin: 0 7px 0;
  }
  #tabs-nav3,
  #tabs-nav4,
  #tabs-nav5 {
    margin: 0;
  }
  #tabs-nav3 li label,
  #tabs-nav4 li label,
  #tabs-nav5 li label {
    font-size: 14px;
  }
  #tabs-nav3 li,
  #tabs-nav4 li,
  #tabs-nav5 li {
    display: inline-block;
    margin: 0 7px 0;
    font-weight: normal;
  }
  .privileges h2 {
    font-size: 25px;
    margin: 0 auto;
    width: 95%;
    text-align: center;
  }
  .privilegesDetails p {
    text-align: justify;
    width: 100% !important;
    padding: 0 15px;
  }
  #tabs-nav-3 li label {
    font-size: 14px;
  }
  #tabs-nav-3 li {
    margin: 0 7px 0;
  }
  .tab-content3 strong,
  .tab-content4 strong,
  .tab-content5 strong,
  .tab-content-2 strong {
    font-size: 14px;
  }
  .tab-content2 strong,
  .tab-content-2 strong {
    font-size: 14px;
  }
  .newpopup .wrap_popup {
    top: 87px;
  }
  .newpopup .popup {
    height: 96%;
    padding: 47px 0 0 !important;
  }
  .newpopup .wrap_popup {
    height: 60%;
  }
  .box {
    padding: 0 15px 30px;
  }
  #myVideo {
    width: 100%;
    height: min-content;
    padding-top: 25px;
  }
  .personalized h1 {
    margin: 0 0 20px;
    font-size: 25px;
  }
  .aboutImg {
    margin: 0 auto 20px;
    width: 45%;
  }
  .peace-of-Mind .container {
    padding: 0 15px;
  }

  .partners #tabs-content {
    width: 101% !important;
  }
  .vlt-fullpage-slider .vlt-section__content {
    padding: 7.5rem 0 !important;
  }
  .education #tabs-content {
    width: 101% !important;
  }
  .vlt-fullpage-slider-progress-bar {
    display: none !important;
  }
  .luxurious .tabs-navs li label {
    height: 41px;
  }
  .peace-of-Mind .tabs-navs li label {
    height: 58px;
  }
  .ar .peace-of-Mind .tabs-navs li label {
    height: 42px;
  }
  .contact-form .col-xl-6 {
    margin: 0;
  }
  .footLogo {
    margin: 50px auto 0;
    width: 220px;
  }
  .tabs-navs li label {
    line-height: 16px;
  }
  .privileges .tabs-navs li label {
    height: 35px;
  }
  .tabs-navs li label p {
    font-size: 12px !important;
    line-height: 17px !important;
  }

  .contact-form h3 {
    font-size: 23px;
  }
  .contact-form .tel {
    font-size: 32px;
  }
  .rewardCol .col-md-4.col-sm-4 {
    margin: 0 0 30px;
  }
  .projects .vlt-project-excerpt {
    max-width: 100%;
    text-align: justify;
  }
  .abouttext p {
    text-align: justify;
  }
  .peace-of-Mind p {
    width: 100%;
    text-align: justify;
  }
  .abouttext h2 {
    font-size: 25px;
  }
  .vlt-gap-30 {
    display: none;
  }
  .vlt-navbar--sticky {
    width: 100%;
    top: 10px;
  }
  .vlt-language-switcher {
    position: fixed;
    top: 21px;
    right: auto;
    z-index: 99;
    left: 5px;
  }
  .ar .vlt-language-switcher {
    right: auto;
    left: 10px;
  }
  .vlt-footer--fixed {
    position: initial;
  }
  .footLogo.inheader {
    width: 130px;
    margin: 0 0 0 10px;
  }
  .ar .footLogo.inheader {
    margin: 0 -65px 0 0;
    left: auto;
    right: 50%;
  }
  .footLogo.inheader {
    width: 130px;
    margin: 0 0 0 -65px;
    position: absolute;
    left: 50%;
  }
  .vlt-navbar .vlt-navbar-logo {
    margin: 0 0 0 -20px;
  }
  .ar .vlt-navbar .vlt-navbar-logo {
    margin: 0 -20px 0 0;
  }
  .luxurious .tabs {
    width: 101%;
  }
  .luxurious .container {
    padding: 0 15px;
  }

  .tabs-navs li label {
    height: 73px;
  }
  .partners.peace-of-Mind .tabs-navs li label {
    height: 77px;
  }
  .partners.peace-of-Mind .tabs-navs li label p {
    line-height: 14px !important;
  }
  .ar .partners.peace-of-Mind .tabs-navs li label {
    height: 51px;
  }
  .ar .eligiblecardscol .cardImgdiv {
    width: 100%;
    margin: 20px 0;
    float: right;
  }
  .ar .cardImgdiv img {
    max-width: 100px;
    float: right;
  }
  .ar .cardImgdiv .bg {
    background-color: white;
  }
  .ar .eligiblecardscol .col-md-6 .col-sm-6 {
    float: right;
  }

  .tabs-navs li label {
    position: relative;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .vedioforMob {
    display: block;
  }
  .vedioforPc {
    display: none;
  }
  .tabs-navs li {
    width: 32%;
  }
  .homecontents {
    margin: 40px 0 110px;
  }
  .vlt-menu-burger {
    left: auto;
    position: absolute;
    right: 30px;
    top: 16px;
  }
  .slider {
    width: 85%;
  }
  .slider .item {
    width: 100%;
  }
  #slider1 .left,
  #slider1 .right {
    top: 14%;
  }
}
.insta_id {
  direction: ltr !important;
}
.play-bt {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 5px;
  background: #000
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA9dJREFUeNrMmmtIFFEUx8dVLHsSlqVhqRioJFL4ocjIyEdi9iALAoMgCulFEESBVEQfCvtoUPRAksCgsKgkiqRAyzJ6oCGKabgklYb5SDO16X/YM7KKj507d+7OgR/rLs7d+587995z/ncDdF3XJMZiEA3CwDJ+nQGGwW/gBs2gHTSAbllfHGTxehdIABvBWpAEFoFpU1zXy6JqwHPwDLRa6UiA4IgEg61gN8jg91aCRqgMlIBKoRZIiEk2gyrdnugHt0CS2X6Z+edYUKKriU5wCoTIFpINmnX1UQHiZQk5CgZ0/4UbpFoVck53RvwEOaJCCnRnxS+QPlF/J1p+aVkt5n3CSfEVZIFaX/aRFbxBzdOcGdUgc2xWMPaO0458SUDEP4VCVoGC8VIM7zgEVgs0TvnTEfBFkZjDLGjcnT0CtAlOxHpuIwoUg78KJn+592T3HpGDIFzwDgWCEB6RPSCbE0I7I4PnyqhHayGvVLLiKUgDJ8EPm4TQzdtvaDCEpINIyV9Eq8p5sAHctUlMGtc/I0LybHwE6kAu2AHqJbc9B2yjVxISAZYrWGnugFRQyNWirKARjyEhiSxGRdB8OQ7Wg8eS2owHa1xcWwco3p1pRcsB+aDFYlu0UCW6FD1W48UQuALWgav8XiSm00JFQmL9nDu5eRlNE67XebKHOSQZfMEb3Anwzaz14JLggMiMPnABpIDroN+ML+XE+MzZwbAZIX0OE7ESlINSMMuMkDaHCKAa6Ayo4CrQtOXZ4AAR29k6PQ3mmp3o5FQGcS7kr4jlzudZXCDcJKQJDPhgPMuMEK5/jrHpbSXI/H5Dj9ZH3pRURTqvSIUSRGjsqNS4uG54pUAAnZ0UgYeU5Els9wGNirGP3LRRgFHJVfLjJHMDJp/rCU0NQ8hL8M4GEcl8xyg5jLKh/TKjlHZ5zfzLEr8gFJzVPEZflk0j3T2qz16WCp1FvBe0Zhq92skFnxTYQUWTmdhbwJBAo3UgAZQqPGqInEwIecE3BBruAR0Knfm9vrjxoZwu+KtynCqugX1jP5zoWCGZM9AFDhNRpXlczC5f65G3msf67HKQiFrOybrMFlblfGG7A0R8ADu1ydx+Hw5DU0CTH4/cHoFwWcfT0eC+YgGDfBjr01m7mR8MBIJ80KpARDXItOuXDwZLwEXw3QYBlBEcALPN9kv0RzUaJ4G7wCbNc1wnarv2sqd1G9wDPSKNWBFixEwQx047mdNLwXw2E4K9BNKB6R/QwTSwkf2aq9RhK52QIWTEtgQxmufgJY7/JjsniA2CQdDJAhrZvG7hzy3HfwEGAFdwoJHzsBGDAAAAAElFTkSuQmCC)
    no-repeat 5px;
  position: absolute;
  bottom: 25px;
  right: 175px;
  margin-left: -25px;
  margin-top: -40px;
  z-index: 99;
  cursor: pointer;
}

.pause-bt {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 5px;
  background: #000
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAw1JREFUeNrcmttLVEEcx2cP2pVSowtKFBQRSpoYW1QEQUVRIXSBHpIIumBPIQU+9Bd0gSKhrJ6jiOhCgT4EZQ9dKShJKboRhEWBaCm5atP3187AYZhd98yc457ZL3xwPc6657NzzplrgnPOQsoikBRUgnJQBiaDBEiBPvANfAQvwTPQCf7YfnjCUmQe2Al2gDowyeB/vAVt4IoQMwuJGFAJWkEvDy+joB1sMjmnoG8oBSfAAI82t0B1VCLrQBcfv/SDprBFjoIUz0+uiivBWqSF5z9PQEW28xzrqXURHGDxyGuwGXzV/dHL8sZTMZKg1IAboCSICAkcYfHLcnBJNLBjNohLwSMwhcU3TeBMNpFi0AFWsnhnQHSFujNdWvsdkKBMBScz1Uip6MDNZe5kA7hHL4p8B/daSAyC75pvbbZy7Df4oRybBmYafm6zFJENygTL7sddUKywS1PusqbcQcuOZh05yHtkjRhDmGYUDGswLZdr6Pwb/Df7dttxTY5tVK7lgmQLmOiJR+5a5m5oZLqERBaIX1wN1fIKEqkSteJylnmO14bMQk9MILieOSQyowBEpnuGUzhxy//HLy8AEe6JLrHrGfQ0nT0X00sinwtApIdE3hWASDeJvAG/HBd5TiI9LD1n5GqGwFP5+G13WOQF+CTHAjfBiOXASvdNqRnJsVyQXKfKkGN2uk/ui8G8SWaBVcqxGk25ck25KguJfnBNnUXZCu44dlm1gkOqCF1mD8FqRySoR1IL3qvj5b/gmEN9rxYpodaIzHnQGHMJWkBN+ts/nQhN2z9mdtNDUYamj9aL24D57ws1tBbeEOPWvlmVyCRCocX8PZZtSxQ5C07rRyTZ1w93g2Eej1ywXQzdBvryLHE8rOXpJOjMgwCtte8Le8NAGTg3jhIPQG1UWzjkDoiOCAU+gEZQFOVeFD/1oA0MhSTwChwWNR/4fGy3OVGqQT3YKHq8JTm+LyWG2bT4elv8TJmeRBgi/lSIbvliMJ+mMll6CY7aK9pc9hN8EX2kLpbegBZKW/VPgAEAGYXv2/tP1L0AAAAASUVORK5CYII=)
    no-repeat 5px;
  position: absolute;
  bottom: 25px;
  right: 175px;
  margin-left: -25px;
  margin-top: -40px;
  z-index: 99;
  cursor: pointer;
}

.stop-bt {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 5px;
  background: #000
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxxJREFUeNrcmktoFDEYxzPDamuxKopdaFVQEV+giFVaFbRWRER8IbRFKipV0KMHbx68eVVQRPSyF8WLFPGBVMRnS2tPolgoimgVWl91i7Dt1vj/2AyM407nsUk32T/8LrvzyH+SfEm+xOKcM0maBhaADWAxqAFzQSWwQQZ8B5/AEOgEfeCLjJcnJNxfD5rAZrAElEW4/yd4Ae6B2+BD7JJQjcSgAhwFnVyevoGLYGWcMsUxsR/0cnVKC0MLVRmpASk+efoIWmUbaQD9vDi6JppywUboq4zw4qoDJAsxchyMcT3UBar9ympNMI60ghTTS8/ALjDs/cPPyEYR2yuZfroFmsGo+0c7z4U0Gl/V1ARpHzgVpkaugGNMb42ARtDtZ4T+vAumBjyIqpUrLOgUn9bi1iOwHWS9Rqjwj0FdwAPGxQP6FJpoB6tCXNsCbngnjbtDmHBEM9YBhTUyFvK606LzZ2xXp2+L+NVUiVqGFfLaNWCbO2otB1uZmTrsNrJX8VdWqQaQtEU/aWTmag61JjJSBdYys1VLRhaB6YYbqScj60IMPrqrigzMZOZrNhmZVQJGKsjIjBIwkrBZiYiM/CoBH1k737LRQP22RT7WdP0gIz3gj+FGPpORdyBtuJEnZIRS/C8NN/LKFkvXhwab+Erld8aR9gjLS91ElTDkGHkLOgw1knKvEClqXY5wc0ZhwUYjRNEepwLcWRRKkT5nuXRp0GxghXhhQrIJLpIPYddH50Q5/kvQ0T7gAxacoBtXOPZYIT8Q9Y0dLE+CztElcELzfpEWSYdedzPx6gx4o7mRs24TfjVCqhN9RsdF101w0GlSE9UIqQucZJ49CA1Eies2rwkWkHS4znLbC7qYoYja5DcvDFoh0mBzRIPF132wR8wLfQJ3uO3pTeB1kTZB6fBAmcwDA0mx552dJAPvQYvKIxw7QbdCA8PgPJiv+iwKUQ4OgacS9+EHwQWwLE6ZLAnntWrBAbAFrAblEeZVgyLU05h1h+XOcsWb10g8eEbzs3lgPVjKcun+avbvwTPK2AyI6EPhtF+YKVh/BRgAE4h+1tvQXHoAAAAASUVORK5CYII=)
    no-repeat 5px;
  position: absolute;
  bottom: 25px;
  right: 100px;
  margin-left: -25px;
  margin-top: -40px;
  z-index: 99;
  cursor: pointer;
}

.mute-bt {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 5px;
  background: #000
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA61JREFUeNrsmUlIVVEYxzM1S0sbJMvMMBQ0XKgN0IANBoVWFAVBrlpYJLqwVbWLaGVJRkW0MRpWNkohRFSYoEHDIqkoUlAbzAw1UXLg9j9wDv378j29vXevr7gf/PA70/X835nu+W6YZVmT/gcL84R4QjwhnhBPyCi2G2SDC6DZZtuNIBbcBiM+aykhDlNm/bJ7INxG221gWLc95q+ukwImg1PW79YJ4mw8o1K03+K2kOngpvWnfbIpJAd8p/atYI5bQhaCRmt0G4+QKJEuEs8474aQbNBi+baxhOwBzeCOqFdDzxgEWU4KKQDdln/zJ0RtAm1U9yKVpYkpds0pIQfAiDW2+ROijoJbov4mKq+g/B9aXFCFHLfGb2NNrSTQRfWfgkhdlgL6qawiWELUorxs2TMpZIleV/zcYtFmF5Xx/2vhjYFP9ihQDBaN88RdBlbbPKU/g3TQA7aC6yASlIIzus4U0ATSdPoByNP+ZlBLz1sL6uTJfthy3nhEzlF+D0igvhykMrX2Mul8+kBl5abNZFKX7fJ7XjX56l2qhNJX9KgpU33M136fHiFjK8EMU8nYsMtCHoIaSu8F0dr/AhqobB35nK+mX4oUMhFWSf4CsJzSdeRnmV9erx9j8SA1FIQ0go+UziX/CfnzQLL228EQTbvkUBDSD15QmkdE3VsGzb1Ji1H2DfRSvYRQEKLsFflzye/TGJup/w7QRmA2ipAQwp2aRv4QTSFzzplNaZDyI0NFiOy8sXCN3FVVnyMofyRUhKSR30W+2opjKG3WxVTawcwUnHAh6pfNofRL8pPEaHXQWomj/M5QEJIJFlP6kXiXM9YNWrU/X4+KsbZQELKP+tAjTu01YqTMtEsXApulkAiXRWTo1xJjN6iz0eJwrCd/Bfkt4L0U0uCykEKaImrnKaey7XoKGaulrTaP8p+Br3IUTuuhGs99RJ20BWBpAEKek6/uIq8pXSKmVaP2c8TUuhuMSGOsiG78zQ1xg74BhlFevmhTSmUnfAX7Ar2vR4CzQbyzR4M3VL+N6s8GHVR21YkoyqEgCTkp6hf5iCErW+VUXEsF1wYCFPKO6j7WI67yZ4F2Kqt3OtKYK4bfrpD9oFdPr1TKl8HwAjdiv+mgKYDYbyKIofR6METPqHUzGh8P7gchGp8oYsl9IMPt7yMqeFYV4PeRI6J92UR86DEcFYvUzherHdS22l9dt74hFuo33Srw1mbbnSARXBK3Se+rrifEE+IJ+YftpwADAJs4uzLWopW5AAAAAElFTkSuQmCC)
    no-repeat 5px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 99;
  cursor: pointer;
}

.mute-bt.stop {
  background: #000
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqpJREFUeNrsmU1IVUEUx59SZoiKiBV9WGAaqYuKsKKCQltEtI5cJEIf60IMIYPapAuh0CiKFtLmSQTRuhSEPqAWrWoXhKJPjT4oAym9/QfOxcPhznv39t5478Qc+PG4M2fuvD9z5szHLfI8L/U/WJET4oQ4IU6IExJg7WAvuA8+GOlBCTHMdW/Z3oLVJvoxOSIl4B7oYGVzoB58tyW01lMYnRTl02CnLUKawGOwI6DOGiGHQBps0tRbIeQ0hVNZFh9jQgqVNXq8cDYFKk1krXxfoEb0jhfepJCDoBc0Rez3LLgEKgohpAqkvWjGhdSBn1Seoecw/fax9930y1eJSOsDR9TcCRGV68C2PKK6gs0nla6fgFYwm6XNZcK3jbo5Ytr4iKiwvCXqx0CpZiROgEXm+xXs0YXWSgpRlIBR4XM7QMRu8IX5/CZhqaQIUVTTHozbVVa/FXwS9edzZa04hPh/dlr4ttOIvRDl/WHSb1xCFK1ggfl+pjnDLR12HYlTSIpG4Y+m7WtQbosQRVeAmHdgQ7Z2xQk8tb5Xq4IomwKZKHutuEekGcxo2t6NsteKU8gW8JH5qvCaFe27ky5kDXgpfG+ABtqH+bYETiVZyAPh95RdUrTRSu7bPNiXRCEDwmcclAmfDuEzIXfLcQvpFPWToFYzD64EpOQanZA3NMkW6Tcb+QrZDn6xuh/gQI41ZkS8b1B3HjkMakFxQC6X1gIGQeU/rhflYK24jXyVo00nqALH2JmoIGf2/QGbvSjnkYvgOTgT8WT6kBJCYyFvGhvBCGgO4Zv466AaMAyO2y7Ev+sdAudsvtfiXLPxXkvHBXbVsyJCTH5WOAoegWpWlqHQ+mbbF6tdlNEa6HkG1IF5G79YbQbPaH/Ubaof9zHUCXFCnBAnJBb7K8AA5jNpuFcQhagAAAAASUVORK5CYII=)
    no-repeat 5px;
}
.video {
  width: 100%;
  height: 650px;
  position: relative;
  background: url(data:image/jpeg;base64,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â€¦);
}
.tv_video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
