/**
  * Name: Autora
  * Version: 1.0.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap");
@import "../pqr/css/bootstrap.css";
@import "../pqr/css/animate.css";
@import "../pqr/css/owl.carousel.css";
@import "../pqr/css/font-awesome.css";
@import "../pqr/css/ionicons.css";
@import "../pqr/css/shortcodes.css";

/**
  *	Reset Browsers
  * General
  * Elements
  * Forms
  * Typography
  * Extra classes
  * Layouts
  * Column
  * Effect
  * Rev Slider
  * Top Bar
  * Header
  * Featured Title
  * Blog Post
  * Widgets
  * Pagination
  * Footer
  * Bottom
  * Scroll Top
  * Switcher
  * Boxed
  * Media Queries
*/

/* Reset Browsers
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: aliceblue;
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote,
q {
  quotes: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

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

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: hidden;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  margin: 0 0 20px;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

blockquote {
  position: relative;
  background-color: transparent;
  margin: 0px;
  padding: 0 0 0 32px;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  position: absolute;
  right: 0;
  bottom: 0;
}

blockquote em,
blockquote i {
  font-style: normal;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -6px;
}

sub {
  bottom: -3px;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

/* Elements
-------------------------------------------------------------- */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

hr {
  background-color: #e0e0e0;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}

/* List */

ul,
ol {
  padding: 0;
  margin: 0 0 20px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0.1em 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */

table,
th,
td {
  border: 1px solid #e0e0e0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

a:hover {
  text-decoration: none;
}

/* Media */

embed,
iframe,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Accessibility - Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Forms
-------------------------------------------------------------- */

/* Fixes */

button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

input,
textarea {
  font-size: 1em;
  max-width: 100%;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  /* Removing the inner shadow on iOS inputs */
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
  display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */

input[type="search"] {
  outline: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Input normal */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  color: #777;
  border: 1px solid #e7e7e7;
  padding: 13px 20px;
  letter-spacing: 0px;
  background-color: transparent;
  line-height: inherit;
  width: 100%;
  margin-bottom: 14px;
  height: auto;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border ease 0.238s;
  -moz-transition: border ease 0.238s;
  transition: border ease 0.238s;
}

/* Contact Form 7 */

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
  margin-bottom: 0;
}

/* Input focus */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #014c8c;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Button */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-weight: 500;
  background-color: #c3323a;
  color: #fff;
  padding: 24px 37px;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  border-radius: 5px;
  font-size: 15px;
  line-height: 12px;
  -webkit-appearance: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Button hover + focus */

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
  background-color: #c3323a;
}

/* Placeholder color */

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
  color: #999;
}

/* Links */
a {
  color: #222;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  color: #014c8c;
  text-decoration: none;
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #052336;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 15px;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 80px;
  line-height: 78px;
  text-transform: uppercase;
}

h2 {
  font-size: 65px;
  line-height: 68px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 1.2em;
}

/* 18px */
h6 {
  font-size: 18px;
}

/* 16px */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* Extra classes
-------------------------------------------------------------- */

.ew-resize {
  cursor: ew-resize;
}

.no-margin {
  margin: 0px !important;
}

.no-border {
  border: 0px !important;
}

.no-letter-spacing {
  letter-spacing: 0px !important;
}

.max-width-770 {
  max-width: 770px !important;
}

.max-width-680 {
  max-width: 680px !important;
}

.font-heading {
  font-family: "Montserrat", sans-serif;
}

.font-size-35 {
  font-size: 35px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.line-height-62 {
  line-height: 62px !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.line-height-39 {
  line-height: 39px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-27 {
  line-height: 27px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-normal {
  line-height: normal !important;
}

.letter-spacing-1-4 {
  letter-spacing: 1.4px !important;
}

.letter-spacing-1-1 {
  letter-spacing: 1.1px !important;
}

.letter-spacing-03 {
  letter-spacing: 0.3px !important;
}

.letter-spacing-01 {
  letter-spacing: 0.1px !important;
}

.letter-spacing-005 {
  letter-spacing: -0.05px !important;
}

.text-accent {
  color: #ffc30c !important;
}

.text-white {
  color: #fff !important;
}

.text-808 {
  color: #808080 !important;
}

.text-777 {
  color: #777 !important;
}

.text-666 {
  color: #666 !important;
}

.bg-light-grey {
  background-color: #f3f4f6 !important;
}

.bg-white-column {
  background-color: #fff !important;
}

.bg-light-snow {
  background-color: #fafafb;
}

.bg-f7f {
  background-color: #f7f7f7 !important;
}

.bg-ffc {
  background-color: #ffc30c !important;
}

.bg-row-1 {
  background: url("assets/pqr/img/page/bg-quote.jpg") center center no-repeat;
  background-size: cover;
}

.bg-row-2 {
  background: url("assets/pqr/img/page/bg-iconbox.jpg") center center no-repeat;
  background-size: cover;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-top-17 {
  padding-top: 17px !important;
}

.padding-top-16 {
  padding-top: 16px !important;
}

.padding-left-13 {
  padding-left: 13px !important;
}

.padding-left-7 {
  padding-left: 7px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-top-51 {
  margin-top: 51px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-33 {
  margin-top: 33px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-28 {
  margin-top: 28px !important;
}

.margin-top-27 {
  margin-top: 27px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-14 {
  margin-top: 14px !important;
}

.margin-top-13 {
  margin-top: 13px !important;
}

.margin-top-11 {
  margin-top: 11px !important;
}

.margin-top-7 {
  margin-top: 7px !important;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-bottom-43 {
  margin-bottom: 43px !important;
}

.margin-bottom-31 {
  margin-bottom: 31px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-23 {
  margin-bottom: 23px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-14 {
  margin-bottom: 14px !important;
}

.margin-right-18 {
  margin-right: 18px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-12 {
  margin-right: 12px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.position-relative {
  position: relative;
}

.right-38 {
  right: 38px !important;
}

.maxwidth-99 {
  max-width: 99% !important;
}

/* Layouts
-------------------------------------------------------------- */

body.page #main-content {
  padding-top: 0;
  padding-bottom: 0;
}

/* Inner Content */
#inner-content,
#inner-sidebar {
  position: relative;
  z-index: 1;
}

/* Sidebar Right */
.sidebar-right #site-content {
  float: left;
  width: 71.9%;
}

.sidebar-right.width-73 #site-content {
  width: 73.1%;
}

.sidebar-right.width-71 #site-content {
  width: 71.8%;
}

.sidebar-right #sidebar {
  float: right;
  width: 23.1%;
}

/* Sidebar left */
.sidebar-left #site-content {
  float: right;
  width: 71.7%;
}

.sidebar-left #sidebar {
  float: left;
  width: 23.1%;
}

/* No Sidebar */
.no-sidebar #site-content {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

/* Column
-------------------------------------------------------------- */
.row.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.row.gutter-16 > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.themesflat-row.separator.light > [class*="col"] {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.themesflat-row.separator.light > [class*="col"]:first-child {
  border-left: 0px;
}

.themesflat-row.gutter-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.themesflat-row.gutter-15 > [class*="col"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.themesflat-row.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.themesflat-row.gutter-30 > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

.themesflat-row .span_1_of_4 {
  width: 33.333333%;
  float: left;
}

.themesflat-row .span_1_of_3 {
  width: 25%;
  float: left;
}

.themesflat-row .span_1_of_6 {
  width: 50%;
  float: left;
}

.themesflat-row .span_1_of_12 {
  width: 100%;
}

.themesflat-row.separator.drank > [class*="span_"] {
  border-left: 1px solid #f2f2f2;
}

.themesflat-row.separator.drank > [class*="span_"]:first-child {
  border-left: 0px;
}

/* Effect
-------------------------------------------------------------- */
.data-effect .data-effect-item {
  position: relative;
  overflow: hidden;
}

.overlay-effect {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -moz-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -ms-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -o-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay-effect.bg-color-1 {
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay-effect.bg-color-2 {
  background-color: rgba(0, 0, 0, 0.3);
}

.overlay-effect.bg-color-3 {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-effect.bg-color-4 {
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay-effect.bg-color-accent {
  background-color: rgba(0, 0, 0, 0.4);
}

.themesflat-image-box.style-1 .image-box-item .inner:hover .overlay-effect {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.has-effect-icon {
  position: relative;
}

.has-effect-icon .elm-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(0.5);
}

.has-effect-icon .elm-link span,
.has-effect-icon .elm-link a {
  display: block;
  text-align: center;
}

.has-effect-icon .elm-link span:before,
.has-effect-icon .elm-link a:before {
  content: "";
  font-family: "Ionicons";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.has-effect-icon.offset-v-43 .elm-link {
  margin-top: -43px;
}

.has-effect-icon.offset-v-19 .elm-link {
  margin-top: -19px;
}

.has-effect-icon.offset-v-25 .elm-link {
  margin-top: -25px;
}

.has-effect-icon.offset-h-49 .elm-link {
  margin-left: -49px;
}

.has-effect-icon.offset-h-46 .elm-link {
  margin-left: -46px;
}

.has-effect-icon.offset-h-24 .elm-link {
  margin-left: -24px;
}

/* Icon 1 */
.has-effect-icon .elm-link a.icon-1 {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  line-height: 50px;
  color: #fff;
  font-size: 28px;
}

.has-effect-icon .elm-link a.icon-1:before {
  content: "\f1fe";
}

.has-effect-icon .elm-link a.icon-1.icon-search:before {
  content: "\f4a4";
}

/* Icon 2 */
.has-effect-icon .elm-link a.icon-2 {
  font-size: 20px;
  color: #fff;
  margin-top: -10px;
  margin-left: -10px;
}

.has-effect-icon .elm-link a.icon-2:before {
  content: "\f1fe";
}

/* Icon 3 */
.has-effect-icon .elm-link span.icon-3 {
  font-size: 20px;
  color: #fff;
  margin-top: -10px;
  margin-left: -10px;
}

.has-effect-icon .elm-link span.icon-3:before {
  content: "\f4a4";
}

.has-effect-icon:hover .elm-link {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.has-effect-icon .elm-link a.icon-1:hover {
  border-color: #ffc30c;
  background-color: #ffc30c;
}

.has-effect-icon .elm-link a.icon-2:hover,
.has-effect-icon .elm-link span.icon-3:hover {
  color: #ffc30c;
}

/* Icon 4 */
.has-effect-icon.w40 .elm-link > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  vertical-align: top;
}

/* Rev Slider
-------------------------------------------------------------- */
.custom .tp-bullet {
  background-color: #f2f2f2;
  border-radius: 50%;
}

.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
  background-color: #ffc30c;
}

.custom.tparrows {
  background-color: #e7e7e7;
  border-radius: 50%;
}

.tp-leftarrow.tparrows {
  margin-left: 15px;
}

.tp-rightarrow.tparrows {
  margin-right: 15px;
}

.custom.tparrows:before {
  color: #bdbdbd;
}

.custom.tparrows:hover {
  background-color: #ffc30c;
}

.custom.tparrows:hover:before {
  color: #fff;
}

/* Top Bar
-------------------------------------------------------------- */
#top-bar {
  position: relative;
  z-index: 1;
}

#top-bar,
#top-bar a {
  color: #999;
}

#top-bar .top-bar-inner-wrap {
  display: table;
  width: 100%;
  padding: 12px 0px 13px 0px;
}

#top-bar .top-bar-content {
  display: table-cell;
  width: 60%;
  text-align: left;
  vertical-align: middle;
}

#top-bar .top-bar-socials {
  display: table-cell;
  width: 40%;
  text-align: right;
  vertical-align: middle;
}

/* Top Bar Content */
#top-bar .top-bar-content .content {
  position: relative;
  display: inline-block;
  padding: 0px 17px 0px 21px;
  margin: 0px 6px;
}

#top-bar .top-bar-content .content:first-child {
  margin-left: 0px;
}

#top-bar .top-bar-content .content:last-child {
  margin-right: 0px;
}

#top-bar .top-bar-content .content:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
}

#top-bar .top-bar-content .content.address:before {
  content: "\f015";
}

#top-bar .top-bar-content .content.phone:before {
  content: "\f098";
}

#top-bar .top-bar-content .content.time:before {
  content: "\f017";
}

#top-bar .top-bar-content .content:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 10px;
  background-color: #444;
  transform: translateY(-50%);
}

#top-bar .top-bar-content .content:last-child:after {
  width: 0px;
  height: 0px;
  background-color: transparent;
}

/* Top Bar Socials*/
#top-bar .top-bar-socials .text {
  padding-right: 18px;
}

#top-bar .top-bar-socials .icons a {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0px 15.8px;
}

#top-bar .top-bar-socials .icons a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 10px;
  background-color: #444;
  transform: translateY(-50%);
}

#top-bar .top-bar-socials .icons a:last-child {
  padding-right: 0px !important;
}

#top-bar .top-bar-socials .icons a:hover {
  color: #014c8c;
}

/* Style 1 */
.topbar-style-1 #top-bar {
  background-color: #262626;
}

/* Style 2 */
.topbar-style-2 #top-bar {
  background-color: #e9e9e9;
}

.topbar-style-2 #top-bar .top-bar-socials .icons a:before,
.topbar-style-2 #top-bar .top-bar-content .content:after {
  background-color: #d5d4d4;
}

.topbar-style-2 #top-bar .top-bar-socials .icons a {
  padding: 0px 10.5px;
}

.topbar-style-2 #top-bar .top-bar-socials .text {
  padding-right: 11px;
}

/* Style 3 */
.topbar-style-3 #top-bar {
  background-color: rgba(0, 0, 0, 0.2);
}

.topbar-style-3 #top-bar,
.topbar-style-3 #top-bar a {
  color: rgba(255, 255, 255, 0.7);
}

.topbar-style-3 #top-bar .top-bar-inner-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.topbar-style-3 #top-bar .top-bar-content .content {
  padding: 0px 12px 0px 22px;
  margin: 0 4px;
}

.topbar-style-3 #top-bar .top-bar-content .content:first-child {
  margin-left: 0px;
}

.topbar-style-3 #top-bar .top-bar-socials .icons a:before,
.topbar-style-3 #top-bar .top-bar-content .content:after {
  background-color: rgba(126, 121, 122, 0.7);
}

.topbar-style-3 #top-bar .top-bar-socials .icons a {
  padding: 0px 10.5px;
}

.topbar-style-3 #top-bar .top-bar-socials .text {
  padding-right: 10px;
  font-size: 13px;
}

/* Header
-------------------------------------------------------------- */
#site-header {
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

#site-header-inner {
  position: relative;
}

#site-header .wrap-inner {
  /* padding-top: 28.5px;
    padding-bottom: 28.5px; */

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-has-search #site-header #main-nav {
  right: 28px;
}

.menu-has-search #site-header #header-search {
  display: block;
}

#site-header #header-search {
  position: absolute;
  right: 22.1%;
  top: 50%;
  z-index: 99;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-has-search #site-header #header-button {
  display: block;
  z-index: 999;
}

#site-header #header-button {
  position: absolute;
  right: 22.1%;
  top: 27%;
  z-index: 10;
  display: none;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
}

/* Site Logo */
#site-logo {
  float: left;
  width: 100%;
}

/* Main Nav */
#main-nav ul {
  margin: 0px;
}

#main-nav ul li {
  position: relative;
  list-style: none;
  padding: 0;
}

#main-nav > ul > li {
  float: left;
  padding: 0px 41px 0 0;
}

#main-nav > ul > li > a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #052336;
  position: relative;
  line-height: 120px;
  font-family: "Rubik", sans-serif;
}

/* Sub Menu */
#main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  padding: 0px 0px;
  background-color: #fff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  box-shadow: 0 4px 11px 0 #292b2c21;
  transform: translateY(15px);
}

#main-nav .sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 29, 35, 0.05);
}

#main-nav .right-sub-menu {
  left: auto;
  right: 0;
}

#main-nav .sub-menu li a {
  font-family: "Rubik", sans-serif;
  display: block;
  font-size: 18px;
  color: #052336;
  padding: 10px 30px;
  font-weight: 500;
}

#main-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#main-nav .sub-menu li a:hover,
#main-nav .sub-menu li.current-item a {
  background-color: #ff4e4e;
  color: #fff !important;
}

/* Mobile Menu */
#main-nav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}

#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-nav-mobi ul li {
  padding: 3px 15px;
  cursor: pointer;
  border-top: 1px solid #ebebeb;
  position: relative;
}

#main-nav-mobi ul > li > a {
  color: #052336;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: 600;
}

#main-nav-mobi ul > li.current-menu-item > a,
#main-nav-mobi ul > li > a:hover,
#main-nav-mobi .sub-menu li.current-item a {
  color: #014c8c;
}

#main-nav-mobi .menu-item-has-children .arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "FontAwesome";
  line-height: 48px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
  content: "\f107";
  color: #052336;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
  content: "\f106";
}

#main-nav-mobi ul ul li {
  background-color: #fff;
  border-color: #ebebeb;
}

/* Search icon */
#site-header .header-search-icon {
  display: block;
  font-size: 19px;
  width: 48px;
  height: 48px;
  border: 0px solid #ff4e4e;
  text-align: center;
  border-radius: 50%;
  background: #f0f4f9;
}
#site-header .header-search-icon:hover {
  background-color: #042c71;
  color: #fff;
}
#site-header .header-search-icon .icon-search {
  line-height: 48px;
}

/* Search Form */
#site-header .header-search-form {
  position: absolute;
  right: 0px;
  top: 84px;
  width: 270px;
  opacity: 0;
  z-index: 500;
  visibility: hidden;
}

#site-header .header-search-field {
  width: 300px;
  margin: 0;
  padding-top: 13px;
  padding: 10px 50px 10px 20px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

#site-header .header-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px;
}

#site-header .header-search-form.show {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

/* Mobile Menu Button */
.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  right: 15px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
  background-color: #014c8c;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.mobile-button:before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
  opacity: 0;
}

.mobile-button.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* Header Fixed */
#site-header.is-fixed {
  position: fixed;
  margin: 0 auto;
  top: -105px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#site-header.is-fixed.upscrolled {
  top: 0;
  visibility: visible;
  opacity: 1;
}

#site-header.is-fixed.is-small .wrap-inner {
  padding-top: 0;
  padding-bottom: 0;
}

#site-header.is-fixed.is-small .header-search-icon {
  line-height: 50px;
}

/* Style 1 */
.header-style-1 #site-header #main-nav {
  position: absolute;
  right: 0px;
  left: 48px;
  top: 50%;
  width: 100%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-1.menu-has-search #site-header #main-nav {
  right: 44px;
}

.header-style-1 #site-header #main-nav > ul > li.current-menu-item > a,
.header-style-1 #site-header #main-nav > ul > li:hover > a {
  color: #014c8c;
}

/* Style 2 */
.header-style-2 #site-header #main-nav {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-2.menu-has-search #site-header #main-nav {
  right: 44px;
}

.header-style-2 #site-logo {
  margin-left: 6px;
}

.header-style-2 #site-header .wrap-inner {
  padding-top: 31px;
  padding-bottom: 30px;
}

.header-style-2 #main-nav > ul > li > a,
.header-style-2 #site-header .header-search-icon {
  line-height: 101px;
}

.header-style-2 #main-nav > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #ffc30c;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-style-2 #main-nav > ul > li.current-menu-item > a:after,
.header-style-2 #main-nav > ul > li > a:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

/* Style 3 */
.header-style-3 #site-header {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

.header-style-3 #site-header #site-logo {
  margin-left: 2px;
}

.header-style-3 #site-header #main-nav {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-3.menu-has-search #site-header #main-nav {
  right: 44px;
}

.header-style-3 #site-header .header-search-icon,
.header-style-3 #site-header #main-nav > ul > li > a {
  color: #fff;
}

.header-style-3 #site-header #main-nav > ul > li.current-menu-item > a,
.header-style-3 #site-header #main-nav > ul > li:hover > a {
  color: #ffc30c;
}

.header-style-3 #site-header .header-search-icon,
.header-style-3 #main-nav > ul > li > a {
  line-height: 99px;
}

.header-style-3 #site-header .wrap-inner {
  padding: 30px 0px;
}

.header-style-3 #site-header.is-fixed.is-small {
  background-color: #3e3e3e;
}

/* Absolute */
.site-header-absolute #site-header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* Featured Title
-------------------------------------------------------------- */
#featured-title {
  background-color: #f2f2f2;
}

#featured-title .featured-title-inner-wrap {
  padding: 28px 0px 30px 0px;
  display: table;
  overflow: hidden;
  width: 100%;
}

#featured-title .featured-title-heading-wrap {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 65%;
  padding-top: 6px;
}

#featured-title .feautured-title-heading {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
}

#featured-title #breadcrumbs {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 35%;
  padding-top: 5px;
}

#featured-title #breadcrumbs .sep {
  padding: 0px 10px;
  color: #e0e0e0;
}

#featured-title #breadcrumbs span.trail-end {
  color: #999;
}

#featured-title #breadcrumbs a.trail-begin {
  color: #555;
}

#featured-title #breadcrumbs a:hover {
  color: #014c8c;
}

/* Blog Post
-------------------------------------------------------------- */
.hentry {
  margin-top: 31px;
  padding-top: 40px;
  border-top: 1px solid #ebecf2;
}

.hentry:first-child {
  margin: 0px;
  border: none;
  padding: 0px;
}

.hentry .post-content-wrap {
  padding: 35px 0px 0px 0px;
}

/* Post media */
.post-media {
  position: relative;
}

.post-media > .post-calendar {
  position: absolute;
  top: 15px;
  left: 17px;
}

.post-media > .post-calendar .entry-calendar {
  display: inline-block;
  background-color: #ffc30c;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
  padding: 13px 18px 5px 18px;
}

.post-media .entry-calendar > span {
  display: block;
  font-family: "Montserrat", sans-serif;
}

.post-media .entry-calendar > span.day {
  font-size: 30px;
}

.post-media .entry-calendar > span.month {
  font-size: 12px;
}

/* Post title */
.hentry .post-title {
  font-size: 16px;
  margin-bottom: 5px;
}

/* Post meta */
.hentry .post-meta {
  color: #999;
  line-height: 27px;
  margin-bottom: 15px;
}

.hentry .post-meta a {
  color: #999;
}

.hentry .post-meta .item {
  display: inline-block;
  position: relative;
  margin-right: 9px;
  padding-left: 14px;
}

.hentry .post-meta .item:first-child {
  padding-left: 0px;
}

.hentry .post-meta .item:last-child {
  margin-right: 0px;
}

.hentry .post-meta .item:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #e5e5e5;
  width: 2px;
  height: 10px;
}

.hentry .post-meta .item:first-child:before {
  width: 0px;
  height: 0px;
  background-color: transparent;
}

.hentry .post-meta a:hover {
  color: #014c8c;
}

/* Post content */
.hentry .post-excerpt {
  margin-bottom: 28px;
}

.hentry .post-excerpt p:first-child {
  margin: 0px;
}

.hentry .box-excerpt {
  margin: 27px 0px;
}

.hentry .box-excerpt .thumb {
  float: left;
  margin: 4px 31px 0 0;
}

.hentry .box-excerpt .text {
  overflow: hidden;
}

/* Post read more */
.hentry .post-link a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #ffc30c;
  text-align: center;
  padding: 11px 31px;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hentry .post-link a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: -1;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hentry .post-link a:hover:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
  background-color: #262626;
}

/* Post tags */
.hentry .post-tags-socials {
  width: 100%;
  display: table;
}

.hentry .post-tags {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: left;
}

.hentry .post-socials {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}

.hentry .post-tags > span {
  font-weight: 600;
  color: #222;
  font-style: italic;
  padding-right: 6px;
}

.hentry .post-tags a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #a1a1a1;
  z-index: 1;
  padding: 3px 15px 3px 18px;
  margin: 0px 18px 0px 0px;
  font-family: "Montserrat", sans-serif;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  letter-spacing: 0.7px;
  position: relative;
}

.hentry .post-tags a:before {
  content: "";
  position: absolute;
  top: 4px;
  right: -12px;
  height: 23px;
  width: 22px;
  border-radius: 4px;
  background-color: #fff;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  transform: rotate(45deg) skew(7deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  overflow: hidden;
}

.hentry .post-socials a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  background-color: transparent;
  text-align: center;
  color: #fff;
}

.hentry .post-socials a.facebook {
  background-color: #2d55a1;
}

.hentry .post-socials a.twitter {
  background-color: #1bbcf2;
}

.hentry .post-socials a.linkedin {
  background-color: #0690c9;
}

.hentry .post-socials a.pinterest {
  background-color: #ec4b2e;
}

.hentry .post-socials a:hover,
.hentry .post-tags a:hover {
  background-color: #ffc30c;
  color: #fff;
}

.hentry .post-tags a:hover {
  border-color: #ffc30c;
}

.hentry .post-tags a:hover:before {
  background-color: #ffc30c;
  border-color: #ffc30c;
}

/* Comments */
.comments-area {
  padding-top: 58px;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* Comments list */
.comment-list {
  margin: 0px;
}

.comment-list li.comment {
  padding: 0px;
}

.comment-list article {
  position: relative;
  padding: 26px 0px 35px 0px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 6px;
}

.comment-list article .gravatar {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 22px;
  margin-top: 5px;
}

.comment-list article .comment-content {
  overflow: hidden;
}

.comment-list article .comment-content p {
  margin: 0px;
}

.comment-list .comment-meta {
  margin-bottom: 17px;
}

.comment-list .comment-meta .comment-author {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  padding-right: 16px;
  margin: 0px;
}

.comment-list .comment-meta .comment-time {
  line-height: 23px;
  color: #999;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.comment-list .comment-meta .comment-time:before {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #f2f2f2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.comment-list .comment-reply {
  position: absolute;
  top: 23px;
  right: 6px;
}

.comment-list .comment-reply:after {
  content: "\f13a";
  font-family: "Ionicons";
  right: 0;
  top: 0;
  color: #ffc30c;
  margin-right: -5px;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.comment-list .comment-reply a {
  color: #ffc30c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.comment-list .children {
  margin: 0px;
}

.comment-list .children > li {
  padding: 0px 0px 0px 71px;
}

.comment-list .children > li .gravatar {
  margin-right: 19px;
  margin-top: 3px;
}

.comment-list .children > li .comment-meta {
  margin-bottom: 12px;
}

.comment-list .children > li article {
  margin-bottom: 8px;
}

.comment-list .comment-reply a:hover,
.comment-list .comment-reply:hover:after {
  color: #222;
}

/* Style 2 */
.comment-list.style-2 li {
  background-color: #f5f5f5;
  margin-top: 6px;
}

.comment-list.style-2 li:first-child {
  margin-top: 0px;
}

.comment-list.style-2 article {
  margin: 0px;
  border: none;
  padding: 31px 40px 31px 39px;
}

.comment-list.style-2 article .gravatar {
  width: 106px;
  height: 106px;
  margin: 7px 31px 0px 0px;
}

.comment-list.style-2 .comment-meta .comment-author {
  font-size: 16px;
  line-height: 26px;
  padding-right: 8px;
}

.comment-list.style-2 .comment-meta .comment-position {
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  color: #999;
  display: inline-block;
  padding-left: 11px;
  position: relative;
}

.comment-list.style-2 .comment-meta .comment-position:before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.comment-list.style-2 .comment-meta {
  margin-bottom: 6px;
}

.comment-list.style-2 .comment-text p {
  letter-spacing: 0.1px;
  margin-bottom: 15px;
}

.comment-list.style-2 .comment-text .socials > a {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #898989;
  background-color: #fff;
  font-size: 16px;
  margin: 0px 0.9px;
}

.comment-list.style-2 .comment-text .socials > a:first-child {
  margin-left: 0px;
}

.comment-list.style-2 .comment-text .socials > a:hover {
  background-color: #ffc30c;
  color: #fff;
}

/* Comments respond */
.comment-respond {
  padding-top: 52px;
}

#commentform .name-wrap,
#commentform .email-wrap {
  width: 45.5%;
  float: left;
  margin-right: 3.3%;
  margin-left: 2px;
}

#commentform .email-wrap {
  margin-right: 0px;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
  background-color: #fafafb;
}

#commentform textarea {
  height: 170px;
}

#comments .comment-respond .form-submit {
  margin: 0px;
}

/* Widgets
-------------------------------------------------------------- */
#sidebar .widget {
  position: relative;
  z-index: 1;
  margin-top: 56px;
}

#sidebar .widget:first-child {
  margin: 0px;
}

/* Center */
.widget.align-center {
  text-align: center;
}

/* Box shadow */
.widget.has-shadow {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.03);
}

/* No sep */
.widget.no-sep .widget-title span {
  padding: 0px;
}

.widget.no-sep .widget-title span:after {
  height: 0px;
  width: 0px;
  background-color: transparent;
}

/* Border */
.widget.has-border.border-solid {
  border: 1px solid #f2f2f2;
}

/* Widget title */
.widget .widget-title {
  font-size: 16px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.widget .widget-title span {
  display: block;
  position: relative;
  padding: 0px 0px 16px 0px;
}

.widget .widget-title span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #ffc30c;
}

/* Widget Search */
#sidebar .widget.widget_search .search-form {
  position: relative;
}

#sidebar .widget.widget_search .search-form .search-field {
  background-color: #fff;
  padding-right: 50px;
  margin: 0;
}

#sidebar .widget.widget_search .search-form .search-submit {
  position: absolute;
  background-color: #999;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 52px;
  text-align: center;
  text-indent: 9999px;
  padding: 0;
  overflow: hidden;
}

#sidebar .widget.widget_search .search-form .search-submit:before {
  content: "\f002";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 15px;
  width: 50px;
  height: 52px;
  line-height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  text-indent: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#sidebar .widget.widget_search .search-form .search-submit:hover {
  background-color: #ffc30c;
}

/* Widget follow */
#sidebar .widget.widget_follow .follow-wrap.col3 {
  margin: 0px -4px;
}

#sidebar .widget.widget_follow .follow-wrap.col3 > .follow-item {
  width: 33.333%;
  float: left;
  height: auto;
}

#sidebar .widget.widget_follow .follow-wrap.g8 .follow-item {
  padding: 0px 4px;
}

#sidebar .widget.widget_follow .follow-item .inner {
  background-color: #3b59a1;
  color: #fff;
  display: block;
  text-align: center;
  padding: 18px 7px 14px 7px;
}

#sidebar .widget.widget_follow .follow-item.twitter .inner {
  background-color: #46b0e4;
}

#sidebar .widget.widget_follow .follow-item.google .inner {
  background-color: #dd4c39;
}

#sidebar .widget.widget_follow .follow-item a {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}

#sidebar .widget.widget_follow .follow-item .text {
  display: block;
  margin-top: 13px;
  line-height: 18px;
}

#sidebar .widget.widget_follow .follow-item:hover a {
  background-color: #ffc30c;
}

/* Widget lastest */
.widget.widget_lastest ul {
  margin: 0px;
}

.widget.widget_lastest ul li {
  margin-top: 33px;
  padding: 0px;
}

.widget.widget_lastest ul li:first-child {
  margin-top: 0px;
  border: none;
}

.widget.widget_lastest .thumb {
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 19px;
  margin-top: 5px;
}

.widget.widget_lastest .text {
  overflow: hidden;
}

.widget.widget_lastest h3 {
  font-size: 12px;
  line-height: 24px;
  margin: 0px;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.widget.widget_lastest .post-date {
  font-size: 13px;
  color: #999;
}

#footer .widget.widget_lastest h3 {
  color: #fff;
}

#footer .widget.widget_lastest .post-date {
  color: #777879;
}

/* Widget tags */
.widget.widget_tags .tags-list a {
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 12px;
  color: #a1a1a1;
  z-index: 1;
  padding: 4px 15px 4px 20px;
  margin: 0px 18px 9px 0px;
  font-family: "Montserrat", sans-serif;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  letter-spacing: 0.7px;
}

.widget.widget_tags .tags-list a:before {
  content: "";
  position: absolute;
  top: 4px;
  right: -12px;
  height: 24px;
  width: 23px;
  border-radius: 4px;
  background-color: #fff;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  transform: rotate(45deg) skew(7deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  overflow: hidden;
}

#footer .widget.widget_tags .tags-list a {
  color: rgba(255, 255, 255, 0.6);
  border: 0px;
  background-color: #1d1d1d;
}

#footer .widget.widget_tags .tags-list a:before {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

#footer .widget.widget_tags .tags-list a:hover,
.widget.widget_tags .tags-list a:hover {
  background-color: #ffc30c;
  color: #fff;
}

#footer .widget.widget_tags .tags-list a:hover:before,
.widget.widget_tags .tags-list a:hover:before {
  background-color: #ffc30c;
  border-color: #ffc30c;
}

/* Widget instagram */
.widget.widget_instagram .instagram-wrap.col3 {
  margin: 0px -4px;
}

.widget.widget_instagram .instagram-wrap.col3 > .instagram_badge_image {
  width: 33.333%;
  float: left;
  height: auto;
}

.widget.widget_instagram .instagram-wrap.g10 .instagram_badge_image {
  padding: 0px 5px;
  margin: 0 0 10px 0px;
}

.widget.widget_instagram .instagram_badge_image a {
  position: relative;
  display: block;
}

/* Widget list */
.widget.widget_list {
  background-color: #414141;
}

.widget.widget_list .inner {
  padding: 18px 30px;
}

.widget.widget_list ul {
  margin: 0px;
}

.widget.widget_list .list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0px;
}

.widget.widget_list .list-item:first-child {
  border-top: 0px;
}

.widget.widget_list .list-item > a {
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: block;
}

.widget.widget_list .list-item > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #b3b3b3;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.widget.widget_list .list-item .text {
  padding-left: 20px;
  display: block;
  overflow: hidden;
}

.widget.widget_list .list-item > a:hover {
  color: #ffc30c;
}

.widget.widget_list .list-item > a:hover:before {
  background-color: #ffc30c;
}

/* Widget lastest twitter */
.widget.widget_lastest_twitter ul {
  margin: 0px;
}

.widget.widget_lastest_twitter ul li {
  padding: 2px 0px;
  margin-top: 12px;
}

.widget.widget_lastest_twitter ul li:first-child {
  margin-top: 0px;
}

.widget.widget_lastest_twitter .icon-wrap {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget.widget_lastest_twitter .icon-wrap.has-width.w30 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color: #414141;
  color: #fff;
}

.widget.widget_lastest_twitter .text {
  overflow: hidden;
  font-weight: 300;
  color: #666;
}

.widget.widget_lastest_twitter .text a {
  font-weight: 600;
  color: #222;
}

.widget.widget_lastest_twitter .text p {
  margin: 0px;
}

.widget.widget_lastest_twitter li:hover .icon-wrap.has-width.w30 {
  background-color: #ffc30c;
}

.widget.widget_lastest_twitter .text a:hover {
  color: #ffc30c;
}

/* Widget help */
.widget.widget_help .inner {
  padding: 44px 20px 33px 20px;
}

/* Pagination
-------------------------------------------------------------- */
.themesflat-pagination {
  margin-top: 34px;
  padding-top: 39px;
  border-top: 1px solid #e7e7e7;
}

.themesflat-pagination ul {
  margin: 0px;
  position: relative;
}

.themesflat-pagination ul li {
  display: inline-block;
  padding: 0px;
  margin-right: 5.5px;
}

.themesflat-pagination ul li .page-numbers {
  display: inline-block;
  font-size: 14px;
  color: #777;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  line-height: 40px;
  background-color: transparent;
}

.themesflat-pagination ul li .page-numbers span.fa {
  font-size: 16px;
}

.themesflat-pagination ul li .page-numbers:hover,
.themesflat-pagination ul li .page-numbers.current {
  background-color: #ffc30c;
  color: #fff;
  border-color: #ffc30c;
}

.themesflat-pagination .page-prev-next {
  width: 100%;
  border: 1px solid #e7e7e7;
}

.themesflat-pagination .page-prev-next > li {
  width: 49.7%;
  border-left: 1px solid #e7e7e7;
  display: inline-block;
  margin: 0px;
  padding: 13px 15px 11px 15px;
}

.themesflat-pagination .page-prev-next > li:first-child {
  border-left: 0px;
}

.themesflat-pagination .page-prev-next > li a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #999;
  position: relative;
  z-index: 1;
}

.themesflat-pagination .page-prev-next > li a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0%;
  text-align: center;
  width: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.themesflat-pagination .page-prev-next > li a.prev:before {
  content: "\f104";
  left: 0;
}

.themesflat-pagination .page-prev-next > li a.next:before {
  content: "\f105";
  right: 0;
}

.themesflat-pagination .page-prev-next > li a:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #e9e9e9;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.themesflat-pagination .page-prev-next > li a.prev:after {
  left: 0;
}

.themesflat-pagination .page-prev-next > li a.next:after {
  right: 0;
}

.themesflat-pagination .page-prev-next > li a.prev {
  padding-left: 36px;
}

.themesflat-pagination .page-prev-next > li a.next {
  padding-right: 36px;
}

.themesflat-pagination .page-prev-next > li a:hover {
  color: #ffc30c;
}

.themesflat-pagination .page-prev-next > li a:hover:before {
  color: #fff;
}

.themesflat-pagination .page-prev-next > li a:hover:after {
  background-color: #ffc30c;
}

/* Footer
-------------------------------------------------------------- */
#footer {
  background: url("../img/page/bg-footer.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 79px 0px 72px 0px;
}

#footer-widgets .widget .widget-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 24px;
  letter-spacing: 1.3px;
  margin-top: 2px;
}

#footer-widgets .widget .widget-title span {
  padding: 0px 0px 8px 0px;
}

#footer-widgets .widget .widget-title span:after {
  width: 40px;
}

#footer-widgets .widget.widget_lastest ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 13px;
  margin-top: 19px;
}

#footer-widgets .widget.widget_lastest ul li:first-child {
  border-top: 0px;
  padding-top: 0px;
}

#footer-widgets .widget ul {
  margin: 0;
  list-style: none;
}

#footer-widgets .widget p {
  color: #999;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

/* Widget text */
#footer-widgets .widget.widget_text {
  background: url("assets/pqr/img/page/bg-contact.png") no-repeat bottom right;
}

#footer-widgets .widget.widget_text li {
  margin-top: 7px;
}

#footer-widgets .widget.widget_text li:first-child {
  margin-top: 0px;
}

#footer-widgets .widget.widget_text li .inner {
  position: relative;
}

#footer-widgets .widget.widget_text span.fa {
  display: inline-block;
  text-align: center;
  background-color: #1d1d1d;
  color: #ffc30c;
  font-size: 17px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: left;
  margin: 0px 14px 0px 0px;
}

#footer-widgets .widget.widget_text span.text {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 14px;
  overflow: hidden;
}

#footer-widgets .widget.widget_text span.sl {
  text-transform: uppercase;
}

/* Bottom
-------------------------------------------------------------- */
#bottom {
  background-color: #1d1d1d;
  font-size: 13px;
  line-height: 26px;
  color: #8c8c8c;
}

#bottom .bottom-bar-inner-wrap {
  padding: 26px 0px 28px 0px;
  display: table;
  overflow: hidden;
  width: 100%;
  position: relative;
}

#bottom .bottom-bar-content {
  display: table-cell;
  margin: 0;
  text-align: left;
  width: 40%;
  vertical-align: middle;
}

#bottom #copyright span {
  color: #8c8c8c;
}

#bottom #copyright span.text {
  padding-left: 6px;
  letter-spacing: 0.6px;
}

#bottom .bottom-bar-menu {
  display: table-cell;
  text-align: right;
  width: 60%;
  vertical-align: middle;
}

#bottom ul.bottom-nav {
  margin: 0;
  list-style: none;
}

#bottom ul.bottom-nav > li {
  display: inline-block;
  position: relative;
  padding: 0 14px;
}

#bottom ul.bottom-nav > li:last-child {
  padding-right: 0px;
}

#bottom ul.bottom-nav > li > a {
  font-size: 13px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #8c8c8c;
  position: relative;
  font-weight: 500;
}

#bottom ul.bottom-nav > li.current-menu-item > a,
#bottom ul.bottom-nav > li > a:hover {
  color: #014c8c;
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  line-height: 35px;
  text-align: center;
  z-index: 1;
  right: 14px;
  bottom: 23px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}

#scroll-top.show {
  right: 24px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

#scroll-top:before,
#scroll-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll-top:before {
  z-index: -1;
  background-color: #ff4e4e;
}

#scroll-top:after {
  content: "\f077";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fff;
  top: 7px;
}

#scroll-top:hover:before {
  background-color: #042c71;
}

#scroll-top:hover::after {
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
  position: fixed;
  left: -220px;
  top: 100px;
  width: 220px;
  background-color: #000;
  z-index: 99999999;
}

.switcher-container h2 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 30px;
  margin: 0;
}

.switcher-container h2 a {
  background-color: #ffc30c;
  display: block;
  position: absolute;
  right: -45px;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  outline: 0;
  color: #fff;
}

.switcher-container h2 a.active:after {
  position: absolute;
  right: 21px;
  top: 0;
  content: "\f104";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 22px;
}

.switcher-container h2 a.active i {
  display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
  text-decoration: none;
}

.switcher-container h2 i {
  margin-top: 10px;
  font-size: 25px;
  color: #fff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.switcher-container h2 i:hover {
  color: #fff;
}

.switcher-container h3 {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 22px;
  margin-bottom: 10px;
}

.switcher-container .selector-box {
  color: #fff;
  overflow: hidden;
}

.switcher-container .layout-switcher {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
  float: left;
  display: block;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
  margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
  margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
  color: #fff;
  cursor: pointer;
}

.switcher-container .color-box {
  height: auto;
  overflow: hidden;
  margin-bottom: 6px;
}

.switcher-container .styleswitch {
  margin-bottom: 10px;
}

.sw-odd {
  background-color: #272727;
  padding: 21px 0 30px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sw-even {
  background-color: #191919;
  padding: 21px 0 25px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sw-even a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px 10px 20px;
  margin-right: 10px;
  letter-spacing: 1.8px;
  font-weight: 600;
}

.sw-even a:hover {
  background-color: #ffc30c;
  border: 1px solid #ffc30c;
  color: #fff !important;
}

.sw-light {
  background-color: #fff;
  color: #000 !important;
}

.sw-odd a {
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: inline-block;
  line-height: 17px;
  width: 100%;
  position: relative;
  padding-left: 47px;
}

.sw-odd .ws-colors a:before {
  background: none;
}

.sw-odd .ws-colors a {
  position: relative;
  width: auto;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #333;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
}

.sw-odd .ws-colors a.current:before {
  position: absolute;
  left: 8px;
  top: 6px;
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  z-index: 999;
  text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.sw-odd .ws-colors #color1 {
  background-color: #ffc30c;
}

.sw-odd .ws-colors #color2 {
  background-color: #3b59a1;
}

.sw-odd .ws-colors #color3 {
  background-color: #46b0e4;
}

.sw-odd .ws-colors #color4 {
  background-color: #dd4c39;
}

.sw-even h3 {
  margin-bottom: 6px;
}

.sw-odd .sw-image {
  padding: 0 20px 15px 0;
}

.sw-odd .sw-image a {
  padding: 0;
  margin-bottom: 5px;
}

.sw-odd .sw-image .sw-buy {
  padding: 16px 0px;
  color: #fff;
  width: 100%;
}

/* Pattern */
.sw-pattern.pattern {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 98%;
  background-color: #000000;
  width: 100%;
  z-index: -1;
  padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}

.sw-pattern.pattern a.current:before {
  position: absolute;
  left: 12px;
  top: 6px;
  font-family: "FontAwesome";
  content: "\f00c";
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

/* Boxed
-------------------------------------------------------------- */
.home-boxed #page {
  z-index: 0;
  width: 92.708%;
  margin: 0 auto;
  background: #fff;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
}

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1199px) {
  .hentry .post-tags,
  #top-bar .top-bar-content {
    width: 70%;
  }

  .hentry .post-socials,
  #top-bar .top-bar-socials {
    width: 30%;
  }

  #bottom ul.bottom-nav > li {
    padding: 0px 10px;
  }

  .has-effect-icon.w40 .elm-link > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .right-38 {
    right: 0px !important;
  }

  .hentry .box-excerpt .text {
    overflow: inherit;
  }

  .widget.widget_list .inner {
    padding: 15px;
  }

  .themesflat-row.gutter-mobile .span_1_of_3 {
    width: 50%;
  }

  .divider.h35 {
    height: 35px;
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 991px) {
  #site-header .mobile-button {
    display: block;
    z-index: 999;
  }

  #main-nav,
  .menu-has-search #site-header #header-search,
  .menu-has-cart #site-header .nav-top-cart-wrapper,
  #top-bar .top-bar-content,
  .switcher-container,
  .row-information {
    display: none;
  }

  #top-bar .top-bar-socials {
    width: 100%;
    display: block;
    text-align: center;
  }

  #main-content {
    padding: 0px 0px;
  }

  #featured-title .featured-title-heading-wrap,
  #featured-title #breadcrumbs {
    width: 50%;
  }

  .sidebar-right #site-content,
  .sidebar-right #sidebar,
  .sidebar-left #sidebar,
  .sidebar-left #site-content,
  .sidebar-right.width-71 #site-content,
  .sidebar-right.width-73 #site-content {
    float: none;
    width: 100%;
  }

  .site-header-absolute #site-header-wrap {
    position: relative;
  }

  .header-style-3 #site-header {
    background-color: #3e3e3e;
  }

  .topbar-style-3 #top-bar {
    background-color: #262626;
  }

  .themesflat-row .span_1_of_3 {
    width: 50%;
  }

  .themesflat-row.gutter-30 > [class*="col"]:nth-child(3) {
    clear: both;
  }

  #footer {
    padding: 60px 0px;
  }

  #bottom .bottom-bar-menu,
  #bottom .bottom-bar-content {
    width: 50%;
    text-align: center;
    vertical-align: top;
  }

  .themesflat-row.separator.drank > [class*="span_"],
  .themesflat-row.separator.light > [class*="col"] {
    border-left: 0px;
  }

  .widget.widget_instagram .instagram-wrap.g10 .instagram_badge_image img {
    width: 100%;
    display: block;
  }

  .comment-list.style-2 article {
    padding: 15px;
  }

  .themesflat-row .col.span_1_of_4 {
    width: 100%;
  }

  .divider.h35 {
    height: 35px;
    display: none;
    height: 0;
  }
}

@media only screen and (max-width: 767px) {
  #site-header .wrap-inner {
    padding: 0 0px;
  }

  #bottom .bottom-bar-content,
  #bottom .bottom-bar-menu {
    width: 100%;
    display: block;
  }

  #bottom .bottom-bar-menu {
    margin-top: 10px;
  }

  .hentry .box-excerpt .thumb {
    margin: 0px 0px 27px 0px;
    float: none;
  }

  .comment-respond {
    padding-top: 35px;
  }

  .custom.tparrows,
  .custom .tp-bullet {
    display: none;
  }

  .separator-solid .flat-content-wrap {
    border-bottom: 0px;
  }

  .themesflat-row .span_1_of_3,
  .themesflat-row .span_1_of_6,
  .themesflat-row.gutter-mobile .span_1_of_3,
  .themesflat-row .span_1_of_4 {
    width: 100%;
  }

  .padding-left-13 {
    padding: 0px !important;
  }

  .widget.widget_instagram .instagram_badge_image img {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  #featured-title #breadcrumbs,
  .hentry .post-tags,
  .hentry .post-socials,
  #featured-title .featured-title-heading-wrap {
    display: block;
    width: 100%;
    text-align: left;
  }

  .flat-row.flat-about2 {
    padding-top: 390px;
  }

  .item-faq .wrap-question h2::before {
    display: none;
  }

  .hentry .post-tags a {
    margin-bottom: 15px;
  }

  .themesflat-pagination .page-prev-next > li {
    width: 100%;
    border-left: 0px;
    border-top: 1px solid #e7e7e7;
  }

  .themesflat-pagination .page-prev-next > li:first-child {
    border-top: 0px;
  }

  .comment-list .children {
    display: none;
  }

  .comment-list .comment-meta .comment-time {
    padding-left: 0px;
  }

  .comment-list .comment-meta .comment-time:before {
    width: 0px;
    height: 0px;
    background-color: transparent;
  }

  #commentform .name-wrap,
  #commentform .email-wrap {
    width: 100%;
    margin-right: 0px;
  }

  .comment-list.style-2 article {
    padding: 10px;
  }

  .comment-list.style-2 .comment-meta .comment-position:before {
    width: 0px;
    height: 0px;
    background-color: transparent;
  }

  .comment-list.style-2 .comment-meta .comment-position {
    padding-left: 0px;
  }

  .comment-list article .gravatar {
    float: none;
    margin: 0px;
  }

  .comment-list article .comment-content {
    position: relative;
    margin-top: 15px;
  }

  .comment-list .comment-reply {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .comment-list article .comment-content p {
    padding-bottom: 0px;
  }

  #comments .comment-list article .comment-content .comment-text {
    padding-bottom: 30px;
  }

  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    width: 100%;
  }

  .comment-list.style-2 article .gravatar {
    margin: 0px;
  }
}
.error {
  color: red;
  font-size: 14px;
  margin-top: 15px;
}
.flat-alert {
  color: #268e28;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 30px;
  background-color: #5cb85c1a;
  padding: 20px;
  border-radius: 4px;
}
.close {
  color: #268e28;
}
.close:hover {
  color: rgba(255, 0, 0, 0.835);
}

.vlt-main {
  position: relative;
  overflow: hidden;
}
.vlt-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  color: #282f40;
}
.is-light .vlt-header {
  color: #282f40;
}
.vlt-navbar {
  position: relative;
  z-index: 50;
}
.vlt-navbar .vlt-navbar-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem;
  -webkit-transition: padding 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: padding 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -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: 768px) {
  .vlt-navbar .vlt-navbar-inner {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .vlt-navbar .vlt-navbar-inner {
    padding: 0.5rem 2.75rem;
    border-radius: 8px;
  }
}
.vlt-navbar .vlt-navbar-inner--left {
  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-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.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 cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.is-dark .vlt-navbar .vlt-navbar-background {
  background-color: #fff;
}
.vlt-navbar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.vlt-navbar--solid .vlt-navbar-inner {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.vlt-navbar--solid .vlt-navbar-background {
  height: 100%;
}
.vlt-navbar .vlt-navbar-logo {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
.vlt-navbar .vlt-navbar-logo h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
  color: inherit;
}
.vlt-navbar .vlt-navbar-logo img {
  display: block;
  max-width: none;
  max-height: 55px;
}
.is-light .vlt-navbar .vlt-navbar-logo img.black {
  display: none;
}
.is-dark .vlt-navbar .vlt-navbar-logo img.white {
  display: none;
}
.vlt-navbar .vlt-navbar-logo:hover {
  text-decoration: none;
  color: currentColor;
}
@media only screen and (min-device-width: 1920px) and (max-device-width: 6080px) {
  .vlt-navbar-menu {
    width: 70%;
    float: right !important;
  }
}
@media (max-width: 1920px) {
  .vlt-large-heading {
    font-size: 3.4rem;
  }
  .content .left-part .list-submenu .item.title {
    font-weight: bolder;
    color: #262f42;
    font-size: 14px;
  }
  .list .item .arrow {
    font-size: 0.61rem;
    margin-left: 2px;
    margin-top: 2px;
  }
  .list .item {
    color: #454545;
    display: flex;
    padding: 7px;
    cursor: pointer;
    font-size: 1.4rem;
    font-family: arial;
    position: relative;
  }
  .vlt-navbar-menu ul {
    font-size: 0.89rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.001em;
    text-transform: uppercase;
  }
  .vlt-navbar-contacts ul {
    font-size: 1.4 rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .vlt-navbar-contacts {
    margin-left: 3%;
  }
  .vlt-navbar-menu {
    float: right !important;
    width: 70%;
  }
  .vlt-navbar-contacts ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .vlt-navbar-contacts ul li.sep {
    margin: 0 0.9375rem;
    -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    opacity: 0.5;
  }
  .vlt-navbar-contacts ul li a:hover {
    opacity: 0.8;
    color: inherit;
  }

  @media only screen and (min-device-width: 1920px) and (max-device-width: 6080px) {
    .vlt-navbar-menu {
      width: 70%;
      float: right !important;
    }
  }
  @media (max-width: 1920px) {
    .vlt-large-heading {
      font-size: 3.4rem;
    }
    .content .left-part .list-submenu .item.title {
      font-weight: bolder;
      color: #262f42;
      font-size: 14px;
    }
    .list .item .arrow {
      font-size: 0.61rem;
      margin-left: 2px;
      margin-top: 2px;
    }
    .list .item {
      color: #454545;
      display: flex;
      padding: 7px;
      cursor: pointer;
      font-size: 0.9rem;
      font-family: arial;
      position: relative;
    }
    .vlt-navbar-menu ul {
      font-size: 0.89rem;
      font-weight: 400;
      line-height: 1.6;
      letter-spacing: 0.001em;
      text-transform: uppercase;
    }
    .vlt-navbar-contacts ul {
      font-size: 0.91rem;
      font-weight: 400;
      line-height: 1.6;
      letter-spacing: 0.01em;
      text-transform: uppercase;
    }
    .vlt-navbar-contacts {
      margin-left: 3%;
    }
    .vlt-navbar-menu {
      float: right !important;
      width: 70%;
    }
    .vlt-navbar-contacts ul {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .vlt-navbar-contacts ul li.sep {
      margin: 0 0.9375rem;
      -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
      transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
      opacity: 0.5;
    }
    .vlt-navbar-contacts ul li a:hover {
      opacity: 0.8;
      color: inherit;
    }
    .h5,
    h5 {
      font-size: 0.9rem;
      line-height: 1.4;
    }
    .h4,
    h4 {
      font-size: 1.7rem;
      line-height: 1.4;
    }
    .h6,
    h6 {
      font-size: 1rem;
      line-height: 1.55;
    }
    .vlt-gap-70 {
      height: 2.375rem;
    }
    .p,
    p {
      font-size: 0.9rem !important;
      line-height: 1.7;
      color: #5c5c5c;
      -moz-osx-font-smoothing: grayscale;
    }
    .vlt-progress-bar__title {
      font-size: 0.9rem;
      margin: 0 0 0.5rem;
    }
  }
  @media (min-width: 1920px) {
    .vlt-navbar-contacts ul {
      font-size: 0.8125rem;
      font-weight: 600;
      line-height: 1.6;
      letter-spacing: 0.01em;
      text-transform: uppercase;
    }
    .vlt-navbar-contacts {
      margin-left: 10%;
    }
    .vlt-navbar-contacts ul {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .vlt-navbar-contacts ul li.sep {
      margin: 0 0.9375rem;
      -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
      transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
      opacity: 0.5;
    }
    .vlt-navbar-contacts ul li a:hover {
      opacity: 0.8;
      color: inherit;
    }
  }
  @media (min-width: 783px) {
    .admin-bar .vlt-navbar--fixed {
      top: 32px !important;
    }
  }
  @media (max-width: 782px) {
    .admin-bar .vlt-navbar--fixed {
      top: 46px !important;
    }
  }
  @media (max-width: 600px) {
    .admin-bar .vlt-navbar--fixed {
      top: 0 !important;
    }
  }
  .vlt-menu-burger {
    font-size: 1.75rem;
    line-height: 0;
  }
  .vlt-menu-burger svg {
    width: 1em;
    height: 1em;
  }
  .vlt-menu-burger:hover {
    color: inherit;
  }
  .vlt-menu-burger--opened:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .vlt-offcanvas-menu {
    position: fixed;
    z-index: 40;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2.5rem 4.375rem 3.75rem;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    background-color: #101010;
    -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: 34.375rem;
    }
  }
  @media only screen and (max-width: 575px) {
    .vlt-offcanvas-menu {
      padding: 2.5rem 2.5rem 3.75rem;
    }
  }
  .vlt-offcanvas-menu__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 6.25rem;
    color: #ccc;
    -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-menu-burger:hover {
    color: #fff;
  }
  .vlt-offcanvas-menu__locales a {
    display: inline-block;
  }
  .vlt-offcanvas-menu__locales a + a {
    margin-left: 1.25rem;
  }
  .vlt-offcanvas-menu__locales a.active,
  .vlt-offcanvas-menu__locales a:hover {
    color: var(--p1);
  }
  .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: 2rem;
    font-weight: 700;
    line-height: 1.1;
    padding: 0.3125rem 0;
    letter-spacing: -0.02em;
    color: #ccc;
  }
  @media only screen and (max-width: 575px) {
    .vlt-offcanvas-menu__navigation .sf-menu > li > a {
      font-size: 1.75rem;
    }
  }
  .vlt-offcanvas-menu__navigation .sf-menu > li > a::before {
    position: absolute;
    left: 0;
    display: inline-block;
    content: "/";
    -webkit-transition: -webkit-transform 0.3s
      cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
    opacity: 0;
  }
  .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: var(--p1);
  }
  .vlt-offcanvas-menu__navigation .sf-menu > li.active > a {
    padding-left: 1.25rem;
  }
  .vlt-offcanvas-menu__navigation .sf-menu > li.active > a::before {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .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;
    color: #ccc;
  }
  @media (max-height: 559px) {
    .vlt-offcanvas-menu__socials {
      margin-bottom: 0;
    }
  }
  @media only screen and (min-width: 576px) {
    .vlt-navbar-inner-duo {
      display: none;
    }
  }

  @media only screen and (max-width: 885px) {
    .vlt-navbar-contacts {
      display: none !important;
    }
  }
  @media only screen and (max-width: 575px) {
    .vlt-navbar-menu {
      display: none;
    }
    .vlt-navbar-inner-duo {
      display: block;
    }
  }

  .vlt-offcanvas-menu__socials a:hover {
    color: #fff;
  }
  .vlt-offcanvas-menu__socials a + a {
    margin-left: 1.25rem;
  }
  .vlt-offcanvas-menu__copyright {
    color: #ccc;
  }
  .vlt-offcanvas-menu__copyright p {
    margin-bottom: 0;
  }
  @media (max-height: 559px) {
    .vlt-offcanvas-menu__copyright {
      display: none;
    }
  }
  @media (min-width: 783px) {
    .admin-bar .vlt-aside-menu-wrapper {
      top: 32px !important;
    }
  }
  @media (max-width: 782px) {
    .admin-bar .vlt-aside-menu-wrapper {
      top: 46px !important;
    }
  }
  @media (max-width: 600px) {
    .admin-bar .vlt-aside-menu-wrapper {
      top: 0 !important;
    }
  }
  .vlt-site-overlay {
    position: fixed;
    z-index: 35;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(16, 16, 16, 0.15);
  }
  .vlt-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 0.9375rem 0.9375rem;
    pointer-events: none;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media only screen and (min-width: 768px) {
    .vlt-footer {
      padding: 0 1.875rem 1.875rem;
    }
  }
  @media only screen and (min-width: 1200px) {
    .vlt-footer {
      padding: 0 3.75rem 2.5rem;
    }
  }
  .vlt-footer--fixed {
    position: fixed;
    z-index: 20;
  }
  @media (max-height: 559px) {
    .vlt-footer--fixed {
      display: none;
    }
  }
  .vlt-footer-copyright {
    pointer-events: auto;
    color: #101010;
  }
  .is-light .vlt-footer-copyright {
    color: #262f42;
  }
  .vlt-footer-copyright p {
    margin-bottom: 0;
  }
  .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: #fff;
    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-top: 7.5rem;
    padding-bottom: 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;
  }
  .vlt-fullpage-slider .vlt-section .vlt-section__ken-burn-background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .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
      cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: -webkit-transform 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-transform 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -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
      cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: -webkit-transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .vlt-fullpage-slider .vlt-section__particles {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: auto;
  }

  .vlt-fullpage-slider .vlt-section__particles .vlt-particle {
    position: absolute;
    background-repeat: no-repeat;
  }
  .vlt-fullpage-slider-progress-bar {
    position: fixed;
    z-index: 25;
    top: 50%;
    left: 60px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-transition: opacity 0.3s 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: opacity 0.3s 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
  }
  @media only screen and (max-width: 991px) {
    .vlt-fullpage-slider-progress-bar {
      display: none;
    }
  }
  .vlt-fullpage-slider-progress-bar.is-show {
    opacity: 1;
  }
  .vlt-fullpage-slider-progress-bar li {
    position: relative;
    width: 2px;
    height: 20px;
    -webkit-transition: background-color 0.3s
      cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    background-color: rgba(16, 16, 16, 0.1);
  }
  .is-light .vlt-fullpage-slider-progress-bar li {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .vlt-fullpage-slider-progress-bar li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2px;
    height: 20px;
    content: "";
    -webkit-transition: height 0s,
      background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: height 0s,
      background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    background-color: #101010;
  }
  .is-light .vlt-fullpage-slider-progress-bar li::before {
    background-color: #fff;
  }
  .vlt-fullpage-slider-progress-bar li.active ~ li::before {
    height: 0;
  }
  .vlt-fullpage-slider-progress-bar li.active::before,
  .vlt-fullpage-slider-progress-bar li:not(.prev)::before {
    -webkit-transition: height 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: height 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
  .vlt-fullpage-slider-numbers {
    font-size: 1.25rem;
    font-weight: 700;
    position: fixed;
    z-index: 25;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 6.25rem;
    height: 6.25rem;
    letter-spacing: -0.01em;
    color: #fff;
    border-top-left-radius: 8px;
    background-color: #101010;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .vlt-fullpage-slider-numbers a {
    font-size: 1.5rem;
    color: inherit;
  }
  .vlt-fullpage-slider-numbers a svg {
    width: 1em;
    height: 1em;
  }
  .vlt-fullpage-slider-numbers a:hover svg {
    -webkit-animation: vlt_animate_icon_bottom 0.3s
      cubic-bezier(0.46, 0.03, 0.52, 0.96);
    animation: vlt_animate_icon_bottom 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
  .vlt-custom-cursor {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-transition: opacity 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.5s;
    transition: opacity 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.5s;
    pointer-events: none;
    color: #222;
  }
  .vlt-custom-cursor .circle {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    opacity: 0.1;
    border-radius: 50%;
    background-color: currentColor;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vlt-custom-cursor .circle span {
    color: #fff;
  }
  .vlt-custom-cursor .circle span i {
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
  }
  ::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track {
    background-color: #222;
  }
  ::-webkit-scrollbar-thumb {
    background-color: var(--p1);
  }
  .vlt-fixed-socials {
    position: fixed;
    z-index: 20;
    right: 60px;
    bottom: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-90deg) translate3d(50%, 0, 0);
    transform: rotate(-90deg) translate3d(50%, 0, 0);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    color: #101010;
  }
  @media only screen and (max-width: 554px) {
    .vlt-fixed-socials {
      display: none;
    }
  }
  .is-light .vlt-fixed-socials {
    color: #fff;
  }
  .vlt-fixed-socials a + a {
    margin-left: 1.25rem;
  }
  .vlt-fixed-socials a:hover {
    opacity: 0.8;
    color: inherit;
  }
  .vlt-link-with-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--p1);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vlt-link-with-arrow__icon {
    margin-top: -2px;
    margin-left: 1.25rem;
    -webkit-transition: margin 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: margin 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
  .vlt-link-with-arrow:hover .vlt-link-with-arrow__icon {
    margin-left: 0.625rem;
  }
  .animsition-loading-2 {
    position: fixed;
    z-index: 120;
    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: var(--p1);
  }
  .double-bounce-two {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }
  .fancybox-bg,
  .vp-fancybox .fancybox-bg {
    background-color: #101010;
  }
  .fancybox-is-open .fancybox-bg {
    opacity: 0.8;
  }
  .fancybox-loading {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: var(--p1);
  }
  body .pp-scrollable {
    overflow-y: auto;
  }
  .vlt-animated-block.animated {
    -webkit-animation-name: vlt_animation_block;
    animation-name: vlt_animation_block;
    -webkit-animation-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
    animation-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .vlt-award-item {
    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-award-item__logo {
    overflow: hidden;
    width: 5rem;
    height: 5rem;
    margin-right: 1.875rem;
    -webkit-transition: -webkit-box-shadow 0.3s
      cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: box-shadow 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: box-shadow 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-box-shadow 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(16, 16, 16, 0.1);
    box-shadow: 0 2px 5px 0 rgba(16, 16, 16, 0.1);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .vlt-award-item__logo img {
    width: 100%;
    height: 100%;
  }
  .vlt-award-item__content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vlt-award-item:hover .vlt-award-item__logo {
    -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
    box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
  }
  .vlt-post-thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
  }
  .vlt-post-thumbnail__link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .vlt-post-thumbnail img {
    -webkit-transition: -webkit-transform 1s
      cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
  .vlt-post-thumbnail .badge {
    font-size: 1.25rem;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2.8125rem;
    height: 2.8125rem;
    color: #fff;
    border-radius: 0;
    border-bottom-left-radius: 8px;
    background-color: #101010;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vlt-post-thumbnail .badge svg {
    width: 1em;
    height: 1em;
  }
  .vlt-post-thumbnail + .vlt-post-content {
    padding-top: 1.875rem;
  }
  .vlt-post-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .vlt-post-meta {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.625rem;
    color: rgba(16, 16, 16, 0.8);
  }
  .vlt-post-meta span + span::before {
    margin-right: 0.3125rem;
    margin-left: 0.5rem;
    content: "/";
  }
  .vlt-post-footer {
    padding-top: 1.25rem;
  }
  .vlt-post-footer .vlt-post__link {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  .vlt-post:hover .vlt-post__link {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .vlt-post:hover .vlt-post-thumbnail img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .vlt-btn {
    font-weight: 600;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding: 0.75rem 1.1875rem;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: -0.01em;
    border: none;
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1),
      inset 0 -2px 0 0 rgba(16, 16, 16, 0.2);
    box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1),
      inset 0 -2px 0 0 rgba(16, 16, 16, 0.2);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vlt-btn.disabled,
  .vlt-btn:disabled {
    cursor: not-allowed;
    pointer-events: none;
  }
  .vlt-btn--block {
    width: 100%;
  }
  .vlt-btn__icon {
    text-decoration: inherit;
  }
  .vlt-btn__icon i,
  .vlt-btn__icon svg {
    display: block;
  }
  .vlt-btn__icon svg {
    width: 1em;
    height: 1em;
  }
  .vlt-btn__icon--left {
    margin-right: 0.625rem;
  }
  .vlt-btn__icon--right {
    margin-left: 0.625rem;
  }
  .vlt-btn__text {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vlt-btn:focus {
    outline: 0;
  }
  .vlt-btn:hover {
    text-decoration: none;
  }
  .vlt-btn--primary {
    color: #fff;
    background-color: var(--p1);
  }
  .vlt-btn--primary:hover {
    color: #fff;
    background-color: #222;
  }
  .vlt-btn--secondary {
    color: #fff;
    background-color: #222;
  }
  .vlt-btn--secondary:hover {
    color: #fff;
    background-color: var(--p1);
  }
  /* BUTTON FOURTH
-------------------------------------------- */
  .vlt-btn--fourth {
    color: #a8d158;
    background-color: #fff;
  }
  .vlt-btn--fourth:hover {
    color: var(--p1);
    background-color: #fff;
  }
  .vlt-contact-form .message {
    font-size: 0.875rem;
    display: none;
    margin-bottom: 1.875rem;
  }
  .vlt-counter-up {
    font-size: 7.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--p1);
  }
  .vlt-counter-up sup {
    font-size: 33.33%;
    vertical-align: super;
  }
  .vlt-counter-up-small {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.9375rem 1.875rem 0.9375rem 1.25rem;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.1);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vlt-counter-up-small span {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    min-width: 3.125rem;
    letter-spacing: -0.02em;
    color: #fff;
  }
  .vlt-counter-up-small h6 {
    margin-left: 0.9375rem;
    color: #fff;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vlt-link {
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    letter-spacing: -0.01em;
    color: #101010;
  }
  .vlt-link::before {
    display: inline-block;
    width: 3.125rem;
    height: 2px;
    margin-top: -0.125rem;
    margin-right: 1.25rem;
    content: "";
    -webkit-transition: width 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: width 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    vertical-align: middle;
    background-color: currentColor;
  }
  .vlt-link:hover::before {
    width: 2.5rem;
  }
  .vlt-partner-logo {
    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-partner-logo a,
  .vlt-partner-logo img {
    display: block;
    width: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .vlt-partner-logo img {
    -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    opacity: 0.5;
  }
  .vlt-partner-logo:hover img {
    opacity: 1;
  }
  .vlt-progress-bar__title {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
  }
  .vlt-progress-bar__title > span::before {
    content: " - ";
  }
  .vlt-progress-bar__title > span::after {
    content: "%";
  }
  .vlt-progress-bar__bar {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 4px;
    background-color: rgba(16, 16, 16, 0.1);
  }
  .vlt-progress-bar__bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #a8d158;
  }
  .vlt-project-showcase {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 30vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vlt-project-showcase .vlt-project-showcase__items {
    position: relative;
    z-index: 2;
    padding: 0 8vw;
    white-space: nowrap;
    will-change: transform;
  }
  .vlt-project-showcase
    .vlt-project-showcase__items
    .vlt-project-showcase__item {
    position: relative;
    display: inline-block;
  }
  .vlt-project-showcase
    .vlt-project-showcase__items
    .vlt-project-showcase__item__title {
    font-size: 5rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #fff;
  }
  .vlt-project-showcase
    .vlt-project-showcase__items
    .vlt-project-showcase__item__title
    a:hover {
    color: inherit;
  }
  .vlt-project-showcase
    .vlt-project-showcase__items
    .vlt-project-showcase__item__category {
    display: block;
    margin-top: 0.625rem;
    color: #fff;
  }
  .vlt-project-showcase
    .vlt-project-showcase__items
    .vlt-project-showcase__item__category::before {
    margin-right: 0.375rem;
    content: "/";
  }
  .vlt-project-showcase .vlt-project-showcase__items li + li {
    margin-left: 14vw;
  }
  .vlt-project-showcase .vlt-project-showcase__images {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    overflow: hidden;
    width: 30vw;
    height: 30vw;
    margin: 0 5.3125rem;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    pointer-events: none;
    border-radius: 50%;
  }
  .vlt-project-showcase
    .vlt-project-showcase__images
    .vlt-project-showcase__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .vlt-project-showcase
    .vlt-project-showcase__images
    .vlt-project-showcase__image
    img {
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .vlt-project-showcase
    .vlt-project-showcase__images
    .vlt-project-showcase__image.is-active
    img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .vlt-project-showcase .vlt-project-showcase__item {
    -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    opacity: 0.05;
  }
  .vlt-project-showcase .vlt-project-showcase__item.is-active {
    opacity: 1;
  }
  .vlt-project-showcase-slider {
    width: 100%;
  }
  .vlt-work-thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
  }
  .vlt-work-thumbnail__link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .vlt-work-thumbnail img {
    -webkit-transition: -webkit-transform 1s
      cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
  .vlt-work-thumbnail + .vlt-work-content {
    padding-top: 1.875rem;
  }
  .vlt-work-title {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #fff;
  }
  .vlt-work-meta {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.625rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .vlt-work-meta span + span::before {
    margin-right: 0.3125rem;
    margin-left: 0.5rem;
    content: "/";
  }
  .vlt-work-footer {
    padding-top: 1.25rem;
  }
  .vlt-work-footer .vlt-work__link {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  .vlt-work:hover .vlt-work__link {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .vlt-work:hover .vlt-work-thumbnail img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .vlt-services {
    overflow: hidden;
  }
  .vlt-services__title {
    margin-bottom: 0.9375rem;
  }
  .vlt-services__text {
    margin-bottom: 0;
  }
  .vlt-services__link {
    margin-top: 1.25rem;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  .vlt-services:hover .vlt-services__link {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .vlt-slide-photo {
    position: relative;
    z-index: 1;
    width: 480px;
    height: 420px;
    display: flex;
    flex-direction: column;
  }
  .vlt-slide-photo img {
    object-fit: contain;
    display: block;
  }
  .vlt-slide-photo-calib {
    position: relative;
    z-index: 1;
    width: 290px;
    height: 240px;
    display: flex;
    flex-direction: column;
  }
  .vlt-slide-photo-calib img {
    object-fit: contain;
    display: block;
  }
  .vlt-slide-photo-min {
    position: relative;
    z-index: 1;
    width: 350px;
    height: 263px;
    display: flex;
    flex-direction: column;
  }
  .vlt-slide-photo-min img {
    object-fit: contain;
    display: block;
  }
  .vlt-slide-photo__inside {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
  }
  .vlt-slide-photo__caption {
    font-size: 0.875rem;
    font-style: italic;
    margin-top: 0.3125rem;
    color: #999;
  }
  .vlt-slide-photo__particle {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    width: auto;
  }
  .vlt-slide-photo__particle img {
    display: block;
    margin: 0 auto;
  }
  .vlt-slide-photo__particle.has-border-radius {
    border-radius: 8px;
  }
  .vlt-slide-photo__particle.has-box-shadow {
    -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
    box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
  }
  .vlt-slide-photo__particle.negative-z-index {
    z-index: -1;
  }
  @media (max-width: 480px) {
    .vlt-fullpage-slider-numbers {
      visibility: hidden;
    }
    .vlt-slide-photo {
      position: relative;
      z-index: 1;
      width: 240px;
      height: 180px;
      display: flex;
      flex-direction: column;
    }
    .vlt-slide-photo-calib {
      position: relative;
      z-index: 1;
      width: 240px;
      height: 180px;
      display: flex;
      flex-direction: column;
    }
    .vlt-slide-photo-min {
      position: relative;
      z-index: 1;
      width: 320px;
      height: 180px;
      display: flex;
      flex-direction: column;
    }
  }
  .vlt-testimonial-slider .swiper-slide:not(.swiper-slide-active) {
    -webkit-transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  .vlt-testimonial-slider-controls,
  .vlt-timeline-slider-controls {
    font-size: 1.25rem;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    letter-spacing: -0.01em;
    color: #282f40;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vlt-testimonial-slider-controls .pagination,
  .vlt-timeline-slider-controls .pagination {
    min-width: 3.75rem;
    margin: 0 0.9375rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vlt-testimonial-slider-controls .pagination .sep,
  .vlt-timeline-slider-controls .pagination .sep {
    margin: 0 0.5rem;
  }
  .vlt-testimonial-slider-controls .next,
  .vlt-testimonial-slider-controls .prev,
  .vlt-timeline-slider-controls .next,
  .vlt-timeline-slider-controls .prev {
    cursor: pointer;
    -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    outline: 0;
  }
  .vlt-testimonial-slider-controls .next:hover,
  .vlt-testimonial-slider-controls .prev:hover,
  .vlt-timeline-slider-controls .next:hover,
  .vlt-timeline-slider-controls .prev:hover {
    color: #fff;
  }
  .vlt-testimonial-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.1875rem 5rem 2.1875rem 2.5rem;
    color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
    box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
  }
  @media only screen and (max-width: 767px) {
    .vlt-testimonial-item {
      padding-right: 2.5rem;
    }
  }
  .vlt-testimonial-item::after {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    width: 3.125rem;
    height: 3.125rem;
    content: "";
    opacity: 0.2;
    background-image: url(../img/root/quote.svg);
    background-position: center;
    background-size: cover;
  }
  .vlt-testimonial-item__avatar {
    margin-right: 5.5rem;
  }
  .vlt-testimonial-item__avatar img {
    max-width: 7.5rem;
    border-radius: 50%;
  }
  @media only screen and (max-width: 767px) {
    .vlt-testimonial-item__avatar {
      display: none;
    }
  }
  .vlt-testimonial-item__content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vlt-testimonial-item__content p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }
  .vlt-testimonial-item__meta {
    margin-top: 1.875rem;
  }
  .vlt-testimonial-item__meta h6 {
    font-size: 1.25rem;
    line-height: 1.5;
    color: inherit;
  }
  .vlt-testimonial-item__meta span {
    opacity: 0.8;
  }
  .vlt-timeline-slider .swiper-slide:not(.swiper-slide-active) {
    -webkit-transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    opacity: 0;
  }
  .vlt-timeline-item {
    padding-bottom: 1.875rem;
  }
  .vlt-timeline-item + .vlt-timeline-item {
    padding-top: 1.875rem;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .vlt-timeline-item__year {
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
    letter-spacing: -0.02em;
    color: #282f40;
  }
  @media only screen and (max-width: 767px) {
    .vlt-timeline-item__year {
      margin-bottom: 0.625rem;
    }
  }
  .vlt-timeline-item__title {
    font-size: 1.375rem;
    color: #282f40;
  }
  @media only screen and (max-width: 767px) {
    .vlt-timeline-item__title {
      margin-bottom: 0.9375rem;
    }
  }
  .vlt-timeline-item__text {
    color: #282f40;
  }
  .vlt-video-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .vlt-video-button h6 {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
    white-space: nowrap;
  }
  .vlt-video-button a {
    font-size: 10px;
    line-height: 1;
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 3.75rem;
    height: 3.75rem;
    color: #fff;
    border-radius: 50%;
    outline: 0;
    background-color: #101010;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vlt-video-button a svg {
    font-size: 2.5em;
    position: relative;
    width: 1em;
    height: 1em;
    margin-left: 0.15em;
  }
  .vlt-video-button a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: -webkit-transform 0.3s
      cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96),
      -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    opacity: 0.1;
    border-radius: 50%;
    background-color: #101010;
  }
  .vlt-video-button a:hover {
    color: #fff;
  }
  .vlt-video-button a:hover::after {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .left {
    float: left;
  }
  .right {
    float: right;
  }

  /* animation*/
  @keyframes first {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      z-index: 1;
    }
    99.99% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 1;
      z-index: 1;
    }
    100% {
      opacity: 0;
      z-index: 0;
    }
  }
  @keyframes rest {
    0.01% {
      opacity: 0;
      z-index: 0;
    }
    0.011% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 1;
      z-index: 1;
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 1;
    }
  }

  /* Other CSS */
  .brands {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    white-space: nowrap;
    -ms-overflow-style: none;
  }

  .brands -webkit-scrollbar {
    display: none;
  }

  .brands a img {
    display: inline-block;
    margin: 10px 20px;
    vertical-align: middle;
  }

  .brands:hover .brands-image-carousel {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  .brands-image-carousel-first {
    position: relative;
    z-index: 1;
    -webkit-animation: first 15s 1 linear forwards;
    animation: first 15s 1 linear forwards;
  }
  .brands-image-carousel-second,
  .brands-image-carousel-third {
    -webkit-animation: rest 30s infinite linear;
    animation: rest 30s infinite linear;
  }
  .brands-image-carousel-third {
    -webkit-animation-delay: 15s;
    animation-delay: 15;
  }

  .brands-image-carousel {
    float: left;
    position: absolute;
    padding: 0;
    opacity: 0;
    z-index: 0;
  }
  @media only screen and (max-width: 478px) {
    html {
      font-size: 15px;
    }

    body {
      font-family: var(--pf);
      font-size: 0.7rem;
      line-height: 1.7;
      color: #5c5c5c;
      -moz-osx-font-smoothing: grayscale;
    }
    .vlt-large-heading {
      font-size: 2.2rem;
    }
    .centre_movil {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}

.vlt-fixed-socials,
.vlt-offcanvas-menu__socials a {
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}

.vlt-fixed-socials a {
  color: #fff;
}
.list {
  display: flex;
  flex-direction: row;
}
.list .item {
  color: #262f42;
  display: flex;
  padding: 11px;
  cursor: pointer;
  font-size: 16px;
  font-family: arial;
  position: relative;
}
.list .item .title-item {
  display: flex;
  position: relative;
  user-select: none;
}
.list .item .title-item:after,
.list .item .title-item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  margin: 5px 0 0;
  transition: all 0.25s cubic-bezier(0.34, 0.37, 0.055, 1.56);
  opacity: 1;
  background-color: #454545;
  left: 0;
  bottom: -8px;
}
.list .item .arrow {
  font-size: 11px;
  margin-left: 8px;
  margin-top: 3px;
}
.list .item:hover .title-item:after,
.list .item:hover .title-item:before {
  width: 100%;
  opacity: 1;
}

/* Inicio Primer Menu */
.menu {
  position: absolute;
  left: 80%;
  opacity: 0;
  height: 200px;
  width: 1060px;
  position: absolute;
  top: 74px;
  padding: 0;
  transform: perspective(1000px) translate3d(-50%, 0, 0);
  transition: all 0.3s cubic-bezier(0.34, 0.37, 0.055, 1.56);
  overflow: hidden;
  visibility: hidden;
}
.menu.open {
  opacity: 1;
  transform: perspective(1000px) translate3d(-50%, 0, 0);
  height: 275px;
  max-width: 1160px;
  width: 1160px;
  visibility: visible;
  z-index: 98;
}
.content {
  transition: 0.1s;
  opacity: 1;
  position: relative;
  display: flex;
  font-family: arial;
}
.content .left-part,
.right-part {
  padding: 4px;
  height: 80%;
}
.content .left-part {
  background-color: #f2f4f6;
  display: flex;
  flex-direction: row;
}
.content .left-part .list-submenu {
  margin: 8px 32px;
}
.content .left-part .list-submenu .item {
  color: #454545;
  font-size: 16px;
  margin: 8px auto;
  cursor: pointer;
}
.content .left-part .list-submenu .item:hover {
  text-decoration: underline;
}
.content .left-part .list-submenu .item.title {
  font-weight: bolder;
  color: #262f42;
  font-size: 20px;
}
.content .right-part {
  background-color: #fff;
  flex: 0;
}

/* //menu segundo */

.otroMenu {
  position: absolute;
  left: 78%;
  opacity: 0;
  position: absolute;
  top: 74px;
  padding: 0;
  transform: perspective(1000px) translate3d(-50%, 0, 0);
  transition: all 0.3s cubic-bezier(0.34, 0.37, 0.055, 1.56);
  overflow: hidden;
  visibility: hidden;
}
.otroMenu.open {
  opacity: 1;
  transform: perspective(1000px) translate3d(-50%, 0, 0);
  height: 275px;

  visibility: visible;
  z-index: 98;
}
.contentMenu {
  transition: 0.1s;
  opacity: 1;
  position: relative;
  display: flex;
  height: 100%;
  font-family: arial;
}
.contentMenu .left-part {
  padding: 3px;
  height: 80%;
}
.contentMenu .left-part {
  background-color: #f2f4f6;
  display: flex;
  flex-direction: row;
}
.contentMenu .left-part .list-submenu {
  margin: 8px 12px;
}
.contentMenu .left-part .list-submenu .item {
  color: #454545;
  font-size: 16px;
  margin: 8px auto;
  cursor: pointer;
}
.contentMenu .left-part .list-submenu .item:hover {
  text-decoration: underline;
}
.contentMenu .left-part .list-submenu .item.title {
  font-weight: bolder;
  color: #262f42;
  font-size: 20px;
}
.contentMenu .right-part {
  background-color: #fff;
  flex: -1;
}

/* TercerMenu */

.MenuCert {
  position: absolute;
  left: 83%;
  opacity: 0;
  position: absolute;
  height: 187px;
  top: 74px;
  padding: 0;
  transform: perspective(1000px) translate3d(-50%, 0, 0);
  transition: all 0.3s cubic-bezier(0.34, 0.37, 0.055, 1.56);
  overflow: hidden;
  visibility: hidden;
}
.MenuCert.open {
  opacity: 1;
  transform: perspective(1000px) translate3d(-50%, 0, 0);
  height: 187px;

  visibility: visible;
  z-index: 98;
}
@media only screen and (max-width: 1180px) and (min-width: 560px) {
  .MenuCert {
    top: 109px;
  }
}
.contentCert {
  transition: 0.1s;
  opacity: 1;
  position: relative;
  display: flex;
  height: 100%;
  font-family: arial;
}
.contentCert .left-part {
  padding: 3px;
  height: 100%;
  width: 180px;
}
.contentCert .left-part {
  background-color: #f2f4f6;
  display: flex;
  flex-direction: row;
}
.contentCert .left-part .list-submenu {
  margin: 8px 12px;
}
.contentCert .left-part .list-submenu .item {
  color: #454545;
  font-size: 16px;
  margin: 8px auto;
  cursor: pointer;
}
.contentCert .left-part .list-submenu .item:hover {
  text-decoration: underline;
}
.contentCert .left-part .list-submenu .item.title {
  font-weight: bolder;
  color: #262f42;
  font-size: 20px;
}

/* Fin tercer Menu */

/* Cuarto Menu */

.MenuForms {
  position: absolute;
  left: 91%;
  opacity: 0;
  position: absolute;
  height: 87px;
  top: 74px;
  padding: 0;
  transform: perspective(1000px) translate3d(-50%, 0, 0);
  transition: all 0.3s cubic-bezier(0.34, 0.37, 0.055, 1.56);
  overflow: hidden;
  visibility: hidden;
}
.MenuForms.open {
  opacity: 1;
  transform: perspective(1000px) translate3d(-50%, 0, 0);
  height: 87px;

  visibility: visible;
  z-index: 98;
}

.contentForms {
  transition: 0.1s;
  opacity: 1;
  position: relative;
  display: flex;
  height: 100%;
  font-family: arial;
}
.contentForms .left-part {
  padding: 3px;
  height: 100%;
  width: 180px;
}
.contentForms .left-part {
  background-color: #f2f4f6;
  display: flex;
  flex-direction: row;
}
.contentForms .left-part .list-submenu {
  margin: 8px 12px;
}
.contentCert .left-part .list-submenu .item {
  color: #454545;
  font-size: 16px;
  margin: 8px auto;
  cursor: pointer;
}
.contentForms .left-part .list-submenu .item:hover {
  text-decoration: underline;
}
.contentForms .left-part .list-submenu .item.title {
  font-weight: bolder;
  color: #262f42;
  font-size: 20px;
}

/* Fin Cuarto Menu */

.card {
  display: flex;
  flex-direction: column;
  border: none;
}
.card img {
  width: 200px;
  height: 120px;
  margin: 16px auto;
}
.card p {
  margin: auto auto 16px auto;
  text-align: center;
  color: #454545;
  font-family: arial;
  font-size: 22px;
}
.card button {
  background-color: #fff;
  border: none;
  color: #262f42;
  font-size: 18px;
  font-weight: bolder;
  margin: auto auto 16px auto;
}
.moon-container {
  position: absolute;
  height: 250px;
  width: 250px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%) scale(1.6);
}
.moon {
  animation: fly 5s linear infinite;
}
@keyframes fly {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(0, -2px);
  }
  66% {
    transform: translate(0, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.circle {
  height: 250px;
  width: 250px;
  background-color: #ff6e61;
  border-radius: 50%;
  position: absolute;
}
.img-moon {
  width: 250px;
  position: absolute;
  opacity: 0.2;
}
.titre {
  animation: glitch-anim-text 0.5s 2s linear;
  animation-iteration-count: 2;
}
@keyframes glitch-anim-text {
  0% {
    opacity: 1;
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  90% {
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.texto-encima {
  position: absolute;
  top: 10px;
  left: 10px;
}
.texto-encima h1 {
  color: #fff;
}
.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-slide img {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.border_option_prin {
  color: #262f42;
  background-color: transparent;
  font-size: 16px;
  border-radius: 10px;
  border-style: ridge;
  border-width: 2px;
  padding: 2px;
  margin: 10px;
}
.border_option {
  color: #262f42;
  background-color: transparent;
  font-size: 16px;
  padding: 2px;
  margin: 10px;
}
.border_option:hover {
  color: #fff !important;
  background-color: #262f42;
  border-radius: 10px;
  border-style: ridge;
  border-width: 2px;
  font-weight: 600;
  font-size: 16px;
  padding: 2px;
  margin: 10px;
}
.border_option_prin:hover {
  color: #fff !important;
  background-color: #262f42;
  border-radius: 10px;
  border-style: ridge;
  border-width: 2px;
  font-weight: 600;
  font-size: 16px;
  padding: 2px;
  margin: 10px;
}
.border_option_prin:hover a {
  color: #fff !important;
}
.border_option:hover a {
  color: #fff !important;
}
:root {
  --p1: #c3323a;
  --pf: Inter;
}
@-webkit-keyframes vlt_animate_icon_bottom {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
@keyframes vlt_animate_icon_bottom {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes vlt_animation_block {
  0% {
    -webkit-transform: translateY(30px) translateZ(0) scaleY(1.1) skewY(2deg);
    transform: translateY(30px) translateZ(0) scaleY(1.1) skewY(2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    -webkit-transform: translateY(0) translateZ(0) scaleY(1) skewY(0);
    transform: translateY(0) translateZ(0) scaleY(1) skewY(0);
    opacity: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@keyframes vlt_animation_block {
  0% {
    -webkit-transform: translateY(30px) translateZ(0) scaleY(1.1) skewY(2deg);
    transform: translateY(30px) translateZ(0) scaleY(1.1) skewY(2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    -webkit-transform: translateY(0) translateZ(0) scaleY(1) skewY(0);
    transform: translateY(0) translateZ(0) scaleY(1) skewY(0);
    opacity: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@-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);
  }
}
.vlt-custom-cursor .circle span,
.vlt-display-1,
.vlt-footer-copyright,
.vlt-link-with-arrow,
.vlt-offcanvas-menu__copyright,
.vlt-offcanvas-menu__locales a,
.vlt-project-showcase
  .vlt-project-showcase__items
  .vlt-project-showcase__item__category,
.vlt-testimonial-item__meta span {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.vlt-fixed-socials,
.vlt-offcanvas-menu__socials a {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.has-first-color {
  color: var(--p1);
}
.has-first-background-color {
  background-color: var(--p1);
}
.has-white-color {
  color: #262f42 !important;
}
.has-white-color-original {
  color: #fff !important;
}
.has-white-background-color {
  background-color: #fff;
}
.has-gray-color {
  color: #999 !important;
}
.has-gray-background-color {
  background-color: #999;
}
.vlt-large-heading {
  font-size: 5rem;
}
@media only screen and (max-width: 575px) {
  .vlt-large-heading {
    font-size: 3.625rem;
  }
}
.vlt-gap-5 {
  height: 0.3125rem;
}
@media only screen and (max-width: 767px) {
  .vlt-gap-5--sm {
    height: 0.3125rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-5--md {
    height: 0.3125rem;
  }
}
.vlt-gap-10 {
  height: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .vlt-gap-10--sm {
    height: 0.625rem;
  }
}
@media only screen and (max-width: 991px) {
  .vlt-gap-10--md {
    height: 0.625rem;
  }
}
.vlt-gap-20 {
  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;
  }
}
.vlt-gap-30 {
  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;
  }
}
.vlt-gap-40 {
  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;
  }
}
.vlt-gap-50 {
  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;
  }
}
.vlt-gap-70 {
  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;
  }
}
.vlt-gap-100 {
  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;
  }
}
.vlt-fade-in-left,
.vlt-fade-in-left--small {
  -webkit-transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.vlt-fade-in-left--small {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
.active .vlt-fade-in-left,
.active .vlt-fade-in-left--small {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.vlt-fade-in-right,
.vlt-fade-in-right--small {
  -webkit-transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.vlt-fade-in-right--small {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.active .vlt-fade-in-right,
.active .vlt-fade-in-right--small {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.vlt-fade-in-top,
.vlt-fade-in-top--small {
  -webkit-transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.vlt-fade-in-top--small {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.active .vlt-fade-in-top,
.active .vlt-fade-in-top--small {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.vlt-fade-in-bottom,
.vlt-fade-in-bottom--small {
  -webkit-transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.7s 0s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.vlt-fade-in-bottom--small {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.active .vlt-fade-in-bottom,
.active .vlt-fade-in-bottom--small {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.message.success {
  color: var(--success);
}
.message.danger {
  color: var(--danger);
}
.center-mode {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: var(--pf);
  font-size: 1rem;
  line-height: 1.7;
  min-width: 20rem;
  margin: 0;
  padding: 0;
  color: #5c5c5c;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
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;
}
mark {
  background-color: var(--p1);
}
a {
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  text-decoration: none;
  color: inherit;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: var(--p1);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  letter-spacing: -0.02em;
  color: #101010;
}
.h1,
h1 {
  font-size: 3.625rem;
  line-height: 1.15;
}
@media only screen and (max-width: 575px) {
  .h1,
  h1 {
    font-size: 2.375rem;
  }
}
.h2,
h2 {
  font-size: 3rem;
  line-height: 1.4;
}
.h3,
h3 {
  font-size: 2.375rem;
  line-height: 1.4;
}
.h4,
h4 {
  font-size: 2rem;
  line-height: 1.4;
}
.h5,
h5 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.h6,
h6 {
  font-size: 1.375rem;
  line-height: 1.55;
}
form {
  max-width: 100%;
}
label {
  display: block;
  margin-bottom: 0.3125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #101010;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.75rem 1rem;
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  color: #fff;
  border: none;
  border-radius: 4px;
  outline: 0;
  background-color: #222;
  -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1),
    inset 0 -2px 0 0 rgba(16, 16, 16, 0.2);
  box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1),
    inset 0 -2px 0 0 rgba(16, 16, 16, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  color: #999;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23999999' 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 16px 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: #999;
}
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: #999;
}
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: #999;
}
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: #999;
}
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: #999;
}
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-group label.error {
  font-size: 0.8125rem;
  margin: 0.3125rem 0 0;
  color: var(--danger);
}
.vlt-form-row {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
.vlt-form-row.two-col {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .vlt-form-row.two-col {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.vlt-form-row.three-col {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .vlt-form-row.three-col {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.vlt-main {
  position: relative;
  overflow: hidden;
}
.vlt-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  color: #282f40;
}
.is-light .vlt-header {
  color: #282f40;
}
.vlt-navbar {
  position: relative;
  z-index: 50;
}
.vlt-navbar .vlt-navbar-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem;
  -webkit-transition: padding 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: padding 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -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: 768px) {
  .vlt-navbar .vlt-navbar-inner {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .vlt-navbar .vlt-navbar-inner {
    padding: 0.5rem 2.75rem;
    border-radius: 8px;
  }
}
.vlt-navbar .vlt-navbar-inner--left {
  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-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.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 cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.is-dark .vlt-navbar .vlt-navbar-background {
  background-color: #fff;
}
.vlt-navbar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.vlt-navbar--solid .vlt-navbar-inner {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.vlt-navbar--solid .vlt-navbar-background {
  height: 100%;
}
.vlt-navbar .vlt-navbar-logo {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
.vlt-navbar .vlt-navbar-logo h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
  color: inherit;
}
.vlt-navbar .vlt-navbar-logo img {
  display: block;
  max-width: none;
  max-height: 55px;
}
.is-light .vlt-navbar .vlt-navbar-logo img.black {
  display: none;
}
.is-dark .vlt-navbar .vlt-navbar-logo img.white {
  display: none;
}
.vlt-navbar .vlt-navbar-logo:hover {
  text-decoration: none;
  color: currentColor;
}
@media only screen and (min-device-width: 1920px) and (max-device-width: 6080px) {
  .vlt-navbar-menu {
    width: 70%;
    float: right !important;
  }
}
@media (max-width: 1920px) {
  .vlt-large-heading {
    font-size: 3.4rem;
  }
  .content .left-part .list-submenu .item.title {
    font-weight: bolder;
    color: #262f42;
    font-size: 14px;
  }
  .list .item .arrow {
    font-size: 0.61rem;
    margin-left: 2px;
    margin-top: 2px;
  }
  .list .item {
    color: #454545;
    display: flex;
    padding: 7px;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: arial;
    position: relative;
  }
  .vlt-navbar-menu ul {
    font-size: 0.89rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.001em;
    text-transform: uppercase;
  }
  .vlt-navbar-contacts ul {
    font-size: 0.91rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .vlt-navbar-contacts {
    margin-left: 3%;
  }
  .vlt-navbar-menu {
    float: right !important;
    width: 70%;
  }
  .vlt-navbar-contacts ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .vlt-navbar-contacts ul li.sep {
    margin: 0 0.9375rem;
    -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    opacity: 0.5;
  }
  .vlt-navbar-contacts ul li a:hover {
    opacity: 0.8;
    color: inherit;
  }
  .h5,
  h5 {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .h4,
  h4 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .h6,
  h6 {
    font-size: 1rem;
    line-height: 1.55;
  }
  .vlt-gap-70 {
    height: 2.375rem;
  }
  .p,
  p {
    font-size: 0.9rem !important;
    line-height: 1.7;
    color: #5c5c5c;
    -moz-osx-font-smoothing: grayscale;
  }
  .vlt-progress-bar__title {
    font-size: 0.9rem;
    margin: 0 0 0.5rem;
  }
}
@media (min-width: 1920px) {
  .vlt-navbar-contacts ul {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .vlt-navbar-contacts {
    margin-left: 10%;
  }
  .vlt-navbar-contacts ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .vlt-navbar-contacts ul li.sep {
    margin: 0 0.9375rem;
    -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    opacity: 0.5;
  }
  .vlt-navbar-contacts ul li a:hover {
    opacity: 0.8;
    color: inherit;
  }
}
@media (min-width: 783px) {
  .admin-bar .vlt-navbar--fixed {
    top: 32px !important;
  }
}
@media (max-width: 782px) {
  .admin-bar .vlt-navbar--fixed {
    top: 46px !important;
  }
}
@media (max-width: 600px) {
  .admin-bar .vlt-navbar--fixed {
    top: 0 !important;
  }
}
.vlt-menu-burger {
  font-size: 1.75rem;
  line-height: 0;
}
.vlt-menu-burger svg {
  width: 1em;
  height: 1em;
}
.vlt-menu-burger:hover {
  color: inherit;
}
.vlt-menu-burger--opened:hover i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vlt-offcanvas-menu {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2.5rem 4.375rem 3.75rem;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background-color: #101010;
  -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: 34.375rem;
  }
}
@media only screen and (max-width: 575px) {
  .vlt-offcanvas-menu {
    padding: 2.5rem 2.5rem 3.75rem;
  }
}
.vlt-offcanvas-menu__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 6.25rem;
  color: #ccc;
  -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-menu-burger:hover {
  color: #fff;
}
.vlt-offcanvas-menu__locales a {
  display: inline-block;
}
.vlt-offcanvas-menu__locales a + a {
  margin-left: 1.25rem;
}
.vlt-offcanvas-menu__locales a.active,
.vlt-offcanvas-menu__locales a:hover {
  color: var(--p1);
}
.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: 2rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 0.3125rem 0;
  letter-spacing: -0.02em;
  color: #ccc;
}
@media only screen and (max-width: 575px) {
  .vlt-offcanvas-menu__navigation .sf-menu > li > a {
    font-size: 1.75rem;
  }
}
.vlt-offcanvas-menu__navigation .sf-menu > li > a::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "/";
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  transform: translate(-15px, 0);
  opacity: 0;
}
.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: var(--p1);
}
.vlt-offcanvas-menu__navigation .sf-menu > li.active > a {
  padding-left: 1.25rem;
}
.vlt-offcanvas-menu__navigation .sf-menu > li.active > a::before {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.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;
  color: #ccc;
}
@media (max-height: 559px) {
  .vlt-offcanvas-menu__socials {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) {
  .vlt-navbar-inner-duo {
    display: none;
  }
}

@media only screen and (max-width: 885px) {
  .vlt-navbar-contacts {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .vlt-navbar-menu {
    display: none;
  }
  .vlt-navbar-inner-duo {
    display: block;
  }
}

.vlt-offcanvas-menu__socials a:hover {
  color: #fff;
}
.vlt-offcanvas-menu__socials a + a {
  margin-left: 1.25rem;
}
.vlt-offcanvas-menu__copyright {
  color: #ccc;
}
.vlt-offcanvas-menu__copyright p {
  margin-bottom: 0;
}
@media (max-height: 559px) {
  .vlt-offcanvas-menu__copyright {
    display: none;
  }
}
@media (min-width: 783px) {
  .admin-bar .vlt-aside-menu-wrapper {
    top: 32px !important;
  }
}
@media (max-width: 782px) {
  .admin-bar .vlt-aside-menu-wrapper {
    top: 46px !important;
  }
}
@media (max-width: 600px) {
  .admin-bar .vlt-aside-menu-wrapper {
    top: 0 !important;
  }
}
.vlt-site-overlay {
  position: fixed;
  z-index: 35;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(16, 16, 16, 0.15);
}
.vlt-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0.9375rem 0.9375rem;
  pointer-events: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .vlt-footer {
    padding: 0 1.875rem 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .vlt-footer {
    padding: 0 3.75rem 2.5rem;
  }
}
.vlt-footer--fixed {
  position: fixed;
  z-index: 20;
}
@media (max-height: 559px) {
  .vlt-footer--fixed {
    display: none;
  }
}
.vlt-footer-copyright {
  pointer-events: auto;
  color: #101010;
}
.is-light .vlt-footer-copyright {
  color: #262f42;
}
.vlt-footer-copyright p {
  margin-bottom: 0;
}
.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: #fff;
  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-top: 7.5rem;
  padding-bottom: 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;
}
.vlt-fullpage-slider .vlt-section .vlt-section__ken-burn-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.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
    cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -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 cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vlt-fullpage-slider .vlt-section__particles {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.vlt-fullpage-slider .vlt-section__particles .vlt-particle {
  position: absolute;
  background-repeat: no-repeat;
}
.vlt-fullpage-slider-progress-bar {
  position: fixed;
  z-index: 25;
  top: 50%;
  left: 60px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-transition: opacity 0.3s 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .vlt-fullpage-slider-progress-bar {
    display: none;
  }
}
.vlt-fullpage-slider-progress-bar.is-show {
  opacity: 1;
}
.vlt-fullpage-slider-progress-bar li {
  position: relative;
  width: 2px;
  height: 20px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  background-color: rgba(16, 16, 16, 0.1);
}
.is-light .vlt-fullpage-slider-progress-bar li {
  background-color: rgba(255, 255, 255, 0.1);
}
.vlt-fullpage-slider-progress-bar li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 20px;
  content: "";
  -webkit-transition: height 0s,
    background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: height 0s,
    background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  background-color: #101010;
}
.is-light .vlt-fullpage-slider-progress-bar li::before {
  background-color: #fff;
}
.vlt-fullpage-slider-progress-bar li.active ~ li::before {
  height: 0;
}
.vlt-fullpage-slider-progress-bar li.active::before,
.vlt-fullpage-slider-progress-bar li:not(.prev)::before {
  -webkit-transition: height 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: height 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.vlt-fullpage-slider-numbers {
  font-size: 1.25rem;
  font-weight: 700;
  position: fixed;
  z-index: 25;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 6.25rem;
  height: 6.25rem;
  letter-spacing: -0.01em;
  color: #fff;
  border-top-left-radius: 8px;
  background-color: #101010;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.vlt-fullpage-slider-numbers a {
  font-size: 1.5rem;
  color: inherit;
}
.vlt-fullpage-slider-numbers a svg {
  width: 1em;
  height: 1em;
}
.vlt-fullpage-slider-numbers a:hover svg {
  -webkit-animation: vlt_animate_icon_bottom 0.3s
    cubic-bezier(0.46, 0.03, 0.52, 0.96);
  animation: vlt_animate_icon_bottom 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.vlt-custom-cursor {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-transition: opacity 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.5s;
  transition: opacity 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.5s;
  pointer-events: none;
  color: #222;
}
.vlt-custom-cursor .circle {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  opacity: 0.1;
  border-radius: 50%;
  background-color: currentColor;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vlt-custom-cursor .circle span {
  color: #fff;
}
.vlt-custom-cursor .circle span i {
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #222;
}
::-webkit-scrollbar-thumb {
  background-color: var(--p1);
}
.vlt-fixed-socials {
  position: fixed;
  z-index: 20;
  right: 60px;
  bottom: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-90deg) translate3d(50%, 0, 0);
  transform: rotate(-90deg) translate3d(50%, 0, 0);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: #101010;
}
@media only screen and (max-width: 554px) {
  .vlt-fixed-socials {
    display: none;
  }
}
.is-light .vlt-fixed-socials {
  color: #fff;
}
.vlt-fixed-socials a + a {
  margin-left: 1.25rem;
}
.vlt-fixed-socials a:hover {
  opacity: 0.8;
  color: inherit;
}
.vlt-link-with-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--p1);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vlt-link-with-arrow__icon {
  margin-top: -2px;
  margin-left: 1.25rem;
  -webkit-transition: margin 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: margin 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.vlt-link-with-arrow:hover .vlt-link-with-arrow__icon {
  margin-left: 0.625rem;
}
.animsition-loading-2 {
  position: fixed;
  z-index: 120;
  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: var(--p1);
}
.double-bounce-two {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.fancybox-bg,
.vp-fancybox .fancybox-bg {
  background-color: #101010;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}
.fancybox-loading {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--p1);
}
body .pp-scrollable {
  overflow-y: auto;
}
.vlt-animated-block.animated {
  -webkit-animation-name: vlt_animation_block;
  animation-name: vlt_animation_block;
  -webkit-animation-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  animation-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.vlt-award-item {
  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-award-item__logo {
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  margin-right: 1.875rem;
  -webkit-transition: -webkit-box-shadow 0.3s
    cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: box-shadow 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: box-shadow 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-box-shadow 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(16, 16, 16, 0.1);
  box-shadow: 0 2px 5px 0 rgba(16, 16, 16, 0.1);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.vlt-award-item__logo img {
  width: 100%;
  height: 100%;
}
.vlt-award-item__content {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.vlt-award-item:hover .vlt-award-item__logo {
  -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
  box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
}
.vlt-post-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}
.vlt-post-thumbnail__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vlt-post-thumbnail img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.vlt-post-thumbnail .badge {
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.8125rem;
  height: 2.8125rem;
  color: #fff;
  border-radius: 0;
  border-bottom-left-radius: 8px;
  background-color: #101010;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vlt-post-thumbnail .badge svg {
  width: 1em;
  height: 1em;
}
.vlt-post-thumbnail + .vlt-post-content {
  padding-top: 1.875rem;
}
.vlt-post-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.vlt-post-meta {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  color: rgba(16, 16, 16, 0.8);
}
.vlt-post-meta span + span::before {
  margin-right: 0.3125rem;
  margin-left: 0.5rem;
  content: "/";
}
.vlt-post-footer {
  padding-top: 1.25rem;
}
.vlt-post-footer .vlt-post__link {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.vlt-post:hover .vlt-post__link {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.vlt-post:hover .vlt-post-thumbnail img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.vlt-btn {
  font-weight: 600;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  padding: 0.75rem 1.1875rem;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: -0.01em;
  border: none;
  border-radius: 4px;
  outline: 0;
  -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1),
    inset 0 -2px 0 0 rgba(16, 16, 16, 0.2);
  box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1),
    inset 0 -2px 0 0 rgba(16, 16, 16, 0.2);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vlt-btn.disabled,
.vlt-btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.vlt-btn--block {
  width: 100%;
}
.vlt-btn__icon {
  text-decoration: inherit;
}
.vlt-btn__icon i,
.vlt-btn__icon svg {
  display: block;
}
.vlt-btn__icon svg {
  width: 1em;
  height: 1em;
}
.vlt-btn__icon--left {
  margin-right: 0.625rem;
}
.vlt-btn__icon--right {
  margin-left: 0.625rem;
}
.vlt-btn__text {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.vlt-btn:focus {
  outline: 0;
}
.vlt-btn:hover {
  text-decoration: none;
}
.vlt-btn--primary {
  color: #fff;
  background-color: var(--p1);
}
.vlt-btn--primary:hover {
  color: #fff;
  background-color: #222;
}
.vlt-btn--secondary {
  color: #fff;
  background-color: #222;
}
.vlt-btn--secondary:hover {
  color: #fff;
  background-color: var(--p1);
}
.vlt-contact-form .message {
  font-size: 0.875rem;
  display: none;
  margin-bottom: 1.875rem;
}
.vlt-counter-up {
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--p1);
}
.vlt-counter-up sup {
  font-size: 33.33%;
  vertical-align: super;
}
.vlt-counter-up-small {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.9375rem 1.875rem 0.9375rem 1.25rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.1);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vlt-counter-up-small span {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  min-width: 3.125rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.vlt-counter-up-small h6 {
  margin-left: 0.9375rem;
  color: #fff;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.vlt-link {
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  letter-spacing: -0.01em;
  color: #101010;
}
.vlt-link::before {
  display: inline-block;
  width: 3.125rem;
  height: 2px;
  margin-top: -0.125rem;
  margin-right: 1.25rem;
  content: "";
  -webkit-transition: width 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: width 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  background-color: currentColor;
}
.vlt-link:hover::before {
  width: 2.5rem;
}
.vlt-partner-logo {
  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-partner-logo a,
.vlt-partner-logo img {
  display: block;
  width: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.vlt-partner-logo img {
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 0.5;
}
.vlt-partner-logo:hover img {
  opacity: 1;
}
.vlt-progress-bar__title {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
.vlt-progress-bar__title > span::before {
  content: " - ";
}
.vlt-progress-bar__title > span::after {
  content: "%";
}
.vlt-progress-bar__bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 4px;
  background-color: rgba(16, 16, 16, 0.1);
}
.vlt-progress-bar__bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #a8d158;
}
.vlt-project-showcase {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 30vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vlt-project-showcase .vlt-project-showcase__items {
  position: relative;
  z-index: 2;
  padding: 0 8vw;
  white-space: nowrap;
  will-change: transform;
}
.vlt-project-showcase .vlt-project-showcase__items .vlt-project-showcase__item {
  position: relative;
  display: inline-block;
}
.vlt-project-showcase
  .vlt-project-showcase__items
  .vlt-project-showcase__item__title {
  font-size: 5rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}
.vlt-project-showcase
  .vlt-project-showcase__items
  .vlt-project-showcase__item__title
  a:hover {
  color: inherit;
}
.vlt-project-showcase
  .vlt-project-showcase__items
  .vlt-project-showcase__item__category {
  display: block;
  margin-top: 0.625rem;
  color: #fff;
}
.vlt-project-showcase
  .vlt-project-showcase__items
  .vlt-project-showcase__item__category::before {
  margin-right: 0.375rem;
  content: "/";
}
.vlt-project-showcase .vlt-project-showcase__items li + li {
  margin-left: 14vw;
}
.vlt-project-showcase .vlt-project-showcase__images {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  overflow: hidden;
  width: 30vw;
  height: 30vw;
  margin: 0 5.3125rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
  border-radius: 50%;
}
.vlt-project-showcase
  .vlt-project-showcase__images
  .vlt-project-showcase__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vlt-project-showcase
  .vlt-project-showcase__images
  .vlt-project-showcase__image
  img {
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.vlt-project-showcase
  .vlt-project-showcase__images
  .vlt-project-showcase__image.is-active
  img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.vlt-project-showcase .vlt-project-showcase__item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 0.05;
}
.vlt-project-showcase .vlt-project-showcase__item.is-active {
  opacity: 1;
}
.vlt-project-showcase-slider {
  width: 100%;
}
.vlt-work-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}
.vlt-work-thumbnail__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vlt-work-thumbnail img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.vlt-work-thumbnail + .vlt-work-content {
  padding-top: 1.875rem;
}
.vlt-work-title {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
}
.vlt-work-meta {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  color: rgba(255, 255, 255, 0.8);
}
.vlt-work-meta span + span::before {
  margin-right: 0.3125rem;
  margin-left: 0.5rem;
  content: "/";
}
.vlt-work-footer {
  padding-top: 1.25rem;
}
.vlt-work-footer .vlt-work__link {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.vlt-work:hover .vlt-work__link {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.vlt-work:hover .vlt-work-thumbnail img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.vlt-services {
  overflow: hidden;
}
.vlt-services__title {
  margin-bottom: 0.9375rem;
}
.vlt-services__text {
  margin-bottom: 0;
}
.vlt-services__link {
  margin-top: 1.25rem;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.vlt-services:hover .vlt-services__link {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.vlt-slide-photo {
  position: relative;
  z-index: 1;
  width: 480px;
  height: 420px;
  display: flex;
  flex-direction: column;
}
.vlt-slide-photo img {
  object-fit: contain;
  display: block;
}
.vlt-slide-photo-calib {
  position: relative;
  z-index: 1;
  width: 290px;
  height: 240px;
  display: flex;
  flex-direction: column;
}
.vlt-slide-photo-calib img {
  object-fit: contain;
  display: block;
}
.vlt-slide-photo-min {
  position: relative;
  z-index: 1;
  width: 350px;
  height: 263px;
  display: flex;
  flex-direction: column;
}
.vlt-slide-photo-min img {
  object-fit: contain;
  display: block;
}
.vlt-slide-photo__inside {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}
.vlt-slide-photo__caption {
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.3125rem;
  color: #999;
}
.vlt-slide-photo__particle {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: auto;
}
.vlt-slide-photo__particle img {
  display: block;
  margin: 0 auto;
}
.vlt-slide-photo__particle.has-border-radius {
  border-radius: 8px;
}
.vlt-slide-photo__particle.has-box-shadow {
  -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
  box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
}
.vlt-slide-photo__particle.negative-z-index {
  z-index: -1;
}
@media (max-width: 480px) {
  .vlt-fullpage-slider-numbers {
    visibility: hidden;
  }
  .vlt-slide-photo {
    position: relative;
    z-index: 1;
    width: 240px;
    height: 180px;
    display: flex;
    flex-direction: column;
  }
  .vlt-slide-photo-calib {
    position: relative;
    z-index: 1;
    width: 240px;
    height: 180px;
    display: flex;
    flex-direction: column;
  }
  .vlt-slide-photo-min {
    position: relative;
    z-index: 1;
    width: 320px;
    height: 180px;
    display: flex;
    flex-direction: column;
  }
}
.vlt-testimonial-slider .swiper-slide:not(.swiper-slide-active) {
  -webkit-transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.vlt-testimonial-slider-controls,
.vlt-timeline-slider-controls {
  font-size: 1.25rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: -0.01em;
  color: #282f40;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vlt-testimonial-slider-controls .pagination,
.vlt-timeline-slider-controls .pagination {
  min-width: 3.75rem;
  margin: 0 0.9375rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vlt-testimonial-slider-controls .pagination .sep,
.vlt-timeline-slider-controls .pagination .sep {
  margin: 0 0.5rem;
}
.vlt-testimonial-slider-controls .next,
.vlt-testimonial-slider-controls .prev,
.vlt-timeline-slider-controls .next,
.vlt-timeline-slider-controls .prev {
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  outline: 0;
}
.vlt-testimonial-slider-controls .next:hover,
.vlt-testimonial-slider-controls .prev:hover,
.vlt-timeline-slider-controls .next:hover,
.vlt-timeline-slider-controls .prev:hover {
  color: #fff;
}
.vlt-testimonial-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.1875rem 5rem 2.1875rem 2.5rem;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
  box-shadow: 0 5px 15px 5px rgba(16, 16, 16, 0.1);
}
@media only screen and (max-width: 767px) {
  .vlt-testimonial-item {
    padding-right: 2.5rem;
  }
}
.vlt-testimonial-item::after {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  width: 3.125rem;
  height: 3.125rem;
  content: "";
  opacity: 0.2;
  background-image: url(../img/root/quote.svg);
  background-position: center;
  background-size: cover;
}
.vlt-testimonial-item__avatar {
  margin-right: 5.5rem;
}
.vlt-testimonial-item__avatar img {
  max-width: 7.5rem;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .vlt-testimonial-item__avatar {
    display: none;
  }
}
.vlt-testimonial-item__content {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.vlt-testimonial-item__content p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.vlt-testimonial-item__meta {
  margin-top: 1.875rem;
}
.vlt-testimonial-item__meta h6 {
  font-size: 1.25rem;
  line-height: 1.5;
  color: inherit;
}
.vlt-testimonial-item__meta span {
  opacity: 0.8;
}
.vlt-timeline-slider .swiper-slide:not(.swiper-slide-active) {
  -webkit-transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 0;
}
.vlt-timeline-item {
  padding-bottom: 1.875rem;
}
.vlt-timeline-item + .vlt-timeline-item {
  padding-top: 1.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.vlt-timeline-item__year {
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  letter-spacing: -0.02em;
  color: #282f40;
}
@media only screen and (max-width: 767px) {
  .vlt-timeline-item__year {
    margin-bottom: 0.625rem;
  }
}
.vlt-timeline-item__title {
  font-size: 1.375rem;
  color: #282f40;
}
@media only screen and (max-width: 767px) {
  .vlt-timeline-item__title {
    margin-bottom: 0.9375rem;
  }
}
.vlt-timeline-item__text {
  color: #282f40;
}
.vlt-video-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.vlt-video-button h6 {
  font-size: 1.125rem;
  margin-top: 0.9375rem;
  white-space: nowrap;
}
.vlt-video-button a {
  font-size: 10px;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3.75rem;
  height: 3.75rem;
  color: #fff;
  border-radius: 50%;
  outline: 0;
  background-color: #101010;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vlt-video-button a svg {
  font-size: 2.5em;
  position: relative;
  width: 1em;
  height: 1em;
  margin-left: 0.15em;
}
.vlt-video-button a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96),
    -webkit-transform 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 0.1;
  border-radius: 50%;
  background-color: #101010;
}
.vlt-video-button a:hover {
  color: #fff;
}
.vlt-video-button a:hover::after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.left {
  float: left;
}
.right {
  float: right;
}

/* animation*/
@keyframes first {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 1;
  }
  99.99% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    z-index: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@keyframes rest {
  0.01% {
    opacity: 0;
    z-index: 0;
  }
  0.011% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
    z-index: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
}

/* Other CSS */
.brands {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  white-space: nowrap;
  -ms-overflow-style: none;
}

.brands -webkit-scrollbar {
  display: none;
}

.brands a img {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: middle;
}

.brands:hover .brands-image-carousel {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.brands-image-carousel-first {
  position: relative;
  z-index: 1;
  -webkit-animation: first 15s 1 linear forwards;
  animation: first 15s 1 linear forwards;
}
.brands-image-carousel-second,
.brands-image-carousel-third {
  -webkit-animation: rest 30s infinite linear;
  animation: rest 30s infinite linear;
}
.brands-image-carousel-third {
  -webkit-animation-delay: 15s;
  animation-delay: 15;
}

.brands-image-carousel {
  float: left;
  position: absolute;
  padding: 0;
  opacity: 0;
  z-index: 0;
}
@media only screen and (max-width: 478px) {
  html {
    font-size: 15px;
  }

  body {
    font-family: var(--pf);
    font-size: 0.7rem;
    line-height: 1.7;
    color: #5c5c5c;
    -moz-osx-font-smoothing: grayscale;
  }
  .vlt-large-heading {
    font-size: 2.2rem;
  }
  .centre_movil {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1690px) and (min-width: 1370px) {
  .MenuCert,
  .menu,
  .otroMenu,
  .MenuForms {
    top: 119px;
  }
}
