/* Litho - v2.2
 * https://www.themezaa.com/
 * Copyright (c) 2021 themezaa.com

----------------------------------
Table of contents

01. Google font
02. Reset
03. Typography
04. Background color
05. Custom
06. Button
07. Border
08. Video
09. Background image
10. Margin
11. Padding
12. Display and overflow
13. Position
14. Width
15. Height
16. Icon
17. Magnific popup
18. Header
19. Page title
20. Swiper carousel
21. Grid
22. Portfolio
23. Blog
24. Shop
25. Elements
26. Footer
27. home and other pages
28. Others
 
*/
/* ===================================
    01. Google font
====================================== */
/*
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed: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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans: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=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*/
/* ===================================
    02. Reset
====================================== */
.product-content .half-section *, .product-content .half-section *::after, .product-content .half-section *::before {
  box-sizing: border-box; }

.product-content .half-section {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #828282;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word; }

/*body, html { -moz-osx-font-smoothing: grayscale; }*/
.product-content .half-section a {
  text-decoration: none; }

.product-content .half-section a:hover, .product-content .half-section a:focus {
  text-decoration: none;
  outline: none;
  outline-offset: 0;
  color: #0038e3; }

.product-content .half-section a, .product-content .half-section a.nav-link, .product-content .half-section a:active, .product-content .half-section a:focus {
  color: #828282; }

.product-content .half-section a, .product-content .half-section a.nav-link, .product-content .half-section .btn {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

/*nav { box-sizing: content-box; }*/
.wow .alt-font strong {
  font-weight: 600; }
.wow .last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0; }
.wow .main-content {
  z-index: 2;
  background-color: #fff;
  overflow: visible;
  position: relative; }
.wow .placeholder-light::-webkit-input-placeholder {
  color: #fff; }
.wow .placeholder-light::-moz-placeholder {
  color: #fff; }
.wow .placeholder-light:-ms-input-placeholder {
  color: #fff; }
.wow .placeholder-dark::-webkit-input-placeholder {
  color: #232323; }
.wow .placeholder-dark::-moz-placeholder {
  color: #232323; }
.wow .placeholder-dark:-ms-input-placeholder {
  color: #232323; }
.wow .no-transition {
  transition: all 0s ease-in-out !important;
  -moz-transition: all 0s ease-in-out !important;
  -webkit-transition: all 0s ease-in-out !important;
  -ms-transition: all 0s ease-in-out !important;
  -o-transition: all 0s ease-in-out !important; }
.wow .transition {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.wow .container, .wow .container-fluid, .wow .container-lg, .wow .container-md, .wow .container-sm, .wow .container-xl, .wow .container-xxl {
  padding-right: 15px;
  padding-left: 15px; }

.wow .row {
  margin-right: -15px;
  margin-left: -15px; }

.wow .row > * {
  padding-right: 15px;
  padding-left: 15px; }

.wow .row.g-0 {
  margin-right: 0;
  margin-left: 0; }

.wow .row.g-0 > * {
  padding-right: 0;
  padding-left: 0; }

.wow header [class^="container-"] [class^="col-"], .wow header [class^="container-"] [class*=" col-"] {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

@media (prefers-reduced-motion: no-preference) {
  .wow :root {
    scroll-behavior: auto; } }
/* ===================================
    03. Typography
====================================== */
/* font family */
.wow .alt-font {
  font-family: 'Oceanside', sans-serif; }
.wow .alt2-font {
  font-family: 'Oceanside', sans-serif; }
.wow .main-font {
  font-family: 'Oceanside', sans-serif !important; }
.wow .condensed-font {
  font-family: 'NewBedford', sans-serif !important; }

/* heading size */
.product-content .half-section h1, .product-content .half-section h2, .product-content .half-section h3, .product-content .half-section h4, .product-content .half-section h5, .product-content .half-section h6 {
  margin: 0 0 25px 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: inherit; }

.wow {
  /* text size */
  /* text color, link color and link hover color */
  /* text gradient color */
  /* text stroke */
  /* text stroke width */
  /* text stroke color */
  /* letter spacing */
  /* letter spacing minus */
  /* font weight */
  /* text property */
  /* dropcap */
  /* lineheight */
  /* ===================================
      04. Background color
  ====================================== */
  /* background gradient color */
  /* background transparent gradient color */
  /* hover background */
  /* ===================================
      05. Custom
  ====================================== */ }
  .wow .font-size-0 {
    font-size: 0; }
  .wow .text-very-small {
    font-size: 11px;
    line-height: 14px; }
  .wow .text-extra-small {
    font-size: 12px;
    line-height: 16px; }
  .wow .text-small {
    font-size: 13px;
    line-height: 22px; }
  .wow .text-medium {
    font-size: 14px;
    line-height: 20px; }
  .wow .text-extra-medium {
    font-size: 16px;
    line-height: 28px; }
  .wow .text-large {
    font-size: 18px;
    line-height: 22px; }
  .wow .text-extra-large {
    font-size: 20px;
    line-height: 28px; }
  .wow .title-extra-small2 {
    font-size: 24px;
    line-height: 34px; }
  .wow .title-extra-small {
    font-size: 30px;
    line-height: 32px; }
  .wow .title-small {
    font-size: 36px;
    line-height: 42px; }
  .wow .title-large {
    font-size: 100px;
    line-height: 95px; }
  .wow .title-large-1 {
    font-size: 54px;
    line-height: 54px; }
  .wow .title-large-2 {
    font-size: 70px;
    line-height: 80px; }
  .wow .title-large-3 {
    font-size: 80px;
    line-height: 80px; }
  .wow .title-extra-large {
    font-size: 130px;
    line-height: 120px; }
  .wow .title-extra-large-heavy {
    font-size: 11rem;
    line-height: 11rem; }
  .wow .text-big {
    font-size: 200px;
    line-height: 200px; }
  .wow .text-extra-big {
    font-size: 230px;
    line-height: 230px; }
  .wow .text-extra-big-2 {
    font-size: 300px;
    line-height: 260px; }
  .wow .parallax-title {
    padding: 16px 35px;
    display: inline-block; }
  .wow .text-white, .wow .btn-link.text-white, .wow a.text-white-hover:hover {
    color: #fff; }
  .wow .text-black, .wow .btn-link.text-black, .wow a.text-black-hover:hover {
    color: #000; }
  .wow .text-extra-dark-gray, .wow .btn-link.text-extra-dark-gray, .wow a.text-extra-dark-gray-hover:hover {
    color: #232323; }
  .wow .text-dark-gray, .wow .btn-link.text-dark-gray, .wow a.text-dark-gray-hover:hover {
    color: #626262; }
  .wow .text-extra-medium-gray, .wow .btn-link.text-extra-medium-gray, .wow a.text-extra-medium-gray-hover:hover {
    color: #757575; }
  .wow .text-medium-gray, .wow .btn-link.text-medium-gray, .wow a.text-medium-gray-hover:hover {
    color: #939393; }
  .wow .text-extra-light-gray, .wow .btn-link.text-extra-light-gray, .wow a.text-extra-light-gray-hover:hover {
    color: #b7b7b7; }
  .wow .text-light-gray, .wow .btn-link.text-light-gray, .wow a.text-light-gray-hover:hover {
    color: #d6d5d5; }
  .wow .text-very-light-gray, .wow .btn-link.text-very-light-gray, .wow a.text-very-light-gray-hover:hover {
    color: #ededed; }
  .wow .text-fast-blue, .wow .btn-link.text-fast-blue, .wow a.text-fast-blue-hover:hover {
    color: #0038e3; }
  .wow .text-neon-blue, .wow .btn-link.text-neon-blue, .wow a.text-neon-blue-hover:hover {
    color: #3452ff; }
  .wow .text-light-pink, .wow .btn-link.text-light-pink, .wow a.text-light-pink-hover:hover {
    color: #f18c8c; }
  .wow .text-red, .wow .btn-link.text-red, .wow a.text-red-hover:hover {
    color: #E31837; }
  .wow .text-dark-red, .wow .btn-link.text-dark-red, .wow a.text-dark-red-hover:hover {
    color: #d23134; }
  .wow .text-parrot-green, .wow .btn-link.text-parrot-green, .wow a.text-parrot-green-hover:hover {
    color: #cee002; }
  .wow .text-green, .wow .btn-link.text-green, .wow a.text-green-hover:hover {
    color: #27AE60; }
  .wow .text-olivine-green, .wow .btn-link.text-olivine-green, .wow a.text-olivine-green-hover:hover {
    color: #8bb867; }
  .wow .text-dark-charcoal, .wow .btn-link.text-dark-charcoal, .wow a.text-dark-charcoal-hover:hover {
    color: #2f2f2f; }
  .wow .text-penguin-white, .wow .btn-link.text-penguin-white, .wow a.text-penguin-white-hover:hover {
    color: #f1edea; }
  .wow .text-orange, .wow .btn-link.text-orange, .wow a.text-orange-hover:hover {
    color: #fd961e; }
  .wow .text-dark-orange, .wow .btn-link.text-dark-orange, .wow a.text-dark-orange-hover:hover {
    color: #ff6437; }
  .wow .text-neon-orange, .wow .btn-link.text-neon-orange, .wow a.text-neon-orange-hover:hover {
    color: #ff7a56; }
  .wow .text-light-orange, .wow .btn-link.text-light-orange, .wow a.text-light-orange-hover:hover {
    color: #e8bf47; }
  .wow .text-dark-red, .wow .btn-link.text-dark-red, .wow a.text-dark-red-hover:hover {
    color: #e12837; }
  .wow .text-radical-red, .wow .btn-link.text-radical-red, .wow a.text-radical-red-hover:hover {
    color: #fb4f58; }
  .wow .text-golden, .wow .btn-link.text-golden, .wow a.text-golden-hover:hover {
    color: #ca943d; }
  .wow .text-golden-yellow, .wow .btn-link.text-golden-yellow, .wow a.text-golden-yellow-hover:hover {
    color: #FF9C00; }
  .wow .text-dark-golden-yellow, .wow .btn-link.text-dark-golden-yellow, .wow a.text-dark-golden-yellow-hover:hover {
    color: #cb933d; }
  .wow .text-golden-brown, .wow .btn-link.text-golden-brown, .wow a.text-golden-brown-hover:hover {
    color: #cd9452; }
  .wow .text-slate-blue, .wow .btn-link.text-slate-blue, .wow a.text-slate-blue-hover:hover {
    color: #262b35; }
  .wow .text-slate-blue-light, .wow .btn-link.text-slate-blue-light, .wow a.text-slate-blue-light-hover:hover {
    color: #8890a4; }
  .wow .text-medium-slate-blue, .wow .btn-link.text-medium-slate-blue, .wow a.text-medium-slate-blue-hover:hover {
    color: #374162; }
  .wow .text-dark-slate-blue, .wow .btn-link.text-dark-slate-blue, .wow a.text-dark-slate-blue-hover:hover {
    color: #1f232c; }
  .wow .text-brown, .wow .btn-link.text-brown, .wow a.text-brown-hover:hover {
    color: #986248; }
  .wow .text-blue-wood, .wow .btn-link.text-blue-wood, .wow a.text-blue-wood-hover:hover {
    color: #373a63; }
  .wow .text-purple, .wow .btn-link.text-purple, .wow a.text-purple-hover:hover {
    color: #502e95; }
  .wow .text-medium-purple, .wow .btn-link.text-medium-purple, .wow a.text-medium-purple-hover:hover {
    color: #3a285e; }
  .wow .text-dark-purple, .wow .btn-link.text-dark-purple, .wow a.text-dark-purple-hover:hover {
    color: #333045; }
  .wow .text-very-light-desert-storm, .wow .btn-link.text-very-light-desert-storm, .wow a.very-light-desert-storm:hover {
    color: #faf6f3; }
  .wow .text-yellow-ochre, .wow .btn-link.text-yellow-ochre, .wow a.text-yellow-ochre-hover:hover {
    color: #c89965; }
  .wow .text-yellow-ochre-light, .wow .btn-link.text-yellow-ochre-light, .wow a.text-yellow-ochre-light-hover:hover {
    color: #c3964e; }
  .wow .text-fast-yellow, .wow .btn-link.text-fast-yellow, .wow a.text-fast-yellow-hover:hover {
    color: #F4D956; }
  .wow .text-yellow, .wow .btn-link.text-yellow, .wow a.text-yellow-hover:hover {
    color: #ffeb04; }
  .wow .text-salmon-rose, .wow .btn-link.text-salmon-rose, .wow a.text-salmon-rose-hover:hover {
    color: #ea9d8d; }
  .wow .text-tussock, .wow .btn-link.text-tussock, .wow a.text-tussock-hover:hover {
    color: #bf8c4c; }
  .wow .text-greenish-slate, .wow .btn-link.text-greenish-slate, .wow a.text-greenish-slate-hover:hover {
    color: #445a58; }
  .wow .text-seashell, .wow .btn-link.text-seashell, .wow a.text-seashell-hover:hover {
    color: #f9f6f3; }
  .wow .text-shamrock-green, .wow .btn-link.text-shamrock-green, .wow a.text-shamrock-green-hover:hover {
    color: #2ed47c; }
  .wow .text-light-brownish-orange, .wow .btn-link.text-light-brownish-orange, .wow a.text-light-brownish-orange-hover:hover {
    color: #e6994e; }
  .wow .text-greenish-gray, .wow .btn-link.text-greenish-gray, .wow a.text-greenish-gray-hover:hover {
    color: #969896; }
  .wow .text-light-greenish-gray, .wow .btn-link.text-light-greenish-gray, .wow a.text-light-greenish-gray-hover:hover {
    color: #9fa29f; }
  .wow .text-yellowish-green, .wow .btn-link.text-yellowish-green, .wow a.text-yellowish-green-hover:hover {
    color: #c7da26; }
  .wow .text-copper-red, .wow .btn-link.text-copper-red, .wow a.text-copper-red-hover:hover {
    color: #cc754c; }
  .wow .text-sunglow, .wow .btn-link.text-sunglow, .wow a.text-sunglow-hover:hover {
    color: #ffcc2e; }
  .wow .text-orange-zest, .wow .btn-link.text-orange-zest, .wow a.text-orange-zest-hover:hover {
    color: #CA7741; }
  .wow .text-dark-tussock, .wow .btn-link.text-dark-tussock, .wow a.text-dark-tussock-hover:hover {
    color: #BD884C; }
  .wow .text-echo-blue, .wow .btn-link.text-echo-blue, .wow a.text-echo-blue-hover:hover {
    color: #abadb7; }
  .wow .text-violet, .wow .btn-link.text-violet, .wow a.text-violet-hover:hover {
    color: #89af44; }
  .wow .text-iris-blue, .wow .btn-link.text-iris-blue, .wow a.text-iris-blue-hover:hover {
    color: #00B8B8; }
  .wow .text-teal-blue, .wow .btn-link.text-teal-blue, .wow a.text-teal-blue-hover:hover {
    color: #204755; }
  .wow .text-black-pearl, .wow .btn-link.text-black-pearl, .wow a.text-black-pearl-hover:hover {
    color: #0F252A; }
  .wow .text-saffron, .wow .btn-link.text-saffron, .wow a.text-saffron-hover:hover {
    color: #FFC226; }
  .wow .text-red-damask, .wow .btn-link.text-red-damask, .wow a.text-red-damask-hover:hover {
    color: #BD7655; }
  .wow .text-very-light-gray-transparent, .wow .btn-link.text-very-light-gray-transparent, .wow a.text-very-light-gray-transparent-hover:hover {
    color: rgba(237, 237, 237, 0.22); }
  .wow .text-extra-dark-gray-transparent, .wow .btn-link.text-extra-dark-gray-transparent, .wow a.text-extra-dark-gray-transparent-hover:hover {
    color: rgba(46, 46, 46, 0.15); }
  .wow .text-dark-gray-transparent, .wow .btn-link.text-dark-gray-transparent, .wow a.text-dark-gray-transparent-hover:hover {
    color: rgba(98, 98, 98, 0.1); }
  .wow .text-white-transparent, .wow .btn-link.text-white-transparent, .wow a.text-white-transparent-hover:hover {
    color: rgba(255, 255, 255, 0.7); }
  .wow .text-medium-white-transparent, .wow .btn-link.text-medium-white-transparent, .wow a.text-very-light-white-transparent-hover:hover {
    color: rgba(255, 255, 255, 0.5); }
  .wow .text-very-light-white-transparent, .wow .btn-link.text-very-light-white-transparent, .wow a.text-very-light-white-transparent-hover:hover {
    color: rgba(255, 255, 255, 0.3); }
  .wow .text-gradient-magenta-orange {
    background: linear-gradient(to right, #e42464, #e42464, #f44f5c, #fa6259, #ff7357);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-magenta-orange-2 {
    background: linear-gradient(to right, #ec606c, #ee6362, #ee6757, #ed6c4d, #eb7242);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-purple-magenta {
    background: linear-gradient(to right, #502970, #502970, #ac2775, #d42d6b, #f34259);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-light-purple-light-orange {
    background: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-sky-blue-pink {
    background: linear-gradient(to right, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-sky-blue-dark-pink {
    background: linear-gradient(to right, #5065da, #556fff, #c557ad, #e65f9a, #e66176);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-sky-blue-pink-2 {
    background: linear-gradient(to right top, #6670ed, #556fff, #d45eba, #f767a6, #f5667d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-peacock-blue-crome-yellow {
    background: linear-gradient(to right, #36c1e1, #36c1e1, #74cf8e, #bac962, #feb95b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-peacock-blue-crome-yellow-2 {
    background-image: linear-gradient(to right, #5cc088, #50c28d, #83b879, #c9a95e, #dda556);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-fast-blue-purple {
    background: linear-gradient(to right, #0039e3, #0039e3, #5e28dd, #741bd9, #8600d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-tan-geraldine {
    background-image: linear-gradient(to right, #ff9e78, #ff9979, #ff887c, #ff7c7d, #ff767e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-tussock-greenish-slate {
    background: linear-gradient(90deg, #bf8c4c 0%, #445a58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-light-purple-light-red {
    background: linear-gradient(to right, #975ade, #af63d2, #d473c0, #ef7da7, #e6686f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-light-brownish-orange-black {
    background: linear-gradient(to right, #e79e57, #9d9049, #62794c, #405c4c, #353d3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-turquoise-green-yellowish {
    background: linear-gradient(to right, #3edfb6, #58e49a, #7ce878, #a5e850, #d0e51b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-red-violet-purple {
    background-image: linear-gradient(to right, #b93c90, #a92a96, #951a9d, #7b10a5, #5412ae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-orange-pink, .wow .btn-link.text-gradient-orange-pink, .wow a.text-gradient-orange-pink, .wow a.text-gradient-orange-pink-hover:hover {
    background: linear-gradient(to right, #ff6557 0%, #ff367c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-gradient-fuego-turquoise, .wow .btn-link.text-gradient-fuego-turquoise, .wow a.text-gradient-fuego-turquoise, .wow a.text-gradient-fuego-turquoise-hover:hover {
    background: linear-gradient(to left, #0cd6a2, #56de9c, #91dc5d, #aedb40, #c7da26);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .wow .text-border {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white; }
  .wow .text-border-width-1px {
    -webkit-text-stroke-width: 1px; }
  .wow .text-border-width-2px {
    -webkit-text-stroke-width: 2px; }
  .wow .text-border-width-3px {
    -webkit-text-stroke-width: 3px; }
  .wow .text-border-width-4px {
    -webkit-text-stroke-width: 4px; }
  .wow .text-border-width-5px {
    -webkit-text-stroke-width: 5px; }
  .wow .text-border-color-black {
    -webkit-text-stroke-color: #000000; }
  .wow .letter-spacing-1-half {
    letter-spacing: 0.50px; }
  .wow .letter-spacing-1px {
    letter-spacing: 1px; }
  .wow .letter-spacing-2px {
    letter-spacing: 2px; }
  .wow .letter-spacing-3px {
    letter-spacing: 3px; }
  .wow .letter-spacing-4px {
    letter-spacing: 4px; }
  .wow .letter-spacing-5px {
    letter-spacing: 5px; }
  .wow .letter-spacing-8px {
    letter-spacing: 8px; }
  .wow .letter-spacing-10px {
    letter-spacing: 10px; }
  .wow .letter-spacing-15px {
    letter-spacing: 15px; }
  .wow .letter-spacing-20px {
    letter-spacing: 20px; }
  .wow .letter-spacing-22px {
    letter-spacing: 22px; }
  .wow .letter-spacing-25px {
    letter-spacing: 25px; }
  .wow .letter-spacing-minus-1-half {
    letter-spacing: -0.50px; }
  .wow .letter-spacing-minus-1px {
    letter-spacing: -1px; }
  .wow .letter-spacing-minus-2px {
    letter-spacing: -2px; }
  .wow .letter-spacing-minus-3px {
    letter-spacing: -3px; }
  .wow .letter-spacing-minus-4px {
    letter-spacing: -4px; }
  .wow .letter-spacing-minus-5px {
    letter-spacing: -5px; }
  .wow .letter-spacing-minus-6px {
    letter-spacing: -6px; }
  .wow .letter-spacing-minus-7px {
    letter-spacing: -7px; }
  .wow .letter-spacing-minus-8px {
    letter-spacing: -8px; }
  .wow .letter-spacing-minus-9px {
    letter-spacing: -9px; }
  .wow .letter-spacing-minus-10px {
    letter-spacing: -10px; }
  .wow .letter-spacing-inherit {
    letter-spacing: inherit; }
  .wow .white-space-normal {
    white-space: normal; }
  .wow .font-weight-100 {
    font-weight: 100 !important; }
  .wow .font-weight-200 {
    font-weight: 200 !important; }
  .wow .font-weight-300 {
    font-weight: 300 !important; }
  .wow .font-weight-400 {
    font-weight: 400 !important; }
  .wow .font-weight-500 {
    font-weight: 500 !important; }
  .wow .font-weight-600 {
    font-weight: 600 !important; }
  .wow .font-weight-700 {
    font-weight: 700 !important; }
  .wow .font-weight-800 {
    font-weight: 800 !important; }
  .wow .font-weight-900 {
    font-weight: 900 !important; }
  .wow .text-normal {
    text-transform: unset !important; }
  .wow .text-uppercase {
    text-transform: uppercase !important; }
  .wow .text-decoration-underline {
    text-decoration: underline; }
  .wow .text-decoration-none {
    text-decoration: none; }
  .wow .word-wrap {
    word-wrap: break-word; }
  .wow .text-transform-none {
    text-transform: none; }
  .wow .line-height-unset {
    line-height: unset; }
  .wow .line-height-normal {
    line-height: normal; }
  .wow .line-height-none {
    line-height: 0; }
  .wow .text-decoration-line-through {
    text-decoration: line-through; }
  .wow .text-decoration-underline-yellow {
    text-decoration: underline;
    text-decoration-color: #fee11c;
    -webkit-text-decoration-color: #fee11c; }
  .wow .text-highlight {
    padding: 4px 16px; }
  .wow .text-middle-line, .wow .text-decoration-line-wide, .wow .text-decoration-line-thick, .wow .text-decoration-line-bottom, .wow .text-decoration-line-bottom-thick, .wow .text-decoration-line-bottom-medium {
    position: relative;
    white-space: nowrap; }
  .wow .text-middle-line:before {
    border-bottom: 1px solid;
    position: absolute;
    content: "";
    width: 100%;
    top: 50%;
    left: 0;
    opacity: 0.35; }
  .wow .text-decoration-line-wide:before {
    content: "";
    border-bottom: 1px solid;
    left: -10px;
    position: absolute;
    top: 50%;
    width: calc(100% + 20px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .wow .text-decoration-line-thick:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #333333;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: -1; }
  .wow .text-decoration-line-bottom:before {
    content: "";
    border-bottom: 1px solid;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%; }
  .wow .text-decoration-line-bottom-medium:before {
    content: "";
    border-bottom: 2px solid;
    left: 0;
    position: absolute;
    top: 90%;
    width: 100%; }
  .wow .text-decoration-line-bottom-thick:before {
    content: "";
    border-bottom: 3px solid;
    left: 0;
    position: absolute;
    top: 85%;
    width: 100%; }
  .wow .text-decoration-line-bottom-gradient {
    position: relative; }
  .wow .text-decoration-line-bottom-gradient span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px; }
  .wow .first-letter {
    float: left;
    font-size: 50px;
    line-height: normal;
    margin: 0 20px 0 0;
    text-align: center;
    padding: 10px 0;
    font-weight: 600; }
  .wow .first-letter-big {
    float: left;
    font-size: 100px;
    line-height: 100px;
    margin: 0 35px 0 0;
    padding: 0 8px;
    text-align: center;
    font-weight: 600;
    position: relative; }
  .wow .first-letter-big:before {
    position: absolute;
    border-bottom: 1px solid;
    content: "";
    display: block;
    width: 100%;
    top: 55%;
    left: 0; }
  .wow .first-letter-block {
    font-size: 30px;
    height: 55px;
    line-height: 25px;
    padding: 15px 0;
    width: 55px;
    font-weight: 500;
    margin-top: 5px; }
  .wow .first-letter-block-round {
    border-radius: 6px;
    border: 1px solid; }
  .wow .first-letter-round {
    border-radius: 50%;
    font-size: 35px;
    padding: 15px;
    width: 65px;
    height: 65px;
    line-height: 35px; }
  .wow .line-height-0px {
    line-height: 0px; }
  .wow .line-height-8px {
    line-height: 8px; }
  .wow .line-height-10px {
    line-height: 10px; }
  .wow .line-height-12px {
    line-height: 12px; }
  .wow .line-height-14px {
    line-height: 14px; }
  .wow .line-height-15px {
    line-height: 15px; }
  .wow .line-height-16px {
    line-height: 16px; }
  .wow .line-height-18px {
    line-height: 18px; }
  .wow .line-height-20px {
    line-height: 20px; }
  .wow .line-height-22px {
    line-height: 22px; }
  .wow .line-height-24px {
    line-height: 24px; }
  .wow .line-height-26px {
    line-height: 26px; }
  .wow .line-height-28px {
    line-height: 28px; }
  .wow .line-height-30px {
    line-height: 30px; }
  .wow .line-height-32px {
    line-height: 32px; }
  .wow .line-height-34px {
    line-height: 34px; }
  .wow .line-height-36px {
    line-height: 36px; }
  .wow .line-height-38px {
    line-height: 38px; }
  .wow .line-height-40px {
    line-height: 40px; }
  .wow .line-height-42px {
    line-height: 42px; }
  .wow .line-height-44px {
    line-height: 44px; }
  .wow .line-height-46px {
    line-height: 46px; }
  .wow .line-height-50px {
    line-height: 50px; }
  .wow .line-height-55px {
    line-height: 55px; }
  .wow .line-height-60px {
    line-height: 60px; }
  .wow .line-height-65px {
    line-height: 65px; }
  .wow .line-height-70px {
    line-height: 70px; }
  .wow .line-height-75px {
    line-height: 75px; }
  .wow .line-height-80px {
    line-height: 80px; }
  .wow .line-height-85px {
    line-height: 85px; }
  .wow .line-height-90px {
    line-height: 90px; }
  .wow .line-height-95px {
    line-height: 95px; }
  .wow .line-height-100px {
    line-height: 100px; }
  .wow .line-height-120px {
    line-height: 120px; }
  .wow .line-height-140px {
    line-height: 140px; }
  .wow .line-height-160px {
    line-height: 160px; }
  .wow .line-height-170px {
    line-height: 170px; }
  .wow .bg-white {
    background-color: #FFF; }
  .wow .bg-black {
    background-color: #000; }
  .wow .bg-smoky-black {
    background-color: #101010; }
  .wow .bg-dark-gray {
    background-color: #757575; }
  .wow .bg-extra-dark-gray {
    background-color: #232323; }
  .wow .bg-extra-dark-gray-2 {
    background-color: #060606; }
  .wow .bg-extra-medium-gray {
    background-color: #939393; }
  .wow .bg-medium-gray {
    background-color: #e4e4e4; }
  .wow .bg-extra-light-gray {
    background-color: #cfcfcf; }
  .wow .bg-medium-light-gray {
    background-color: #ededed; }
  .wow .bg-very-light-gray {
    background-color: #fafafa; }
  .wow .bg-nero-gray {
    background-color: #141414; }
  .wow .bg-light-gray {
    background-color: #f7f7f7; }
  .wow .bg-bright-red {
    background-color: #98272a; }
  .wow .bg-fast-blue {
    background-color: #0038e3; }
  .wow .bg-neon-blue {
    background-color: #3452ff; }
  .wow .bg-transparent {
    background-color: transparent; }
  .wow .bg-sky-blue {
    background-color: #2e94eb; }
  .wow .bg-green {
    background-color: #27ae60; }
  .wow .bg-olivine-green {
    background-color: #8bb867; }
  .wow .bg-orange {
    background-color: #fd961e; }
  .wow .bg-dark-orange {
    background-color: #ff6437; }
  .wow .bg-neon-orange {
    background-color: #ff7a56; }
  .wow .bg-very-light-orange {
    background-color: #fff9f6; }
  .wow .bg-dark-red {
    background-color: #e12837; }
  .wow .bg-red {
    background-color: #E31837; }
  .wow .bg-dark-red {
    background-color: #d23134; }
  .wow .bg-light-pink {
    background-color: #f74961; }
  .wow .bg-very-light-pink {
    background-color: #f7edee; }
  .wow .bg-parrot-green {
    background-color: #cee002; }
  .wow .bg-slate-blue {
    background-color: #262b35; }
  .wow .bg-medium-slate-blue {
    background-color: #374162; }
  .wow .bg-extra-medium-slate-blue {
    background-color: #23262d; }
  .wow .bg-dark-slate-blue {
    background-color: #1f232c; }
  .wow .bg-light-peach {
    background-color: #ffd7c4; }
  .wow .bg-brown {
    background-color: #986248; }
  .wow .bg-blue-wood {
    background-color: #373a63; }
  .wow .bg-purple {
    background-color: #502e95; }
  .wow .bg-medium-purple {
    background-color: #3a285e; }
  .wow .bg-dark-purple {
    background-color: #333045; }
  .wow .bg-dark-purple-2 {
    background-color: #241526; }
  .wow .bg-yellow-ochre {
    background-color: #c89965; }
  .wow .bg-light-desert-storm {
    background-color: #f8f2eb; }
  .wow .bg-medium-desert-storm {
    background-color: #eee7de; }
  .wow .bg-yellow-ochre-light {
    background-color: #c3964e; }
  .wow .bg-yellow {
    background-color: #ffeb04; }
  .wow .bg-very-light-desert-storm {
    background-color: #faf6f3; }
  .wow .bg-light-blue {
    background-color: #F7F8FC; }
  .wow .bg-penguin-white {
    background-color: #f1edea; }
  .wow .bg-tussock {
    background-color: #bf8c4c; }
  .wow .bg-greenish-slate {
    background-color: #445a58; }
  .wow .bg-seashell {
    background-color: #f9f6f3; }
  .wow .bg-shamrock-green {
    background-color: #2ed47c; }
  .wow .bg-light-orange {
    background-color: #ffded8; }
  .wow .bg-light-cream {
    background-color: #f8f4f0; }
  .wow .bg-golden {
    background-color: #ca943d; }
  .wow .bg-light-brownish-orange {
    background-color: #e6994e; }
  .wow .bg-greenish-gray {
    background-color: #969896; }
  .wow .bg-fast-yellow {
    background-color: #F4D956; }
  .wow .bg-light-greenish-gray {
    background-color: #f0f2f0; }
  .wow .bg-cod-gray {
    background-color: #131313; }
  .wow .bg-yellowish-green {
    background-color: #c7da26; }
  .wow .bg-copper-red {
    background-color: #cc754c; }
  .wow .bg-sunglow {
    background-color: #ffcc2e; }
  .wow .bg-orange-zest {
    background-color: #CA7741; }
  .wow .bg-dark-tussock {
    background-color: #BD884C; }
  .wow .bg-golden-brown {
    background-color: #cd9452; }
  .wow .bg-solitude {
    background-color: #f4f5f9; }
  .wow .bg-east-bay {
    background-color: #4c505f; }
  .wow .bg-quartz {
    background-color: #e1e2e9; }
  .wow .bg-iris-blue {
    background-color: #00B8B8; }
  .wow .bg-light-iris-blue {
    background-color: #F0F9F9; }
  .wow .bg-dark-iris-blue {
    background-color: #048C8C; }
  .wow .bg-alice-blue {
    background-color: #EFF6F8; }
  .wow .bg-teal-blue {
    background-color: #204755; }
  .wow .bg-black-pearl {
    background-color: #0F252A; }
  .wow .bg-rose-white {
    background-color: #FBF1EB; }
  .wow .bg-red-damask {
    background-color: #BD7655; }
  .wow .bg-transparent-black {
    background-color: rgba(0, 0, 0, 0.7); }
  .wow .bg-transparent-black-light {
    background-color: rgba(0, 0, 0, 0.35); }
  .wow .bg-transparent-black-very-light {
    background-color: rgba(0, 0, 0, 0.12); }
  .wow .bg-transparent-deep-green {
    background-color: rgba(115, 180, 103, 0.9); }
  .wow .bg-transparent-dark-gray {
    background-color: rgba(117, 117, 117, 0.5); }
  .wow .bg-transparent-mengo-yellow {
    background-color: rgba(254, 187, 26, 0.9); }
  .wow .bg-transparent-chocolate {
    background-color: rgba(201, 153, 101, 0.9); }
  .wow .bg-transparent-extra-dark-gray {
    background-color: rgba(28, 28, 28, 0.9); }
  .wow .bg-transparent-extra-dark-gray2 {
    background-color: rgba(30, 30, 30, 0.8); }
  .wow .bg-transparent-white {
    background-color: rgba(255, 255, 255, 0.9); }
  .wow .bg-transparent-white2 {
    background-color: rgba(255, 255, 255, 0.1); }
  .wow .bg-transparent-white3 {
    background-color: rgba(255, 255, 255, 0.18); }
  .wow .bg-transparent-dark-purple {
    background-color: rgba(86, 79, 220, 0.9); }
  .wow .bg-transparent-dark-purple-2 {
    background-color: rgba(36, 21, 38, 0.9); }
  .wow .bg-transparent-red {
    background-color: rgba(225, 40, 55, 0.9); }
  .wow .bg-transparent-light-red {
    background-color: rgba(254, 1, 39, 0.8); }
  .wow .bg-transparent-sky-blue {
    background-color: rgba(33, 136, 224, 0.8); }
  .wow .bg-transparent-fast-blue {
    background-color: rgba(0, 56, 227, 0.9); }
  .wow .bg-transparent-fast-blue2 {
    background-color: rgba(0, 56, 227, 0.8); }
  .wow .bg-transparent-yellow-ochre {
    background-color: rgba(200, 153, 101, 0.8); }
  .wow .bg-transparent-golden-brown {
    background-color: rgba(205, 148, 82, 0.8); }
  .wow .bg-transparent-iris-blue {
    background-color: rgba(0, 184, 184, 0.9); }
  .wow .bg-gradient-magenta-orange {
    background-image: linear-gradient(to right top, #e42464, #ed3c5f, #f44f5c, #fa6259, #ff7357); }
  .wow .bg-gradient-magenta-orange-2 {
    background-image: linear-gradient(to right top, #ec606c, #ee6362, #ee6757, #ed6c4d, #eb7242); }
  .wow .bg-gradient-purple-magenta {
    background-image: linear-gradient(to right top, #502970, #7f2977, #ac2775, #d42d6b, #f34259); }
  .wow .bg-gradient-light-purple-light-orange {
    background-image: linear-gradient(to right top, #b783ff, #e37be0, #fa7cc1, #ff85a6, #ff9393); }
  .wow .bg-gradient-sky-blue-pink {
    background-image: linear-gradient(to right top, #556fff, #b263e4, #e05fc4, #f767a6, #ff798e); }
  .wow .bg-gradient-peacock-blue-crome-yellow {
    background-image: linear-gradient(to right top, #36c1e1, #28ccc0, #74cf8e, #bac962, #feb95b); }
  .wow .bg-gradient-fast-blue-purple {
    background-image: linear-gradient(to right top, #0039e3, #4132e0, #5e28dd, #741bd9, #8600d4); }
  .wow .bg-gradient-orange-pink {
    background-image: linear-gradient(to right top, #ff6557, #ff5a5f, #ff4e68, #ff4271, #ff367c); }
  .wow .bg-gradient-light-orange-light-pink {
    background-image: linear-gradient(to right top, #f5bb8d, #feb399, #ffaea8, #fdaab9, #f3aaca); }
  .wow .bg-gradient-white-light-gray {
    background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfbfb, #f9f9f9, #f7f7f7); }
  .wow .bg-gradient-solitude-white {
    background-image: linear-gradient(to top, #f4f5f9, #f4f5f9, #fbfbfd, #ffffff, #ffffff); }
  .wow .bg-gradient-light-gray-white {
    background-image: linear-gradient(to bottom, #f7f7f7, #f9f9f9, #fbfbfb, #fdfdfd, #ffffff); }
  .wow .bg-gradient-tan-geraldine {
    background-image: linear-gradient(to right top, #fb7f87, #fc8a82, #fb957f, #fa9f7f, #f7aa80); }
  .wow .bg-gradient-white-light {
    background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.1)); }
  .wow .bg-gradient-black-transparent {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 ); }
  .wow .bg-gradient-tan-geraldine-2 {
    background-image: linear-gradient(to right, #ff788d, #FF8286, #FE8681, #FE8D7D, #ff9578); }
  .wow .bg-gradient-dark-slate-blue {
    background-image: linear-gradient(to right, #252c3e, rgba(37, 44, 62, 0.66), rgba(37, 44, 62, 0.42), rgba(37, 44, 62, 0.1), rgba(37, 44, 62, 0)); }
  .wow .bg-gradient-light-violet-light-orange {
    background-image: linear-gradient(to right top, #2f0959, #3b1059, #5c2359, #b85457, #fd7956); }
  .wow .bg-gradient-tussock-greenish-slate {
    background: linear-gradient(40deg, #bf8c4c 0%, #445a58 100%); }
  .wow .bg-gradient-black-blue {
    background: linear-gradient(30deg, #040506 0%, #130e3e 100%); }
  .wow .bg-gradient-shamrock-green-light-orange {
    background-image: linear-gradient(20deg, #2ed47c 0%, #e8bf47 100%); }
  .wow .bg-gradient-dark-slate-blue-transparent {
    background: rgba(31, 35, 44, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1f232c 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #1f232c));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1f232c 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1f232c 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1f232c 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1f232c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 ); }
  .wow .bg-gradient-light-purple-light-red {
    background-image: linear-gradient(to right top, #bb85f9, #c887e5, #da8bca, #eb8fb0, #fb9398); }
  .wow .bg-gradient-white-light-greenish-gray {
    background-image: linear-gradient(to bottom, #ffffff, #f0f2f0); }
  .wow .bg-gradient-yellowish-green-turquoise {
    background-image: linear-gradient(to right top, #d0e51b, #a5e850, #7ce878, #58e49a, #3edfb6); }
  .wow .bg-gradient-extra-dark-gray-transparent {
    background: rgba(35, 35, 35, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #232323 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, #232323));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #232323 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #232323 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #232323 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #232323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#232323', GradientType=0 ); }
  .wow .bg-gradient-peacock-blue-crome-yellow-2 {
    background-image: linear-gradient(to right top, #5dcaa3, #84c685, #a8bf6d, #cab561, #e7a965); }
  .wow .bg-gradient-midium-dark-gray-transparent {
    background: rgba(20, 20, 20, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #141414 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #141414));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #141414 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #141414 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #141414 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #141414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#141414', GradientType=0 ); }
  .wow .bg-gradient-midium-gray-transparent {
    background: rgba(20, 20, 20, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #141414 150%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(150%, #141414));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #141414 150%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #141414 150%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #141414 150%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #141414 150%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#141414', GradientType=0 ); }
  .wow .bg-gradient-extra-midium-gray-transparent {
    background: rgba(20, 20, 20, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, 0.6) 150%);
    background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(150%, rgba(20, 20, 20, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, 0.6) 150%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, 0.6) 150%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, 0.6) 150%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, 0.6) 150%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#141414', GradientType=0 ); }
  .wow .bg-gradient-red-violet-purple {
    background-image: linear-gradient(to right top, #b93c90, #a92a96, #951a9d, #7b10a5, #5412ae); }
  .wow .bg-gradient-turquoise-green-yellowish {
    background-image: linear-gradient(to right top, #3edfb6, #58e49a, #7ce878, #a5e850, #d0e51b); }
  .wow .bg-gradient-alice-blue-white-light {
    background-image: linear-gradient(to bottom, #eff6f8, #ffffff); }
  .wow .bg-transparent-gradient-magenta-orange {
    background-image: linear-gradient(to right top, rgba(228, 36, 100, 0.8), rgba(237, 60, 95, 0.8), rgba(244, 79, 92, 0.8), rgba(250, 98, 89, 0.8), rgba(255, 115, 87, 0.8)); }
  .wow .bg-transparent-gradient-purple-magenta {
    background-image: linear-gradient(to right top, rgba(80, 41, 112, 0.8), rgba(127, 41, 119, 0.8), rgba(172, 39, 117, 0.8), rgba(212, 45, 107, 0.8), rgba(243, 66, 89, 0.8)); }
  .wow .bg-transparent-gradient-light-purple-light-orange {
    background-image: linear-gradient(to right top, rgba(183, 131, 255, 0.95), rgba(227, 123, 224, 0.95), rgba(250, 124, 193, 0.95), rgba(255, 133, 166, 0.95), rgba(255, 147, 147, 0.95)); }
  .wow .bg-transparent-gradient-sky-blue-pink {
    background-image: linear-gradient(to right top, rgba(85, 111, 255, 0.8), rgba(178, 99, 228, 0.8), rgba(224, 95, 196, 0.8), rgba(247, 103, 166, 0.8), rgba(255, 121, 142, 0.8)); }
  .wow .bg-transparent-gradient-peacock-blue-crome-yellow {
    background-image: linear-gradient(to right top, rgba(54, 193, 225, 0.8), rgba(40, 204, 192, 0.8), rgba(116, 207, 142, 0.8), rgba(186, 201, 98, 0.8), rgba(254, 185, 91, 0.8)); }
  .wow .bg-transparent-gradient-fast-blue-purple {
    background-image: linear-gradient(to right top, rgba(0, 57, 227, 0.8), rgba(65, 50, 224, 0.8), rgba(94, 40, 221, 0.8), rgba(116, 27, 217, 0.8), rgba(134, 0, 212, 0.8)); }
  .wow .bg-transparent-gradient-light-red-orange {
    background-image: linear-gradient(to right top, rgba(248, 78, 48, 0.8), rgba(251, 111, 86, 0)); }
  .wow .bg-transparent-gradiant-black {
    background: #232323;
    background: linear-gradient(0deg, #232323 0%, rgba(35, 35, 35, 0) 89%); }
  .wow .bg-transparent-gradiant-white-black {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); }
  .wow .bg-transparent-gradient-light-violet-light-orange {
    background-image: linear-gradient(to right top, rgba(43, 8, 89, 0.9), rgba(74, 24, 86, 0.9), rgba(127, 53, 88, 0.9), rgba(200, 92, 87, 0.9), rgba(255, 122, 86, 0.9)); }
  .wow .bg-transparent-gradient-tussock-greenish-slate {
    background: linear-gradient(40deg, rgba(191, 140, 76, 0.9) 0%, #445a58 90%); }
  .wow .bg-transparent-gradient-shamrock-green-light-orange {
    background: linear-gradient(45deg, rgba(46, 212, 124, 0.9) 0%, rgba(232, 166, 38, 0.9) 100%); }
  .wow .bg-transparent-gradient-smoky-black {
    background: #101010;
    background: -moz-radial-gradient(circle, rgba(16, 16, 16, 0) 0%, #101010 100%);
    background: -webkit-radial-gradient(circle, rgba(16, 16, 16, 0) 0%, #101010 100%);
    background: radial-gradient(circle, rgba(16, 16, 16, 0) 0%, #101010 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010",endColorstr="#101010",GradientType=1); }
  .wow .feature-box-bg-white-hover:hover {
    background-color: #fff;
    border-color: #fff !important; }

section.wow.big-section {
  padding: 160px 0; }

section.wow.extra-big-section {
  padding: 200px 0; }

section.wow.half-section {
  padding: 80px 0;
  overflow: hidden; }

.wow {
  /* box layout */
  /* overlap */
  /* revolution slider bullet */
  /* svg drawing path */
  /* google map filters */
  /* blockquote */
  /* blog blockquote */
  /* input box border */
  /* input size */
  /* newsletter size */
  /* newsletter popup */
  /* tag */
  /* separator */
  /* overlay background */
  /* opacity */
  /* box shadow */
  /* text shadow */
  /* drop shadow */
  /* z-index */
  /* absolute middle center */
  /* checkbox - radio button */
  /* ===================================
      06. Button
  ====================================== */
  /* button size */
  /* rounded button */
  /* animation button */
  /* slide button */
  /* fancy button */
  /* expanded button */
  /* link button */
  /* button box shadow */
  /* button box shadow flat */ }
  .wow .cursor-none {
    cursor: none; }
  .wow .cursor-default {
    cursor: default; }
  .wow .box-layout {
    padding: 0 90px; }
  .wow .box-layout-large {
    padding: 0 150px; }
  .wow .overlap-section {
    position: relative; }
  .wow .overlap-section-bottom {
    position: relative; }
  .wow .overlayer-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .overlap-image {
    margin-bottom: -215px;
    z-index: 1; }
  .wow .text-overlap {
    margin-bottom: -60px;
    position: relative;
    z-index: -1; }
  .wow .text-overlap-style-01 {
    position: absolute;
    right: 0;
    bottom: -110px;
    font-size: 300px;
    line-height: 300px;
    letter-spacing: -10px;
    white-space: nowrap; }
  .wow .text-overlap-style-02 {
    position: absolute;
    left: -25px;
    top: -60px;
    font-size: 154px;
    line-height: 154px;
    letter-spacing: -8px;
    white-space: nowrap; }
  .wow .text-overlap-style-03 {
    position: absolute;
    left: -115px;
    top: 0;
    font-size: 255px;
    line-height: 255px;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .wow .text-overlap-style-04 {
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 80px;
    line-height: 80px;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .wow .hermes .tp-bullet {
    height: 10px;
    width: 10px; }
  .wow .uranus.tparrows:before {
    font-size: 26px; }
  .wow .drawing-animation path, .wow .drawing-animation circle, .wow drawing-animation rect, .wow .drawing-animation polygon, .wow .drawing-animation ellipse {
    fill: none;
    stroke-width: 20px;
    stroke-dasharray: 20000;
    stroke-dashoffset: 20000;
    -webkit-animation: drawing-animation 6s linear forwards;
    animation: drawing-animation 6s linear forwards;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .wow .filter-grayscale-50 {
    -ms-filter: grayscale(50%);
    filter: grayscale(50%); }
  .wow .filter-grayscale-100 {
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); }
  .wow .filter-invert-50 {
    -ms-filter: invert(50%);
    filter: invert(50%); }
  .wow .filter-invert-100 {
    -ms-filter: invert(100%);
    filter: invert(100%); }
  .wow .filter-mix-100 {
    -ms-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%); }
  .wow .map iframe {
    height: 619px;
    vertical-align: bottom;
    width: 100%; }
  .wow blockquote {
    border-left: 2px solid;
    color: #232323;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding: 2px 40px;
    margin-top: 50px;
    margin-bottom: 50px; }
  .wow blockquote p {
    margin-bottom: 17px !important; }
  .wow blockquote footer {
    color: #828282; }
  .wow .blog-image blockquote h6::before {
    content: "\e67f";
    font-family: 'themify';
    font-size: 40px;
    top: 5px;
    position: relative;
    margin-right: 12px;
    color: #2e94eb; }
  .wow .blog-image blockquote {
    padding: 60px;
    border: 0;
    margin: 0; }
  .wow .input-border-bottom, .wow .input-border-bottom:focus {
    border: 0;
    border-bottom: 1px solid;
    padding-left: 0;
    padding-right: 0; }
  .wow .small-input, .wow .small-textarea {
    padding: 13px 15px;
    font-size: 14px; }
  .wow .small-select select {
    padding: 13px 15px; }
  .wow .medium-input, .wow .medium-textarea, .wow .medium-select select {
    padding: 15px 20px;
    font-size: 14px; }
  .wow .extra-medium-textarea {
    font-size: 14px; }
  .wow .large-input {
    padding: 18px 25px 19px; }
  .wow .extra-large-input {
    padding: 20px 36px 23px;
    font-size: 16px; }
  .wow .newsletter {
    position: relative; }
  .wow .newsletter input {
    padding-left: 0;
    padding-right: 0; }
  .wow .newsletter input + a.btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding-right: 0; }
  .wow .newsletter input.small-input + a.btn {
    top: 0px; }
  .wow .newsletter input.medium-input + a.btn {
    top: 3px; }
  .wow .newsletter input.large-input + a.btn {
    top: 8px; }
  .wow .newsletter-popup form {
    position: relative; }
  .wow .newsletter-popup form .btn-newsletter {
    border: 1px solid #dfdfdf;
    background: transparent; }
  .wow .tag-cloud a {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    margin: 0 6px 10px 0;
    padding: 5px 18px 6px;
    border-radius: 4px;
    border: 1px solid #e4e4e4; }
  .wow .tag-cloud a:hover, .wow .tag-cloud a.active {
    box-shadow: 0 0 10px rgba(23, 23, 23, 0.1);
    color: #828282; }
  .wow .separator-line-vertical {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); }
  .wow .left-line {
    position: relative; }
  .wow .left-line:after {
    border-bottom: 3px solid;
    border-color: #1dcf79;
    content: "";
    left: -60px;
    position: absolute;
    top: 48%;
    width: 40px; }
  .wow .left-line-double {
    position: relative; }
  .wow .left-line-double:after {
    border-bottom: 3px solid;
    border-color: #1dcf79;
    content: "";
    left: -60px;
    position: absolute;
    top: 18px;
    width: 40px; }
  .wow .text-side-line {
    position: relative;
    display: inline-block; }
  .wow .text-side-line:after {
    content: "";
    height: 1px;
    left: -65px;
    position: absolute;
    top: 50%;
    width: 45px;
    background: #00e092; }
  .wow .text-side-line:before {
    content: "";
    height: 1px;
    right: -65px;
    position: absolute;
    top: 50%;
    width: 45px;
    background: #00e092; }
  .wow .divider-full .divider-border:before, .wow .divider-full .divider-border:after {
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    content: "";
    border-top: 1px solid #e4e4e4; }
  .wow .divider-full .divider-border.divider-light:before, .wow .divider-full .divider-border.divider-light:after {
    border-color: rgba(255, 255, 255, 0.1); }
  .wow .overlay-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0; }
  .wow .opacity-very-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    top: 0;
    left: 0; }
  .wow .opacity-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    top: 0;
    left: 0; }
  .wow .opacity-extra-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0; }
  .wow .opacity-extra-medium-2 {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    top: 0;
    left: 0; }
  .wow .opacity-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    top: 0;
    left: 0; }
  .wow .opacity-medium-2 {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.70;
    top: 0;
    left: 0; }
  .wow .opacity-full {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    top: 0;
    left: 0; }
  .wow .opacity-full-dark {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    top: 0;
    left: 0; }
  .wow .opacity-0 {
    opacity: 0; }
  .wow .opacity-0-half {
    opacity: 0.05; }
  .wow .opacity-1 {
    opacity: 0.1; }
  .wow .opacity-1-half {
    opacity: 0.15; }
  .wow .opacity-2 {
    opacity: 0.2; }
  .wow .opacity-2-half {
    opacity: 0.25; }
  .wow .opacity-3 {
    opacity: 0.3; }
  .wow .opacity-3-half {
    opacity: 0.35; }
  .wow .opacity-4 {
    opacity: 0.4; }
  .wow .opacity-4-half {
    opacity: 0.45; }
  .wow .opacity-5 {
    opacity: 0.5; }
  .wow .opacity-5-half {
    opacity: 0.55; }
  .wow .opacity-6 {
    opacity: 0.6; }
  .wow .opacity-6-half {
    opacity: 0.65; }
  .wow .opacity-7 {
    opacity: 0.7; }
  .wow .opacity-7-half {
    opacity: 0.75; }
  .wow .opacity-8 {
    opacity: 0.8; }
  .wow .opacity-8-half {
    opacity: 0.85; }
  .wow .opacity-9 {
    opacity: 0.9; }
  .wow .opacity-9-half {
    opacity: 0.95; }
  .wow .btn-shadow {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
  .wow .box-shadow, .wow .box-shadow-hover:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .box-shadow-double-large, .wow .box-shadow-double-large-hover:hover {
    box-shadow: 0 0 35px rgba(40, 42, 54, 0.18);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .box-shadow-large, .wow .box-shadow-large-hover:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .box-shadow-extra-large, .wow .box-shadow-extra-large-hover:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .box-shadow-medium, .wow .box-shadow-medium-hover:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .box-shadow-small, .wow .box-shadow-small-hover:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .box-shadow-very-light-hover:hover, .wow .box-shadow-light-hover:hover, .wow .box-shadow-dark-hover:hover, .wow .box-shadow-large-hover:hover, .wow .box-shadow-extra-large-hover:hover, .wow .box-shadow-medium-hover:hover, .wow .box-shadow-small-hover:hover, .wow .box-shadow-double-large-hover:hover {
    -moz-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }
  .wow .text-shadow-large {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.9); }
  .wow .text-shadow-extra-large {
    text-shadow: 0 0 60px rgba(0, 0, 0, 0.9); }
  .wow .text-shadow-double-large {
    text-shadow: 0 0 100px rgba(0, 0, 0, 0.9); }
  .wow .drop-shadow svg {
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1)); }
  .wow .z-index-1 {
    z-index: 1; }
  .wow .z-index-2 {
    z-index: 2; }
  .wow .z-index-3 {
    z-index: 3; }
  .wow .z-index-4 {
    z-index: 4; }
  .wow .z-index-5 {
    z-index: 5; }
  .wow .z-index-6 {
    z-index: 6; }
  .wow .z-index-7 {
    z-index: 7; }
  .wow .z-index-8 {
    z-index: 8; }
  .wow .z-index-9 {
    z-index: 9; }
  .wow .z-index-0 {
    z-index: 0; }
  .wow .z-index-minus-1 {
    z-index: -1; }
  .wow .z-index-minus-2 {
    z-index: -2; }
  .wow .z-index-minus-3 {
    z-index: -3; }
  .wow .z-index-minus-4 {
    z-index: -4; }
  .wow .z-index-minus-5 {
    z-index: -5; }
  .wow .absolute-middle-center {
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .wow .absolute-middle-center.move-top-bottom, .wow .absolute-middle-center.move-bottom-top {
    margin-left: -10px;
    margin-top: -10px; }
  .wow input[type="checkbox"] {
    width: auto; }
  .wow input[type="checkbox"] + label {
    color: #939393;
    font-weight: normal;
    margin-bottom: 0; }
  .wow input[type="checkbox"]:checked + label {
    color: inherit; }
  .wow input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    position: relative; }
  .wow input[type="checkbox"]:checked + label span:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .wow input[type="radio"] {
    width: auto; }
  .wow input[type="radio"] + label {
    font-weight: normal;
    margin-bottom: 0; }
  .wow input[type="radio"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    position: relative;
    border-radius: 100%; }
  .wow input[type="radio"]:checked + label span:after {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 9px;
    line-height: 15px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .wow .btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 500; }
  .wow .btn.active.focus, .wow .btn.active:focus, .wow .btn.focus, .wow .btn.focus:active, .wow .btn:active:focus, .wow .btn:focus {
    outline: medium none;
    outline-offset: 0; }
  .wow input.btn:focus {
    border-width: 2px; }
  .wow .btn.active, .wow .btn:active, .wow .btn:focus {
    box-shadow: none; }
  .wow .btn i {
    vertical-align: middle;
    position: relative;
    top: -1px; }
  .wow .btn.btn-very-small {
    font-size: 10px;
    padding: 6px 16px; }
  .wow .btn.btn-small {
    font-size: 11px;
    padding: 8px 22px; }
  .wow .btn.btn-medium {
    font-size: 12px;
    padding: 10px 26px; }
  .wow .btn.btn-large {
    font-size: 13px;
    padding: 6px 32px; }
  .wow .btn.btn-extra-large {
    font-size: 14px;
    padding: 16px 40px; }
  .wow .btn-dual .btn {
    margin-left: 10px;
    margin-right: 10px; }
  .wow .btn-dual .btn:first-child {
    margin-left: 0; }
  .wow .btn .right-icon, .wow .btn-link .right-icon {
    margin-left: 8px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none; }
  .wow .btn .left-icon, .wow .btn-link .left-icon {
    margin-right: 8px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none; }
  .wow .btn.btn-round-edge-small {
    border-radius: 2px; }
  .wow .btn.btn-rounded {
    border-radius: 50px; }
  .wow .btn.btn-rounded.btn-very-small {
    padding: 6px 20px; }
  .wow .btn.btn-rounded.btn-small {
    padding: 8px 26px; }
  .wow .btn.btn-rounded.btn-medium {
    padding: 10px 32px; }
  .wow .btn.btn-rounded.btn-large {
    padding: 6px 50px; }
  .wow .btn.btn-rounded.btn-extra-large {
    padding: 16px 44px; }
  .wow .btn.btn-round-edge {
    border-radius: 4px; }
  .wow .btn-fixed-bottom {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center; }
  .wow .btn.btn-rounded.btn-extra-large.btn-expand-ltr {
    padding: 15px 28px 15px; }
  .wow .btn.btn-rounded.btn-extra-large.btn-expand-ltr span {
    width: 50px; }
  .wow .btn.btn-rounded.btn-large.btn-expand-ltr {
    padding: 14px 26px 14px; }
  .wow .btn.btn-rounded.btn-large.btn-expand-ltr span {
    width: 46px; }
  .wow .btn.btn-rounded.btn-medium.btn-expand-ltr {
    padding: 7px 21px 7px; }
  .wow .btn.btn-rounded.btn-medium.btn-expand-ltr span {
    width: 32px; }
  .wow .btn.btn-rounded.btn-small.btn-expand-ltr {
    padding: 7px 20px 7px; }
  .wow .btn.btn-rounded.btn-small.btn-expand-ltr span {
    width: 30px; }
  .wow .btn.btn-rounded.btn-very-small.btn-expand-ltr {
    padding: 5px 17px 5px; }
  .wow .btn.btn-rounded.btn-very-small.btn-expand-ltr span {
    width: 25px; }
  .wow .btn.btn-slide-up-bg, .wow .btn.btn-slide-down-bg, .wow .btn.btn-slide-left-bg, .wow .btn.btn-slide-right-bg {
    position: relative;
    z-index: 1;
    overflow: hidden; }
  .wow .btn.btn-slide-up-bg span, .wow .btn.btn-slide-down-bg span, .wow .btn.btn-slide-left-bg span, .wow .btn.btn-slide-right-bg span {
    position: absolute;
    height: 100%;
    width: 101%;
    z-index: -1;
    left: -1px;
    top: 0; }
  .wow .btn.btn-slide-up-bg span, .wow .btn.btn-slide-down-bg span, .wow .btn.btn-slide-left-bg span, .wow .btn.btn-slide-right-bg span {
    position: absolute;
    height: 100%;
    width: 101%;
    z-index: -1;
    left: -1px;
    top: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .btn.btn-slide-up-bg span {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  .wow .btn.btn-slide-down-bg span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .wow .btn.btn-slide-up-bg:hover span, .wow .btn.btn-slide-down-bg:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .wow .btn.btn-slide-left-bg span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .wow .btn.btn-slide-right-bg span {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .wow .btn.btn-slide-left-bg:hover span, .wow .btn.btn-slide-right-bg:hover span {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .wow .btn-slide-icon i {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .btn-slide-icon:hover i {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .btn-slide-icon-left i {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .btn-slide-icon-left:hover i {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .btn.btn-fancy.btn-very-small {
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 7px 18px; }
  .wow .btn.btn-fancy.btn-small {
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 10px 24px; }
  .wow .btn.btn-fancy.btn-medium {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 28px; }
  .wow .btn.btn-fancy.btn-large {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 13px 32px; }
  .wow .btn.btn-fancy.btn-extra-large {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 18px 38px; }
  .wow .btn.btn-expand-ltr {
    position: relative;
    z-index: 1; }
  .wow .btn.btn-expand-ltr.btn-rounded span {
    border-radius: 50px; }
  .wow .btn.btn-expand-ltr:hover span {
    width: 100% !important; }
  .wow .btn.btn-expand-ltr:active {
    border-color: transparent; }
  .wow .btn.btn-expand-ltr.text-extra-dark-gray:active, .wow .btn.btn-expand-ltr.text-extra-dark-gray:focus, .wow .btn.btn-expand-ltr.text-extra-dark-gray:hover {
    color: #232323; }
  .wow .btn.btn-expand-ltr.text-extra-dark-gray.text-white-hover:active, .wow .btn.btn-expand-ltr.text-extra-dark-gray.text-white-hover:focus, .wow .btn.btn-expand-ltr.text-extra-dark-gray.text-white-hover:hover {
    color: #fff; }
  .wow .btn.btn-expand-ltr span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .btn.btn-expand-ltr i {
    display: inline-block;
    margin-left: 3px;
    opacity: 0;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  .wow .btn.btn-expand-ltr:hover i {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .wow .btn.btn-link {
    padding: 7px 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid;
    background-color: transparent; }
  .wow .btn.btn-link:active {
    border-bottom: 2px solid; }
  .wow .btn.btn-link:hover, .wow .btn.btn-link-gradient:hover {
    opacity: .7; }
  .wow .btn.btn-link.thin {
    padding: 7px 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 1px solid;
    background-color: transparent; }
  .wow .btn.btn-link.thin:hover, .wow .btn.btn-link-gradient:hover {
    opacity: .7; }
  .wow .btn.btn-link-gradient {
    padding: 7px 0 2px;
    position: relative;
    border: 0;
    background-color: transparent; }
  .wow .btn.btn-link-gradient > span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%; }
  .wow .btn-box-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .wow .btn-box-shadow:hover {
    box-shadow: 0 8px 30px -5px rgba(0, 0, 0, 0.2);
    -moz-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }
  .wow .btn.btn-box-shadow.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #232323; }
  .wow .btn.btn-box-shadow.btn-white:hover, .wow .btn.btn-white:focus {
    background: #ffffff;
    color: #232323; }
  .wow .btn.btn-box-shadow.btn-dark-gray {
    background: #232323;
    border-color: #232323;
    color: #fff; }
  .wow .btn.btn-box-shadow.btn-dark-gray:hover, .wow .btn.btn-extra-dark-gray:focus {
    background: #232323;
    color: #fff; }
  .wow .btn.btn-box-shadow.btn-golden-brown {
    background: #CD9452;
    border-color: #CD9452;
    color: #fff; }
  .wow .btn.btn-box-shadow.btn-golden-brown:hover, .wow .btn.btn-extra-dark-gray:focus {
    background: #CD9452;
    color: #fff; }
  .wow .btn.btn-box-shadow.btn-red {
    background: #E31837;
    border-color: #E31837;
    color: #ffffff; }
  .wow .btn.btn-box-shadow.btn-red:hover, .wow .btn.btn-red:focus {
    background: #E31837;
    color: #ffffff; }
  .wow .btn-box-shadow-flat {
    box-shadow: 2px 2px 0 black;
    border-width: 1px; }
  .wow .btn-box-shadow-flat:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  .wow .btn.btn-box-shadow-flat.btn-transparent-dark-gray {
    background: transparent;
    border-color: #232323;
    color: #232323; }
  .wow .btn.btn-box-shadow-flat.btn-transparent-dark-gray:hover, .wow .btn.btn-transparent-dark-gray:focus {
    background: #232323;
    color: #fff;
    border-color: transparent; }
  .wow .btn.btn-box-shadow-flat.btn-transparent-red {
    background: transparent;
    border-color: #E31837;
    color: #E31837; }
  .wow .btn.btn-box-shadow-flat.btn-transparent-red:hover, .wow .btn.btn-transparent-red:focus {
    background: #E31837;
    color: #fff;
    border-color: transparent; }

.wow {
  /* button flat background */ }
  .wow .btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #232323; }
  .wow .btn.btn-white:hover, .wow .btn.btn-white:focus {
    background: transparent;
    color: #fff; }
  .wow .btn.btn-black {
    background: #000000;
    border-color: #000000;
    color: #fff; }
  .wow .btn.btn-black:hover, .wow .btn.btn-black:focus {
    background: transparent;
    color: #000; }

.product-content .half-section a.btn.btn-red, .btn.btn-red {
  background: #E31837;
  border-color: #E31837;
  color: #fff; }

.wow {
  /* button only border */
  /* button gradient */
  /* button gradient border */
  /* action button */
  /* ===================================
      07. Border
  ====================================== */
  /*.border-all { border: 1px solid !important; }
  .border-top { border-top: 1px solid !important; }
  .border-bottom { border-bottom: 1px solid !important; }
  .border-left { border-left: 1px solid !important; }
  .border-right { border-right: 1px solid !important; }
  .border-lr { border-left: 1px solid; border-right: 1px solid !important; }
  .border-tb { border-top: 1px solid; border-bottom: 1px solid !important; }*/
  /* border width */
  /*.border-width-1px { border-width:1px !important; }
  .border-width-2px { border-width:2px !important; }
  .border-width-3px { border-width:3px !important; }
  .border-width-4px { border-width:4px !important; }
  .border-width-5px { border-width:5px !important; }
  .border-width-6px { border-width:6px !important; }
  .border-width-7px { border-width:7px !important; }
  .border-width-8px { border-width:8px !important; }
  .border-width-9px { border-width:9px !important; }
  .border-width-10px { border-width:10px !important; }
  .border-width-11px { border-width:11px !important; }
  .border-width-12px { border-width:12px !important; }
  .border-width-13px { border-width:13px !important; }
  .border-width-14px { border-width:14px !important; }
  .border-width-15px { border-width:15px !important; }
  .border-width-16px { border-width:16px !important; }
  .border-width-17px { border-width:17px !important; }
  .border-width-18px { border-width:18px !important; }
  .border-width-19px { border-width:19px !important; }
  .border-width-20px { border-width:20px !important; }*/
  /* border color */
  /*.border-color-white { border-color: #fff !important; }
  .border-color-black { border-color: #000 !important; }
  .border-color-sky-blue { border-color: #2e94eb !important; }
  .border-color-extra-dark-gray { border-color: #232323 !important; }
  .border-color-medium-dark-gray { border-color: #363636 !important; }
  .border-color-dark-gray { border-color: #939393 !important; }
  .border-color-extra-medium-gray { border-color: #dbdbdb !important; }
  .border-color-medium-gray { border-color: #e4e4e4 !important; }
  .border-color-medium-light-gray { border-color: #757575 !important; }
  .border-color-extra-light-gray { border-color: #ededed !important; }
  .border-color-light-gray { border-color: #f5f5f5 !important; }
  .border-color-light-pink { border-color: #ff85a6 !important; }
  .border-color-fast-blue { border-color: #0038e3 !important; }
  .border-color-light-peach { border-color: #ffd7c4 !important; }
  .border-color-neon-orange { border-color: #ff7a56 !important; }
  .border-color-green { border-color: #27ae60 !important; }
  .border-color-olivine-green { border-color: #8bb867 !important; }
  .border-color-shamrock-green { border-color: #2ed47c !important; }
  .border-color-light-brownish-orange {border-color: #e6994e !important;}
  .border-color-golden-brown {border-color: #CD9452 !important;}*/
  /* transparent border */
  /*.border-color-transparent { border-color: transparent !important; }
  .border-color-black-transparent { border-color: rgba(0,0,0,.1) !important; }
  .border-color-white-transparent { border-color: rgba(255,255,255,.1) !important; }
  .border-color-golden-transparent { border-color: rgba(202, 148, 61, 0.4) !important; }
  .border-color-pink-transparent { border-color: rgba(255, 33, 79, 0.45) !important; }
  .border-color-dark-white-transparent { border-color: rgba(255,255,255,0.2) !important; }
  .border-color-medium-white-transparent { border-color: rgba(255,255,255,0.4) !important; }
  .border-color-full-dark-white-transparent { border-color: rgba(255,255,255,0.05) !important; }
  .border-color-light-white-transparent { border-color: rgba(255,255,255,0.1) !important; }
  .border-color-nero-transparent { border-color: rgba(25,25,25,0.1) !important; }
  .border-color-extra-medium-gray-transparent { border-color: rgba(219,219,219,.04) !important; }
  .border-color-copper-red-transparent { border-color: rgba(204,117,76,.3) !important; }*/
  /* border gradient */
  /*.border-gradient-magenta-orange { border-image: linear-gradient(to right top, #e42464, #ed3c5f, #f44f5c, #fa6259, #ff7357); border-image-slice: 1;  }
  .border-gradient-purple-magenta { border-image: linear-gradient(to right top, #502970, #7f2977, #ac2775, #d42d6b, #f34259); border-image-slice: 1; }
  .border-gradient-light-purple-light-orange { border-image: linear-gradient(to right top, #b783ff, #e37be0, #fa7cc1, #ff85a6, #ff9393); border-image-slice: 1; }
  .border-gradient-sky-blue-pink { border-image: linear-gradient(to right top, #556fff, #b263e4, #e05fc4, #f767a6, #ff798e); border-image-slice: 1; }
  .border-gradient-peacock-blue-crome-yellow { border-image: linear-gradient(to right top, #36c1e1, #28ccc0, #74cf8e, #bac962, #feb95b); border-image-slice: 1; }
  .border-gradient-fast-blue-purple { border-image: linear-gradient(to right top, #0039e3, #4132e0, #5e28dd, #741bd9, #8600d4); border-image-slice: 1; }
  .border-gradient-light-purple-light-red { border-image: linear-gradient(to right top, #bb85f9, #c887e5, #da8bca, #eb8fb0, #fb9398); border-image-slice: 1; }
  .border-gradient-light-brownish-orange-black { border-image: linear-gradient(to right top, #e79e57, #9d9049, #62794c, #405c4c, #353d3c); border-image-slice: 1; }
  .border-gradient-red-violet-purple { border-image: linear-gradient(to right, #b93d90, #a92b95, #951b9c, #7a11a4, #5412ad); border-image-slice: 1; }*/
  /* border style */
  /*.border-dotted { border-style: dotted !important; }
  .border-dashed { border-style: dashed !important; }
  .border-solid { border-style: solid !important; }
  .border-double { border-style: double !important; }
  .border-groove { border-style: groove !important; }
  .border-ridge { border-style: ridge !important; }
  .border-inset { border-style: inset !important; }
  .border-outset { border-style: outset !important; }
  .border-none { border-style: none !important; }
  .border-hidden { border-style: hidden !important; }
  .border-transperent { border-color: transparent !important; }*/
  /* no border */
  /*.no-border { border:0 !important; }
  .no-border-top { border-top:0 !important; }
  .no-border-bottom { border-bottom:0 !important; }
  .no-border-right { border-right:0 !important; }
  .no-border-left { border-left:0 !important; }
  .no-border-top-bottom { border-top:0 !important; border-bottom: 0 !important; }
  .no-border-left-right { border-left:0 !important; border-right: 0 !important; }*/
  /* border radius */
  /*.border-radius-0px { border-radius: 0; }
  .border-radius-1px { border-radius:1px; }
  .border-radius-2px { border-radius:2px; }
  .border-radius-3px { border-radius:3px; }
  .border-radius-4px { border-radius:4px; }
  .border-radius-5px { border-radius:5px; }
  .border-radius-6px { border-radius:6px; }
  .border-radius-7px { border-radius:7px; }
  .border-radius-8px { border-radius:8px; }
  .border-radius-9px { border-radius:9px; }
  .border-radius-10px { border-radius:10px; }
  .border-radius-20px { border-radius:20px; }
  .border-radius-30px { border-radius:30px; }
  .border-radius-40px { border-radius:40px; }
  .border-radius-50px { border-radius:50px; }
  .border-radius-100px { border-radius:100px; }
  .border-radius-50 { border-radius:50%; }
  .border-radius-100 { border-radius:100%; }
  .no-border-radius { border-radius:0 !important; }*/
  /* ===================================
      08. Video
  ====================================== */
  /* ===================================
      09. Background image
  ====================================== */
  /* background parallax */
  /* ===================================
      10. Margin
  ====================================== */
  /* margin top */
  /* margin bottom */
  /* margin right */
  /* margin left */
  /* margin left right */ }
  .wow .btn.btn-red:hover, .wow .btn.btn-red:focus {
    background: transparent;
    color: #E31837; }
  .wow .btn.btn-dark-gray {
    background: #232323;
    border-color: #232323;
    color: #fff; }
  .wow .btn.btn-dark-gray:hover, .wow .btn.btn-dark-gray:focus {
    background: transparent;
    color: #232323; }
  .wow .btn.btn-light-gray {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #232323; }
  .wow .btn.btn-light-gray:hover, .wow .btn.btn-light-gray:focus {
    background: transparent;
    border-color: #dbdbdb;
    color: #dbdbdb; }
  .wow .btn.btn-fast-blue {
    background: #0038e3;
    border-color: #0038e3;
    color: #ffffff; }
  .wow .btn.btn-fast-blue:hover, .wow .btn.btn-fast-blue:focus {
    background: transparent;
    color: #0038e3; }
  .wow .btn.btn-green {
    background: #27AE60;
    border-color: #27AE60;
    color: #ffffff; }
  .wow .btn.btn-green:hover, .wow .btn.btn-green:focus {
    background: transparent;
    color: #27AE60; }
  .wow .btn.btn-olivine-green {
    background: #8bb867;
    border-color: #8bb867;
    color: #ffffff; }
  .wow .btn.btn-olivine-green:hover, .wow .btn.btn-olivine-green:focus {
    background: transparent;
    color: #8bb867; }
  .wow .btn.btn-sky-blue {
    background: #2e94eb;
    border-color: #2e94eb;
    color: #ffffff; }
  .wow .btn.btn-sky-blue:hover, .wow .btn.btn-sky-blue:focus {
    background: transparent;
    color: #2e94eb; }
  .wow .btn.btn-yellow-ochre {
    background: #c89965;
    border-color: #c89965;
    color: #ffffff; }
  .wow .btn.btn-yellow-ochre:hover, .wow .btn.btn-yellow-ochre:focus {
    background: transparent;
    color: #c89965; }
  .wow .btn.btn-fast-yellow {
    background: #F4D956;
    border-color: #F4D956;
    color: #232323; }
  .wow .btn.btn-fast-yellow:hover, .wow .btn.btn-fast-yellow:focus {
    background: transparent;
    color: #F4D956; }
  .wow .btn.btn-dark-purple {
    background: #333045;
    border-color: #333045;
    color: #ffffff; }
  .wow .btn.btn-dark-purple:hover, .wow .btn.btn-dark-purple:focus {
    background: transparent;
    color: #333045; }
  .wow .btn.btn-slate-blue {
    background: #262b35;
    border-color: #262b35;
    color: #ffffff; }
  .wow .btn.btn-slate-blue:hover, .wow .btn.btn-slate-blue:focus {
    background: transparent;
    color: #262b35; }
  .wow .btn.btn-medium-slate-blue {
    background: #374162;
    border-color: #374162;
    color: #ffffff; }
  .wow .btn.btn-medium-slate-blue:hover, .wow .btn.btn-medium-slate-blue:focus {
    background: transparent;
    color: #374162; }
  .wow .btn.btn-neon-orange {
    background: #ff7a56;
    border-color: #ff7a56;
    color: #ffffff; }
  .wow .btn.btn-neon-orange:hover, .wow .btn.btn-neon-orange:focus {
    background: transparent;
    color: #ff7a56; }
  .wow .btn.btn-salmon-rose {
    background: #ea9d8d;
    border-color: #ea9d8d;
    color: #232323; }
  .wow .btn.btn-salmon-rose:hover, .wow .btn.btn-salmon-rose:focus {
    background: transparent;
    color: #ea9d8d; }
  .wow .btn.btn-tussock {
    background: #bf8c4c;
    border-color: #bf8c4c;
    color: #ffffff; }
  .wow .btn.btn-tussock:hover, .wow .btn.btn-tussock:focus {
    background: transparent;
    color: #bf8c4c; }
  .wow .btn.btn-golden {
    background: #ca943d;
    border-color: #ca943d;
    color: #ffffff; }
  .wow .btn.btn-golden:hover, .wow .btn.btn-golden:focus {
    background: transparent;
    color: #ca943d; }
  .wow .btn.btn-golden-brown {
    background: #CD9452;
    border-color: #CD9452;
    color: #ffffff; }
  .wow .btn.btn-golden-brown:hover, .wow .btn.btn-golden-brown:focus {
    background: transparent;
    color: #CD9452; }
  .wow .btn.btn-iris-blue {
    background: #00B8B8;
    border-color: #00B8B8;
    color: #ffffff; }
  .wow .btn.btn-iris-blue:hover, .wow .btn.btn-iris-blue:focus {
    background: transparent;
    color: #00B8B8; }
  .wow .btn.btn-teal-blue {
    background: #204755;
    border-color: #204755;
    color: #ffffff; }
  .wow .btn.btn-teal-blue:hover, .wow .btn.btn-teal-blue:focus {
    background: transparent;
    color: #204755; }
  .wow .btn.btn-nero {
    background: #1C1C1C;
    border-color: #1C1C1C;
    color: #ffffff; }
  .wow .btn.btn-nero:hover, .wow .btn.btn-nero:focus {
    background: transparent;
    color: #1C1C1C; }
  .wow .btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff; }
  .wow .btn.btn-transparent-white:hover, .wow .btn.btn-transparent-white:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #232323; }
  .wow .btn.btn-transparent-black {
    background: transparent;
    border-color: #000000;
    color: #000000; }
  .wow .btn.btn-transparent-black:hover, .wow .btn.btn-transparent-black:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff; }
  .wow .btn.btn-transparent-dark-gray {
    background: transparent;
    border-color: #232323;
    color: #232323; }
  .wow .btn.btn-transparent-dark-gray:hover, .wow .btn.btn-transparent-dark-gray:focus {
    background: #232323;
    border-color: #232323;
    color: #ffffff; }
  .wow .btn.btn-transparent-light-gray {
    background: transparent;
    border-color: #dbdbdb;
    color: #232323; }
  .wow .btn.btn-transparent-light-gray:hover, .wow .btn.btn-transparent-light-gray:focus {
    background: #232323;
    border-color: #232323;
    color: #ffffff; }
  .wow .btn.btn-transparent-medium-light-gray {
    background: transparent;
    border-color: #757575;
    color: #757575; }
  .wow .btn.btn-transparent-medium-light-gray:hover, .wow .btn.btn-transparent-medium-light-gray:focus {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #232323; }
  .wow .btn.btn-transparent-fast-blue {
    background: transparent;
    border-color: #0038e3;
    color: #0038e3; }
  .wow .btn.btn-transparent-fast-blue:hover, .wow .btn.btn-transparent-fast-blue:focus {
    background: #0038e3;
    border-color: #0038e3;
    color: #fff; }
  .wow .btn.btn-transparent-green {
    background: transparent;
    border-color: #1dcf79;
    color: #1dcf79; }
  .wow .btn.btn-transparent-green:hover, .wow .btn.btn-transparent-green:focus {
    background: #1dcf79;
    border-color: #1dcf79;
    color: #fff; }
  .wow .btn.btn-transparent-slate-blue {
    background: transparent;
    border-color: #262b35;
    color: #262b35; }
  .wow .btn.btn-transparent-slate-blue:hover, .wow .btn.btn-transparent-slate-blue:focus {
    background: #262b35;
    border-color: #262b35;
    color: #fff; }
  .wow .btn.btn-transparent-medium-slate-blue {
    background: transparent;
    border-color: #374162;
    color: #374162; }
  .wow .btn.btn-transparent-medium-slate-blue:hover, .wow .btn.btn-transparent-medium-slate-blue:focus {
    background: #374162;
    border-color: #374162;
    color: #fff; }
  .wow .btn.btn-transparent-tussock {
    background: transparent;
    border-color: #bf8c4c;
    color: #bf8c4c; }
  .wow .btn.btn-transparent-tussock:hover, .wow .btn.btn-transparent-tussock:focus {
    background: #bf8c4c;
    border-color: #bf8c4c;
    color: #fff; }
  .wow .btn.btn-transparent-golden-brown {
    background: transparent;
    border-color: #CD9452;
    color: #CD9452; }
  .wow .btn.btn-transparent-golden-brown:hover, .wow .btn.btn-transparent-golden-brown:focus {
    background: #CD9452;
    border-color: #CD9452;
    color: #fff; }
  .wow .btn.btn-transparent-red {
    background: transparent;
    border-color: #E31837;
    color: #E31837; }
  .wow .btn.btn-transparent-red:hover, .wow .btn.btn-transparent-red:focus {
    background: #E31837;
    border-color: #E31837;
    color: #ffffff; }
  .wow .btn-gradient-magenta-orange {
    background-image: linear-gradient(to right, #e42564, #fa6259, #e42564);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-magenta-orange:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-magenta-orange-2 {
    background-image: linear-gradient(to right, #ec606c, #eb7242, #ec606c);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-magenta-orange-2:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-purple-magenta {
    background: linear-gradient(to right, #502970, #f34259, #502970);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-purple-magenta:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-light-purple-light-orange {
    background-image: linear-gradient(to right, #b884fd, #fe73a8, #b884fd);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-light-purple-light-orange:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-sky-blue-pink {
    background: linear-gradient(to right, #556fff, #ff798e, #556fff);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-sky-blue-pink:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-peacock-blue-crome-yellow {
    background: linear-gradient(to right, #36c1e1, #feb95b, #36c1e1);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-peacock-blue-crome-yellow:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-fast-blue-purple {
    background: linear-gradient(to right, #0039e3, #8600d4, #0039e3);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-fast-blue-purple:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-tan-geraldine {
    background-image: linear-gradient(to right, #fe8182, #f8a380, #fe8182);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-tan-geraldine:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-tan-geraldine-2 {
    background-image: linear-gradient(to right, #ff798c, #ff7e89, #ff8584, #ff8d7e, #ff927a);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-tan-geraldine-2:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-shamrock-green-light-orange {
    background-image: linear-gradient(to right, #2ed47c, #e8a626, #2ed47c);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-shamrock-green-light-orange:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-light-purple-light-red {
    background-image: linear-gradient(to right, #b884fd, #fd9395, #b884fd);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-light-purple-light-red:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-yellowish-green-turquoise {
    background-image: linear-gradient(to right, #d0e51b, #3edfb6, #d0e51b);
    color: #232323;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-yellowish-green-turquoise:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-peacock-blue-crome-yellow-2 {
    background-image: linear-gradient(to right, #5cc088, #e7a965, #5cc088);
    color: #ffffff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .wow .btn.btn-gradient-peacock-blue-crome-yellow-2:active {
    color: #fff;
    border-color: transparent; }
  .wow .btn-gradient-shamrock-green-light-orange:hover, .wow .btn-gradient-shamrock-green-light-orange:focus, .wow .btn-gradient-tan-geraldine-2:hover, .wow .btn-gradient-tan-geraldine-2:focus, .wow .btn-gradient-magenta-orange:hover, .wow .btn-gradient-magenta-orange:focus, .wow .btn-gradient-magenta-orange-2:hover, .wow .btn-gradient-magenta-orange-2:focus, .wow .btn-gradient-purple-magenta:hover, .wow .btn-gradient-purple-magenta:focus, .wow .btn-gradient-light-purple-light-orange:hover, .wow .btn-gradient-light-purple-light-orange:focus, .wow .btn-gradient-sky-blue-pink:hover, .wow .btn-gradient-sky-blue-pink:focus, .wow .btn-gradient-peacock-blue-crome-yellow:hover, .wow .btn-gradient-peacock-blue-crome-yellow:focus, .wow .btn-gradient-fast-blue-purple:hover, .wow .btn-gradient-fast-blue-purple:focus, .wow .btn-gradient-tan-geraldine:hover, .wow .btn-gradient-tan-geraldine:focus, .wow .btn-gradient-light-purple-light-red:hover, .wow .btn-gradient-light-purple-light-red:focus, .wow .btn-gradient-yellowish-green-turquoise:hover, .wow .btn-gradient-yellowish-green-turquoise:focus, .wow .btn-gradient-peacock-blue-crome-yellow-2:hover, .wow .btn-gradient-peacock-blue-crome-yellow-2:focus {
    background-position: right center;
    color: #fff; }
  .wow .btn.btn-transparent-gradient-sky-blue-pink {
    background: transparent;
    color: #232323;
    border-image-slice: 1;
    border-image-source: linear-gradient(45deg, #556fff, #ff798e); }
  .wow .btn.btn-transparent-gradient-sky-blue-pink:hover, .wow .btn.btn-transparent-gradient-sky-blue-pink:focus {
    background: transparent;
    color: #232323; }
  .wow .btn-primary:focus, .wow .btn-success:focus, .wow .btn-danger:focus {
    color: #fff; }
  .wow .btn-info:focus, .wow .btn-warning:focus {
    color: var(--bs-btn-color); }
  .wow .video-wrapper {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%; }
  .wow .html-video {
    background-color: #000;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: -3; }
  .wow .video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: -5px !important;
    width: 100%; }
  .wow .video-background {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    background: rgba(67, 67, 67, 0.5); }
  .wow .html-video-play {
    position: relative;
    text-align: center; }
  .wow .html-video-play .play-icon, .wow .html-video-play .pause-icon {
    position: absolute;
    left: 50%;
    padding-left: 8px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .wow .html-video-play[playing="true"] .play-icon, .wow .html-video-play .pause-icon {
    opacity: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .wow .html-video-play[playing="true"] .play-icon {
    top: 0; }
  .wow .html-video-play .pause-icon {
    top: 100%; }
  .wow .html-video-play .play-icon, .wow .html-video-play[playing="true"] .pause-icon {
    opacity: 1;
    top: 50%;
    visibility: visible;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .wow .play-icon-animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .play-icon-animation:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .bg-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden; }
  .wow .bg-video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .wow .cover-background {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    background-position: center center !important; }
  .wow .fix-background {
    position: relative;
    background-size: cover !important;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important; }
  .wow .background-size-inherit {
    background-size: inherit; }
  .wow .background-attachment-inherit {
    background-attachment: inherit; }
  .wow .background-position-left {
    background-position: left center; }
  .wow .background-position-left-bottom {
    background-position: left bottom; }
  .wow .background-position-right {
    background-position: right center; }
  .wow .background-position-top {
    background-position: right top; }
  .wow .background-position-center-top {
    background-position: center top; }
  .wow .background-position-right-bottom {
    background-position: right bottom; }
  .wow .background-position-center-bottom {
    background-position: center bottom !important; }
  .wow .background-repeat {
    background-repeat: repeat; }
  .wow .background-no-repeat {
    background-repeat: no-repeat; }
  .wow .background-position-center {
    background-position: center; }
  .wow .up-down-ani {
    display: table;
    position: relative;
    -webkit-animation-name: down-arrow;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: down-arrow;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-delay: 0.8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    margin: 0 auto; }
  .wow .cover-img {
    object-fit: cover;
    height: 100%; }
  .wow .parallax {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s; }
  .wow .parallax-fix {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    transition-duration: 0.2s;
    transition-timing-function: ease-in; }
  .wow .margin-one-all {
    margin: 1%; }
  .wow .margin-two-all {
    margin: 2%; }
  .wow .margin-three-all {
    margin: 3%; }
  .wow .margin-four-all {
    margin: 4%; }
  .wow .margin-five-all {
    margin: 5%; }
  .wow .margin-six-all {
    margin: 6%; }
  .wow .margin-seven-all {
    margin: 7%; }
  .wow .margin-eight-all {
    margin: 8%; }
  .wow .margin-nine-all {
    margin: 9%; }
  .wow .margin-ten-all {
    margin: 10%; }
  .wow .margin-eleven-all {
    margin: 11%; }
  .wow .margin-twelve-all {
    margin: 12%; }
  .wow .margin-thirteen-all {
    margin: 13%; }
  .wow .margin-fourteen-all {
    margin: 14%; }
  .wow .margin-fifteen-all {
    margin: 15%; }
  .wow .margin-sixteen-all {
    margin: 16%; }
  .wow .margin-seventeen-all {
    margin: 17%; }
  .wow .margin-eighteen-all {
    margin: 18%; }
  .wow .margin-nineteen-all {
    margin: 19%; }
  .wow .margin-twenty-all {
    margin: 20%; }
  .wow .margin-5px-all {
    margin: 5px; }
  .wow .margin-10px-all {
    margin: 10px; }
  .wow .margin-15px-all {
    margin: 15px; }
  .wow .margin-20px-all {
    margin: 20px; }
  .wow .margin-25px-all {
    margin: 25px; }
  .wow .margin-30px-all {
    margin: 30px; }
  .wow .margin-35px-all {
    margin: 35px; }
  .wow .margin-40px-all {
    margin: 40px; }
  .wow .margin-45px-all {
    margin: 45px; }
  .wow .margin-50px-all {
    margin: 50px; }
  .wow .margin-55px-all {
    margin: 55px; }
  .wow .margin-60px-all {
    margin: 60px; }
  .wow .margin-65px-all {
    margin: 65px; }
  .wow .margin-70px-all {
    margin: 70px; }
  .wow .margin-75px-all {
    margin: 75px; }
  .wow .margin-80px-all {
    margin: 80px; }
  .wow .margin-85px-all {
    margin: 85px; }
  .wow .margin-90px-all {
    margin: 90px; }
  .wow .margin-95px-all {
    margin: 95px; }
  .wow .margin-100px-all {
    margin: 100px; }
  .wow .margin-1-rem-all {
    margin: 1rem; }
  .wow .margin-1-half-rem-all {
    margin: 1.5rem; }
  .wow .margin-2-rem-all {
    margin: 2rem; }
  .wow .margin-2-half-rem-all {
    margin: 2.5rem; }
  .wow .margin-3-rem-all {
    margin: 3rem; }
  .wow .margin-3-half-rem-all {
    margin: 3.5rem; }
  .wow .margin-4-rem-all {
    margin: 4rem; }
  .wow .margin-4-half-rem-all {
    margin: 4.5rem; }
  .wow .margin-5-rem-all {
    margin: 5rem; }
  .wow .margin-5-half-rem-all {
    margin: 5.5rem; }
  .wow .margin-6-rem-all {
    margin: 6rem; }
  .wow .margin-6-half-rem-all {
    margin: 6.5rem; }
  .wow .margin-7-rem-all {
    margin: 7rem; }
  .wow .margin-7-half-rem-all {
    margin: 7.5rem; }
  .wow .margin-8-rem-all {
    margin: 8rem; }
  .wow .margin-8-half-rem-all {
    margin: 8.5rem; }
  .wow .margin-9-rem-all {
    margin: 9rem; }
  .wow .margin-9-half-rem-all {
    margin: 9.5rem; }
  .wow .margin-10-rem-all {
    margin: 10rem; }
  .wow .margin-10-half-rem-all {
    margin: 10.5rem; }
  .wow .margin-one-top {
    margin-top: 1%; }
  .wow .margin-two-top {
    margin-top: 2%; }
  .wow .margin-three-top {
    margin-top: 3%; }
  .wow .margin-four-top {
    margin-top: 4%; }
  .wow .margin-five-top {
    margin-top: 5%; }
  .wow .margin-six-top {
    margin-top: 6%; }
  .wow .margin-seven-top {
    margin-top: 7%; }
  .wow .margin-eight-top {
    margin-top: 8%; }
  .wow .margin-nine-top {
    margin-top: 9%; }
  .wow .margin-ten-top {
    margin-top: 10%; }
  .wow .margin-eleven-top {
    margin-top: 11%; }
  .wow .margin-twelve-top {
    margin-top: 12%; }
  .wow .margin-thirteen-top {
    margin-top: 13%; }
  .wow .margin-fourteen-top {
    margin-top: 14%; }
  .wow .margin-fifteen-top {
    margin-top: 15%; }
  .wow .margin-sixteen-top {
    margin-top: 16%; }
  .wow .margin-seventeen-top {
    margin-top: 17%; }
  .wow .margin-eighteen-top {
    margin-top: 18%; }
  .wow .margin-nineteen-top {
    margin-top: 19%; }
  .wow .margin-twenty-top {
    margin-top: 20%; }
  .wow .margin-twenty-five-top {
    margin-top: 20%; }
  .wow .margin-5px-top {
    margin-top: 5px; }
  .wow .margin-10px-top {
    margin-top: 10px; }
  .wow .margin-15px-top {
    margin-top: 15px; }
  .wow .margin-20px-top {
    margin-top: 20px; }
  .wow .margin-25px-top {
    margin-top: 25px; }
  .wow .margin-30px-top {
    margin-top: 30px; }
  .wow .margin-35px-top {
    margin-top: 35px; }
  .wow .margin-40px-top {
    margin-top: 40px; }
  .wow .margin-45px-top {
    margin-top: 45px; }
  .wow .margin-50px-top {
    margin-top: 50px; }
  .wow .margin-55px-top {
    margin-top: 55px; }
  .wow .margin-60px-top {
    margin-top: 60px; }
  .wow .margin-65px-top {
    margin-top: 65px; }
  .wow .margin-70px-top {
    margin-top: 70px; }
  .wow .margin-75px-top {
    margin-top: 75px; }
  .wow .margin-80px-top {
    margin-top: 80px; }
  .wow .margin-85px-top {
    margin-top: 85px; }
  .wow .margin-90px-top {
    margin-top: 90px; }
  .wow .margin-95px-top {
    margin-top: 95px; }
  .wow .margin-100px-top {
    margin-top: 100px; }
  .wow .margin-1-rem-top {
    margin-top: 1rem; }
  .wow .margin-1-half-rem-top {
    margin-top: 1.5rem; }
  .wow .margin-2-rem-top {
    margin-top: 2rem; }
  .wow .margin-2-half-rem-top {
    margin-top: 2.5rem; }
  .wow .margin-3-rem-top {
    margin-top: 3rem; }
  .wow .margin-3-half-rem-top {
    margin-top: 3.5rem; }
  .wow .margin-4-rem-top {
    margin-top: 4rem; }
  .wow .margin-4-half-rem-top {
    margin-top: 4.5rem; }
  .wow .margin-5-rem-top {
    margin-top: 5rem; }
  .wow .margin-5-half-rem-top {
    margin-top: 5.5rem; }
  .wow .margin-6-rem-top {
    margin-top: 6rem; }
  .wow .margin-6-half-rem-top {
    margin-top: 6.5rem; }
  .wow .margin-7-rem-top {
    margin-top: 7rem; }
  .wow .margin-7-half-rem-top {
    margin-top: 7.5rem; }
  .wow .margin-8-rem-top {
    margin-top: 8rem; }
  .wow .margin-8-half-rem-top {
    margin-top: 8.5rem; }
  .wow .margin-9-rem-top {
    margin-top: 9rem; }
  .wow .margin-9-half-rem-top {
    margin-top: 9.5rem; }
  .wow .margin-10-rem-top {
    margin-top: 10rem; }
  .wow .margin-10-half-rem-top {
    margin-top: 10.5rem; }
  .wow .margin-one-bottom {
    margin-bottom: 1%; }
  .wow .margin-two-bottom {
    margin-bottom: 2%; }
  .wow .margin-three-bottom {
    margin-bottom: 3%; }
  .wow .margin-four-bottom {
    margin-bottom: 4%; }
  .wow .margin-five-bottom {
    margin-bottom: 5%; }
  .wow .margin-six-bottom {
    margin-bottom: 6%; }
  .wow .margin-seven-bottom {
    margin-bottom: 7%; }
  .wow .margin-eight-bottom {
    margin-bottom: 8%; }
  .wow .margin-nine-bottom {
    margin-bottom: 9%; }
  .wow .margin-ten-bottom {
    margin-bottom: 10%; }
  .wow .margin-eleven-bottom {
    margin-bottom: 11%; }
  .wow .margin-twelve-bottom {
    margin-bottom: 12%; }
  .wow .margin-thirteen-bottom {
    margin-bottom: 13%; }
  .wow .margin-fourteen-bottom {
    margin-bottom: 14%; }
  .wow .margin-fifteen-bottom {
    margin-bottom: 15%; }
  .wow .margin-sixteen-bottom {
    margin-bottom: 16%; }
  .wow .margin-seventeen-bottom {
    margin-bottom: 17%; }
  .wow .margin-eighteen-bottom {
    margin-bottom: 18%; }
  .wow .margin-nineteen-bottom {
    margin-bottom: 19%; }
  .wow .margin-twenty-bottom {
    margin-bottom: 20%; }
  .wow .margin-5px-bottom {
    margin-bottom: 5px; }
  .wow .margin-10px-bottom {
    margin-bottom: 10px; }
  .wow .margin-15px-bottom {
    margin-bottom: 15px; }
  .wow .margin-20px-bottom {
    margin-bottom: 20px; }
  .wow .margin-25px-bottom {
    margin-bottom: 25px; }
  .wow .margin-30px-bottom {
    margin-bottom: 30px; }
  .wow .margin-35px-bottom {
    margin-bottom: 35px; }
  .wow .margin-40px-bottom {
    margin-bottom: 40px; }
  .wow .margin-45px-bottom {
    margin-bottom: 45px; }
  .wow .margin-50px-bottom {
    margin-bottom: 50px; }
  .wow .margin-55px-bottom {
    margin-bottom: 55px; }
  .wow .margin-60px-bottom {
    margin-bottom: 60px; }
  .wow .margin-65px-bottom {
    margin-bottom: 65px; }
  .wow .margin-70px-bottom {
    margin-bottom: 70px; }
  .wow .margin-75px-bottom {
    margin-bottom: 75px; }
  .wow .margin-80px-bottom {
    margin-bottom: 80px; }
  .wow .margin-85px-bottom {
    margin-bottom: 85px; }
  .wow .margin-90px-bottom {
    margin-bottom: 90px; }
  .wow .margin-95px-bottom {
    margin-bottom: 95px; }
  .wow .margin-100px-bottom {
    margin-bottom: 100px; }
  .wow .margin-1-rem-bottom {
    margin-bottom: 1rem; }
  .wow .margin-1-half-rem-bottom {
    margin-bottom: 1.5rem; }
  .wow .margin-2-rem-bottom {
    margin-bottom: 2rem; }
  .wow .margin-2-half-rem-bottom {
    margin-bottom: 2.5rem; }
  .wow .margin-3-rem-bottom {
    margin-bottom: 3rem; }
  .wow .margin-3-half-rem-bottom {
    margin-bottom: 3.5rem; }
  .wow .margin-4-rem-bottom {
    margin-bottom: 4rem; }
  .wow .margin-4-half-rem-bottom {
    margin-bottom: 4.5rem; }
  .wow .margin-5-rem-bottom {
    margin-bottom: 5rem; }
  .wow .margin-5-half-rem-bottom {
    margin-bottom: 5.5rem; }
  .wow .margin-6-rem-bottom {
    margin-bottom: 6rem; }
  .wow .margin-6-half-rem-bottom {
    margin-bottom: 6.5rem; }
  .wow .margin-7-rem-bottom {
    margin-bottom: 7rem; }
  .wow .margin-7-half-rem-bottom {
    margin-bottom: 7.5rem; }
  .wow .margin-8-rem-bottom {
    margin-bottom: 8rem; }
  .wow .margin-8-half-rem-bottom {
    margin-bottom: 8.5rem; }
  .wow .margin-9-rem-bottom {
    margin-bottom: 9rem; }
  .wow .margin-9-half-rem-bottom {
    margin-bottom: 9.5rem; }
  .wow .margin-10-rem-bottom {
    margin-bottom: 10rem; }
  .wow .margin-10-half-rem-bottom {
    margin-bottom: 10.5rem; }
  .wow .margin-15-rem-bottom {
    margin-bottom: 15rem; }
  .wow .margin-27-rem-bottom {
    margin-bottom: 27rem; }
  .wow .margin-one-right {
    margin-right: 1%; }
  .wow .margin-two-right {
    margin-right: 2%; }
  .wow .margin-three-right {
    margin-right: 3%; }
  .wow .margin-four-right {
    margin-right: 4%; }
  .wow .margin-five-right {
    margin-right: 5%; }
  .wow .margin-six-right {
    margin-right: 6%; }
  .wow .margin-seven-right {
    margin-right: 7%; }
  .wow .margin-eight-right {
    margin-right: 8%; }
  .wow .margin-nine-right {
    margin-right: 9%; }
  .wow .margin-ten-right {
    margin-right: 10%; }
  .wow .margin-eleven-right {
    margin-right: 11%; }
  .wow .margin-twelve-right {
    margin-right: 12%; }
  .wow .margin-thirteen-right {
    margin-right: 13%; }
  .wow .margin-fourteen-right {
    margin-right: 14%; }
  .wow .margin-fifteen-right {
    margin-right: 15%; }
  .wow .margin-sixteen-right {
    margin-right: 16%; }
  .wow .margin-seventeen-right {
    margin-right: 17%; }
  .wow .margin-eighteen-right {
    margin-right: 18%; }
  .wow .margin-nineteen-right {
    margin-right: 19%; }
  .wow .margin-twenty-right {
    margin-right: 20%; }
  .wow .margin-5px-right {
    margin-right: 5px; }
  .wow .margin-10px-right {
    margin-right: 10px; }
  .wow .margin-15px-right {
    margin-right: 15px; }
  .wow .margin-20px-right {
    margin-right: 20px; }
  .wow .margin-25px-right {
    margin-right: 25px; }
  .wow .margin-30px-right {
    margin-right: 30px; }
  .wow .margin-35px-right {
    margin-right: 35px; }
  .wow .margin-40px-right {
    margin-right: 40px; }
  .wow .margin-45px-right {
    margin-right: 45px; }
  .wow .margin-50px-right {
    margin-right: 50px; }
  .wow .margin-55px-right {
    margin-right: 55px; }
  .wow .margin-60px-right {
    margin-right: 60px; }
  .wow .margin-65px-right {
    margin-right: 65px; }
  .wow .margin-70px-right {
    margin-right: 70px; }
  .wow .margin-75px-right {
    margin-right: 75px; }
  .wow .margin-80px-right {
    margin-right: 80px; }
  .wow .margin-85px-right {
    margin-right: 85px; }
  .wow .margin-90px-right {
    margin-right: 90px; }
  .wow .margin-95px-right {
    margin-right: 95px; }
  .wow .margin-100px-right {
    margin-right: 100px; }
  .wow .margin-1-rem-right {
    margin-right: 1rem; }
  .wow .margin-1-half-rem-right {
    margin-right: 1.5rem; }
  .wow .margin-2-rem-right {
    margin-right: 2rem; }
  .wow .margin-2-half-rem-right {
    margin-right: 2.5rem; }
  .wow .margin-3-rem-right {
    margin-right: 3rem; }
  .wow .margin-3-half-rem-right {
    margin-right: 3.5rem; }
  .wow .margin-4-rem-right {
    margin-right: 4rem; }
  .wow .margin-4-half-rem-right {
    margin-right: 4.5rem; }
  .wow .margin-5-rem-right {
    margin-right: 5rem; }
  .wow .margin-5-half-rem-right {
    margin-right: 5.5rem; }
  .wow .margin-6-rem-right {
    margin-right: 6rem; }
  .wow .margin-6-half-rem-right {
    margin-right: 6.5rem; }
  .wow .margin-7-rem-right {
    margin-right: 7rem; }
  .wow .margin-7-half-rem-right {
    margin-right: 7.5rem; }
  .wow .margin-8-rem-right {
    margin-right: 8rem; }
  .wow .margin-8-half-rem-right {
    margin-right: 8.5rem; }
  .wow .margin-9-rem-right {
    margin-right: 9rem; }
  .wow .margin-9-half-rem-right {
    margin-right: 9.5rem; }
  .wow .margin-10-rem-right {
    margin-right: 10rem; }
  .wow .margin-10-half-rem-right {
    margin-right: 10.5rem; }
  .wow .margin-one-left {
    margin-left: 1%; }
  .wow .margin-two-left {
    margin-left: 2%; }
  .wow .margin-three-left {
    margin-left: 3%; }
  .wow .margin-four-left {
    margin-left: 4%; }
  .wow .margin-five-left {
    margin-left: 5%; }
  .wow .margin-six-left {
    margin-left: 6%; }
  .wow .margin-seven-left {
    margin-left: 7%; }
  .wow .margin-eight-left {
    margin-left: 8%; }
  .wow .margin-nine-left {
    margin-left: 9%; }
  .wow .margin-ten-left {
    margin-left: 10%; }
  .wow .margin-eleven-left {
    margin-left: 11%; }
  .wow .margin-twelve-left {
    margin-left: 12%; }
  .wow .margin-thirteen-left {
    margin-left: 13%; }
  .wow .margin-fourteen-left {
    margin-left: 14%; }
  .wow .margin-fifteen-left {
    margin-left: 15%; }
  .wow .margin-sixteen-left {
    margin-left: 16%; }
  .wow .margin-seventeen-left {
    margin-left: 17%; }
  .wow .margin-eighteen-left {
    margin-left: 18%; }
  .wow .margin-nineteen-left {
    margin-left: 19%; }
  .wow .margin-twenty-left {
    margin-left: 20%; }
  .wow .margin-5px-left {
    margin-left: 5px; }
  .wow .margin-10px-left {
    margin-left: 10px; }
  .wow .margin-15px-left {
    margin-left: 15px; }
  .wow .margin-20px-left {
    margin-left: 20px; }
  .wow .margin-25px-left {
    margin-left: 25px; }
  .wow .margin-30px-left {
    margin-left: 30px; }
  .wow .margin-35px-left {
    margin-left: 35px; }
  .wow .margin-40px-left {
    margin-left: 40px; }
  .wow .margin-45px-left {
    margin-left: 45px; }
  .wow .margin-50px-left {
    margin-left: 50px; }
  .wow .margin-55px-left {
    margin-left: 55px; }
  .wow .margin-60px-left {
    margin-left: 60px; }
  .wow .margin-65px-left {
    margin-left: 65px; }
  .wow .margin-70px-left {
    margin-left: 70px; }
  .wow .margin-75px-left {
    margin-left: 75px; }
  .wow .margin-80px-left {
    margin-left: 80px; }
  .wow .margin-85px-left {
    margin-left: 85px; }
  .wow .margin-90px-left {
    margin-left: 90px; }
  .wow .margin-95px-left {
    margin-left: 95px; }
  .wow .margin-100px-left {
    margin-left: 100px; }
  .wow .margin-1-rem-left {
    margin-left: 1rem; }
  .wow .margin-1-half-rem-left {
    margin-left: 1.5rem; }
  .wow .margin-2-rem-left {
    margin-left: 2rem; }
  .wow .margin-2-half-rem-left {
    margin-left: 2.5rem; }
  .wow .margin-3-rem-left {
    margin-left: 3rem; }
  .wow .margin-3-half-rem-left {
    margin-left: 3.5rem; }
  .wow .margin-4-rem-left {
    margin-left: 4rem; }
  .wow .margin-4-half-rem-left {
    margin-left: 4.5rem; }
  .wow .margin-5-rem-left {
    margin-left: 5rem; }
  .wow .margin-5-half-rem-left {
    margin-left: 5.5rem; }
  .wow .margin-6-rem-left {
    margin-left: 6rem; }
  .wow .margin-6-half-rem-left {
    margin-left: 6.5rem; }
  .wow .margin-7-rem-left {
    margin-left: 7rem; }
  .wow .margin-7-half-rem-left {
    margin-left: 7.5rem; }
  .wow .margin-8-rem-left {
    margin-left: 8rem; }
  .wow .margin-8-half-rem-left {
    margin-left: 8.5rem; }
  .wow .margin-9-rem-left {
    margin-left: 9rem; }
  .wow .margin-9-half-rem-left {
    margin-left: 9.5rem; }
  .wow .margin-10-rem-left {
    margin-left: 10rem; }
  .wow .margin-10-half-rem-left {
    margin-left: 10.5rem; }
  .wow .margin-one-lr, .wow .row.margin-one-lr {
    margin-left: 1%;
    margin-right: 1%; }
  .wow .margin-two-lr, .wow .row.margin-two-lr {
    margin-left: 2%;
    margin-right: 2%; }
  .wow .margin-three-lr, .wow .row.margin-three-lr {
    margin-left: 3%;
    margin-right: 3%; }
  .wow .margin-four-lr, .wow .row.margin-four-lr {
    margin-left: 4%;
    margin-right: 4%; }
  .wow .margin-five-lr {
    margin-left: 5%;
    margin-right: 5%; }
  .wow .margin-six-lr {
    margin-left: 6%;
    margin-right: 6%; }
  .wow .margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%; }
  .wow .margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%; }
  .wow .margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%; }
  .wow .margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%; }
  .wow .margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%; }
  .wow .margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%; }
  .wow .margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%; }
  .wow .margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%; }
  .wow .margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%; }
  .wow .margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%; }
  .wow .margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%; }
  .wow .margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%; }
  .wow .margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%; }
  .wow .margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%; }
  .wow .margin-5px-lr {
    margin-left: 5px;
    margin-right: 5px; }
  .wow .margin-10px-lr {
    margin-left: 10px;
    margin-right: 10px; }
  .wow .margin-15px-lr {
    margin-left: 15px;
    margin-right: 15px; }
  .wow .margin-20px-lr {
    margin-left: 20px;
    margin-right: 20px; }

.product-content ul.margin-20px-lr, .product-content ol.margin-20px-lr {
  margin-left: 20px;
  margin-right: 20px; }

.wow {
  /* margin top bottom */
  /* ===================================
      11. Padding
  ====================================== */
  /* padding top */
  /* padding bottom */
  /* padding right */
  /* padding left */
  /* padding top bottom */
  /* padding left right */
  /* ===================================
      12. Display and overflow
  ====================================== */
  /* ===================================
      13. Position
  ====================================== */
  /* top */
  /* top minus */
  /* bottom */
  /* bottom minus */
  /* right */
  /* right minus */
  /* left */
  /* left minus */
  /* ===================================
      14. Width
  ====================================== */
  /* ===================================
      15. Height
  ====================================== */
  /* min height */
  /* screen height */
  /* content box image */
  /* ===================================
      16. Icon
  ====================================== */
  /* video icons */
  /* video icon size */
  /* icon size */
  /* social media icon */
  /* icon like counter */
  /* social icon style 01 */
  /* social icon style 02 */
  /* social icon style 03 */
  /* social icon style 04 */
  /* social icon style 05 */
  /* social icon style 06 */
  /* social icon style 07 */
  /* social icon style 08 */
  /* social icon style 09 */
  /* social icon style 10 */
  /* social icon style 11 */
  /* social icon style 12 */
  /* icon box */
  /* ===================================
      17. Magnific popup
  ====================================== */
    /*.mfp-bg { background: #232323; opacity: 0.9; }
    .mfp-bg, .mfp-wrap { z-index: 10007; }
    #popup-form { cursor:default; }
    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color:#fff; background: transparent; }
    .mfp-close,.mfp-close:active {opacity: 1; background-color:transparent; right: 30px; top: 30px;}
    .modal-popup-main .mfp-close, .modal-popup-main .mfp-close:active { right: 0; top: 0;}
    .mfp-close-btn-in .modal-popup-main .mfp-close { position: absolute; }
    .mfp-removing .mfp-close { display: none;}

    .subscribe-popup .modal-popup-main .mfp-close, .subscribe-popup .modal-popup-main .mfp-close:active { position: absolute; color: #fff}

    .lightbox-gallery a{position: relative; display:block}
    .lightbox-gallery .gallary-over-layer{position: absolute; top: 0; left:0;}

    .mfp-arrow-right:after, .mfp-arrow-left:after { display: none; }
    .mfp-arrow-right:before { border-left: none; content: "\e628"; font-size: 18px; font-family: 'themify'; color: #fff; line-height: 60px; background: #232323; width: 100%; height: 100%; border-radius: 100%; border: none}
    .mfp-arrow-left:before { border-right: none; content: "\e629"; font-size: 18px; font-family: 'themify'; color: #fff; line-height: 60px; background: #232323; width: 100%; height: 100%; border-radius: 100%; border: none}
    .mfp-bottom-bar { margin-top: -24px; font-size: 12px }
    .mfp-close { font-size: 30px; font-family: 'Poppins', sans-serif; font-weight: 300; }
    .mfp-figure { -webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; -ms-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .4s; -moz-animation-duration: .4s; -ms-animation-duration: .4s; -o-animation-duration: .4s; animation-duration: .4s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; }
    .mfp-ajax-holder { width: 70%; height: calc(100% - 100px); margin: 0 auto; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); }
    button.mfp-close,.mfp-image-holder button.mfp-close, .mfp-iframe-holder button.mfp-close { position: fixed; top: 30px; right: 30px; }

    .my-mfp-zoom-in .zoom-anim-dialog { opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
    .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
    .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; }

    .my-mfp-zoom-in.mfp-bg { opacity: 0; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; -ms-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; }
    .my-mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.93; }
    .my-mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; }

    .my-mfp-slide-bottom .zoom-anim-dialog { opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg); -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg); -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg); -o-transform: translateY(-20px) perspective(600px) rotateX(10deg); -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg); transform: translateY(-20px) perspective(600px) rotateX(10deg); }
    .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog { opacity: 1; -webkit-transform: translateY(0) perspective(600px) rotateX(0); -moz-transform: translateY(0) perspective(600px) rotateX(0); -ms-transform: translateY(0) perspective(600px) rotateX(0); -o-transform: translateY(0) perspective(600px) rotateX(0); transform: translateY(0) perspective(600px) rotateX(0); }
    .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog { opacity: 0; -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg); -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg); -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg); -o-transform: translateY(-10px) perspective(600px) rotateX(10deg); transform: translateY(-10px) perspective(600px) rotateX(10deg); }

    .my-mfp-slide-bottom.mfp-bg { opacity: 0;-webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; -ms-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; }
    .my-mfp-slide-bottom.mfp-ready.mfp-bg { opacity: 0.93; }
    .my-mfp-slide-bottom.mfp-removing.mfp-bg { opacity: 0; }

    .mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
    .mfp-fade.mfp-bg.mfp-ready { opacity: 0.93; }
    .mfp-fade.mfp-bg.mfp-removing { opacity: 0; }
    .mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
    .mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
    .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }
    .mfp-iframe-holder .mfp-content { max-width: 1020px; }*/
  /* notify popup */
  /* ===================================
      18. Header
  ====================================== */
  /* ===================================
      19. Page title
  ====================================== */
  /* colorfull background page title */
  /* breadcrumb */
  /*.breadcrumb { background-color: transparent; padding-top: 0; padding-bottom: 0; margin: 0;}
  .breadcrumb ul li { display: inline-block; }
  .breadcrumb ul li:last-child { margin-right: 0; }
  .breadcrumb ul > li:after { content: "\f111"; font-family: "Font Awesome 5 Free"; font-weight: 900; padding:0 10px 0 11px; display: inline-block; vertical-align: middle; font-size: 4px; opacity: .6; }
  .breadcrumb ul > li:last-child:after { border-right: 0; content: ""; padding: 0 }*/
  /* down scroll */ }
  .wow .margin-25px-lr {
    margin-left: 25px;
    margin-right: 25px; }
  .wow .margin-30px-lr {
    margin-left: 30px;
    margin-right: 30px; }
  .wow .margin-35px-lr {
    margin-left: 35px;
    margin-right: 35px; }
  .wow .margin-40px-lr {
    margin-left: 40px;
    margin-right: 40px; }
  .wow .margin-45px-lr {
    margin-left: 45px;
    margin-right: 45px; }
  .wow .margin-50px-lr {
    margin-left: 50px;
    margin-right: 50px; }
  .wow .margin-55px-lr {
    margin-left: 55px;
    margin-right: 55px; }
  .wow .margin-60px-lr {
    margin-left: 60px;
    margin-right: 60px; }
  .wow .margin-65px-lr {
    margin-left: 65px;
    margin-right: 65px; }
  .wow .margin-70px-lr {
    margin-left: 70px;
    margin-right: 70px; }
  .wow .margin-75px-lr {
    margin-left: 75px;
    margin-right: 75px; }
  .wow .margin-80px-lr {
    margin-left: 80px;
    margin-right: 80px; }
  .wow .margin-85px-lr {
    margin-left: 85px;
    margin-right: 85px; }
  .wow .margin-90px-lr {
    margin-left: 90px;
    margin-right: 90px; }
  .wow .margin-95px-lr {
    margin-left: 95px;
    margin-right: 95px; }
  .wow .margin-100px-lr {
    margin-left: 100px;
    margin-right: 100px; }
  .wow .margin-1-rem-lr {
    margin-left: 1rem;
    margin-right: 1rem; }
  .wow .margin-1-half-rem-lr {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .wow .margin-2-rem-lr {
    margin-left: 2rem;
    margin-right: 2rem; }
  .wow .margin-2-half-rem-lr {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .wow .margin-3-rem-lr {
    margin-left: 3rem;
    margin-right: 3rem; }
  .wow .margin-3-half-rem-lr {
    margin-left: 3.5rem;
    margin-right: 3.5rem; }
  .wow .margin-4-rem-lr {
    margin-left: 4rem;
    margin-right: 4rem; }
  .wow .margin-4-half-rem-lr {
    margin-left: 4.5rem;
    margin-right: 4.5rem; }
  .wow .margin-5-rem-lr {
    margin-left: 5rem;
    margin-right: 5rem; }
  .wow .margin-5-half-rem-lr {
    margin-left: 5.5rem;
    margin-right: 5.5rem; }
  .wow .margin-6-rem-lr {
    margin-left: 6rem;
    margin-right: 6rem; }
  .wow .margin-6-half-rem-lr {
    margin-left: 6.5rem;
    margin-right: 6.5rem; }
  .wow .margin-7-rem-lr {
    margin-left: 7rem;
    margin-right: 7rem; }
  .wow .margin-7-half-rem-lr {
    margin-left: 7.5rem;
    margin-right: 7.5rem; }
  .wow .margin-8-rem-lr {
    margin-left: 8rem;
    margin-right: 8rem; }
  .wow .margin-8-half-rem-lr {
    margin-left: 8.5rem;
    margin-right: 8.5rem; }
  .wow .margin-9-rem-lr {
    margin-left: 9rem;
    margin-right: 9rem; }
  .wow .margin-9-half-rem-lr {
    margin-left: 9.5rem;
    margin-right: 9.5rem; }
  .wow .margin-10-rem-lr {
    margin-left: 10rem;
    margin-right: 10rem; }
  .wow .margin-10-half-rem-lr {
    margin-left: 10.5rem;
    margin-right: 10.5rem; }
  .wow .margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%; }
  .wow .margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%; }
  .wow .margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%; }
  .wow .margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%; }
  .wow .margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%; }
  .wow .margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%; }
  .wow .margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%; }
  .wow .margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%; }
  .wow .margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%; }
  .wow .margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%; }
  .wow .margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%; }
  .wow .margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%; }
  .wow .margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%; }
  .wow .margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%; }
  .wow .margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%; }
  .wow .margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%; }
  .wow .margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%; }
  .wow .margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%; }
  .wow .margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%; }
  .wow .margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%; }
  .wow .margin-5px-tb {
    margin-top: 5px;
    margin-bottom: 5px; }
  .wow .margin-10px-tb {
    margin-top: 10px;
    margin-bottom: 10px; }
  .wow .margin-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px; }
  .wow .margin-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px; }
  .wow .margin-25px-tb {
    margin-top: 25px;
    margin-bottom: 25px; }
  .wow .margin-30px-tb {
    margin-top: 30px;
    margin-bottom: 30px; }
  .wow .margin-35px-tb {
    margin-top: 35px;
    margin-bottom: 35px; }
  .wow .margin-40px-tb {
    margin-top: 40px;
    margin-bottom: 40px; }
  .wow .margin-45px-tb {
    margin-top: 45px;
    margin-bottom: 45px; }
  .wow .margin-50px-tb {
    margin-top: 50px;
    margin-bottom: 50px; }
  .wow .margin-55px-tb {
    margin-top: 55px;
    margin-bottom: 55px; }
  .wow .margin-60px-tb {
    margin-top: 60px;
    margin-bottom: 60px; }
  .wow .margin-65px-tb {
    margin-top: 65px;
    margin-bottom: 65px; }
  .wow .margin-70px-tb {
    margin-top: 70px;
    margin-bottom: 70px; }
  .wow .margin-75px-tb {
    margin-top: 75px;
    margin-bottom: 75px; }
  .wow .margin-80px-tb {
    margin-top: 80px;
    margin-bottom: 80px; }
  .wow .margin-85px-tb {
    margin-top: 85px;
    margin-bottom: 85px; }
  .wow .margin-90px-tb {
    margin-top: 90px;
    margin-bottom: 90px; }
  .wow .margin-95px-tb {
    margin-top: 95px;
    margin-bottom: 95px; }
  .wow .margin-100px-tb {
    margin-top: 100px;
    margin-bottom: 100px; }
  .wow .margin-1-rem-tb {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .wow .margin-1-half-rem-tb {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .wow .margin-2-rem-tb {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .wow .margin-2-half-rem-tb {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .wow .margin-3-rem-tb {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .wow .margin-3-half-rem-tb {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
  .wow .margin-4-rem-tb {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .wow .margin-4-half-rem-tb {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .wow .margin-5-rem-tb {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .wow .margin-5-half-rem-tb {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem; }
  .wow .margin-6-rem-tb {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .wow .margin-6-half-rem-tb {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem; }
  .wow .margin-7-rem-tb {
    margin-top: 7rem;
    margin-bottom: 7rem; }
  .wow .margin-7-half-rem-tb {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; }
  .wow .margin-8-rem-tb {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .wow .margin-8-half-rem-tb {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem; }
  .wow .margin-9-rem-tb {
    margin-top: 9rem;
    margin-bottom: 9rem; }
  .wow .margin-9-half-rem-tb {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem; }
  .wow .margin-10-rem-tb {
    margin-top: 10rem;
    margin-bottom: 10rem; }
  .wow .margin-10-half-rem-tb {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem; }
  .wow .margin-auto-lr {
    margin: 0 auto; }
  .wow .margin-auto {
    margin: auto; }
  .wow .no-margin {
    margin: 0 !important; }
  .wow .no-margin-top {
    margin-top: 0 !important; }
  .wow .no-margin-bottom {
    margin-bottom: 0 !important; }
  .wow .no-margin-left {
    margin-left: 0 !important; }
  .wow .no-margin-right {
    margin-right: 0 !important; }
  .wow .no-margin-lr {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .wow .padding-one-all {
    padding: 1%; }
  .wow .padding-two-all {
    padding: 2%; }
  .wow .padding-three-all {
    padding: 3%; }
  .wow .padding-four-all {
    padding: 4%; }
  .wow .padding-five-all {
    padding: 5%; }
  .wow .padding-six-all {
    padding: 6%; }
  .wow .padding-seven-all {
    padding: 7%; }
  .wow .padding-eight-all {
    padding: 8%; }
  .wow .padding-nine-all {
    padding: 9%; }
  .wow .padding-ten-all {
    padding: 10%; }
  .wow .padding-eleven-all {
    padding: 11%; }
  .wow .padding-twelve-all {
    padding: 12%; }
  .wow .padding-thirteen-all {
    padding: 13%; }
  .wow .padding-fourteen-all {
    padding: 14%; }
  .wow .padding-fifteen-all {
    padding: 15%; }
  .wow .padding-sixteen-all {
    padding: 16%; }
  .wow .padding-seventeen-all {
    padding: 17%; }
  .wow .padding-eighteen-all {
    padding: 18%; }
  .wow .padding-nineteen-all {
    padding: 19%; }
  .wow .padding-twenty-all {
    padding: 20%; }
  .wow .padding-5px-all {
    padding: 5px; }
  .wow .padding-10px-all {
    padding: 10px; }
  .wow .padding-15px-all {
    padding: 15px; }
  .wow .padding-20px-all {
    padding: 20px; }
  .wow .padding-25px-all {
    padding: 25px; }
  .wow .padding-30px-all {
    padding: 30px; }
  .wow .padding-35px-all {
    padding: 35px; }
  .wow .padding-40px-all {
    padding: 40px; }
  .wow .padding-45px-all {
    padding: 45px; }
  .wow .padding-50px-all {
    padding: 50px; }
  .wow .padding-55px-all {
    padding: 55px; }
  .wow .padding-60px-all {
    padding: 60px; }
  .wow .padding-65px-all {
    padding: 65px; }
  .wow .padding-70px-all {
    padding: 70px; }
  .wow .padding-75px-all {
    padding: 75px; }
  .wow .padding-80px-all {
    padding: 80px; }
  .wow .padding-85px-all {
    padding: 85px; }
  .wow .padding-90px-all {
    padding: 90px; }
  .wow .padding-95px-all {
    padding: 95px; }
  .wow .padding-100px-all {
    padding: 100px; }
  .wow .padding-1-rem-all {
    padding: 1rem; }
  .wow .padding-1-half-rem-all {
    padding: 1.5rem; }
  .wow .padding-2-rem-all {
    padding: 2rem; }
  .wow .padding-2-half-rem-all {
    padding: 2.5rem; }
  .wow .padding-3-rem-all {
    padding: 3rem; }
  .wow .padding-3-half-rem-all {
    padding: 3.5rem; }
  .wow .padding-4-rem-all {
    padding: 4rem; }
  .wow .padding-4-half-rem-all {
    padding: 4.5rem; }
  .wow .padding-5-rem-all {
    padding: 5rem; }
  .wow .padding-5-half-rem-all {
    padding: 5.5rem; }
  .wow .padding-6-rem-all {
    padding: 6rem; }
  .wow .padding-6-half-rem-all {
    padding: 6.5rem; }
  .wow .padding-7-rem-all {
    padding: 7rem; }
  .wow .padding-7-half-rem-all {
    padding: 7.5rem; }
  .wow .padding-8-rem-all {
    padding: 8rem; }
  .wow .padding-8-half-rem-all {
    padding: 8.5rem; }
  .wow .padding-9-rem-all {
    padding: 9rem; }
  .wow .padding-9-half-rem-all {
    padding: 9.5rem; }
  .wow .padding-10-rem-all {
    padding: 10rem; }
  .wow .padding-10-half-rem-all {
    padding: 10.5rem; }
  .wow .padding-one-top {
    padding-top: 1%; }
  .wow .padding-two-top {
    padding-top: 2%; }
  .wow .padding-three-top {
    padding-top: 3%; }
  .wow .padding-four-top {
    padding-top: 4%; }
  .wow .padding-five-top {
    padding-top: 5%; }
  .wow .padding-six-top {
    padding-top: 6%; }
  .wow .padding-seven-top {
    padding-top: 7%; }
  .wow .padding-eight-top {
    padding-top: 8%; }
  .wow .padding-nine-top {
    padding-top: 9%; }
  .wow .padding-ten-top {
    padding-top: 10%; }
  .wow .padding-eleven-top {
    padding-top: 11%; }
  .wow .padding-twelve-top {
    padding-top: 12%; }
  .wow .padding-thirteen-top {
    padding-top: 13%; }
  .wow .padding-fourteen-top {
    padding-top: 14%; }
  .wow .padding-fifteen-top {
    padding-top: 15%; }
  .wow .padding-sixteen-top {
    padding-top: 16%; }
  .wow .padding-seventeen-top {
    padding-top: 17%; }
  .wow .padding-eighteen-top {
    padding-top: 18%; }
  .wow .padding-nineteen-top {
    padding-top: 19%; }
  .wow .padding-twenty-top {
    padding-top: 20%; }
  .wow .padding-eighty-top {
    padding-top: 100%; }
  .wow .padding-5px-top {
    padding-top: 5px; }
  .wow .padding-10px-top {
    padding-top: 10px; }
  .wow .padding-15px-top {
    padding-top: 15px; }
  .wow .padding-20px-top {
    padding-top: 20px; }
  .wow .padding-25px-top {
    padding-top: 25px; }
  .wow .padding-30px-top {
    padding-top: 30px; }
  .wow .padding-35px-top {
    padding-top: 35px; }
  .wow .padding-40px-top {
    padding-top: 40px; }
  .wow .padding-45px-top {
    padding-top: 45px; }
  .wow .padding-50px-top {
    padding-top: 50px; }
  .wow .padding-55px-top {
    padding-top: 55px; }
  .wow .padding-60px-top {
    padding-top: 60px; }
  .wow .padding-65px-top {
    padding-top: 65px; }
  .wow .padding-70px-top {
    padding-top: 70px; }
  .wow .padding-75px-top {
    padding-top: 75px; }
  .wow .padding-80px-top {
    padding-top: 80px; }
  .wow .padding-85px-top {
    padding-top: 85px; }
  .wow .padding-90px-top {
    padding-top: 90px; }
  .wow .padding-95px-top {
    padding-top: 95px; }
  .wow .padding-100px-top {
    padding-top: 100px; }
  .wow .padding-1-rem-top {
    padding-top: 1rem; }
  .wow .padding-1-half-rem-top {
    padding-top: 1.5rem; }
  .wow .padding-2-rem-top {
    padding-top: 2rem; }
  .wow .padding-2-half-rem-top {
    padding-top: 2.5rem; }
  .wow .padding-3-rem-top {
    padding-top: 3rem; }
  .wow .padding-3-half-rem-top {
    padding-top: 3.5rem; }
  .wow .padding-4-rem-top {
    padding-top: 4rem; }
  .wow .padding-4-half-rem-top {
    padding-top: 4.5rem; }
  .wow .padding-5-rem-top {
    padding-top: 5rem; }
  .wow .padding-5-half-rem-top {
    padding-top: 5.5rem; }
  .wow .padding-6-rem-top {
    padding-top: 6rem; }
  .wow .padding-6-half-rem-top {
    padding-top: 6.5rem; }
  .wow .padding-7-rem-top {
    padding-top: 7rem; }
  .wow .padding-7-half-rem-top {
    padding-top: 7.5rem; }
  .wow .padding-8-rem-top {
    padding-top: 8rem; }
  .wow .padding-8-half-rem-top {
    padding-top: 8.5rem; }
  .wow .padding-9-rem-top {
    padding-top: 9rem; }
  .wow .padding-9-half-rem-top {
    padding-top: 9.5rem; }
  .wow .padding-10-rem-top {
    padding-top: 10rem; }
  .wow .padding-10-half-rem-top {
    padding-top: 10.5rem; }
  .wow .padding-one-bottom {
    padding-bottom: 1%; }
  .wow .padding-two-bottom {
    padding-bottom: 2%; }
  .wow .padding-three-bottom {
    padding-bottom: 3%; }
  .wow .padding-four-bottom {
    padding-bottom: 4%; }
  .wow .padding-five-bottom {
    padding-bottom: 5%; }
  .wow .padding-six-bottom {
    padding-bottom: 6%; }
  .wow .padding-seven-bottom {
    padding-bottom: 7%; }
  .wow .padding-eight-bottom {
    padding-bottom: 8%; }
  .wow .padding-nine-bottom {
    padding-bottom: 9%; }
  .wow .padding-ten-bottom {
    padding-bottom: 10%; }
  .wow .padding-eleven-bottom {
    padding-bottom: 11%; }
  .wow .padding-twelve-bottom {
    padding-bottom: 12%; }
  .wow .padding-thirteen-bottom {
    padding-bottom: 13%; }
  .wow .padding-fourteen-bottom {
    padding-bottom: 14%; }
  .wow .padding-fifteen-bottom {
    padding-bottom: 15%; }
  .wow .padding-sixteen-bottom {
    padding-bottom: 16%; }
  .wow .padding-seventeen-bottom {
    padding-bottom: 17%; }
  .wow .padding-eighteen-bottom {
    padding-bottom: 18%; }
  .wow .padding-nineteen-bottom {
    padding-bottom: 19%; }
  .wow .padding-twenty-bottom {
    padding-bottom: 20%; }
  .wow .padding-5px-bottom {
    padding-bottom: 5px; }
  .wow .padding-10px-bottom {
    padding-bottom: 10px; }
  .wow .padding-15px-bottom {
    padding-bottom: 15px; }
  .wow .padding-20px-bottom {
    padding-bottom: 20px; }
  .wow .padding-25px-bottom {
    padding-bottom: 25px; }
  .wow .padding-30px-bottom {
    padding-bottom: 30px; }
  .wow .padding-35px-bottom {
    padding-bottom: 35px; }
  .wow .padding-40px-bottom {
    padding-bottom: 40px; }
  .wow .padding-45px-bottom {
    padding-bottom: 45px; }
  .wow .padding-50px-bottom {
    padding-bottom: 50px; }
  .wow .padding-55px-bottom {
    padding-bottom: 55px; }
  .wow .padding-60px-bottom {
    padding-bottom: 60px; }
  .wow .padding-65px-bottom {
    padding-bottom: 65px; }
  .wow .padding-70px-bottom {
    padding-bottom: 70px; }
  .wow .padding-75px-bottom {
    padding-bottom: 75px; }
  .wow .padding-80px-bottom {
    padding-bottom: 80px; }
  .wow .padding-85px-bottom {
    padding-bottom: 85px; }
  .wow .padding-90px-bottom {
    padding-bottom: 90px; }
  .wow .padding-95px-bottom {
    padding-bottom: 95px; }
  .wow .padding-100px-bottom {
    padding-bottom: 100px; }
  .wow .padding-1-rem-bottom {
    padding-bottom: 1rem; }
  .wow .padding-1-half-rem-bottom {
    padding-bottom: 1.5rem; }
  .wow .padding-2-rem-bottom {
    padding-bottom: 2rem; }
  .wow .padding-2-half-rem-bottom {
    padding-bottom: 2.5rem; }
  .wow .padding-3-rem-bottom {
    padding-bottom: 3rem; }
  .wow .padding-3-half-rem-bottom {
    padding-bottom: 3.5rem; }
  .wow .padding-4-rem-bottom {
    padding-bottom: 4rem; }
  .wow .padding-4-half-rem-bottom {
    padding-bottom: 4.5rem; }
  .wow .padding-5-rem-bottom {
    padding-bottom: 5rem; }
  .wow .padding-5-half-rem-bottom {
    padding-bottom: 5.5rem; }
  .wow .padding-6-rem-bottom {
    padding-bottom: 6rem; }
  .wow .padding-6-half-rem-bottom {
    padding-bottom: 6.5rem; }
  .wow .padding-7-rem-bottom {
    padding-bottom: 7rem; }
  .wow .padding-7-half-rem-bottom {
    padding-bottom: 7.5rem; }
  .wow .padding-8-rem-bottom {
    padding-bottom: 8rem; }
  .wow .padding-8-half-rem-bottom {
    padding-bottom: 8.5rem; }
  .wow .padding-9-rem-bottom {
    padding-bottom: 9rem; }
  .wow .padding-9-half-rem-bottom {
    padding-bottom: 9.5rem; }
  .wow .padding-10-rem-bottom {
    padding-bottom: 10rem; }
  .wow .padding-10-half-rem-bottom {
    padding-bottom: 10.5rem; }
  .wow .padding-one-right {
    padding-right: 1%; }
  .wow .padding-two-right {
    padding-right: 2%; }
  .wow .padding-three-right {
    padding-right: 3%; }
  .wow .padding-four-right {
    padding-right: 4%; }
  .wow .padding-five-right {
    padding-right: 5%; }
  .wow .padding-six-right {
    padding-right: 6%; }
  .wow .padding-seven-right {
    padding-right: 7%; }
  .wow .padding-eight-right {
    padding-right: 8%; }
  .wow .padding-nine-right {
    padding-right: 9%; }
  .wow .padding-ten-right {
    padding-right: 10%; }
  .wow .padding-eleven-right {
    padding-right: 11%; }
  .wow .padding-twelve-right {
    padding-right: 12%; }
  .wow .padding-thirteen-right {
    padding-right: 13%; }
  .wow .padding-fourteen-right {
    padding-right: 14%; }
  .wow .padding-fifteen-right {
    padding-right: 15%; }
  .wow .padding-sixteen-right {
    padding-right: 16%; }
  .wow .padding-seventeen-right {
    padding-right: 17%; }
  .wow .padding-eighteen-right {
    padding-right: 18%; }
  .wow .padding-nineteen-right {
    padding-right: 19%; }
  .wow .padding-twenty-right {
    padding-right: 20%; }
  .wow .padding-5px-right {
    padding-right: 5px; }
  .wow .padding-10px-right {
    padding-right: 10px; }
  .wow .padding-15px-right {
    padding-right: 15px; }
  .wow .padding-20px-right {
    padding-right: 20px; }
  .wow .padding-25px-right {
    padding-right: 25px; }
  .wow .padding-30px-right {
    padding-right: 30px; }
  .wow .padding-35px-right {
    padding-right: 35px; }
  .wow .padding-40px-right {
    padding-right: 40px; }
  .wow .padding-45px-right {
    padding-right: 45px; }
  .wow .padding-50px-right {
    padding-right: 50px; }
  .wow .padding-55px-right {
    padding-right: 55px; }
  .wow .padding-60px-right {
    padding-right: 60px; }
  .wow .padding-65px-right {
    padding-right: 65px; }
  .wow .padding-70px-right {
    padding-right: 70px; }
  .wow .padding-75px-right {
    padding-right: 75px; }
  .wow .padding-80px-right {
    padding-right: 80px; }
  .wow .padding-85px-right {
    padding-right: 85px; }
  .wow .padding-90px-right {
    padding-right: 90px; }
  .wow .padding-95px-right {
    padding-right: 95px; }
  .wow .padding-100px-right {
    padding-right: 100px; }
  .wow .padding-1-rem-right {
    padding-right: 1rem; }
  .wow .padding-1-half-rem-right {
    padding-right: 1.5rem; }
  .wow .padding-2-rem-right {
    padding-right: 2rem; }
  .wow .padding-2-half-rem-right {
    padding-right: 2.5rem; }
  .wow .padding-3-rem-right {
    padding-right: 3rem; }
  .wow .padding-3-half-rem-right {
    padding-right: 3.5rem; }
  .wow .padding-4-rem-right {
    padding-right: 4rem; }
  .wow .padding-4-half-rem-right {
    padding-right: 4.5rem; }
  .wow .padding-5-rem-right {
    padding-right: 5rem; }
  .wow .padding-5-half-rem-right {
    padding-right: 5.5rem; }
  .wow .padding-6-rem-right {
    padding-right: 6rem; }
  .wow .padding-6-half-rem-right {
    padding-right: 6.5rem; }
  .wow .padding-7-rem-right {
    padding-right: 7rem; }
  .wow .padding-7-half-rem-right {
    padding-right: 7.5rem; }
  .wow .padding-8-rem-right {
    padding-right: 8rem; }
  .wow .padding-8-half-rem-right {
    padding-right: 8.5rem; }
  .wow .padding-9-rem-right {
    padding-right: 9rem; }
  .wow .padding-9-half-rem-right {
    padding-right: 9.5rem; }
  .wow .padding-10-rem-right {
    padding-right: 10rem; }
  .wow .padding-10-half-rem-right {
    padding-right: 10.5rem; }
  .wow .padding-one-left {
    padding-left: 1%; }
  .wow .padding-two-left {
    padding-left: 2%; }
  .wow .padding-three-left {
    padding-left: 3%; }
  .wow .padding-four-left {
    padding-left: 4%; }
  .wow .padding-five-left {
    padding-left: 5%; }
  .wow .padding-six-left {
    padding-left: 6%; }
  .wow .padding-seven-left {
    padding-left: 7%; }
  .wow .padding-eight-left {
    padding-left: 8%; }
  .wow .padding-nine-left {
    padding-left: 9%; }
  .wow .padding-ten-left {
    padding-left: 10%; }
  .wow .padding-eleven-left {
    padding-left: 11%; }
  .wow .padding-twelve-left {
    padding-left: 12%; }
  .wow .padding-thirteen-left {
    padding-left: 13%; }
  .wow .padding-fourteen-left {
    padding-left: 14%; }
  .wow .padding-fifteen-left {
    padding-left: 15%; }
  .wow .padding-sixteen-left {
    padding-left: 16%; }
  .wow .padding-seventeen-left {
    padding-left: 17%; }
  .wow .padding-eighteen-left {
    padding-left: 18%; }
  .wow .padding-nineteen-left {
    padding-left: 19%; }
  .wow .padding-twenty-left {
    padding-left: 20%; }
  .wow .padding-5px-left {
    padding-left: 5px; }
  .wow .padding-10px-left {
    padding-left: 10px; }
  .wow .padding-15px-left {
    padding-left: 15px; }
  .wow .padding-20px-left {
    padding-left: 20px; }
  .wow .padding-25px-left {
    padding-left: 25px; }
  .wow .padding-30px-left {
    padding-left: 30px; }
  .wow .padding-35px-left {
    padding-left: 35px; }
  .wow .padding-40px-left {
    padding-left: 40px; }
  .wow .padding-45px-left {
    padding-left: 45px; }
  .wow .padding-50px-left {
    padding-left: 50px; }
  .wow .padding-55px-left {
    padding-left: 55px; }
  .wow .padding-60px-left {
    padding-left: 60px; }
  .wow .padding-65px-left {
    padding-left: 65px; }
  .wow .padding-70px-left {
    padding-left: 70px; }
  .wow .padding-75px-left {
    padding-left: 75px; }
  .wow .padding-80px-left {
    padding-left: 80px; }
  .wow .padding-85px-left {
    padding-left: 85px; }
  .wow .padding-90px-left {
    padding-left: 90px; }
  .wow .padding-95px-left {
    padding-left: 95px; }
  .wow .padding-100px-left {
    padding-left: 100px; }
  .wow .padding-1-rem-left {
    padding-left: 1rem; }
  .wow .padding-1-half-rem-left {
    padding-left: 1.5rem; }
  .wow .padding-2-rem-left {
    padding-left: 2rem; }
  .wow .padding-2-half-rem-left {
    padding-left: 2.5rem; }
  .wow .padding-3-rem-left {
    padding-left: 3rem; }
  .wow .padding-3-half-rem-left {
    padding-left: 3.5rem; }
  .wow .padding-4-rem-left {
    padding-left: 4rem; }
  .wow .padding-4-half-rem-left {
    padding-left: 4.5rem; }
  .wow .padding-5-rem-left {
    padding-left: 5rem; }
  .wow .padding-5-half-rem-left {
    padding-left: 5.5rem; }
  .wow .padding-6-rem-left {
    padding-left: 6rem; }
  .wow .padding-6-half-rem-left {
    padding-left: 6.5rem; }
  .wow .padding-7-rem-left {
    padding-left: 7rem; }
  .wow .padding-7-half-rem-left {
    padding-left: 7.5rem; }
  .wow .padding-8-rem-left {
    padding-left: 8rem; }
  .wow .padding-8-half-rem-left {
    padding-left: 8.5rem; }
  .wow .padding-9-rem-left {
    padding-left: 9rem; }
  .wow .padding-9-half-rem-left {
    padding-left: 9.5rem; }
  .wow .padding-10-rem-left {
    padding-left: 10rem; }
  .wow .padding-10-half-rem-left {
    padding-left: 10.5rem; }
  .wow .padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%; }
  .wow .padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%; }
  .wow .padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%; }
  .wow .padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%; }
  .wow .padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%; }
  .wow .padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%; }
  .wow .padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%; }
  .wow .padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%; }
  .wow .padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%; }
  .wow .padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%; }
  .wow .padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%; }
  .wow .padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%; }
  .wow .padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%; }
  .wow .padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%; }
  .wow .padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%; }
  .wow .padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%; }
  .wow .padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%; }
  .wow .padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%; }
  .wow .padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%; }
  .wow .padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%; }
  .wow .padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px; }
  .wow .padding-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px; }
  .wow .padding-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px; }
  .wow .padding-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px; }
  .wow .padding-25px-tb {
    padding-top: 25px;
    padding-bottom: 25px; }
  .wow .padding-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px; }
  .wow .padding-35px-tb {
    padding-top: 35px;
    padding-bottom: 35px; }
  .wow .padding-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px; }
  .wow .padding-45px-tb {
    padding-top: 45px;
    padding-bottom: 45px; }
  .wow .padding-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px; }
  .wow .padding-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px; }
  .wow .padding-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px; }
  .wow .padding-65px-tb {
    padding-top: 65px;
    padding-bottom: 65px; }
  .wow .padding-70px-tb {
    padding-top: 70px;
    padding-bottom: 70px; }
  .wow .padding-75px-tb {
    padding-top: 75px;
    padding-bottom: 75px; }
  .wow .padding-80px-tb {
    padding-top: 80px;
    padding-bottom: 80px; }
  .wow .padding-85px-tb {
    padding-top: 85px;
    padding-bottom: 85px; }
  .wow .padding-90px-tb {
    padding-top: 90px;
    padding-bottom: 90px; }
  .wow .padding-95px-tb {
    padding-top: 95px;
    padding-bottom: 95px; }
  .wow .padding-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px; }
  .wow .padding-1-rem-tb {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .wow .padding-1-half-rem-tb {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .wow .padding-2-rem-tb {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .wow .padding-2-half-rem-tb {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .wow .padding-3-rem-tb {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .wow .padding-3-half-rem-tb {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .wow .padding-4-rem-tb {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .wow .padding-4-half-rem-tb {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .wow .padding-5-rem-tb {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .wow .padding-5-half-rem-tb {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem; }
  .wow .padding-6-rem-tb {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .wow .padding-6-half-rem-tb {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem; }
  .wow .padding-7-rem-tb {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  .wow .padding-7-half-rem-tb {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
  .wow .padding-8-rem-tb {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .wow .padding-8-half-rem-tb {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem; }
  .wow .padding-9-rem-tb {
    padding-top: 9rem;
    padding-bottom: 9rem; }
  .wow .padding-9-half-rem-tb {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem; }
  .wow .padding-10-rem-tb {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .wow .padding-10-half-rem-tb {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem; }
  .wow .padding-one-lr {
    padding-left: 1%;
    padding-right: 1%; }
  .wow .padding-two-lr {
    padding-left: 2%;
    padding-right: 2%; }
  .wow .padding-three-lr {
    padding-left: 3%;
    padding-right: 3%; }
  .wow .padding-four-lr {
    padding-left: 4%;
    padding-right: 4%; }
  .wow .padding-five-lr {
    padding-left: 5%;
    padding-right: 5%; }
  .wow .padding-six-lr {
    padding-left: 6%;
    padding-right: 6%; }
  .wow .padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%; }
  .wow .padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%; }
  .wow .padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%; }
  .wow .padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%; }
  .wow .padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%; }
  .wow .padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%; }
  .wow .padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%; }
  .wow .padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%; }
  .wow .padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%; }
  .wow .padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%; }
  .wow .padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%; }
  .wow .padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%; }
  .wow .padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%; }
  .wow .padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%; }
  .wow .padding-5px-lr {
    padding-left: 5px;
    padding-right: 5px; }
  .wow .padding-10px-lr, .wow .row > .col.padding-10px-lr {
    padding-left: 10px;
    padding-right: 10px; }
  .wow .padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px; }
  .wow .padding-20px-lr {
    padding-left: 20px;
    padding-right: 20px; }
  .wow .padding-25px-lr {
    padding-left: 25px;
    padding-right: 25px; }
  .wow .padding-30px-lr {
    padding-left: 30px;
    padding-right: 30px; }
  .wow .padding-35px-lr {
    padding-left: 35px;
    padding-right: 35px; }
  .wow .padding-40px-lr {
    padding-left: 40px;
    padding-right: 40px; }
  .wow .padding-45px-lr {
    padding-left: 45px;
    padding-right: 45px; }
  .wow .padding-50px-lr {
    padding-left: 50px;
    padding-right: 50px; }
  .wow .padding-55px-lr {
    padding-left: 55px;
    padding-right: 55px; }
  .wow .padding-60px-lr {
    padding-left: 60px;
    padding-right: 60px; }
  .wow .padding-65px-lr {
    padding-left: 65px;
    padding-right: 65px; }
  .wow .padding-70px-lr {
    padding-left: 70px;
    padding-right: 70px; }
  .wow .padding-75px-lr {
    padding-left: 75px;
    padding-right: 75px; }
  .wow .padding-80px-lr {
    padding-left: 80px;
    padding-right: 80px; }
  .wow .padding-85px-lr {
    padding-left: 85px;
    padding-right: 85px; }
  .wow .padding-90px-lr {
    padding-left: 90px;
    padding-right: 90px; }
  .wow .padding-95px-lr {
    padding-left: 95px;
    padding-right: 95px; }
  .wow .padding-100px-lr {
    padding-left: 100px;
    padding-right: 100px; }
  .wow .padding-1-rem-lr {
    padding-left: 1rem;
    padding-right: 1rem; }
  .wow .padding-1-half-rem-lr {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .wow .padding-2-rem-lr {
    padding-left: 2rem;
    padding-right: 2rem; }
  .wow .padding-2-half-rem-lr {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .wow .padding-3-rem-lr {
    padding-left: 3rem;
    padding-right: 3rem; }
  .wow .padding-3-half-rem-lr {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .wow .padding-4-rem-lr {
    padding-left: 4rem;
    padding-right: 4rem; }
  .wow .padding-4-half-rem-lr {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .wow .padding-5-rem-lr {
    padding-left: 5rem;
    padding-right: 5rem; }
  .wow .padding-5-half-rem-lr {
    padding-left: 5.5rem;
    padding-right: 5.5rem; }
  .wow .padding-6-rem-lr {
    padding-left: 6rem;
    padding-right: 6rem; }
  .wow .padding-6-half-rem-lr {
    padding-left: 6.5rem;
    padding-right: 6.5rem; }
  .wow .padding-7-rem-lr {
    padding-left: 7rem;
    padding-right: 7rem; }
  .wow .padding-7-half-rem-lr {
    padding-left: 7.5rem;
    padding-right: 7.5rem; }
  .wow .padding-8-rem-lr {
    padding-left: 8rem;
    padding-right: 8rem; }
  .wow .padding-8-half-rem-lr {
    padding-left: 8.5rem;
    padding-right: 8.5rem; }
  .wow .padding-9-rem-lr {
    padding-left: 9rem;
    padding-right: 9rem; }
  .wow .padding-9-half-rem-lr {
    padding-left: 9.5rem;
    padding-right: 9.5rem; }
  .wow .padding-10-rem-lr {
    padding-left: 10rem;
    padding-right: 10rem; }
  .wow .padding-10-half-rem-lr {
    padding-left: 10.5rem;
    padding-right: 10.5rem; }
  .wow .no-padding {
    padding: 0 !important; }
  .wow .no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .wow .no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .wow .no-padding-top {
    padding-top: 0 !important; }
  .wow .no-padding-bottom {
    padding-bottom: 0 !important; }
  .wow .no-padding-left {
    padding-left: 0 !important; }
  .wow .no-padding-right {
    padding-right: 0 !important; }
  .wow .d-initial {
    display: initial !important; }
  .wow .overflow-hidden {
    overflow: hidden !important; }
  .wow .overflow-visible {
    overflow: visible !important; }
  .wow .overflow-auto {
    overflow: auto !important; }
  .wow .position-inherit {
    position: inherit !important; }
  .wow .top-0px {
    top: 0; }
  .wow .top-1px {
    top: 1px; }
  .wow .top-2px {
    top: 2px; }
  .wow .top-3px {
    top: 3px; }
  .wow .top-4px {
    top: 4px; }
  .wow .top-5px {
    top: 5px; }
  .wow .top-6px {
    top: 6px; }
  .wow .top-7px {
    top: 7px; }
  .wow .top-8px {
    top: 8px; }
  .wow .top-9px {
    top: 9px; }
  .wow .top-10px {
    top: 10px; }
  .wow .top-15px {
    top: 15px; }
  .wow .top-20px {
    top: 20px; }
  .wow .top-25px {
    top: 25px; }
  .wow .top-30px {
    top: 30px; }
  .wow .top-35px {
    top: 35px; }
  .wow .top-40px {
    top: 40px; }
  .wow .top-45px {
    top: 45px; }
  .wow .top-50px {
    top: 50px; }
  .wow .top-60px {
    top: 60px; }
  .wow .top-70px {
    top: 70px; }
  .wow .top-80px {
    top: 80px; }
  .wow .top-90px {
    top: 90px; }
  .wow .top-100px {
    top: 100px; }
  .wow .top-auto {
    top: auto; }
  .wow .top-inherit {
    top: inherit; }
  .wow .top-minus-1px {
    top: -1px; }
  .wow .top-minus-2px {
    top: -2px; }
  .wow .top-minus-3px {
    top: -3px; }
  .wow .top-minus-4px {
    top: -4px; }
  .wow .top-minus-5px {
    top: -5px; }
  .wow .top-minus-6px {
    top: -6px; }
  .wow .top-minus-7px {
    top: -7px; }
  .wow .top-minus-8px {
    top: -8px; }
  .wow .top-minus-9px {
    top: -9px; }
  .wow .top-minus-10px {
    top: -10px; }
  .wow .top-minus-15px {
    top: -15px; }
  .wow .top-minus-20px {
    top: -20px; }
  .wow .top-minus-25px {
    top: -25px; }
  .wow .top-minus-30px {
    top: -30px; }
  .wow .top-minus-35px {
    top: -35px; }
  .wow .top-minus-40px {
    top: -40px; }
  .wow .top-minus-45px {
    top: -45px; }
  .wow .top-minus-50px {
    top: -50px; }
  .wow .top-minus-60px {
    top: -60px; }
  .wow .top-minus-70px {
    top: -70px; }
  .wow .bottom-0px {
    bottom: 0; }
  .wow .bottom-1px {
    bottom: 1px; }
  .wow .bottom-2px {
    bottom: 2px; }
  .wow .bottom-3px {
    bottom: 3px; }
  .wow .bottom-4px {
    bottom: 4px; }
  .wow .bottom-5px {
    bottom: 5px; }
  .wow .bottom-6px {
    bottom: 6px; }
  .wow .bottom-7px {
    bottom: 7px; }
  .wow .bottom-8px {
    bottom: 8px; }
  .wow .bottom-9px {
    bottom: 9px; }
  .wow .bottom-10px {
    bottom: 10px; }
  .wow .bottom-15px {
    bottom: 15px; }
  .wow .bottom-20px {
    bottom: 20px; }
  .wow .bottom-25px {
    bottom: 25px; }
  .wow .bottom-30px {
    bottom: 30px; }
  .wow .bottom-35px {
    bottom: 35px; }
  .wow .bottom-40px {
    bottom: 40px; }
  .wow .bottom-45px {
    bottom: 45px; }
  .wow .bottom-50px {
    bottom: 50px; }
  .wow .bottom-55px {
    bottom: 55px; }
  .wow .bottom-60px {
    bottom: 60px; }
  .wow .bottom-65px {
    bottom: 65px; }
  .wow .bottom-70px {
    bottom: 70px; }
  .wow .bottom-75px {
    bottom: 75px; }
  .wow .bottom-80px {
    bottom: 80px; }
  .wow .bottom-85px {
    bottom: 85px; }
  .wow .bottom-90px {
    bottom: 90px; }
  .wow .bottom-95px {
    bottom: 95px; }
  .wow .bottom-100px {
    bottom: 100px; }
  .wow .bottom-auto {
    bottom: auto; }
  .wow .bottom-inherit {
    bottom: inherit; }
  .wow .bottom-minus-1px {
    bottom: -1px; }
  .wow .bottom-minus-2px {
    bottom: -2px; }
  .wow .bottom-minus-3px {
    bottom: -3px; }
  .wow .bottom-minus-4px {
    bottom: -4px; }
  .wow .bottom-minus-5px {
    bottom: -5px; }
  .wow .bottom-minus-6px {
    bottom: -6px; }
  .wow .bottom-minus-7px {
    bottom: -7px; }
  .wow .bottom-minus-8px {
    bottom: -8px; }
  .wow .bottom-minus-9px {
    bottom: -9px; }
  .wow .bottom-minus-10px {
    bottom: -10px; }
  .wow .bottom-minus-15px {
    bottom: -15px; }
  .wow .bottom-minus-20px {
    bottom: -20px; }
  .wow .bottom-minus-25px {
    bottom: -25px; }
  .wow .bottom-minus-30px {
    bottom: -30px; }
  .wow .bottom-minus-35px {
    bottom: -35px; }
  .wow .bottom-minus-40px {
    bottom: -40px; }
  .wow .bottom-minus-45px {
    bottom: -45px; }
  .wow .bottom-minus-50px {
    bottom: -50px; }
  .wow .right-0px {
    right: 0; }
  .wow .right-1px {
    right: 1px; }
  .wow .right-2px {
    right: 2px; }
  .wow .right-3px {
    right: 3px; }
  .wow .right-4px {
    right: 4px; }
  .wow .right-5px {
    right: 5px; }
  .wow .right-6px {
    right: 6px; }
  .wow .right-7px {
    right: 7px; }
  .wow .right-8px {
    right: 8px; }
  .wow .right-9px {
    right: 9px; }
  .wow .right-10px {
    right: 10px; }
  .wow .right-15px {
    right: 15px; }
  .wow .right-20px {
    right: 20px; }
  .wow .right-25px {
    right: 25px; }
  .wow .right-30px {
    right: 30px; }
  .wow .right-35px {
    right: 35px; }
  .wow .right-40px {
    right: 40px; }
  .wow .right-45px {
    right: 45px; }
  .wow .right-50px {
    right: 50px; }
  .wow .right-55px {
    right: 55px; }
  .wow .right-60px {
    right: 60px; }
  .wow .right-auto {
    right: auto; }
  .wow .right-inherit {
    right: inherit; }
  .wow .right-minus-1px {
    right: -1px; }
  .wow .right-minus-2px {
    right: -2px; }
  .wow .right-minus-3px {
    right: -3px; }
  .wow .right-minus-4px {
    right: -4px; }
  .wow .right-minus-5px {
    right: -5px; }
  .wow .right-minus-6px {
    right: -6px; }
  .wow .right-minus-7px {
    right: -7px; }
  .wow .right-minus-8px {
    right: -8px; }
  .wow .right-minus-9px {
    right: -9px; }
  .wow .right-minus-10px {
    right: -10px; }
  .wow .right-minus-15px {
    right: -15px; }
  .wow .right-minus-20px {
    right: -20px; }
  .wow .right-minus-25px {
    right: -25px; }
  .wow .right-minus-30px {
    right: -30px; }
  .wow .right-minus-35px {
    right: -35px; }
  .wow .right-minus-40px {
    right: -40px; }
  .wow .right-minus-45px {
    right: -45px; }
  .wow .right-minus-50px {
    right: -50px; }
  .wow .right-minus-60px {
    right: -60px; }
  .wow .right-minus-70px {
    right: -70px; }
  .wow .left-0px {
    left: 0; }
  .wow .left-1px {
    left: 1px; }
  .wow .left-2px {
    left: 2px; }
  .wow .left-3px {
    left: 3px; }
  .wow .left-4px {
    left: 4px; }
  .wow .left-5px {
    left: 5px; }
  .wow .left-6px {
    left: 6px; }
  .wow .left-7px {
    left: 7px; }
  .wow .left-8px {
    left: 8px; }
  .wow .left-9px {
    left: 9px; }
  .wow .left-10px {
    left: 10px; }
  .wow .left-15px {
    left: 15px; }
  .wow .left-20px {
    left: 20px; }
  .wow .left-25px {
    left: 25px; }
  .wow .left-30px {
    left: 30px; }
  .wow .left-35px {
    left: 35px; }
  .wow .left-40px {
    left: 40px; }
  .wow .left-45px {
    left: 45px; }
  .wow .left-50px {
    left: 50px; }
  .wow .left-75px {
    left: 75px; }
  .wow .left-auto {
    left: auto; }
  .wow .left-inherit {
    left: inherit; }
  .wow .left-0px {
    left: 0; }
  .wow .left-minus-1px {
    left: -1px; }
  .wow .left-minus-2px {
    left: -2px; }
  .wow .left-minus-3px {
    left: -3px; }
  .wow .left-minus-4px {
    left: -4px; }
  .wow .left-minus-5px {
    left: -5px; }
  .wow .left-minus-6px {
    left: -6px; }
  .wow .left-minus-7px {
    left: -7px; }
  .wow .left-minus-8px {
    left: -8px; }
  .wow .left-minus-9px {
    left: -9px; }
  .wow .left-minus-10px {
    left: -10px; }
  .wow .left-minus-15px {
    left: -15px; }
  .wow .left-minus-20px {
    left: -20px; }
  .wow .left-minus-25px {
    left: -25px; }
  .wow .left-minus-30px {
    left: -30px; }
  .wow .left-minus-35px {
    left: -35px; }
  .wow .left-minus-40px {
    left: -40px; }
  .wow .left-minus-45px {
    left: -45px; }
  .wow .left-minus-50px {
    left: -50px; }
  .wow .w-1px {
    width: 1px; }
  .wow .w-2px {
    width: 2px; }
  .wow .w-3px {
    width: 3px; }
  .wow .w-4px {
    width: 4px; }
  .wow .w-5px {
    width: 5px; }
  .wow .w-6px {
    width: 6px; }
  .wow .w-7px {
    width: 7px; }
  .wow .w-8px {
    width: 8px; }
  .wow .w-9px {
    width: 9px; }
  .wow .w-10px {
    width: 10px; }
  .wow .w-15px {
    width: 15px; }
  .wow .w-20px {
    width: 20px; }
  .wow .w-25px {
    width: 25px; }
  .wow .w-30px {
    width: 30px; }
  .wow .w-35px {
    width: 35px; }
  .wow .w-40px {
    width: 40px; }
  .wow .w-45px {
    width: 45px; }
  .wow .w-50px {
    width: 50px; }
  .wow .w-55px {
    width: 55px; }
  .wow .w-60px {
    width: 60px; }
  .wow .w-65px {
    width: 65px; }
  .wow .w-70px {
    width: 70px; }
  .wow .w-75px {
    width: 75px; }
  .wow .w-80px {
    width: 80px; }
  .wow .w-85px {
    width: 85px; }
  .wow .w-90px {
    width: 90px; }
  .wow .w-95px {
    width: 95px; }
  .wow .w-100px {
    width: 100px; }
  .wow .w-110px {
    width: 110px; }
  .wow .w-120px {
    width: 120px; }
  .wow .w-130px {
    width: 130px; }
  .wow .w-140px {
    width: 140px; }
  .wow .w-150px {
    width: 150px; }
  .wow .w-160px {
    width: 160px; }
  .wow .w-170px {
    width: 170px; }
  .wow .w-180px {
    width: 180px; }
  .wow .w-190px {
    width: 190px; }
  .wow .w-200px {
    width: 200px; }
  .wow .w-250px {
    width: 250px; }
  .wow .w-300px {
    width: 300px; }
  .wow .w-350px {
    width: 350px; }
  .wow .w-400px {
    width: 400px; }
  .wow .w-450px {
    width: 450px; }
  .wow .w-500px {
    width: 500px; }
  .wow .w-550px {
    width: 550px; }
  .wow .w-600px {
    width: 600px; }
  .wow .w-650px {
    width: 650px; }
  .wow .w-700px {
    width: 700px; }
  .wow .w-750px {
    width: 750px; }
  .wow .w-800px {
    width: 800px; }
  .wow .w-850px {
    width: 850px; }
  .wow .w-900px {
    width: 900px; }
  .wow .w-950px {
    width: 950px; }
  .wow .w-1000px {
    width: 1000px; }
  .wow .w-10 {
    width: 10%; }
  .wow .w-15 {
    width: 15%; }
  .wow .w-20 {
    width: 20%; }
  .wow .w-25 {
    width: 25%; }
  .wow .w-30 {
    width: 30%; }
  .wow .w-35 {
    width: 35%; }
  .wow .w-40 {
    width: 40%; }
  .wow .w-45 {
    width: 45%; }
  .wow .w-50 {
    width: 50%; }
  .wow .w-55 {
    width: 55%; }
  .wow .w-57 {
    width: 57%; }
  .wow .w-60 {
    width: 60%; }
  .wow .w-65 {
    width: 65%; }
  .wow .w-70 {
    width: 70%; }
  .wow .w-75 {
    width: 75%; }
  .wow .w-80 {
    width: 80%; }
  .wow .w-85 {
    width: 85%; }
  .wow .w-90 {
    width: 90%; }
  .wow .w-95 {
    width: 95%; }
  .wow .w-100 {
    width: 100%; }
  .wow .w-auto {
    width: auto; }
  .wow .swiper {
    width: 100%;
    height: 100%; }
  .wow .h-1px {
    height: 1px; }
  .wow .h-2px {
    height: 2px; }
  .wow .h-3px {
    height: 3px; }
  .wow .h-4px {
    height: 4px; }
  .wow .h-5px {
    height: 5px; }
  .wow .h-6px {
    height: 6px; }
  .wow .h-7px {
    height: 7px; }
  .wow .h-8px {
    height: 8px; }
  .wow .h-9px {
    height: 9px; }
  .wow .h-10px {
    height: 10px; }
  .wow .h-15px {
    height: 15px; }
  .wow .h-20px {
    height: 20px; }
  .wow .h-25px {
    height: 25px; }
  .wow .h-30px {
    height: 30px; }
  .wow .h-35px {
    height: 35px; }
  .wow .h-40px {
    height: 40px; }
  .wow .h-42px {
    height: 42px; }
  .wow .h-45px {
    height: 45px; }
  .wow .h-50px {
    height: 50px; }
  .wow .h-55px {
    height: 55px; }
  .wow .h-60px {
    height: 60px; }
  .wow .h-65px {
    height: 65px; }
  .wow .h-70px {
    height: 70px; }
  .wow .h-75px {
    height: 75px; }
  .wow .h-80px {
    height: 80px; }
  .wow .h-85px {
    height: 85px; }
  .wow .h-90px {
    height: 90px; }
  .wow .h-95px {
    height: 95px; }
  .wow .h-100px {
    height: 100px; }
  .wow .h-110px {
    height: 110px; }
  .wow .h-120px {
    height: 120px; }
  .wow .h-130px {
    height: 130px; }
  .wow .h-140px {
    height: 140px; }
  .wow .h-150px {
    height: 150px; }
  .wow .h-160px {
    height: 160px; }
  .wow .h-170px {
    height: 170px; }
  .wow .h-180px {
    height: 180px; }
  .wow .h-190px {
    height: 190px; }
  .wow .h-200px {
    height: 200px; }
  .wow .h-250px {
    height: 250px; }
  .wow .h-300px {
    height: 300px; }
  .wow .h-350px {
    height: 350px; }
  .wow .h-400px {
    height: 400px; }
  .wow .h-450px {
    height: 450px; }
  .wow .h-480px {
    height: 490px; }
  .wow .h-500px {
    height: 500px; }
  .wow .h-520px {
    height: 520px; }
  .wow .h-550px {
    height: 550px; }
  .wow .h-580px {
    height: 580px; }
  .wow .h-600px {
    height: 600px; }
  .wow .h-650px {
    height: 650px; }
  .wow .h-700px {
    height: 700px; }
  .wow .h-720px {
    height: 720px; }
  .wow .h-750px {
    height: 750px; }
  .wow .h-800px {
    height: 800px; }
  .wow .h-820px {
    height: 820px; }
  .wow .h-830px {
    height: 830px; }
  .wow .h-850px {
    height: 850px; }
  .wow .h-50 {
    height: 50%; }
  .wow .h-100 {
    height: 100% !important; }
  .wow .h-auto {
    height: auto !important; }
  .wow .max-h-100 {
    max-height: 100%; }
  .wow .max-h-inherit {
    max-height: inherit !important; }
  .wow .full-screen, .wow .mobileoff-fullscreen-top-space, .wow .fullscreenabanner {
    height: 980px; }
  .wow .min-h-100px {
    min-height: 100px; }
  .wow .min-h-200px {
    min-height: 200px; }
  .wow .min-h-300px {
    min-height: 300px; }
  .wow .min-h-400px {
    min-height: 400px; }
  .wow .min-h-500px {
    min-height: 500px; }
  .wow .min-h-600px {
    min-height: 600px; }
  .wow .min-h-700px {
    min-height: 700px; }
  .wow .min-h-100vh {
    min-height: 100vh; }
  .wow .extra-small-screen {
    height: 300px; }
  .wow .small-screen {
    height: 400px; }
  .wow .one-half-screen {
    height: 600px; }
  .wow .one-third-screen {
    height: 700px; }
  .wow .one-fourth-screen {
    height: 800px; }
  .wow .one-fifth-screen {
    height: 900px; }
  .wow .content-box-image {
    width: 100%;
    height: -webkit-calc(100% / 3);
    height: -moz-calc(100% / 3);
    height: calc(100% / 3); }
  .wow [class^="ti-"], .wow [class*=" ti-"], .wow [class^="line-icon"], .wow [class*=" line-icon"], .wow [class^="solid-icon"], .wow [class*=" solid-icon"] {
    display: inline-block; }
  .wow .video-icon-box {
    z-index: 1; }
  .wow .video-icon-box > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-direction: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .wow .video-icon-box .video-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%; }
  .wow .video-icon-box .video-icon i {
    margin-left: 5px;
    line-height: normal; }
  .wow .video-icon-large.video-icon-box .video-icon i {
    margin-left: 8px; }
  .wow .video-icon-double-large.video-icon-box .video-icon i {
    margin-left: 10px; }
  .wow .video-icon .video-icon-sonar {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -10;
    -webkit-animation: video-icon-sonar 2s linear infinite;
    animation: video-icon-sonar 2s linear infinite; }
  .wow .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    position: absolute;
    border-radius: 50%;
    content: '';
    top: -25px;
    left: -25px;
    z-index: -100; }
  .wow .video-icon .video-icon-sonar .video-icon-sonar-afr {
    position: absolute;
    border-radius: 50%;
    content: '';
    top: -10px;
    left: -10px;
    z-index: -50; }
  .wow .video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    top: -15px;
    left: -15px; }
  .wow .video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-afr {
    top: 0px;
    left: 0px; }
  .wow .video-icon-small .video-icon {
    width: 40px;
    height: 40px;
    font-size: 14px; }
  .wow .video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 70px;
    height: 70px; }
  .wow .video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 40px;
    height: 40px; }
  .wow .video-icon-medium .video-icon {
    width: 50px;
    height: 50px;
    font-size: 18px; }
  .wow .video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 100px;
    height: 100px; }
  .wow .video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 70px;
    height: 70px; }
  .wow .video-icon-large .video-icon {
    width: 75px;
    height: 75px;
    font-size: 26px; }
  .wow .video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 125px;
    height: 125px; }
  .wow .video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 95px;
    height: 95px; }
  .wow .video-icon-extra-large .video-icon {
    width: 100px;
    height: 100px;
    font-size: 25px; }
  .wow .video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 150px;
    height: 150px; }
  .wow .video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 120px;
    height: 120px; }
  .wow .video-icon-double-large .video-icon {
    width: 120px;
    height: 120px;
    font-size: 34px; }
  .wow .video-icon-double-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 170px;
    height: 170px; }
  .wow .video-icon-double-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 140px;
    height: 140px; }
  .wow .icon-extra-large {
    font-size: 60px; }
  .wow .icon-large {
    font-size: 50px; }
  .wow .icon-medium {
    font-size: 40px; }
  .wow .icon-very-medium {
    font-size: 35px; }
  .wow .icon-extra-medium {
    font-size: 32px; }
  .wow .icon-small {
    font-size: 28px; }
  .wow .icon-extra-small {
    font-size: 18px; }
  .wow .icon-very-small {
    font-size: 13px; }
  .wow .icon-country {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 10px 0 5px; }
  .wow .extra-small-icon, .wow .small-icon, .wow .medium-icon, .wow .large-icon, .wow .extra-large-icon {
    list-style: none;
    padding: 0; }
  .wow .extra-small-icon li, .wow .small-icon li, .wow .medium-icon li, .wow .large-icon li, .wow .extra-large-icon li {
    display: inline-block; }
  .wow .extra-small-icon li:first-child, .wow .small-icon li:first-child, .wow .medium-icon li:first-child, .wow .large-icon li:first-child, .wow .extra-large-icon li:first-child {
    margin-left: 0; }
  .wow .extra-small-icon li:last-child, .wow .small-icon li:last-child, .wow .medium-icon li:last-child, .wow .large-icon li:last-child, .wow .extra-large-icon li:last-child {
    margin-right: 0; }
  .wow .extra-small-icon li {
    margin: 0 2px; }
  .wow .small-icon li {
    margin: 0 5px; }
  .wow .medium-icon li {
    margin: 0 8px; }
  .wow .large-icon li {
    margin: 0 10px; }
  .wow .extra-large-icon li {
    margin: 0 12px; }
  .wow .extra-small-icon a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .wow .small-icon a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .wow .medium-icon a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .wow .large-icon a {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px; }
  .wow .extra-large-icon a {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px; }
  .wow .social-icon a {
    margin: 0 15px; }
  .wow .social-icon a:first-child {
    margin-left: 0; }
  .wow .social-icon a:last-child {
    margin-right: 0; }
  .wow [class^="social-icon-"] ul, .wow [class*=" social-icon-"] ul {
    list-style: none; }
  .wow a.likes-count {
    width: auto;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 18px 6px;
    line-height: 20px;
    margin: 0 0 10px 0;
    display: inline-block; }
  .wow a.likes-count i {
    margin-right: 8px;
    color: #fa5c47; }
  .wow a.likes-count:hover {
    box-shadow: 0 0 10px rgba(23, 23, 23, 0.1);
    color: #232323; }
  .wow .social-icon-style-01 ul li a {
    text-align: center;
    display: inline-block; }
  .wow .social-icon-style-01 a:hover {
    color: #0038e3; }
  .wow .social-icon-style-02 ul li a {
    text-align: center;
    display: inline-block;
    color: #232323; }
  .wow .social-icon-style-02.icon-with-animation a {
    display: inline-block; }
  .wow .social-icon-style-02.icon-with-animation a:hover {
    transform: translateY(-8px); }
  .wow .social-icon-style-02 ul.light li a {
    color: #fff; }
  .wow .social-icon-style-02 ul.dark li a {
    color: #232323; }
  .wow .social-icon-style-02 a.facebook:hover, .wow .social-icon-style-04 a.facebook:hover, .wow .social-icon-style-07 a.facebook, .wow .social-icon-style-08 a.facebook, .wow .social-icon-style-10 a.facebook, .wow .social-icon-style-11 a.facebook .social-front i, .wow .menu-sidebar a .facebook {
    color: #3b5998; }
  .wow .social-icon-style-02 a.twitter:hover, .wow .social-icon-style-04 a.twitter:hover, .wow .social-icon-style-07 a.twitter, .wow .social-icon-style-08 a.twitter, .wow .social-icon-style-10 a.twitter, .wow .social-icon-style-11 a.twitter .social-front i, .wow .menu-sidebar a .twitter {
    color: #00aced; }
  .wow .social-icon-style-02 a.google:hover, .wow .social-icon-style-04 a.google:hover, .wow .social-icon-style-07 a.google, .wow .social-icon-style-08 a.google, .wow .social-icon-style-10 a.google, .wow .social-icon-style-11 a.google .social-front i, .wow .menu-sidebar a .google {
    color: #dc4a38; }
  .wow .social-icon-style-02 a.dribbble:hover, .wow .social-icon-style-04 a.dribbble:hover, .wow .social-icon-style-07 a.dribbble, .wow .social-icon-style-08 a.dribbble, .wow .social-icon-style-10 a.dribbble, .wow .social-icon-style-11 a.dribbble .social-front i, .wow .menu-sidebar a .dribbble {
    color: #ea4c89; }
  .wow .social-icon-style-02 a.youtube:hover, .wow .social-icon-style-04 a.youtube:hover, .wow .social-icon-style-07 a.youtube, .wow .social-icon-style-08 a.youtube, .wow .social-icon-style-10 a.youtube, .wow .social-icon-style-11 a.youtube .social-front i, .wow .menu-sidebar a .youtube {
    color: #bb0000; }
  .wow .social-icon-style-02 a.linkedin:hover, .wow .social-icon-style-04 a.linkedin:hover, .wow .social-icon-style-07 a.linkedin, .wow .social-icon-style-08 a.linkedin, .wow .social-icon-style-10 a.linkedin, .wow .social-icon-style-11 a.linkedin .social-front i, .wow .menu-sidebar a .linkedin {
    color: #0077b5; }
  .wow .social-icon-style-02 a.instagram:hover, .wow .social-icon-style-04 a.instagram:hover, .wow .social-icon-style-07 a.instagram, .wow .social-icon-style-08 a.instagram, .wow .social-icon-style-10 a.instagram, .wow .social-icon-style-11 a.instagram .social-front i, .wow .menu-sidebar a .instagram {
    color: #FE1F49; }
  .wow .social-icon-style-02 a.pinterest:hover, .wow .social-icon-style-04 a.pinterest:hover, .wow .social-icon-style-07 a.pinterest, .wow .social-icon-style-08 a.pinterest, .wow .social-icon-style-10 a.pinterest, .wow .social-icon-style-11 a.pinterest .social-front i, .wow .menu-sidebar a .pinterest {
    color: #CB2027; }
  .wow .social-icon-style-02 a.flickr:hover, .wow .social-icon-style-04 a.flickr:hover, .wow .social-icon-style-07 a.flickr, .wow .social-icon-style-08 a.flickr, .wow .social-icon-style-10 a.flickr, .wow .social-icon-style-11 a.flickr .social-front i, .wow .menu-sidebar a .flickr {
    color: #ff0084; }
  .wow .social-icon-style-02 a.rss:hover, .wow .social-icon-style-04 a.rss:hover, .wow .social-icon-style-07 a.rss, .wow .social-icon-style-08 a.rss, .wow .social-icon-style-10 a.rss, .wow .social-icon-style-11 a.rss .social-front i, .wow .menu-sidebar a .rss {
    color: #f2890a; }
  .wow .social-icon-style-02 a.behance:hover, .wow .social-icon-style-04 a.behance:hover, .wow .social-icon-style-07 a.behance, .wow .social-icon-style-08 a.behance, .wow .social-icon-style-10 a.behance, .wow .social-icon-style-11 a.behance .social-front i, .wow .menu-sidebar a .behance {
    color: #1769ff; }
  .wow .social-icon-style-02 a.vine:hover, .wow .social-icon-style-04 a.vine:hover, .wow .social-icon-style-07 a.vine, .wow .social-icon-style-08 a.vine, .wow .social-icon-style-10 a.vine, .wow .social-icon-style-11 a.vine .social-front i, .wow .menu-sidebar a .vine {
    color: #00bf8f; }
  .wow .social-icon-style-02 a.email:hover, .wow .social-icon-style-04 a.email:hover, .wow .social-icon-style-07 a.email, .wow .social-icon-style-08 a.email, .wow .social-icon-style-10 a.email, .wow .social-icon-style-11 a.email .social-front i, .wow .menu-sidebar a .email {
    color: #7d7d7d; }
  .wow .social-icon-style-02 a.sms:hover, .wow .social-icon-style-04 a.sms:hover, .wow .social-icon-style-07 a.sms, .wow .social-icon-style-08 a.sms, .wow .social-icon-style-10 a.sms, .wow .social-icon-style-11 a.sms .social-front i, .wow .menu-sidebar a .sms {
    color: #ffbd00; }
  .wow .social-icon-style-02 a.sharethis:hover, .wow .social-icon-style-04 a.sharethis:hover, .wow .social-icon-style-07 a.sharethis, .wow .social-icon-style-08 a.sharethis, .wow .social-icon-style-10 a.sharethis, .wow .social-icon-style-11 a.sharethis .social-front i, .wow .menu-sidebar a .sharethis {
    color: #95D03A; }
  .wow .social-icon-style-02 a.reddit:hover, .wow .social-icon-style-04 a.reddit:hover, .wow .social-icon-style-07 a.reddit, .wow .social-icon-style-08 a.reddit, .wow .social-icon-style-10 a.reddit, .wow .social-icon-style-11 a.reddit .social-front i, .wow .menu-sidebar a .reddit {
    color: #ff4500; }
  .wow .social-icon-style-02 a.tumblr:hover, .wow .social-icon-style-04 a.tumblr:hover, .wow .social-icon-style-07 a.tumblr, .wow .social-icon-style-08 a.tumblr, .wow .social-icon-style-10 a.tumblr, .wow .social-icon-style-11 a.tumblr .social-front i, .wow .menu-sidebar a .tumblr {
    color: #32506d; }
  .wow .social-icon-style-02 a.digg:hover, .wow .social-icon-style-04 a.digg:hover, .wow .social-icon-style-07 a.digg, .wow .social-icon-style-08 a.digg, .wow .social-icon-style-10 a.digg, .wow .social-icon-style-11 a.digg .social-front i, .wow .menu-sidebar a .digg {
    color: #262626; }
  .wow .social-icon-style-02 a.stumbleupon:hover, .wow .social-icon-style-04 a.stumbleupon:hover, .wow .social-icon-style-07 a.stumbleupon, .wow .social-icon-style-08 a.stumbleupon, .wow .social-icon-style-10 a.stumbleupon, .wow .social-icon-style-11 a.stumbleupon .social-front i, .wow .menu-sidebar a .stumbleupon {
    color: #eb4924; }
  .wow .social-icon-style-02 a.whatsapp:hover, .wow .social-icon-style-04 a.whatsapp:hover, .wow .social-icon-style-07 a.whatsapp, .wow .social-icon-style-08 a.whatsapp, .wow .social-icon-style-10 a.whatsapp, .wow .social-icon-style-11 a.whatsapp .social-front i, .wow .menu-sidebar a .whatsapp {
    color: #25d366; }
  .wow .social-icon-style-02 a.vk:hover, .wow .social-icon-style-04 a.vk:hover, .wow .social-icon-style-07 a.vk, .wow .social-icon-style-08 a.vk, .wow .social-icon-style-10 a.vk, .wow .social-icon-style-11 a.vk .social-front i, .wow .menu-sidebar a .vk {
    color: #4c6c91; }
  .wow .social-icon-style-02 a.weibo:hover, .wow .social-icon-style-04 a.weibo:hover, .wow .social-icon-style-07 a.weibo, .wow .social-icon-style-08 a.weibo, .wow .social-icon-style-10 a.weibo, .wow .social-icon-style-11 a.weibo .social-front i, .wow .menu-sidebar a .weibo {
    color: #ff9933; }
  .wow .social-icon-style-02 a.odnoklassniki:hover, .wow .social-icon-style-04 a.odnoklassniki:hover, .wow .social-icon-style-07 a.odnoklassniki, .wow .social-icon-style-08 a.odnoklassniki, .wow .social-icon-style-10 a.odnoklassniki, .wow .social-icon-style-11 a.odnoklassniki .social-front i, .wow .menu-sidebar a .odnoklassniki {
    color: #d7772d; }
  .wow .social-icon-style-02 a.xing:hover, .wow .social-icon-style-04 a.xing:hover, .wow .social-icon-style-07 a.xing, .wow .social-icon-style-08 a.xing, .wow .social-icon-style-10 a.xing, .wow .social-icon-style-11 a.xing .social-front i, .wow .menu-sidebar a .xing {
    color: #1a7576; }
  .wow .social-icon-style-02 a.print:hover, .wow .social-icon-style-04 a.print:hover, .wow .social-icon-style-07 a.print, .wow .social-icon-style-08 a.print, .wow .social-icon-style-10 a.print, .wow .social-icon-style-11 a.print .social-front i, .wow .menu-sidebar a .print {
    color: #222222; }
  .wow .social-icon-style-02 a.blogger:hover, .wow .social-icon-style-04 a.blogger:hover, .wow .social-icon-style-07 a.blogger, .wow .social-icon-style-08 a.blogger, .wow .social-icon-style-10 a.blogger, .wow .social-icon-style-11 a.blogger .social-front i, .wow .menu-sidebar a .blogger {
    color: #ff8000; }
  .wow .social-icon-style-02 a.flipboard:hover, .wow .social-icon-style-04 a.flipboard:hover, .wow .social-icon-style-07 a.flipboard, .wow .social-icon-style-08 a.flipboard, .wow .social-icon-style-10 a.flipboard, .wow .social-icon-style-11 a.flipboard .social-front i, .wow .menu-sidebar a .flipboard {
    color: #e12828; }
  .wow .social-icon-style-02 a.meneame:hover, .wow .social-icon-style-04 a.meneame:hover, .wow .social-icon-style-07 a.meneame, .wow .social-icon-style-08 a.meneame, .wow .social-icon-style-10 a.meneame, .wow .social-icon-style-11 a.meneame .social-front i, .wow .menu-sidebar a .meneame {
    color: #ff6400; }
  .wow .social-icon-style-02 a.mailru:hover, .wow .social-icon-style-04 a.mailru:hover, .wow .social-icon-style-07 a.mailru, .wow .social-icon-style-08 a.mailru, .wow .social-icon-style-10 a.mailru, .wow .social-icon-style-11 a.mailru .social-front i, .wow .menu-sidebar a .mailru {
    color: #168de2; }
  .wow .social-icon-style-02 a.delicious:hover, .wow .social-icon-style-04 a.delicious:hover, .wow .social-icon-style-07 a.delicious, .wow .social-icon-style-08 a.delicious, .wow .social-icon-style-10 a.delicious, .wow .social-icon-style-11 a.delicious .social-front i, .wow .menu-sidebar a .delicious {
    color: #205cc0; }
  .wow .social-icon-style-02 a.livejournal:hover, .wow .social-icon-style-04 a.livejournal:hover, .wow .social-icon-style-07 a.livejournal, .wow .social-icon-style-08 a.livejournal, .wow .social-icon-style-10 a.livejournal, .wow .social-icon-style-11 a.livejournal .social-front i, .wow .menu-sidebar a .livejournal {
    color: #00b0ea; }
  .wow .social-icon-style-03 a {
    text-align: center;
    display: inline-block;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    color: #fff; }
  .wow .social-icon-style-03 a:hover {
    border-radius: 100%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  .wow .social-icon-style-03 a.facebook, .wow .social-icon-style-05 a.facebook span, .wow .social-icon-style-04 a.facebook, .wow .social-icon-style-09 a.facebook:hover, .wow .social-icon-style-10 a.facebook span, .wow .social-icon-style-11 a.facebook .social-back {
    background-color: #3b5998; }
  .wow .social-icon-style-03 a.twitter, .wow .social-icon-style-05 a.twitter span, .wow .social-icon-style-04 a.twitter, .wow .social-icon-style-09 a.twitter:hover, .wow .social-icon-style-10 a.twitter span, .wow .social-icon-style-11 a.twitter .social-back {
    background-color: #00aced; }
  .wow .social-icon-style-03 a.google, .wow .social-icon-style-05 a.google span, .wow .social-icon-style-04 a.google, .wow .social-icon-style-09 a.google:hover, .wow .social-icon-style-10 a.google span, .wow .social-icon-style-11 a.google .social-back {
    background-color: #dc4a38; }
  .wow .social-icon-style-03 a.dribbble, .wow .social-icon-style-05 a.dribbble span, .wow .social-icon-style-04 a.dribbble, .wow .social-icon-style-09 a.dribbble:hover, .wow .social-icon-style-10 a.dribbble span, .wow .social-icon-style-11 a.dribbble .social-back {
    background-color: #ea4c89; }
  .wow .social-icon-style-03 a.youtube, .wow .social-icon-style-05 a.youtube span, .wow .social-icon-style-04 a.youtube, .wow .social-icon-style-09 a.youtube:hover, .wow .social-icon-style-10 a.youtube span, .wow .social-icon-style-11 a.youtube .social-back {
    background-color: #bb0000; }
  .wow .social-icon-style-03 a.linkedin, .wow .social-icon-style-05 a.linkedin span, .wow .social-icon-style-04 a.linkedin, .wow .social-icon-style-09 a.linkedin:hover, .wow .social-icon-style-10 a.linkedin span, .wow .social-icon-style-11 a.linkedin .social-back {
    background-color: #007bb6; }
  .wow .social-icon-style-03 a.instagram, .wow .social-icon-style-05 a.instagram span, .wow .social-icon-style-04 a.instagram, .wow .social-icon-style-09 a.instagram:hover, .wow .social-icon-style-10 a.instagram span, .wow .social-icon-style-11 a.instagram .social-back {
    background-color: #FE1F49; }
  .wow .social-icon-style-03 a.pinterest, .wow .social-icon-style-05 a.pinterest span, .wow .social-icon-style-04 a.pinterest, .wow .social-icon-style-09 a.pinterest:hover, .wow .social-icon-style-10 a.pinterest span, .wow .social-icon-style-11 a.pinterest .social-back {
    background-color: #CB2027; }
  .wow .social-icon-style-03 a.flickr, .wow .social-icon-style-05 a.flickr span, .wow .social-icon-style-04 a.flickr, .wow .social-icon-style-09 a.flickr:hover, .wow .social-icon-style-10 a.flickr span, .wow .social-icon-style-11 a.flickr .social-back {
    background-color: #ff0084; }
  .wow .social-icon-style-03 a.rss, .wow .social-icon-style-05 a.rss span, .wow .social-icon-style-04 a.rss, .wow .social-icon-style-09 a.rss:hover, .wow .social-icon-style-10 a.rss span, .wow .social-icon-style-11 a.rss .social-back {
    background-color: #f2890a; }
  .wow .social-icon-style-03 a.behance, .wow .social-icon-style-05 a.behance span, .wow .social-icon-style-04 a.behance, .wow .social-icon-style-09 a.behance:hover, .wow .social-icon-style-10 a.behance span, .wow .social-icon-style-11 a.behance .social-back {
    background-color: #1769ff; }
  .wow .social-icon-style-03 a.vine, .wow .social-icon-style-05 a.vine span, .wow .social-icon-style-04 a.vine, .wow .social-icon-style-09 a.vine:hover, .wow .social-icon-style-10 a.vine span, .wow .social-icon-style-11 a.vine .social-back {
    background-color: #00bf8f; }
  .wow .social-icon-style-03 a.email, .wow .social-icon-style-05 a.email span, .wow .social-icon-style-04 a.email, .wow .social-icon-style-09 a.email:hover, .wow .social-icon-style-10 a.email span, .wow .social-icon-style-11 a.email .social-back {
    background-color: #7d7d7d; }
  .wow .social-icon-style-03 a.sms, .wow .social-icon-style-05 a.sms span, .wow .social-icon-style-04 a.sms, .wow .social-icon-style-09 a.sms:hover, .wow .social-icon-style-10 a.sms span, .wow .social-icon-style-11 a.sms .social-back {
    background-color: #ffbd00; }
  .wow .social-icon-style-03 a.sharethis, .wow .social-icon-style-05 a.sharethis span, .wow .social-icon-style-04 a.sharethis, .wow .social-icon-style-09 a.sharethis:hover, .wow .social-icon-style-10 a.sharethis span, .wow .social-icon-style-11 a.sharethis .social-back {
    background-color: #95D03A; }
  .wow .social-icon-style-03 a.reddit, .wow .social-icon-style-05 a.reddit span, .wow .social-icon-style-04 a.reddit, .wow .social-icon-style-09 a.reddit:hover, .wow .social-icon-style-10 a.reddit span, .wow .social-icon-style-11 a.reddit .social-back {
    background-color: #ff4500; }
  .wow .social-icon-style-03 a.tumblr, .wow .social-icon-style-05 a.tumblr span, .wow .social-icon-style-04 a.tumblr, .wow .social-icon-style-09 a.tumblr:hover, .wow .social-icon-style-10 a.tumblr span, .wow .social-icon-style-11 a.tumblr .social-back {
    background-color: #32506d; }
  .wow .social-icon-style-03 a.digg, .wow .social-icon-style-05 a.digg span, .wow .social-icon-style-04 a.digg, .wow .social-icon-style-09 a.digg:hover, .wow .social-icon-style-10 a.digg span, .wow .social-icon-style-11 a.digg .social-back {
    background-color: #262626; }
  .wow .social-icon-style-03 a.stumbleupon, .wow .social-icon-style-05 a.stumbleupon span, .wow .social-icon-style-04 a.stumbleupon, .wow .social-icon-style-09 a.stumbleupon:hover, .wow .social-icon-style-10 a.stumbleupon span, .wow .social-icon-style-11 a.stumbleupon .social-back {
    background-color: #eb4924; }
  .wow .social-icon-style-03 a.whatsapp, .wow .social-icon-style-05 a.whatsapp span, .wow .social-icon-style-04 a.whatsapp, .wow .social-icon-style-09 a.whatsapp:hover, .wow .social-icon-style-10 a.whatsapp span, .wow .social-icon-style-11 a.whatsapp .social-back {
    background-color: #25d366; }
  .wow .social-icon-style-03 a.vk, .wow .social-icon-style-05 a.vk span, .wow .social-icon-style-04 a.vk, .wow .social-icon-style-09 a.vk:hover, .wow .social-icon-style-10 a.vk span, .wow .social-icon-style-11 a.vk .social-back {
    background-color: #4c6c91; }
  .wow .social-icon-style-03 a.weibo, .wow .social-icon-style-05 a.weibo span, .wow .social-icon-style-04 a.weibo, .wow .social-icon-style-09 a.weibo:hover, .wow .social-icon-style-10 a.weibo span, .wow .social-icon-style-11 a.weibo .social-back {
    background-color: #ff9933; }
  .wow .social-icon-style-03 a.odnoklassniki, .wow .social-icon-style-05 a.odnoklassniki span, .wow .social-icon-style-04 a.odnoklassniki, .wow .social-icon-style-09 a.odnoklassniki:hover, .wow .social-icon-style-10 a.odnoklassniki span, .wow .social-icon-style-11 a.odnoklassniki .social-back {
    background-color: #d7772d; }
  .wow .social-icon-style-03 a.xing, .wow .social-icon-style-05 a.xing span, .wow .social-icon-style-04 a.xing, .wow .social-icon-style-09 a.xing:hover, .wow .social-icon-style-10 a.xing span, .wow .social-icon-style-11 a.xing .social-back {
    background-color: #1a7576; }
  .wow .social-icon-style-03 a.print, .wow .social-icon-style-05 a.print span, .wow .social-icon-style-04 a.print, .wow .social-icon-style-09 a.print:hover, .wow .social-icon-style-10 a.print span, .wow .social-icon-style-11 a.print .social-back {
    background-color: #222222; }
  .wow .social-icon-style-03 a.blogger, .wow .social-icon-style-05 a.blogger span, .wow .social-icon-style-04 a.blogger, .wow .social-icon-style-09 a.blogger:hover, .wow .social-icon-style-10 a.blogger span, .wow .social-icon-style-11 a.blogger .social-back {
    background-color: #ff8000; }
  .wow .social-icon-style-03 a.flipboard, .wow .social-icon-style-05 a.flipboard span, .wow .social-icon-style-04 a.flipboard, .wow .social-icon-style-09 a.flipboard:hover, .wow .social-icon-style-10 a.flipboard span, .wow .social-icon-style-11 a.flipboard .social-back {
    background-color: #e12828; }
  .wow .social-icon-style-03 a.meneame, .wow .social-icon-style-05 a.meneame span, .wow .social-icon-style-04 a.meneame, .wow .social-icon-style-09 a.meneame:hover, .wow .social-icon-style-10 a.meneame span, .wow .social-icon-style-11 a.meneame .social-back {
    background-color: #ff6400; }
  .wow .social-icon-style-03 a.mailru, .wow .social-icon-style-05 a.mailru span, .wow .social-icon-style-04 a.mailru, .wow .social-icon-style-09 a.mailru:hover, .wow .social-icon-style-10 a.mailru span, .wow .social-icon-style-11 a.mailru .social-back {
    background-color: #168de2; }
  .wow .social-icon-style-03 a.delicious, .wow .social-icon-style-05 a.delicious span, .wow .social-icon-style-04 a.delicious, .wow .social-icon-style-09 a.delicious:hover, .wow .social-icon-style-10 a.delicious span, .wow .social-icon-style-11 a.delicious .social-back {
    background-color: #205cc0; }
  .wow .social-icon-style-03 a.livejournal, .wow .social-icon-style-05 a.livejournal span, .wow .social-icon-style-04 a.livejournal, .wow .social-icon-style-09 a.livejournal:hover, .wow .social-icon-style-10 a.livejournal span, .wow .social-icon-style-11 a.livejournal .social-back {
    background-color: #00b0ea; }
  .wow .social-icon-style-04 a {
    text-align: center;
    display: inline-block;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    border-radius: 100%;
    color: #fff; }
  .wow .social-icon-style-04 a:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(23, 23, 23, 0.25);
    -moz-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }
  .wow .social-icon-style-05 a {
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    color: #232323;
    text-align: center;
    z-index: 1; }
  .wow .social-icon-style-05 a:hover {
    color: #fff; }
  .wow .social-icon-style-05 a span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 0;
    z-index: -1; }
  .wow .social-icon-style-05 a:hover span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0; }
  .wow .social-icon-style-06 a {
    text-align: center;
    display: inline-block;
    color: #232323; }
  .wow .social-icon-style-06 a:hover {
    color: #fff;
    border-radius: 100%;
    background-color: #0038e3; }
  .wow .social-icon-style-07 {
    position: relative; }
  .wow .social-icon-style-07 a {
    text-align: center;
    border-radius: 100%;
    position: relative;
    display: inline-block; }
  .wow .social-icon-style-07 a:hover {
    color: #fff; }
  .wow .social-icon-style-07.dark a:hover, .wow .social-icon-style-07 .dark a:hover {
    color: #000; }
  .wow .social-icon-style-08 a {
    color: #fff;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0 24px;
    position: relative;
    overflow: hidden; }
  .wow .social-icon-style-08 a .brand-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .social-icon-style-08 a:hover .brand-icon {
    top: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .social-icon-style-08 a > span {
    line-height: inherit;
    font-weight: 500;
    top: 0px;
    position: relative;
    -webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }
  .wow .social-icon-style-08 a:hover > span.brand-label {
    top: -50px;
    -webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }
  .wow .social-icon-style-09 a {
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    color: #232323;
    position: relative;
    text-align: center; }
  .wow .social-icon-style-09 a:hover {
    color: #fff; }
  .wow .social-icon-style-09 a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    border: 1px solid;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }
  .wow .social-icon-style-09 a:hover:after {
    opacity: .4;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); }
  .wow .social-icon-style-09 a.facebook:after {
    border-color: #3b5998;
    color: #3b5998; }
  .wow .social-icon-style-09 a.twitter:after {
    border-color: #00aced;
    color: #00aced; }
  .wow .social-icon-style-09 a.google:after {
    border-color: #dc4a38;
    color: #dc4a38; }
  .wow .social-icon-style-09 a.dribbble:after {
    border-color: #ea4c89;
    color: #ea4c89; }
  .wow .social-icon-style-09 a.youtube:after {
    border-color: #bb0000;
    color: #bb0000; }
  .wow .social-icon-style-09 a.linkedin:after {
    border-color: #0077b5;
    color: #0077b5; }
  .wow .social-icon-style-09 a.instagram:after {
    border-color: #FE1F49;
    color: #FE1F49; }
  .wow .social-icon-style-09 a.pinterest:after {
    border-color: #CB2027;
    color: #CB2027; }
  .wow .social-icon-style-09 a.flickr:after {
    border-color: #ff0084;
    color: #ff0084; }
  .wow .social-icon-style-09 a.rss:after {
    border-color: #f2890a;
    color: #f2890a; }
  .wow .social-icon-style-09 a.behance:after {
    border-color: #1769ff;
    color: #1769ff; }
  .wow .social-icon-style-09 a.vine:after {
    border-color: #00bf8f;
    color: #00bf8f; }
  .wow .social-icon-style-09 a.email:after {
    border-color: #7d7d7d;
    color: #7d7d7d; }
  .wow .social-icon-style-09 a.sms:after {
    border-color: #ffbd00;
    color: #ffbd00; }
  .wow .social-icon-style-09 a.sharethis:after {
    border-color: #95D03A;
    color: #95D03A; }
  .wow .social-icon-style-09 a.reddit:after {
    border-color: #ff4500;
    color: #ff4500; }
  .wow .social-icon-style-09 a.tumblr:after {
    border-color: #32506d;
    color: #32506d; }
  .wow .social-icon-style-09 a.digg:after {
    border-color: #262626;
    color: #262626; }
  .wow .social-icon-style-09 a.stumbleupon:after {
    border-color: #eb4924;
    color: #eb4924; }
  .wow .social-icon-style-09 a.whatsapp:after {
    border-color: #25d366;
    color: #25d366; }
  .wow .social-icon-style-09 a.vk:after {
    border-color: #4c6c91;
    color: #4c6c91; }
  .wow .social-icon-style-09 a.weibo:after {
    border-color: #ff9933;
    color: #ff9933; }
  .wow .social-icon-style-09 a.odnoklassniki:after {
    border-color: #d7772d;
    color: #d7772d; }
  .wow .social-icon-style-09 a.xing:after {
    border-color: #1a7576;
    color: #1a7576; }
  .wow .social-icon-style-09 a.print:after {
    border-color: #222222;
    color: #222222; }
  .wow .social-icon-style-09 a.blogger:after {
    border-color: #ff8000;
    color: #ff8000; }
  .wow .social-icon-style-09 a.flipboard:after {
    border-color: #e12828;
    color: #e12828; }
  .wow .social-icon-style-09 a.meneame:after {
    border-color: #ff6400;
    color: #ff6400; }
  .wow .social-icon-style-09 a.mailru:after {
    border-color: #168de2;
    color: #168de2; }
  .wow .social-icon-style-09 a.delicious:after {
    border-color: #205cc0;
    color: #205cc0; }
  .wow .social-icon-style-09 a.livejournal:after {
    border-color: #00b0ea;
    color: #00b0ea; }
  .wow .social-icon-style-10 a {
    display: inline-block;
    position: relative;
    z-index: 3;
    overflow: hidden;
    text-align: center; }
  .wow .social-icon-style-10 a > span {
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }
  .wow .social-icon-style-10 a:hover > span {
    top: 0;
    z-index: -1; }
  .wow .social-icon-style-10 a:hover {
    color: #fff; }
  .wow .social-icon-style-11 a {
    display: inline-block;
    vertical-align: middle;
    height: 160px;
    width: 160px;
    position: relative;
    margin: 0 15px; }
  .wow .social-icon-style-11 a .social-front, .wow .social-icon-style-11 a .social-back {
    height: 140px;
    width: 140px;
    padding: 30px;
    position: absolute;
    top: 30px;
    left: 30px; }
  .wow .social-icon-style-11 a .social-front i {
    display: block;
    margin: 0 0 20px 0;
    font-size: 28px; }
  .wow .social-icon-style-11 a .social-front .social-count {
    display: block; }
  .wow .social-icon-style-11 a .social-front {
    background-color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0 0 35px rgba(23, 23, 23, 0.06);
    -moz-box-shadow: 0 0 35px rgba(23, 23, 23, 0.06);
    box-shadow: 0 0 35px rgba(23, 23, 23, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .wow .social-icon-style-11 a .social-back {
    background-color: #ddd;
    position: relative; }
  .wow .social-icon-style-11 a .social-back span {
    position: absolute;
    bottom: 3px;
    right: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px; }
  .wow .social-icon-style-11 a.move-up .social-back span, .wow .social-icon-style-11.small-box a.move-up .social-back span {
    width: 100%;
    right: 0;
    text-align: center; }
  .wow .social-icon-style-11 a.move-right .social-back span {
    left: 30px;
    right: auto; }
  .wow .social-icon-style-11.small-box a {
    height: 100px;
    width: 100px; }
  .wow .social-icon-style-11.small-box a .social-front, .wow .social-icon-style-11.small-box a .social-back {
    height: 85px;
    width: 85px; }
  .wow .social-icon-style-11.small-box a .social-front i {
    margin: 6px 0;
    font-size: 22px; }
  .wow .social-icon-style-11.small-box a .social-front, .wow .social-icon-style-11.small-box a .social-back {
    padding: 15px;
    top: 18px;
    left: 18px; }
  .wow .social-icon-style-11.small-box a .social-back span {
    bottom: 2px;
    right: 5px;
    line-height: normal;
    font-size: 10px; }
  .wow .social-icon-style-11.small-box a.move-right .social-back span {
    left: 18px;
    right: auto; }
  .wow .social-icon-style-11 a:hover .social-front {
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .social-icon-style-11 a.move-up:hover .social-front {
    top: 0;
    left: 30px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .social-icon-style-11.small-box a.move-up:hover .social-front {
    top: 0;
    left: 18px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .social-icon-style-11 a.move-right:hover .social-front {
    top: 0;
    left: 60px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .social-icon-style-12 li a {
    color: #232323;
    display: inline-block; }
  .wow .social-icon-style-12 .light li a {
    color: #fff;
    display: inline-block; }
  .wow .social-icon-style-12 li a:hover {
    opacity: .5; }
  .wow .icon-box i {
    margin: 25px; }
  .wow .icon-box-circled {
    border-radius: 50%; }
  .wow .icon-box-large {
    width: 100px;
    height: 100px;
    line-height: 98px;
    text-align: center;
    font-size: 40px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .icon-box-medium {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .icon-box-small {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px; }
  .wow .icon-box-extra-small {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px; }
  .wow .icon-box-very-small {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 18px; }
  .wow .show-notify-popup > section {
    filter: grayscale(100%); }
  .wow .show-notify-popup .mfp-notify.mfp-bg.mfp-ready {
    opacity: 0.8;
    background-color: #000000; }
  .wow .show-notify-popup .mfp-close, .wow .show-notify-popup .mfp-close:active {
    color: #fff; }
  .wow .show-notify-popup .notify-form .notify-input {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .wow .show-notify-popup .mfp-container {
    position: fixed;
    padding-top: 100px;
    height: auto;
    background-color: #fff;
    animation-name: comingsoonpopup;
    -webkit-animation-name: comingsoonpopup;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s; }
  .wow .show-notify-popup .mfp-removing .mfp-container {
    animation-name: comingsoonpopupclose;
    -webkit-animation-name: comingsoonpopupclose;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s; }
  .wow .mfp-notify .mfp-container {
    top: auto;
    bottom: 0; }
  .wow .page-title-extra-small h1 {
    font-size: 16px;
    line-height: 20px; }
  .wow .page-title-small h1 {
    font-size: 18px;
    line-height: 20px; }
  .wow .page-title-medium h1 {
    font-size: 28px;
    line-height: 32px; }
  .wow .page-title-large h1 {
    font-size: 42px;
    line-height: 49px; }
  .wow .page-title-extra-large h1 {
    font-size: 55px;
    line-height: 62px; }
  .wow .page-title-small span {
    padding-left: 25px;
    margin-left: 25px;
    position: relative;
    top: -1px; }
  .wow .page-title-small span:before {
    position: absolute;
    border-left: 2px solid #232323;
    content: "";
    height: 12px;
    top: 4px;
    left: 0; }
  .wow .page-title-separator-line {
    height: 1px;
    position: absolute;
    top: 9px;
    left: 0; }
  .wow .page-title-separator-line:before {
    display: none; }
  .wow .page-title-colorful {
    -webkit-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -ms-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color; }
  .wow .down-section {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    right: 0; }
  .wow .down-section-arrow {
    border-radius: 100%;
    height: 45px;
    width: 45px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
  .wow .scroll-down-bottom {
    position: absolute;
    bottom: 30px;
    width: auto;
    left: 0;
    right: 0;
    z-index: 99; }
  .wow .scroll-down-bottom .scroll-down-text {
    position: absolute;
    bottom: 25px;
    transform: rotate(-90deg);
    width: 100px;
    height: auto;
    transform-origin: 0; }
  .wow .scroll-down {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: auto;
    left: 0;
    right: 0;
    z-index: 99; }

/* ===================================
    20. Swiper carousel
====================================== */
.wow {
  /* slides auto slide */
  /* swiper vertical */
  /* swiper thumb */
  /* swiper zoom slide */
  /* caption slider */
  /* product and portfolio slider */
  /* horizontal portfolio slider */
  /* swiper horizontal 3d */
  /* tilt box style */
  /* split slider */
  /* blog banner slider */
  /* swiper custom image bullets */
  /* swiper vertical pagination */
  /* swiper pagination bottom */
  /* swiper pagination light */
  /* dot pagination dark */
  /* dot pagination light */
  /* square pagination */
  /* slider navigation */
  /* slider navigation style 01 */
  /* slider navigation style 02 */
  /* slider navigation style 03 */
  /* slider navigation style 04 */
  /* slider navigation style 05 */
  /* slider navigation style 06 */
  /* slider navigation style 07 */
  /* slider navigation style 08 */
  /* slider arrow right bottom */
  /* swiper custom text */
  /* slider image thumbs */ }

.wow .swiper-horizontal > .swiper-pagination-bullets, .wow .swiper-pagination-fraction {
  bottom: -50px; }

.wow .swiper-pagination-bullet {
  background: transparent;
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  margin: 0 7px;
  width: 12px;
  border: 2px solid #232323;
  outline: none; }

.wow .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #232323; }

.wow .swiper-pagination-bullets {
  width: 100%;
  left: 0; }

.wow .swiper-pagination-custom {
  bottom: 0; }

.wow .swiper.swiper-auto-slide {
  width: 100%;
  height: 100%; }

.wow .swiper.swiper-auto-slide .swiper-slide {
  width: auto; }

.wow .swiper.swiper-auto-slide .swiper-slide:nth-child(2n) {
  width: auto !important; }

.wow .swiper.swiper-auto-slide .swiper-slide:nth-child(3n) {
  width: auto !important; }

.wow .slider-vertical {
  width: 100%;
  height: 100%;
  position: absolute; }

.wow .slider-vertical .swiper-slide {
  text-align: center;
  background: #fff; }

.wow .slider-vertical > .swiper-pagination-bullets {
  right: 60px; }

.wow .slider-vertical .swiper-pagination {
  width: auto;
  left: inherit;
  bottom: inherit !important; }

.wow .slider-vertical .swiper-slide .swiper-bottom-content {
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }

.wow .slider-vertical .swiper-slide-active .swiper-bottom-content {
  opacity: 1;
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s; }

.wow .slider-vertical .swiper-slide .swiper-right-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }

.wow .slider-vertical .swiper-slide-active .swiper-right-content {
  opacity: 1;
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s; }

.wow .slider-vertical .swiper-number-pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  left: 105px;
  bottom: 125px; }

.wow .slider-vertical .swiper-number-pagination .swiper-pagination-current:after {
  content: "/";
  margin: 0 5px; }

.wow .swiper-thumb-next-prev {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 1; }

.wow .swiper-thumb-next-prev .swiper-thumb-prev, .wow .swiper-thumb-next-prev .swiper-thumb-next {
  position: relative;
  top: inherit;
  left: inherit;
  transform: translate(0);
  width: 48%;
  display: inline-block;
  background: #232323;
  color: #fff; }

.wow .single-product-thumb .swiper-slide {
  height: auto !important;
  cursor: pointer; }

.wow .slider-zoom-slide {
  position: relative; }

.wow .slider-zoom-slide .swiper-slide {
  opacity: 0.3;
  transform: scale(1); }

.wow .slider-zoom-slide .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1); }

.wow .slider-zoom-slide .swiper-slide .slider-zoom-content {
  opacity: 0; }

.wow .slider-zoom-slide .swiper-slide.swiper-slide-active .slider-zoom-content {
  opacity: 1; }

.wow .slider-zoom-content .slider-zoom-label {
  margin-top: -70px;
  margin-right: -25px;
  width: 75px;
  text-align: center; }

.wow .slider-zoom-slide.slider-zoom-slide-dark .swiper-slide.swiper-slide-prev,
.wow .slider-zoom-slide.slider-zoom-slide-dark .swiper-slide.swiper-slide-next {
  opacity: 1; }

.wow .slider-zoom-slide.slider-zoom-slide-dark .swiper-slide.swiper-slide-prev .slider-zoom-slide-dark-overlay,
.wow .slider-zoom-slide.slider-zoom-slide-dark .swiper-slide.swiper-slide-next .slider-zoom-slide-dark-overlay {
  opacity: 0.6; }

.wow .slider-caption-blog-caption {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
  left: 0; }

.wow .slider-caption-blog-caption .swiper-slide {
  padding: 55px 60px; }

.wow .slider-caption-blog-caption .swiper-slide h6 {
  font-size: 24px; }

.wow .caption-blog-next, .wow .caption-blog-prev {
  background-color: #000;
  color: #fff;
  position: absolute;
  bottom: 0;
  border: 0;
  right: 0;
  font-size: 20px;
  width: 50px;
  display: flex;
  height: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer; }

.wow .caption-blog-next {
  top: 0;
  height: calc(50% - 2px); }

.wow .caption-blog-next:focus, .wow .caption-blog-prev:focus {
  outline: none; }

.wow .product-slider .swiper-slide .portfolio-box:hover .portfolio-image img {
  opacity: 0.5; }

.wow .horizontal-portfolio-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wow .horizontal-portfolio-slider .swiper-slide .slider-title {
  position: relative;
  display: inline-block; }

.wow .horizontal-portfolio-slider .swiper-slide .slider-title .slider-title-hover {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 1;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.wow .horizontal-portfolio-slider .swiper-slide:hover .slider-title-hover {
  opacity: 1;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.wow .swiper-horizontal-3d.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.wow .swiper-horizontal-3d .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.wow .swiper-horizontal-3d.swiper-pagination-bottom .swiper-wrapper {
  margin-bottom: 0; }

.wow .swiper-horizontal-3d .swiper-slide {
  filter: grayscale(100%);
  opacity: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.wow .swiper-horizontal-3d .swiper-slide.swiper-slide-prev, .wow .swiper-horizontal-3d .swiper-slide.swiper-slide-next {
  opacity: 0.7; }

.wow .swiper-horizontal-3d .swiper-slide.swiper-slide-active {
  opacity: 1;
  filter: grayscale(0);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.17); }

.wow .swiper-horizontal-3d.swiper {
  width: 100%;
  padding-bottom: 60px; }

.wow .swiper-horizontal-3d .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1; }

.wow .swiper-horizontal-3d.swiper-3d .swiper-slide-shadow-left, .wow .swiper-horizontal-3d.swiper-3d .swiper-slide-shadow-right {
  background-image: none; }

.wow .swiper-horizontal-3d .swiper-slide img {
  opacity: 0; }

.wow .swiper-horizontal-3d .swiper-slide-active img {
  opacity: 1; }

.wow .tilt-box {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }

.wow .tilt-box .tilt-box-content {
  -webkit-transform: translateZ(150px);
  -moz-transform: translateZ(150px);
  -ms-transform: translateZ(150px);
  -o-transform: translateZ(150px);
  transform: translateZ(150px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px; }

.wow .home-split-portfolio .swiper-slide .swiper-slide-l {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1;
  min-height: 600px; }

.wow .home-split-portfolio .swiper-slide .swiper-slide-r {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  min-height: 600px; }

.wow .home-split-portfolio .swiper-slide-active .swiper-slide-l, .wow .home-split-portfolio .swiper-slide-active .swiper-slide-r, .wow .home-split-portfolio .swiper-slide-duplicate-active .swiper-slide-l, .wow .home-split-portfolio .swiper-slide-duplicate-active .swiper-slide-r {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.wow .home-split-portfolio .slider-split-scroll > .swiper-pagination-bullets {
  right: 60px;
  width: auto;
  left: auto; }

.wow .slider-blog-banner .swiper-slide {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.wow .slider-blog-banner .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.wow .slider-blog-banner .swiper-bottom-content {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.wow .slider-blog-banner .swiper-slide-active .swiper-bottom-content {
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.wow .slider-blog-banner .swiper-slide .btn-fancy {
  padding: 6px 16px;
  font-size: 12px; }

.wow .slider-custom-image-pagination .swiper-pagination-bullet {
  background-size: cover;
  border: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.8;
  width: 60px;
  height: 60px;
  margin: 0 12px !important;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.wow .slider-custom-image-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.wow .slider-custom-image-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .wow .slider-custom-image-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.wow .white-move .swiper-slide, .wow .white-move .swiper-wrapper {
  cursor: url("../images/icon-move-light.png"), move; }

.wow .black-move .swiper-slide, .wow .black-move .swiper-wrapper {
  cursor: url("../images/icon-move-black.png"), move; }

.wow .vertical-white-move .swiper-slide, .wow .vertical-white-move .swiper-wrapper {
  cursor: url("../images/vertical-icon-move-light.png"), move; }

.wow .vertical-black-move .swiper-slide, .wow .vertical-black-move .swiper-wrapper {
  cursor: url("../images/vertical-icon-move-black.png"), move; }

.wow .swiper-pagination-medium .swiper-pagination-bullet {
  width: 10px;
  height: 10px; }

.wow .swiper-pagination-medium .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px; }

.wow .swiper-pagination-big .swiper-pagination-bullet {
  width: 14px;
  height: 14px; }

.wow .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px; }

.wow .slider-custom-image > .swiper-button-next, .wow .slider-custom-image > .swiper-button-prev {
  bottom: 0;
  top: inherit;
  left: inherit; }

.wow .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0; }

.wow .swiper-pagination-bottom .swiper-wrapper {
  margin-bottom: 65px; }

.wow .swiper-pagination-bottom.small-bottom .swiper-wrapper {
  margin-bottom: 50px; }

.wow .swiper-pagination-bottom > .swiper-pagination-bullets {
  bottom: 0; }

.wow .swiper-pagination-bottom > .swiper-button-next, .wow .swiper-pagination-bottom > .swiper-button-prev {
  bottom: 0;
  top: inherit;
  left: inherit; }

.wow .swiper-light-pagination .swiper-pagination-bullet {
  border: 2px solid #fff;
  opacity: 0.5; }

.wow .swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1; }

.wow .swiper-pagination-medium.swiper-light-pagination .swiper-pagination-bullet {
  border: 2px solid #fff;
  background-color: #fff;
  opacity: 1; }

.wow .swiper-pagination-medium.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: transparent; }

.wow .swiper-pagination-dot .swiper-pagination-bullet {
  background: #000;
  border-color: #000;
  opacity: 0.4; }

.wow .swiper-pagination-dot .swiper-pagination-bullet-active {
  background: #000;
  border-color: #000;
  opacity: 1; }

.wow .swiper-pagination-dot.swiper-light-pagination .swiper-pagination-bullet {
  background: #fff;
  border-color: #fff;
  opacity: 0.5; }

.wow .swiper-pagination-dot.swiper-light-pagination .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
  opacity: 1; }

.wow .swiper-pagination-square .swiper-pagination-bullet {
  height: 3px;
  width: 30px;
  border-radius: 0;
  opacity: 0.3;
  cursor: pointer; }

.wow .swiper-pagination-square .swiper-pagination-bullet-active {
  opacity: 1; }

.wow .swiper-next.swiper-button-disabled, .wow .swiper-prev.swiper-button-disabled {
  opacity: 0.6; }

.wow .swiper-button-next, .wow .swiper-button-prev {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  outline: none; }

.wow .swiper-button-next.large, .wow .swiper-button-prev.large {
  height: 62px;
  width: 62px;
  line-height: 62px;
  font-size: 18px; }

.wow .swiper-button-next:after, .wow .swiper-button-prev:after {
  display: none; }

.wow .swiper-button-next:hover, .wow .swiper-button-prev:hover {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.wow .swiper-button-next {
  right: 0; }

.wow .swiper-button-prev {
  left: 0; }

.wow .slider-navigation-style-01.swiper-button-next, .wow .slider-navigation-style-01.swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

.wow .slider-navigation-style-01.swiper-button-next:hover, .wow .slider-navigation-style-01.swiper-button-prev:hover {
  background-color: #fff;
  color: #232323; }

.wow .slider-navigation-style-01.swiper-button-next.light, .wow .slider-navigation-style-01.swiper-button-prev.light {
  background-color: #fff;
  color: #232323; }

.wow .slider-navigation-style-01.swiper-button-next.light:hover, .wow .slider-navigation-style-01.swiper-button-prev.light:hover {
  background-color: #232323;
  color: #fff; }

.wow .slider-navigation-style-01.swiper-button-next.dark, .wow .slider-navigation-style-01.swiper-button-prev.dark {
  background-color: #232323;
  color: #fff; }

.wow .slider-navigation-style-01.swiper-button-next.dark:hover, .wow .slider-navigation-style-01.swiper-button-prev.dark:hover {
  background-color: #fff;
  color: #232323; }

.wow .slider-navigation-style-01.swiper-button-next.rounded-circle {
  right: 40px; }

.wow .slider-navigation-style-01.swiper-button-prev.rounded-circle {
  left: 40px; }

.wow .slider-navigation-style-02.swiper-button-next {
  right: -90px; }

.wow .slider-navigation-style-02.swiper-button-prev {
  left: -90px; }

.wow .slider-navigation-style-02.swiper-button-next, .wow .slider-navigation-style-02.swiper-button-prev {
  border: 2px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #232323;
  height: 45px;
  width: 45px;
  line-height: 45px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.wow .slider-navigation-style-02.swiper-button-prev:hover, .wow .slider-navigation-style-02.swiper-button-next:hover {
  background: #232323;
  color: #fff;
  border: 1px solid #fff; }

.wow .slider-navigation-style-02.swiper-button-next.light, .wow .slider-navigation-style-02.swiper-button-prev.light {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 12px;
  line-height: 42px; }

.wow .slider-navigation-style-02.swiper-button-next.light:hover, .wow .slider-navigation-style-02.swiper-button-prev.light:hover {
  background-color: #fff;
  color: #232323; }

.wow .slider-navigation-style-03.swiper-button-next, .wow .slider-navigation-style-03.swiper-button-prev {
  border: 1px solid #e4e4e4;
  font-size: 16px;
  color: #232323;
  line-height: 40px;
  transform: none;
  top: inherit;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.wow .slider-navigation-style-03.swiper-button-next:hover, .wow .slider-navigation-style-03.swiper-button-prev:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-color: #ffffff;
  background: #ffffff; }

.wow .slider-navigation-style-03.swiper-button-next.light, .wow .slider-navigation-style-03.swiper-button-prev.light {
  border: 2px solid #fff;
  font-size: 16px;
  color: #fff;
  line-height: 38px; }

.wow .slider-navigation-style-03.swiper-button-next.light:hover, .wow .slider-navigation-style-03.swiper-button-prev.light:hover {
  background-color: #fff;
  color: #232323; }

.wow .slider-navigation-style-03.swiper-button-next.white-transparent, .wow .slider-navigation-style-03.swiper-button-prev.white-transparent {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 0 solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  color: #828282; }

.wow .slider-navigation-style-03.swiper-button-next.white-transparent:hover, .wow .slider-navigation-style-03.swiper-button-prev.white-transparent:hover {
  background-color: #fff;
  color: #232323; }

.wow .slider-navigation-style-03.swiper-button-next {
  right: inherit;
  left: 65px; }

.wow .slider-navigation-style-03.swiper-button-prev {
  left: 15px; }

.wow .slider-navigation-style-03.swiper-button-next.center-next {
  left: calc(50% + 5px);
  bottom: 15px; }

.wow .slider-navigation-style-03.swiper-button-prev.center-prev {
  left: calc(50% - 45px);
  bottom: 15px; }

.wow .slider-navigation-style-03.swiper-button-next.white, .wow .slider-navigation-style-03.swiper-button-prev.white {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  border: none;
  background-color: #fff;
  color: #232323; }

.wow .slider-navigation-style-03.swiper-button-next.white:hover, .wow .slider-navigation-style-03.swiper-button-prev.white:hover {
  background-color: #fff;
  color: #232323;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

.wow .slider-navigation-style-04.swiper-button-prev {
  left: -30%; }

.wow .slider-navigation-style-04.swiper-button-next {
  right: -30%; }

.wow .slider-navigation-style-05.swiper-button-next, .wow .slider-navigation-style-05.swiper-button-prev {
  font-size: 40px;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px; }

.wow .slider-navigation-style-05.swiper-button-next:hover, .wow .slider-navigation-style-05.swiper-button-prev:hover {
  opacity: 0.5; }

.wow .slider-navigation-style-05.swiper-button-next {
  right: 40px; }

.wow .slider-navigation-style-05.swiper-button-prev {
  left: 40px; }

.wow .slider-navigation-style-06.swiper-button-next, .wow .slider-navigation-style-06.swiper-button-prev {
  font-size: 40px;
  color: #828282;
  line-height: 40px;
  transform: none;
  top: inherit;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: auto;
  height: 40px; }

.wow .slider-navigation-style-06.swiper-button-next:hover, .wow .slider-navigation-style-06.swiper-button-prev:hover {
  color: #232323; }

.wow .slider-navigation-style-06.swiper-button-next {
  right: inherit;
  left: 80px; }

.wow .slider-navigation-style-06.swiper-button-prev {
  left: 15px; }

.wow .slider-navigation-style-07.swiper-button-next, .wow .slider-navigation-style-07.swiper-button-prev {
  background-color: rgba(23, 23, 23, 0.5);
  color: #fff; }

.wow .slider-navigation-style-07.swiper-button-next:hover, .wow .slider-navigation-style-07.swiper-button-prev:hover {
  background-color: #fff;
  color: #232323; }

.wow .slider-navigation-style-07.swiper-button-next.light, .wow .slider-navigation-style-07.swiper-button-prev.light {
  background-color: #fff;
  color: #232323; }

.wow .slider-navigation-style-07.swiper-button-next.light:hover, .wow .slider-navigation-style-07.swiper-button-prev.light:hover {
  background-color: #232323;
  color: #fff; }

.wow .slider-navigation-style-07.swiper-button-next.light {
  right: -70px; }

.wow .slider-navigation-style-07.swiper-button-prev.light {
  left: -70px; }

.wow .slider-navigation-style-07.swiper-button-next {
  right: 40px; }

.wow .slider-navigation-style-07.swiper-button-prev {
  left: 40px; }

.wow .slider-navigation-style-08.swiper-button-next, .wow .slider-navigation-style-08.swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

.wow .slider-navigation-style-08.swiper-button-next:hover, .wow .slider-navigation-style-08.swiper-button-prev:hover {
  background-color: #fff;
  color: #232323; }

.wow .slider-navigation-style-08.swiper-button-next.light, .wow .slider-navigation-style-08.swiper-button-prev.light {
  background-color: #fff;
  color: #232323; }

.wow .slider-navigation-style-08.swiper-button-next.light:hover, .wow .slider-navigation-style-08.swiper-button-prev.light:hover {
  background-color: #232323;
  color: #fff; }

.wow .slider-navigation-style-08.swiper-button-next.dark, .wow .slider-navigation-style-08.swiper-button-prev.dark {
  background-color: #232323;
  color: #fff; }

.wow .slider-navigation-style-08.swiper-button-next.dark:hover, .wow .slider-navigation-style-08.swiper-button-prev.dark:hover {
  background-color: #fff;
  color: #232323; }

.wow .slider-navigation-style-08.swiper-button-next {
  width: 50px;
  height: 50px;
  right: 15px; }

.wow .slider-navigation-style-08.swiper-button-prev {
  width: 50px;
  height: 50px;
  left: 15px; }

.wow .slider-navigation-style-08.swiper-button-next.rounded-circle {
  right: 40px; }

.wow .slider-navigation-style-08.swiper-button-prev.rounded-circle {
  left: 40px; }

.wow .slider-arrow-rb {
  position: absolute;
  bottom: 0;
  right: 100%;
  z-index: 1; }

.wow .slider-arrow-rb .swiper-button-next, .wow .slider-arrow-rb .swiper-button-prev {
  transform: none;
  position: static;
  margin-top: 1px; }

.wow .slider-custom-text-next.swiper-button-next, .wow .slider-custom-text-prev.swiper-button-prev {
  padding: 25px 0 25px 0;
  width: auto;
  height: auto; }

.wow .slider-custom-text-next.swiper-button-next:hover, .wow .slider-custom-text-prev.swiper-button-prev:hover {
  opacity: 0.7; }

.wow .slider-custom-text-next.swiper-button-next {
  border-left: 1px solid #E4E4E4;
  padding-left: 45px; }

.wow .slider-custom-text-prev.swiper-button-prev {
  border-right: 1px solid #E4E4E4;
  padding-right: 45px; }

.wow .slider-review-image-thumbs {
  height: auto; }

.wow .slider-review-image-thumbs .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
  visibility: hidden;
  opacity: 0; }

.wow .slider-review-image-thumbs .swiper-slide:not(.swiper-slide-active) img {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7); }

.wow .slider-review-image-thumbs img {
  border: 6px solid transparent;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.wow .slider-review-image-thumbs .swiper-slide-active img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  border: 6px solid #fff; }

.wow .slider-review-image-thumbs .swiper-slide {
  cursor: pointer; }

/* ===================================
    21. Grid
====================================== */
/*.blog-post-image img, .portfolio-image img { width: 100%; }
.grid { list-style: none; }
.grid-sizer { padding: 0 !important; margin: 0 !important; }*/
/* gutter size */
/*.grid.gutter-very-small li { padding: 3px 3px; }
.grid.gutter-small li { padding:5px 5px; }
.grid.gutter-medium li { padding:7px 7px; }
.grid.gutter-large li { padding:10px 10px; }
.grid.gutter-extra-large li { padding:15px; }
.grid.gutter-double-extra-large li { padding:20px; }
.grid.gutter-triple-extra-large li { padding:30px; }*/
/* grid 6 column */
/*.grid.grid-6col li { width: 16.67%; list-style: none; }
.grid.grid-6col li.grid-item-double { width: 33.33%; }*/
/* grid 5 column */
/*.grid.grid-5col li { width: 20%; list-style: none; }
.grid.grid-5col li.grid-item-double { width: 40%; }*/
/* grid 4 column */
/*.grid.grid-4col li { width: 25%; list-style: none; }
.grid.grid-4col li.grid-item-double { width: 50%; }*/
/* grid 3 column */
/*.grid.grid-3col li { width: 33.33%; float: left; list-style: none; }
.grid.grid-3col li.grid-item-double { width: 66.67%; }*/
/* grid 2 column */
/*.grid.grid-2col li { width: 50%; list-style: none; }
.grid.grid-2col li.grid-item-double { width: 100%; }*/
/* grid 1 column */
/*.grid.grid-1col li { width: 100%;  list-style: none; }*/
/* grid filter */
/*.grid-filter li { display: inline-block; float: none; padding: 0 20px; border: 0; position: relative; }
.grid-filter li:first-child { padding-left: 0; }
.grid-filter li:last-child { padding-right: 0; }
.grid-filter li a { border: 0; border-bottom: 1px solid; border-color: transparent; color:#828282; padding-bottom: 2px; }
.grid-filter > li.active > a, .grid-filter > li.active > a:focus, .grid-filter > li.active > a:hover, .grid-filter > li > a:hover { border: 0; color: inherit; border-bottom: 1px solid; color: #232323 }*/
/* ===================================
    22. Portfolio
====================================== */
.wow {
  /* portfolio classic */
  /* portfolio bordered */
  /* portfolio boxed */
  /* portfolio switch image */
  /* portfolio scattered */
  /* portfolio overlay */
  /* portfolio justified gallery */
  /* ===================================
      23. Blog
  ====================================== */
  /* blog grid */
  /* blog masonry */
  /* blog classic */
  /* blog simple */
  /* blog side image */
  /* blog metro */
  /* blog overlay image */
  /* blog modern */
  /* blog standard */
  /* blog widget */
  /* sidebar */
  /* blog tag */
  /* blog category style 01 */
  /* author */
  /* blog comments */
  /* sidebar latest post */
  /* pagination style 01 */
  /* ===================================
      24. Shop
  ====================================== */
  /* shop detail color */
  /* shop detail size */
  /* shop category style 01 */
  /* shop category style 02 */
  /* products details page */
  /* other */
  /* ===================================
      25. Elements
  ====================================== */
  /* client logo style 01 */
  /* client logo style 02 */
  /* client logo style 03 */
  /* client logo style 04 */
  /* client logo style 05 */
  /* client logo style 06 */
  /* client logo style 07 */
  /* interactive banner style 01 */
  /* interactive banner style 02 */
  /* interactive banner style 03 */
  /* interactive banner style 04 */
  /* interactive banner style 05 */
  /* interactive banner style 06 */
  /* interactive banner style 07 */
  /* interactive banner style 08 */
  /* interactive banner style 09 */
  /* interactive banner style 10 */
  /* interactive banner style 11 */
  /* interactive banner style 12 */
  /* interactive banner style 13 */
  /* interactive banner style 14 */
  /* interactive list style */
  /* services box style 01 */
  /* pie charts style 01 */
  /* pie charts style 02 */
  /* list style 01 */
  /* list style 02 */
  /* list style 03 */
  /* list style 04 */
  /* list style 05 */
  /* list style 06 */
  /* list style 07 */
  /* list style 08 */
  /* accordion style 01 */
  /* accordion style 02 */
  /* accordion style 03 */
  /* accordion style 04 */
  /* accordion style 05 */
  /* time table */
  /* newsletter email */
  /* newsletter style 01 */
  /* newsletter style 02 */
  /* newsletter style 03 */
  /* newsletter style 04 */
  /* instagram */
  /* sidebar instagram */
  /* feature box */
  /* feature box icon hover */
  /* feature box show hover */
  /* feature box hide show hover */
  /* feature box svg */
  /* tab */
  /* tab style 01 */
  /* tab style 02 */
  /* tab style 03 */
  /* tab style 04 */
  /* tab style 04a */
  /* tab style 05 */
  /* tab style 06 */
  /* tab style 07 */
  /* testimonials style 01 */
  /* testimonials style 02 */
  /* testimonials style 03 */
  /* testimonials style 04 */
  /* testimonials carousel style 01 */
  /* testimonials carousel style 02 */
  /* team style 01 */
  /* team style 02 */
  /* team style 03 */
  /* vertical counter */
  /* counter style 01 */
  /* progress bar */
  /* progress bar style 01 */
  /* process step style 01 */
  /* process step style 02 */
  /* process step style 03 */
  /* process step style 04 */
  /* fancy box */
  /* fancy box background */
  /* fancy text box style 01 */
  /* fancy text box style 02 */
  /* fancy text box style 03 */
  /* image masking */
  /* pricing table style 01 */
  /* pricing table style 02 */
  /* countdown style 01 */
  /* countdown style 02 */
  /* countdown style 03 */
  /* table style 01 */
  /* table style 02 */
  /* rotate box */
  /* image back offset shadow */
  /* alert message */
  /* ===================================
      26. Footer
  ====================================== */
  /* footer dark */
  /*footer sticky*/
  /* scroll to top */
  /* footer instagram feed */
  /* ===================================
      27. home and other pages
  ====================================== */
  /* startup */
  /* hotel and resort */
  /* architecture */
  /* application */
  /* events and conference */
  /* spa salon */
  /* finance */
  /* seo agency */
  /* consulting */
  /* home decor */
  /* web agency */
  /* restaurant */
  /* digital agency */
  /* marketing agency */
  /* photography */
  /* dentist */
  /* cafe */
  /* creative agency */
  /* design agency */
  /* vertical portfolio */
  /* furniture shop */
  /* fashion shop */
  /* magazine */
  /* lifestyle blog */
  /* features header pages */
  /* what we offers */
  /* onepage */
  /* landing page */
  /* consulting */
  /* elerning */
  /* beauty salon */
  /* ===================================
      28. Others
  ====================================== */
  /* outside box */
  /* outside box text */
  /* contact form */
  /* page loading */
  /*grid*/
  /* for retina */
  /* animation keyframe */
  /* for safari */
  /* for only safari */
  /* for buy and demo button */ }
  .wow .portfolio-box .portfolio-image {
    position: relative;
    overflow: hidden; }
  .wow .portfolio-box .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0; }
  .wow .portfolio-box:hover .portfolio-hover {
    opacity: 1; }
  .wow .portfolio-box .portfolio-hover .portfolio-icon {
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px; }
  .wow .portfolio-box *, .wow .portfolio-box:hover * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
  .wow .portfolio-box .move-top-bottom {
    opacity: 0;
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity; }
  .wow .portfolio-box .move-bottom-top {
    opacity: 0;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity; }
  .wow .portfolio-box:hover .move-top-bottom, .wow .portfolio-box:hover .move-bottom-top {
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px); }
  .wow .portfolio-box .move-left-right {
    opacity: 0;
    transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity; }
  .wow .portfolio-box .move-right-left {
    opacity: 0;
    transform: translateX(15px);
    -moz-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity; }
  .wow .portfolio-box:hover .move-left-right, .wow .portfolio-box:hover .move-right-left {
    opacity: 1;
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px); }
  .wow .portfolio-classic .portfolio-box:hover .portfolio-image img, .wow .portfolio-overlay .portfolio-box:hover .portfolio-image img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    opacity: 0.15; }
  .wow .portfolio-box .move-bottom-top-self {
    overflow: hidden; }
  .wow .portfolio-box .move-bottom-top-self span {
    opacity: 0;
    display: block;
    will-change: transform;
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    -moz-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85); }
  .wow .portfolio-box:hover .move-bottom-top-self span {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .wow .portfolio-box .move-top-bottom-self {
    overflow: hidden; }
  .wow .portfolio-box .move-top-bottom-self span {
    opacity: 0;
    display: block;
    will-change: transform;
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -moz-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85); }
  .wow .portfolio-box:hover .move-top-bottom-self span {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .wow .portfolio-box .scale {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 1);
    -o-transform: scale3d(0.8, 0.8, 1);
    -ms-transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1); }
  .wow .portfolio-box:hover .scale {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .wow .portfolio-classic .portfolio-box .portfolio-image > a {
    position: relative;
    height: 100%;
    z-index: 1; }
  .wow .portfolio-classic .portfolio-icon a {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    margin: 0 3px;
    position: relative;
    z-index: 3; }
  .wow .portfolio-classic .portfolio-box {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
  .wow .portfolio-classic .portfolio-box:hover {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px); }
  .wow .portfolio-classic .portfolio-box:hover .portfolio-image img {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1); }
  .wow .portfolio-classic .portfolio-icon a:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3); }
  .wow .portfolio-classic .portfolio-box .portfolio-icon a {
    opacity: 0;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px); }
  .wow .portfolio-classic .portfolio-box:hover .portfolio-icon a {
    opacity: 1;
    transition-delay: .1s;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0); }
  .wow .portfolio-classic .portfolio-box:hover .portfolio-icon a:last-child {
    transition-delay: .2s; }
  .wow .portfolio-bordered .portfolio-box .portfolio-hover {
    opacity: 0; }
  .wow .portfolio-bordered .portfolio-box:hover .portfolio-hover {
    left: 20px;
    opacity: 1;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px); }
  .wow .portfolio-bordered .portfolio-box:hover .portfolio-image img {
    opacity: .5;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1); }
  .wow .portfolio-boxed .portfolio-box .portfolio-hover {
    opacity: 0;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    height: auto;
    top: inherit;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%); }
  .wow .portfolio-boxed .portfolio-box:hover .portfolio-hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1; }
  .wow .portfolio-boxed .portfolio-box .portfolio-hover:hover i {
    transform: translateX(5px);
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px); }
  .wow .portfolio-boxed .portfolio-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .wow .portfolio-switch-image .portfolio-image .portfolio-switch-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  .wow .portfolio-switch-image .portfolio-box:hover .portfolio-switch-image {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .wow .portfolio-switch-image .portfolio-box:hover .portfolio-image {
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  .wow .portfolio-switch-image .portfolio-box:hover .portfolio-caption {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px); }
  .wow .portfolio-scattered .portfolio-image {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); }
  .wow .portfolio-scattered .portfolio-box:hover .portfolio-image {
    -webkit-clip-path: inset(5% 5% 5% 5%);
    clip-path: inset(5% 5% 5% 5%); }
  .wow .portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+0) .portfolio-box, .wow .portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+1) .portfolio-box {
    padding: 15% 0; }
  .wow .portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+2) .portfolio-box, .wow .portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+3) .portfolio-box {
    padding: 0 15%; }
  .wow .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+0) .portfolio-box, .wow .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+1) .portfolio-box, .wow .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+3) .portfolio-box, .wow .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+5) .portfolio-box {
    padding: 15% 0; }
  .wow .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+2) .portfolio-box, .wow .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+4) .portfolio-box, .wow .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+6) .portfolio-box {
    padding: 0 15%; }
  .wow .pagination-style-01 .page-item .page-link.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+0) .portfolio-box, .wow .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+1) .portfolio-box, .wow .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+3) .portfolio-box, .wow .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+6) .portfolio-box {
    padding: 25% 0; }
  .wow .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+2) .portfolio-box, .wow .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+4) .portfolio-box, .wow .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+5) .portfolio-box, .wow .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+7) .portfolio-box {
    padding: 0 15%; }
  .wow .portfolio-overlay .portfolio-box .portfolio-image img {
    opacity: 1; }
  .wow .justified-gallery > a > .jg-caption.jg-caption-visible, .wow .justified-gallery > div > .jg-caption.jg-caption-visible, .wow .justified-gallery > figure > .jg-caption.jg-caption-visible {
    display: none;
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in; }
  .wow .justified-gallery > a > .jg-caption, .wow .justified-gallery > div > .jg-caption, .wow .justified-gallery > figure > .jg-caption {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background-color: #fff;
    color: inherit;
    padding: 15px 25px 12px;
    box-shadow: 0 5px 20px rgba(23, 23, 23, 0.2);
    white-space: nowrap;
    z-index: 1;
    font-family: inherit; }
  .wow .blog-post {
    position: relative;
    overflow: hidden; }
  .wow .blog-post .blog-post-image img {
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1); }
  .wow .blog-post .blog-post-image {
    overflow: hidden;
    position: relative; }
  .wow .blog-post:hover .blog-post-image img {
    opacity: 0.6;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  .wow .blog-grid .blog-post-image .blog-category {
    position: absolute;
    top: 23px;
    right: 23px;
    font-size: 11px;
    line-height: 14px;
    background: rgba(23, 23, 23, 0.75);
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 6px 13px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
  .wow .blog-grid .blog-post:hover .blog-post-image .blog-category {
    background: #fff;
    color: #232323;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .wow .blog-grid .avtar-image {
    width: 30px;
    border-radius: 100%;
    margin-right: 10px; }
  .wow .blog-grid .blog-like {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .wow .blog-grid .blog-like i {
    margin-right: 4px; }
  .wow .blog-grid .blog-like span {
    flex-shrink: 0; }
  .wow .blog-masonry .blog-post {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); }
  .wow .blog-masonry .blog-post:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, 0, 0); }
  .wow .blog-masonry .blog-post:hover .blog-post-image img {
    opacity: 1; }
  .wow .blog-masonry .blog-post-image .blog-category {
    position: absolute;
    background: #fff;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    border-radius: 0px;
    padding: 13px 25px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500; }
  .wow .blog-masonry .blog-post:hover .blog-post-image .blog-category {
    box-shadow: none; }
  .wow .blog-masonry .blog-post p {
    margin-bottom: 5px; }
  .wow .blog-masonry .blog-like span, .wow .blog-masonry .blog-comment span {
    position: relative;
    top: 0; }
  .wow .blog-masonry .blog-like, .wow .blog-masonry .blog-comment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .wow .blog-masonry .blog-like i, .wow .blog-masonry .blog-comment i {
    margin-right: 4px; }
  .wow .blog-masonry .blog-comment {
    margin-left: 13px; }
  .wow .blog-classic .blog-post:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .wow .blog-classic .blog-post-image {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
  .wow .blog-classic .blog-post:hover .blog-post-image img {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .wow .blog-classic .separator {
    width: 28px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1); }
  .wow .blog-classic .blog-post:hover .separator {
    width: 50px; }
  .wow .blog-classic .blog-post p {
    margin-bottom: 20px; }
  .wow .blog-simple .blog-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wow .blog-simple .blog-post-image, .wow .blog-simple .post-details {
    width: 50%; }
  .wow .blog-simple .post-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .wow .blog-simple .blog-post .blog-category {
    font-size: 11px;
    line-height: 14px;
    box-shadow: 0 0 20px rgba(23, 23, 23, 0.08);
    border-radius: 20px;
    border: 1px solid;
    padding: 6px 16px;
    text-transform: uppercase;
    font-weight: 500; }
  .wow .blog-simple .blog-post:hover .blog-category {
    box-shadow: 0 0 0 rgba(23, 23, 23, 0.08); }
  .wow .blog-simple .blog-post .blog-post-image .blog-post-image-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
  .wow .blog-simple .blog-post .cover-background {
    background-position: right center !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
  .wow .blog-simple .blog-post:hover .cover-background {
    background-position: left center !important; }
  .wow .blog-simple .blog-post:hover .blog-post-image .blog-post-image-overlay {
    opacity: .3; }
  .wow .blog-side-image .blog-post {
    padding: 28px; }
  .wow .blog-side-image .blog-post:nth-child(odd) {
    padding-right: 0; }
  .wow .blog-side-image .blog-post:nth-child(even) {
    padding-left: 0; }
  .wow .blog-side-image .blog-post-image {
    width: 55%; }
  .wow .blog-side-image .post-details {
    width: 45%; }
  .wow .blog-side-image .post-details i {
    margin-right: 7px; }
  .wow .blog-side-image .post-details i:last-of-type {
    margin-left: 20px; }
  .wow .blog-side-image .blog-post:hover .blog-post-image img {
    opacity: 1; }
  .wow .blog-side-image .blog-post:nth-child(even) .post-details {
    -ms-flex-order: 1;
    order: 1; }
  .wow .blog-side-image .blog-post:nth-child(even) .blog-post-image {
    -ms-flex-order: 2;
    order: 2; }
  .wow .blog-side-image .avtar-image {
    width: 25px;
    border-radius: 100%;
    margin-right: 10px; }
  .wow .blog-side-image .separator {
    margin-left: 15px;
    margin-right: 15px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    height: 1px; }
  .wow .blog-metro .blog-post:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .wow .blog-metro .blog-post:hover .blog-post-image img {
    opacity: .6; }
  .wow .blog-metro .blog-post .blog-post-image .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1f232c;
    background: linear-gradient(0deg, rgba(23, 23, 23, 0.95) 0%, rgba(23, 23, 23, 0) 88%);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .blog-metro .blog-post .post-details {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .wow .blog-metro .post-details .blog-category {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 13px;
    background: rgba(20, 21, 22, 0.7);
    border-radius: 2px; }
  .wow .blog-metro .post-details:hover .blog-category {
    background: #fff;
    color: #232323;
    box-shadow: 0 0 20px rgba(23, 23, 23, 0.2); }
  .wow .blog-overlay-image {
    z-index: 1; }
  .wow .blog-overlay-image .blog-post {
    z-index: 1; }
  .wow .blog-overlay-image .post-details {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    position: relative; }
  .wow .blog-overlay-image .blog-post .blog-post-image, .wow .blog-overlay-image .blog-post .blog-post-image .blog-overlay-image {
    transform: scale(1.1, 1.1);
    opacity: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .blog-overlay-image .blog-post .blog-post-image .blog-overlay-image {
    z-index: 1; }
  .wow .blog-overlay-image .blog-post:hover .blog-post-image, .wow .blog-overlay-image .blog-post:hover .blog-post-image .blog-overlay-image {
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .blog-overlay-image .blog-post:hover .post-details * {
    color: #fff;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .blog-overlay-image .blog-category, .wow .blog-overlay-image .blog-post .post-details .post-date, .wow .blog-overlay-image .blog-post .post-details .post-read, .wow .blog-overlay-image .blog-post .post-details .post-title {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out; }
  .wow .blog-overlay-image .blog-category {
    border-radius: 2px;
    padding: 6px 13px;
    border: 1px solid;
    text-transform: uppercase;
    display: inline-block;
    font-size: 11px;
    line-height: 14px; }
  .wow .blog-overlay-image .blog-post:hover .blog-category {
    background: #232323;
    color: #fff !important;
    border-color: #232323 !important; }
  .wow .blog-overlay-image .blog-post .post-details .post-date {
    opacity: 0;
    margin-bottom: -20px;
    transform: scale(1, 0); }
  .wow .blog-overlay-image .blog-post:hover .post-details .post-date {
    opacity: .75;
    margin-bottom: 15px;
    transform: scale(1, 1); }
  .wow .blog-overlay-image .blog-post .post-details .post-read {
    opacity: 1;
    transform: scale(1, 1); }
  .wow .blog-overlay-image .blog-post:hover .post-details .post-read {
    opacity: 0;
    transform: scale(1, 0); }
  .wow .blog-overlay-image .blog-post:hover .post-details .post-title {
    margin-bottom: -20px;
    position: relative;
    z-index: 4; }
  .wow .blog-modern .blog-category {
    display: inline-block; }
  .wow .blog-modern .blog-post:hover .blog-post-image img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .wow .blog-modern .blog-post {
    overflow: visible; }
  .wow .blog-modern .blog-post-image {
    margin-bottom: 150px; }
  .wow .blog-modern .post-details {
    position: absolute;
    bottom: -100px;
    left: 30px;
    width: calc(100% - 60px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }
  .wow .blog-modern .grid-item:hover .post-details {
    transform: translateY(-20px); }
  .wow .blog-modern .grid-item:hover .post-details {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08); }
  .wow .blog-hover-btn * {
    transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s; }
  .wow .blog-hover-btn a {
    position: relative;
    padding-left: 19px; }
  .wow .blog-hover-btn .blog-icon {
    position: absolute;
    left: 0;
    top: 2px;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0); }
  .wow .blog-hover-btn .blog-icon-hover {
    opacity: 0;
    transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px); }
  .wow .blog-hover-btn:hover .blog-icon {
    opacity: 0;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px); }
  .wow .blog-hover-btn:hover .blog-icon-hover {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0); }
  .wow .blog-widget {
    list-style: none;
    padding: 0;
    margin: 0; }
  .wow .blog-widget li figure {
    height: auto;
    width: 140px;
    margin-bottom: 0; }
  .wow .blog-widget li .media-body {
    line-height: normal;
    padding-left: 30px;
    position: relative;
    top: -1px; }
  .wow .blog-post-image .blog-plus-icon {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
  .wow .blog-post:hover .blog-plus-icon {
    opacity: 1; }
  .wow .blog-post-image .blog-rounded-icon {
    width: 46px;
    height: 46px;
    line-height: 48px;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    opacity: 0;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
  .wow .blog-post:hover .blog-rounded-icon {
    opacity: 1;
    margin-top: 0; }
  .wow .blog-image img {
    width: 100%; }
  .wow .blog-text .blog-details-overlap {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 0;
    padding: 6px 20px 5px;
    white-space: nowrap; }
  .wow .to-top {
    animation: toTop 0.3s linear forwards; }
  .wow .to-right {
    animation: toRight 0.3s linear forwards; }
  .wow .to-bottom {
    animation: toBottom 0.3s linear forwards; }
  .wow .to-left {
    animation: toLeft 0.3s linear forwards; }
  .wow .blog-left-side-bar .blog-content, .wow .blog-right-side-bar .blog-sidebar {
    float: right; }
  .wow .blog-left-side-bar .blog-sidebar, .wow .blog-right-side-bar .blog-content {
    float: left; }
  .wow .aside-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%); }
  .wow .aside-title span {
    padding: 2px 20px; }
  .wow .shopping-left-side-bar .shopping-content, .wow .shopping-right-side-bar .shopping-sidebar, .wow .blog-left-side-bar .blog-content, .wow .blog-right-side-bar .blog-sidebar {
    order: 13;
    -ms-flex-order: 13; }
  .wow .shopping-left-side-bar .shopping-sidebar, .wow .shopping-right-side-bar .shopping-content, .wow .blog-right-side-bar .blog-content, .wow .blog-left-side-bar .blog-sidebar {
    order: 1;
    -ms-flex-order: 1; }
  .wow .blog-tag {
    font-size: 10px;
    padding: 6px 14px;
    text-transform: uppercase;
    margin-right: 3px;
    text-align: center;
    vertical-align: middle; }
  .wow .blog-tag:hover {
    border-color: #0038e3 !important;
    color: #fff;
    background-color: #0038e3; }
  .wow .blog-tag:last-child {
    margin-right: 0; }
  .wow .blog-auther-tag {
    font-size: 11px;
    line-height: 11px;
    padding: 5px 10px;
    text-transform: uppercase;
    position: absolute; }
  .wow .blog-auther-tag:hover {
    border-color: transparent;
    color: #232323 !important;
    background-color: #fff; }
  .wow .blog-category-style-01 {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .blog-category-style-01 .blog-image {
    width: calc(100% + 50px);
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -webkit-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0); }
  .wow .blog-category-style-01:hover .blog-image {
    width: calc(100% + 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .wow .blog-category-style-01 img {
    transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s; }
  .wow .blog-category-style-01:hover img {
    opacity: 0.5;
    transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s; }
  .wow .blog-category-style-01 .blog-post-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .wow .blog-category-style-01 .post-details {
    padding: 8px 22px; }
  .wow .about-author-img {
    float: left;
    max-width: 100px;
    margin-right: 35px;
    margin-bottom: 15px; }
  .wow .about-author-text {
    top: -5px; }
  .wow .author-sharing a {
    margin-right: 15px;
    color: #737373; }
  .wow .author-sharing a:hover {
    color: #000; }
  .wow .alignnone {
    margin: 5px 30px 40px 0; }
  .wow .aligncenter, .wow div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .wow .alignright {
    float: right;
    margin: 5px 0 30px 40px; }
  .wow .alignleft {
    float: left;
    margin: 5px 40px 30px 0; }
  .wow a img.alignright {
    float: right;
    margin: 5px 0 40px 30px; }
  .wow a img.alignnone {
    margin: 5px 20px 20px 0; }
  .wow a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .wow a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wow .wp-caption {
    background: #f7f7f7;
    padding: 17px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 50%; }
  .wow .wp-caption figcaption {
    padding: 18px 25px 0 25px; }
  .wow .wp-caption img {
    width: 100%; }
  .wow .wp-caption.alignnone {
    margin: 5px 30px 40px 0; }
  .wow .wp-caption.alignleft {
    margin: 5px 40px 30px 0; }
  .wow .wp-caption.alignright {
    margin: 5px 0 40px 30px; }
  .wow .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  .wow .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .wow .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;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 1; }
  .wow .blog-comment li {
    padding-bottom: 65px;
    position: relative;
    list-style: none; }
  .wow .blog-comment li .user-comment {
    overflow: hidden;
    flex: 1;
    max-width: 100%; }
  .wow .blog-comment > li:first-child {
    padding-top: 0; }
  .wow .blog-comment li:last-child {
    border-bottom: medium none;
    padding-bottom: 0; }
  .wow .blog-comment li .blog-comment-box {
    padding: 40px 50px;
    border-radius: 10px; }
  .wow .blog-comment li .btn-reply {
    float: right;
    font-size: 11px;
    line-height: initial;
    padding: 7px 16px 6px;
    border-radius: 50px;
    border: 1px solid rgba(44, 44, 44, 0.25);
    background-color: #ffffff; }
  .wow .blog-comment li .btn-reply:hover {
    border-color: #0038e3;
    background: #0038e3;
    color: #fff; }
  .wow .blog-comment li ul.child-comment {
    list-style: outside none none;
    margin-left: 70px; }
  .wow .blog-comment li ul.child-comment li {
    margin-top: 60px;
    padding-bottom: 0; }
  .wow .latest-post-sidebar {
    list-style: none;
    padding: 0;
    margin: 0; }
  .wow .latest-post-sidebar li {
    margin-bottom: 45px; }
  .wow .latest-post-sidebar li:last-child {
    margin-bottom: 0; }
  .wow .latest-post-sidebar li figure {
    height: 65px;
    width: 80px;
    margin: 0; }
  .wow .latest-post-sidebar li .media-body {
    line-height: normal;
    padding-left: 30px;
    position: relative;
    top: -3px; }
  .wow .pagination-style-01 .page-item .page-link {
    border: 0;
    padding: 12px 5px;
    margin: 0 10px;
    background: transparent;
    color: #828282;
    min-width: 40px;
    text-align: center;
    border-radius: 100%;
    line-height: 1.25; }
  .wow .pagination-style-01 .page-item:first-child .page-link, .wow .pagination-style-01 .page-item:last-child .page-link {
    padding: 0; }
  .wow .pagination-style-01 .page-item:last-child .page-link {
    margin-right: 0; }
  .wow .pagination-style-01 .page-item:first-child .page-link:hover, .wow .pagination-style-01 .page-item:last-child .page-link:hover {
    background: transparent;
    color: #232323;
    box-shadow: none; }
  .wow .pagination-style-01 .page-item .page-link:hover, .wow .pagination-style-01 .page-item.active .page-link {
    background: #fff;
    color: #232323;
    box-shadow: 0 0 10px rgba(23, 23, 23, 0.15); }
  .wow .pagination-style-01 .page-item:first-child .page-link {
    margin-left: 0; }
  .wow .product-box, .wow .product-box .product-image {
    position: relative;
    overflow: hidden; }
  .wow .product-box, .wow .product-box .product-image img {
    width: 100%; }
  .wow .product-image .product-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .product-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .wow .product-image:hover .product-hover {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .product-price del {
    margin-right: 8px; }
  .wow .product-box .product-hover-right {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .product-box:hover .product-hover-right {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .product-image .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
  .wow .product-box:hover .hover-image {
    display: block;
    opacity: 1;
    visibility: visible; }
  .wow .product-box:hover .default-image {
    opacity: 0 !important;
    visibility: hidden;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .product-box .product-hover-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .product-box:hover .product-hover-bottom {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .product-box:hover .hover-img {
    opacity: 1; }
  .wow .product-box .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .wow .product-box:hover .product-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .wow .product-box .move-top-bottom {
    opacity: 0;
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity; }
  .wow .product-box .move-bottom-top {
    opacity: 0;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity; }
  .wow .product-box:hover .move-top-bottom, .wow .product-box:hover .move-bottom-top {
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px); }
  .wow .product-box .move-left-right {
    opacity: 0;
    transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity; }
  .wow .product-box .move-right-left {
    opacity: 0;
    transform: translateX(15px);
    -moz-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity; }
  .wow .product-box:hover .move-left-right, .wow .product-box:hover .move-right-left {
    opacity: 1;
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px); }
  .wow .product-image .product-link-icon:nth-child(1), .wow .product-image:hover .product-link-icon:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .wow .product-image .product-link-icon:nth-child(2), .wow .product-image:hover .product-link-icon:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s; }
  .wow .product-image .product-link-icon:nth-child(3), .wow .product-image:hover .product-link-icon:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .wow .product-image .product-link-icon:nth-child(4), .wow .product-image:hover .product-link-icon:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .wow .product-image .product-link-icon:nth-child(5), .wow .product-image:hover .product-link-icon:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .wow .tooltip-inner {
    font-size: 11px;
    padding: 4px 13px 5px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border-radius: 2px; }
  .wow .product-link-icon {
    position: relative;
    border-radius: 100%;
    background-color: #fff;
    color: #232323;
    display: inline-block;
    margin: 5px;
    height: 40px;
    width: 40px;
    line-height: 42px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .product-link-icon:hover {
    color: #232323;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .product-link-icon i {
    margin: 0;
    font-size: 15px; }
  .wow .product-image .product-hover-details a {
    background: #232323;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 12px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 1; }
  .wow .product-image .product-hover-details a:hover {
    color: #fff; }
  .wow .product-image .product-hover-details a:after {
    content: "/";
    color: #545553;
    font-size: 11px;
    position: absolute;
    right: -5px;
    top: 2px; }
  .wow .product-image .product-hover-details a:last-child:after {
    content: ""; }
  .wow .product-image .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s; }
  .wow .product-box:hover .product-hover-details a {
    bottom: 0; }
  .wow .product-box:hover .hover-img {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s; }
  .wow .shop-color {
    display: inline-block; }
  .wow .shop-color li {
    display: inline-block; }
  .wow .shop-color li > input[type="radio"] + label span {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    margin-right: 8px; }
  .wow .shop-color li > input[type="radio"] + label span:after {
    line-height: 32px;
    font-size: 10px; }
  .wow .shop-color li > input[type="radio"]:checked + label span:after {
    color: #fff; }
  .wow .shop-size {
    display: inline-block; }
  .wow .shop-size li {
    display: inline-block; }
  .wow .shop-size li > input[type="radio"] + label span {
    height: 32px;
    width: 32px;
    line-height: 30px;
    border-radius: 100%;
    background: #f7f7f7;
    border: 1px solid transparent;
    text-align: center;
    margin-right: 10px; }
  .wow .shop-size li > input[type="radio"]:checked + label span {
    border: 1px solid rgba(35, 35, 35, 0.25);
    color: #232323; }
  .wow .shop-size li > input[type="radio"] + label span:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ""; }
  .wow .shop-size li > input[type="radio"]:checked + label span:after {
    display: none; }
  .wow .shop-category-style-01 .shop-product, .wow .shop-category-style-01 .shop-product-image {
    position: relative;
    overflow: hidden; }
  .wow .shop-category-style-01 .shop-product-image .shop-product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .wow .shop-category-style-01 .shop-product .shop-product-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: calc(100% - 50px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .wow .shop-category-style-01 .shop-product-content a, .wow .shop-category-style-01 .shop-product-content i {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .wow .shop-category-style-01 .shop-product:hover .shop-product-content a, .wow .shop-category-style-01 .shop-product:hover .shop-product-content i {
    color: #fff !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .wow .shop-category-style-01 .shop-product:hover .shop-product-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .wow .shop-category-style-01 .shop-product:hover .shop-product-content {
    background-color: #232323 !important;
    border-radius: 4px;
    bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .wow .shop-category-style-01 .shop-product-image img {
    width: 100%; }
  .wow .shop-category-style-02 .shop-product-image {
    margin-right: -25px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative; }
  .wow .shop-category-style-02 .shop-product-image img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .wow .shop-category-style-02:hover .shop-product-image img {
    opacity: .3;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .wow .shop-category-style-02 .shop-product-image .product-view-link {
    opacity: 0;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
    -moz-transform: scale(1, 1) translate(-50%, -50%);
    -ms-transform: scale(1, 1) translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 50%;
    left: 50%; }
  .wow .shop-category-style-02:hover .shop-product-image a.product-view-link {
    opacity: 1;
    transform: scale(1.1, 1.1) translate(-50%, -50%);
    -webkit-transform: scale(1.1, 1.1) translate(-50%, -50%);
    -moz-transform: scale(1.1, 1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1, 1.1) translate(-50%, -50%); }
  .wow .product-image-slider img {
    cursor: crosshair; }
  .wow .product-images-box .slider-product-next, .wow .product-images-box .slider-product-prev {
    width: 65px;
    height: 65px; }
  .wow .cart-products td {
    color: #828282;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
    border-top: 0;
    padding: 25px 10px;
    line-height: 28px; }
  .wow .cart-products th {
    border-top: 0;
    border-bottom: 1px solid #e4e4e4 !important;
    padding: 15px 10px;
    font-weight: 500;
    text-transform: capitalize; }
  .wow .cart-products .product-remove {
    width: 25px; }
  .wow .cart-products .cart-product-image {
    max-width: 75px; }
  .wow .cart-products .product-thumbnail {
    width: 110px; }
  .wow .cart-products .product-name .variation {
    float: left;
    width: 100%; }
  .wow .cart-products .product-name .variation .variation-Size {
    float: left;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside;
    font-weight: normal; }
  .wow .cart-products .product-name .variation .variation-Size p {
    margin: 0; }
  .wow .quantity {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .wow .qty-btn {
    width: 22px;
    height: 19px;
    line-height: 19px;
    border: 0;
    border-left: 1px solid #e8e8e8;
    padding: 0;
    margin: 0;
    position: absolute;
    background: transparent; }
  .wow .qty-btn:focus {
    border: none;
    border-left: 1px solid #e8e8e8; }
  .wow .qty-plus:focus {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8; }
  .wow .qty-minus {
    right: 1px;
    top: 20px;
    padding-left: 2px;
    border-radius: 0; }
  .wow .qty-plus {
    top: 1px;
    right: 1px;
    border-bottom: 1px solid #e8e8e8;
    height: 20px;
    line-height: 20px;
    padding-left: 1px;
    border-radius: 0; }
  .wow .qty-text {
    margin: 0;
    padding: 0 24px 0 0;
    width: 65px;
    line-height: 40px;
    height: 40px;
    outline: none;
    border-radius: 0;
    outline: none;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield; }
  .wow .coupon-code-panel {
    position: relative; }
  .wow .coupon-code-panel input {
    margin: 0;
    border: none;
    border: 1px dashed #e4e4e4;
    padding: 10px 70px 11px 45px;
    width: 100%;
    position: relative; }
  .wow .coupon-code-panel:before {
    position: absolute;
    content: "\e8bf";
    font-family: 'feather';
    position: absolute;
    left: 20px;
    z-index: 2;
    line-height: 44px; }
  .wow .coupon-code-panel .apply-coupon-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #232323;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize; }
  .wow .cart-btn {
    position: relative;
    font-size: 12px;
    line-height: 20px; }
  .wow .cart-btn:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: #000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .wow .total-price-table td, .wow .total-price-table th {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 20px; }
  .wow .total-price-table tr:last-child th, .wow .total-price-table tr:last-child td {
    border: none; }
  .wow .total-price-table .calculate-shipping th .calculate-shipping-title {
    position: relative;
    color: #212529; }
  .wow .total-price-table .calculate-shipping th .calculate-shipping-title:after {
    font-family: 'feather';
    content: "\e842";
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700; }
  .wow .total-price-table .calculate-shipping th .calculate-shipping-title:hover {
    outline: none;
    color: #212529; }
  .wow .price-filter.ui-widget.ui-widget-content {
    border-radius: 0;
    background-color: #dfdfdf;
    border: 1px solid #fff;
    height: 5px;
    margin: 25px 3px 30px 8px; }
  .wow .price-filter .ui-slider-range {
    background-color: #232323;
    height: 3px; }
  .wow .price-filter .ui-slider-handle {
    background-color: #fff;
    width: 13px;
    height: 13px;
    top: -5px;
    border: 1px solid #bbb;
    border-radius: 100%;
    cursor: ew-resize;
    outline: 0; }
  .wow .price-filter-details .btn-filter {
    font-size: 10px;
    color: #101010;
    background-color: transparent;
    float: right;
    padding: 1px 12px;
    outline: none;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #d6d6d6;
    line-height: 19px; }
  .wow .price-filter-details .btn-filter:hover {
    color: #fff;
    background-color: #232323;
    border: 1px solid #232323; }
  .wow .price-filter-details .price-filter-amount .price-amount {
    border: none;
    padding: 0;
    max-width: 115px;
    background-color: transparent; }
  .wow .client-logo-style-01 .client-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 0;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    opacity: 1; }
  .wow .client-logo-style-01 .client-box:hover {
    z-index: 10; }
  .wow .client-logo-style-01 .client-box:before, .wow .client-logo-style-01 .client-box:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    opacity: 1; }
  .wow .client-logo-style-01 .client-box:before {
    width: calc(100% + 3px);
    height: calc(100% + 4px);
    z-index: 1;
    transition: height 1s ease, opacity .8s ease;
    -webkit-transition: height 1s ease, opacity .8s ease;
    -moz-transition: height 1s ease, opacity .8s ease;
    -ms-transition: height 1s ease, opacity .8s ease;
    -o-transition: height 1s ease, opacity .8s ease; }
  .wow .client-logo-style-01 .client-box:after {
    height: calc(100% + 4px);
    width: 100%;
    z-index: 1;
    transition: width 1s ease, opacity .8s ease; }
  .wow .client-logo-style-01 .client-box:hover:before {
    transition: height .2s ease, opacity .3s ease;
    -webkit-transition: height .2s ease, opacity .3s ease;
    -moz-transition: height .2s ease, opacity .3s ease;
    -ms-transition: height .2s ease, opacity .3s ease;
    -o-transition: height .2s ease, opacity .3s ease;
    height: calc(100% - 20px);
    opacity: .7; }
  .wow .client-logo-style-01 .client-box:hover:after {
    transition: width .2s ease, opacity .3s ease;
    -webkit-transition: width .2s ease, opacity .3s ease;
    -moz-transition: width .2s ease, opacity .3s ease;
    -ms-transition: width .2s ease, opacity .3s ease;
    -o-transition: width .2s ease, opacity .3s ease;
    width: calc(100% - 20px);
    opacity: .8; }
  .wow .client-logo-style-01 .client-box .client-box-image {
    z-index: 2;
    position: relative; }
  .wow .client-logo-style-02 .client-logo {
    opacity: 0.6;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s; }
  .wow .client-logo-style-02 .client-logo:hover {
    opacity: 1;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s; }
  .wow .client-logo-style-03 img {
    filter: grayscale(1);
    transition-property: filter;
    -webkit-transition-property: filter;
    -moz-transition-property: filter;
    -ms-transition-property: filter;
    -o-transition-property: filter;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s; }
  .wow .client-logo-style-03 a:hover img {
    filter: grayscale(0);
    transition-property: filter;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s; }
  .wow .client-logo-style-04 .client-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 0;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s; }
  .wow .client-logo-style-04 .client-box .client-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale(0.8);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s; }
  .wow .client-logo-style-04 .client-box:hover .client-overlay {
    opacity: 1;
    transform: scale(1); }
  .wow .client-logo-style-05 a {
    display: block; }
  .wow .client-logo-style-05 a img {
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1); }
  .wow .client-logo-style-05 a:hover img {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px); }
  .wow .client-logo-style-06 .client-box {
    opacity: .5;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s; }
  .wow .client-logo-style-06 .client-box:hover {
    opacity: 1;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s; }
  .wow .client-logo-style-07 .client-logo {
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1); }
  .wow .client-logo-style-07:hover .client-logo {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: .6; }
  .wow .client-logo-style-07 .client-logo:hover {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); }
  .wow .interactive-banners-style-01 * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
  .wow .interactive-banners-style-01 {
    display: inline-block;
    float: none;
    border: 0;
    position: relative; }
  .wow .interactive-banners-style-01 .interactive-banners-image {
    position: relative;
    overflow: hidden; }
  .wow .interactive-banners-style-01 .interactive-banners-image img {
    width: 100%; }
  .wow .interactive-banners-style-01 .interactive-banners-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .wow .interactive-banners-style-01:hover .interactive-banners-hover {
    opacity: 1; }
  .wow .interactive-banners-style-01 .interactive-banners-icon {
    width: 35px;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity; }
  .wow .interactive-banners-style-01:hover .rounded-icon {
    opacity: 1;
    transform: translateX(-18px);
    -moz-transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px); }
  .wow .interactive-banners-style-01 .interactive-banners-title {
    opacity: 1;
    transform: translateY(35px);
    -moz-transform: translateY(35px);
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity; }
  .wow .interactive-banners-style-01:hover .interactive-banners-title {
    opacity: 0;
    transform: translateY(70px);
    -moz-transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px); }
  .wow .interactive-banners-style-01 .interactive-banners-sub-title {
    opacity: 0;
    transform: translateY(70px);
    -moz-transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity; }
  .wow .interactive-banners-style-01:hover .interactive-banners-sub-title {
    opacity: 1;
    transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px); }
  .wow .interactive-banners-style-01 .scale {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .wow .interactive-banners-style-01:hover .scale {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }
  .wow .interactive-banners-style-01:hover img {
    opacity: .5; }
  .wow .interactive-banners-style-02 .category-name {
    position: absolute;
    top: 40px;
    left: 50px;
    line-height: 14px;
    background: #fff;
    color: #232323;
    text-transform: uppercase;
    padding: 8px 15px;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1); }
  .wow .interactive-banners-style-02 > a {
    position: relative;
    display: block; }
  .wow .interactive-banners-style-02:hover .category-name {
    background: #232323;
    color: #fff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .wow .interactive-banners-style-02 .category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 50px 40px;
    width: 100%; }
  .wow .interactive-banners-style-02 .interactive-banners-icon {
    opacity: 0;
    transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1); }
  .wow .interactive-banners-style-02:hover .interactive-banners-icon {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0); }
  .wow .interactive-banners-style-03 * {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
  .wow .interactive-banners-style-03 {
    z-index: 0;
    position: relative; }
  .wow .interactive-banners-style-03 .interactive-banners-image {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    top: 0; }
  .wow .interactive-banners-style-03:hover .interactive-banners-image {
    opacity: 1;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .wow .interactive-banners-style-03:hover span a, .wow .interactive-banners-style-03:hover i, .wow .interactive-banners-style-03:hover h6 a, .wow .interactive-banners-style-03:hover span {
    color: #fff !important; }
  .wow .interactive-banners-style-03:hover .interactive-banners-name {
    border-color: #fff !important; }
  .wow .interactive-banners-style-04 .interactive-banners-content .btn {
    position: absolute;
    bottom: -30px;
    opacity: 0;
    margin: 0 auto;
    left: 0;
    right: 0; }
  .wow .interactive-banners-style-04 .interactive-banners-content:hover .btn {
    bottom: 0;
    opacity: 1; }
  .wow .interactive-banners-style-05 * {
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1); }
  .wow .interactive-banners-style-05 {
    position: relative;
    overflow: hidden; }
  .wow .interactive-banners-style-05 .interactive-banners-content, .wow .interactive-banners-style-05 .interactive-banners-overlayer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(calc(100% - 130px));
    -webkit-transform: translateY(calc(100% - 130px));
    -moz-transform: translateY(calc(100% - 130px));
    -ms-transform: translateY(100%) translateY(-130px); }
  .wow .interactive-banners-style-05:hover .interactive-banners-content, .wow .interactive-banners-style-05:hover .interactive-banners-overlayer {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px); }
  .wow .interactive-banners-style-05 .interactive-banners-content .interactive-banners-content-text {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .interactive-banners-style-05:hover .interactive-banners-content .interactive-banners-content-text {
    opacity: 1;
    visibility: visible; }
  .wow .interactive-banners-style-05 .overlayer-box {
    height: 0;
    z-index: -1; }
  .wow .interactive-banners-style-05:hover .overlayer-box {
    height: 100%; }
  .wow .interactive-banners-style-05:hover .section-link {
    transform: translateY(0); }
  .wow .interactive-banners-style-05:hover .section-link {
    opacity: 0;
    transform: translateY(100%); }
  .wow .interactive-banners-style-06 {
    display: inline-block;
    position: relative; }
  .wow .interactive-banners-style-06 .interactive-banners-text {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  .wow .interactive-banners-style-06 a:hover .interactive-banners-text {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .wow .interactive-banners-style-06 .interactive-banners-icon {
    -webkit-transform: scaleX(0) translateX(0);
    transform: scaleX(0) translateX(0);
    transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  .wow .interactive-banners-style-06 a:hover .interactive-banners-icon {
    -webkit-transform: scaleX(1) translateX(-3.727em);
    transform: scaleX(1) translateX(0); }
  .wow .interactive-banners-style-07 .interactive-banners-box, .wow .interactive-banners-style-07 .interactive-banners-box .interactive-banners-box-image {
    position: relative;
    overflow: hidden; }
  .wow .interactive-banners-style-07 .interactive-banners-box-image .fancy-text-overlay, .wow .interactive-banners-style-07 .interactive-banners-box .fancy-text-content, .wow .interactive-banners-style-07 .interactive-banners-box img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .interactive-banners-style-07 .interactive-banners-box .fancy-text-content {
    position: absolute;
    width: 100%;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    height: auto;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px); }
  .wow .interactive-banners-style-07 .interactive-banners-box:hover .fancy-text-content {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px); }
  .wow .interactive-banners-style-07 .interactive-banners-box .fancy-text-content span {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .interactive-banners-style-07 .interactive-banners-box:hover .fancy-text-content span {
    opacity: 0; }
  .wow .interactive-banners-style-07 .interactive-banners-box .fancy-text-content .btn {
    opacity: 0;
    white-space: nowrap;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px); }
  .wow .interactive-banners-style-07 .interactive-banners-box:hover .fancy-text-content .btn {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0); }
  .wow .interactive-banners-style-07 .interactive-banners-box:hover img {
    opacity: .7; }
  .wow .interactive-banners-style-08 .interactive-banners-box-image {
    position: relative;
    overflow: hidden; }
  .wow .interactive-banners-style-08 .interactive-banners-box-image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .interactive-banners-style-08:hover .interactive-banners-box-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .interactive-banners-style-08 .interactive-banners-box-image .btn {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 44px;
    width: 44px;
    line-height: 40px;
    padding: 0;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .wow .interactive-banners-style-08:hover .interactive-banners-box-image .btn {
    opacity: 1; }
  .wow .interactive-banners-style-08 span {
    opacity: 1;
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
  .wow .interactive-banners-style-08:hover span {
    opacity: 0; }
  .wow .interactive-banners-style-08 .interactive-banners-box-sub-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
  .wow .interactive-banners-style-08:hover .interactive-banners-box-sub-title {
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px); }
  .wow .interactive-banners-style-08 .interactive-banners-box-hover {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
  .wow .interactive-banners-style-08:hover .interactive-banners-box-hover {
    opacity: 1; }
  .wow .interactive-banners-style-09 figure {
    position: relative;
    overflow: hidden; }
  .wow .interactive-banners-style-09 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .wow .interactive-banners-style-09 .interactive-banners-content .interactive-banners-hover-icon {
    position: absolute;
    left: 60px;
    bottom: 60px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .interactive-banners-style-09 figcaption:hover .interactive-banners-content .interactive-banners-hover-icon {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .interactive-banners-style-09 .interactive-banners-hover-action {
    opacity: 0;
    position: absolute;
    bottom: -25px;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .interactive-banners-style-09 .interactive-banners-action-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .wow .interactive-banners-style-09 figcaption:hover .interactive-banners-hover-action {
    opacity: 1;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .interactive-banners-style-09 figure img {
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    transition-duration: 2s; }
  .wow .interactive-banners-style-09 figure:hover img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transition-duration: 4s;
    transition-duration: 4s; }
  .wow .interactive-banners-style-09 .interactive-banners-overlay {
    opacity: 0;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .interactive-banners-style-09 figure:hover .interactive-banners-overlay {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .interactive-banners-style-10 figure {
    position: relative;
    margin-bottom: 0; }
  .wow .interactive-banners-style-10 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .interactive-banners-style-10 figcaption a {
    top: -15px;
    position: relative; }
  .wow .interactive-banners-style-10 figure:hover figcaption {
    opacity: 1; }
  .wow .interactive-banners-style-10 figure:hover figcaption a {
    top: 0; }
  .wow .interactive-banners-style-11 .interactive-banners-box, .wow .interactive-banners-style-11 .interactive-banners-box .interactive-banners-box-image {
    position: relative;
    overflow: hidden; }
  .wow .interactive-banners-style-11 .interactive-banners-box-image .interactive-banners-text-overlay, .wow .interactive-banners-style-11 .interactive-banners-box .interactive-banners-text-content, .wow .interactive-banners-style-11 .interactive-banners-box .interactive-banners-box-image img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .interactive-banners-style-11 .interactive-banners-box-image .interactive-banners-text-overlay {
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out; }
  .wow .interactive-banners-style-11 .interactive-banners-box:hover .interactive-banners-text-overlay {
    opacity: .77; }
  .wow .interactive-banners-style-11 .interactive-banners-box:hover .interactive-banners-box-image img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1); }
  .wow .interactive-banners-style-11 .interactive-banners-box .interactive-banners-text-content {
    position: absolute;
    width: 100%;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    height: auto;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px); }
  .wow .interactive-banners-style-11 .interactive-banners-box:hover .interactive-banners-text-content {
    transform: translateY(-65px);
    -webkit-transform: translateY(-65px);
    -moz-transform: translateY(-65px);
    -ms-transform: translateY(-65px); }
  .wow .interactive-banners-style-11 .interactive-banners-box .interactive-banners-text-content .btn {
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px); }
  .wow .interactive-banners-style-11 .interactive-banners-box:hover .interactive-banners-text-content .btn {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0); }
  .wow .interactive-banners-style-12 figure {
    margin: 0; }
  .wow .interactive-banners-style-12 figure .interactive-banners-image {
    position: relative;
    overflow: hidden; }
  .wow .interactive-banners-style-12 figure .interactive-banners-image img {
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out; }
  .wow .interactive-banners-style-12 figure:hover img {
    opacity: 0.4; }
  .wow .interactive-banners-style-12 figure .interactive-banners-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out; }
  .wow .interactive-banners-style-12 figure .interactive-banners-details a {
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    opacity: 0;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out; }
  .wow .interactive-banners-style-12 figure:hover .interactive-banners-details a {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    opacity: 1; }
  .wow .interactive-banners-style-12 figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(50%);
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out; }
  .wow .interactive-banners-style-12 figure:hover figcaption {
    transform: translateY(30px);
    opacity: 0; }
  .wow .interactive-banners-style-13 * {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  .wow .interactive-banners-style-13 {
    overflow: hidden;
    position: relative; }
  .wow .interactive-banners-style-13 .interactive-banners-content {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .wow .interactive-banners-style-13 .interactive-banners-content .interactive-banners-title {
    margin-bottom: -20px; }
  .wow .interactive-banners-style-13:hover .interactive-banners-title {
    margin-bottom: 10px; }
  .wow .interactive-banners-style-13 .interactive-banners-content .interactive-banners-link {
    opacity: 0;
    transform: scale(1, 1); }
  .wow .interactive-banners-style-13:hover .interactive-banners-link {
    opacity: 1;
    transform: scale(1, 1); }
  .wow .interactive-banners-style-13 .interactive-banners-image {
    position: relative;
    left: 0;
    width: 75%; }
  .wow .interactive-banners-style-13:hover .interactive-banners-image {
    left: -20%;
    filter: grayscale(100%);
    opacity: 0.8; }
  .wow .interactive-banners-style-14 * {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out; }
  .wow .interactive-banners-style-14 figure {
    position: relative;
    overflow: hidden; }
  .wow .interactive-banners-style-14 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .wow .interactive-banners-style-14 figcaption .hover-show-content {
    opacity: 0;
    visibility: hidden;
    margin-bottom: -40px; }
  .wow .interactive-banners-style-14 figure figcaption .hover-content-detail {
    opacity: 0;
    min-height: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  .wow .interactive-banners-style-14 figure:hover figcaption .hover-content-detail {
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .interactive-banners-style-14 figure:hover figcaption .hover-content {
    transform: translateY(-40px); }
  .wow .interactive-banners-style-14 figure:hover figcaption .hover-show-content {
    opacity: 1;
    visibility: visible;
    margin: 0; }
  .wow .interactive-banners-style-14 figure figcaption .overlayer-box {
    opacity: 0; }
  .wow .interactive-banners-style-14 figure:hover figcaption .overlayer-box {
    opacity: .85; }
  .wow .interactive-banners-style-14 figcaption .hover-action-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%; }
  .wow .interactive-banners-style-14 figure:hover figcaption .hover-action-btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px); }
  .wow .fullscreen-hover-list {
    max-height: 80vh;
    overflow: auto; }
  .wow .fullscreen-hover-list .hover-list-item {
    display: table; }
  .wow .fullscreen-hover-list .hover-list-item a {
    display: inline-block; }
  .wow .fullscreen-hover-list .hover-list-item .fullscreen-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .fullscreen-hover-list .hover-list-item.active .fullscreen-hover-image {
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .fullscreen-hover-list .hover-list-item .interactive-title {
    display: inline-block;
    vertical-align: middle;
    padding: 25px 35px;
    color: transparent;
    -webkit-text-stroke: 2px #000;
    text-stroke: 2px #000;
    position: relative; }
  .wow .fullscreen-hover-list.light .hover-list-item .interactive-title {
    color: #3e3e3e;
    -webkit-text-stroke: 2px #4e4e4f;
    text-stroke: 2px #4e4e4f;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    transition-duration: 0.5s; }
  .wow .fullscreen-hover-list.light .hover-list-item:hover .interactive-title {
    color: #fff;
    -webkit-text-stroke: 0 #4e4e4f;
    text-stroke: 0 #4e4e4f;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out; }
  .wow .fullscreen-hover-list .hover-list-item .interactive-title:after {
    content: attr(data-link-text);
    position: absolute;
    left: 35px;
    bottom: 25px;
    width: 0;
    height: calc(100% - 50px);
    -webkit-text-fill-color: #000;
    transition-duration: 0.4s;
    overflow: hidden;
    transition-timing-function: ease-in-out; }
  .wow .fullscreen-hover-list.light .hover-list-item .interactive-title:after {
    -webkit-text-fill-color: #fff; }
  .wow .fullscreen-hover-list .hover-list-item.active .interactive-title:after {
    width: calc(100% - 70px);
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
    white-space: nowrap; }
  .wow .fullscreen-hover-list .hover-list-item .interactive-number {
    opacity: .3;
    display: inline-block;
    vertical-align: middle;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out; }
  .wow .fullscreen-hover-list .hover-list-item.active .interactive-number {
    opacity: 1;
    transform: translateX(65px);
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out; }
  .wow .fullscreen-hover-list .hover-list-item .interactive-line {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 1px;
    margin-left: 35px;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out; }
  .wow .fullscreen-hover-list .hover-list-item.active .interactive-line {
    transform: scale(0);
    opacity: 0;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out; }
  .wow .fullscreen-hover-list .hover-list-item.active .interactive-title {
    color: #fff;
    -webkit-text-stroke: 0 #4e4e4f;
    text-stroke: 0 #4e4e4f; }
  .wow .fullscreen-hover-list .hover-list-item .interactive-icon {
    vertical-align: middle;
    line-height: normal;
    font-size: 50px;
    position: relative;
    top: 6px;
    opacity: 0;
    visibility: hidden;
    transition-duration: .5s;
    transition-timing-function: ease-in-out; }
  .wow .services-box-style-01 * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
  .wow .services-box-style-01 .services-box-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0; }
  .wow .services-box-style-01:hover .services-box-hover {
    opacity: 1; }
  .wow .services-box-style-01 .services-box-hover .services-icon {
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px;
    opacity: 0;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px); }
  .wow .services-box-style-01 .services-icon a {
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    line-height: 46px;
    text-align: center;
    margin: 0 3px; }
  .wow .services-box-style-01:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    opacity: 0.5; }
  .wow .services-box-style-01:hover .services-icon {
    transition-delay: .2s;
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0); }
  .wow .pie-chart-style-01 {
    text-align: center;
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .wow .pie-chart-style-01 .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .wow .pie-chart-style-02 {
    text-align: center;
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .wow .pie-chart-style-02 .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .wow .list-style-01 * {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s; }
  .wow .list-style-01 li {
    position: relative;
    padding: 12px 25px 14px 25px;
    z-index: 1;
    list-style: none; }
  .wow .list-style-01 li i {
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 16px;
    opacity: 0.7; }
  .wow .list-style-01 li .list-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1; }
  .wow .list-style-01 li:hover .list-hover {
    opacity: 1; }
  .wow .list-style-01 li:hover i {
    left: 25px;
    opacity: 1; }
  .wow .list-style-01 li:hover {
    padding: 12px 25px 14px 50px; }
  .wow .list-style-02 li {
    list-style: none;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  .wow .list-style-02 li i {
    line-height: 30px; }
  .wow .list-style-03 {
    list-style: none; }
  .wow .list-style-03.light li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .wow .list-style-03 li {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4; }
  .wow .list-style-03 li:last-child {
    border-bottom: none; }
  .wow .list-style-04 li {
    padding: 10px 20px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .wow .list-style-04 li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .list-style-05 {
    padding-left: 20px;
    text-align: left;
    margin-left: 10px; }
  .wow .list-style-05 li {
    margin-bottom: 10px; }
  .wow .list-style-06 li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  .wow .list-style-06 li i {
    font-size: 14px;
    margin: auto; }
  .wow .list-style-07 li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 18px; }
  .wow .list-style-07 li:last-child {
    margin-bottom: 0; }
  .wow .list-style-07 li a {
    display: inline-block;
    text-align: left; }
  .wow .list-style-07 li .item-qty {
    font-size: 14px;
    position: absolute;
    top: 1px;
    right: 0;
    text-align: right; }
  .wow .list-style-07 li a:hover .product-cb:after, .wow .list-style-07 li a.active .product-cb:after, .wow .list-style-07 li a .product-cb:hover:after {
    font-family: "Font Awesome\ 5 Free";
    font-size: 10px;
    content: "\f00c";
    position: absolute;
    left: 3px;
    top: -1px;
    font-weight: 900;
    line-height: 16px; }
  .wow .list-style-07 li a:hover {
    color: #0038e3; }
  .wow .list-style-07.filter-category li, .wow .list-style-07.filter-size li {
    padding: 0 30px; }
  .wow .list-style-07.filter-category li a .product-cb, .wow .list-style-07.filter-size li a .product-cb {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    display: inline-block;
    border: 1px solid #cacaca;
    background-color: #fff;
    position: relative;
    top: 4px; }
  .wow .list-style-07.filter-category li a .product-cb.product-category-cb, .wow .list-style-07.filter-size li a .product-cb.product-size-cb {
    position: absolute;
    top: 2px;
    left: 0; }
  .wow .list-style-07.filter-color li a .product-cb {
    width: 16px;
    height: 16px;
    text-align: center;
    margin-right: 12px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    top: 2px; }
  .wow .list-style-07.filter-color li a:hover .product-cb:after {
    color: #fff;
    top: 0;
    left: 4px; }
  .wow .list-style-08 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 0; }
  .wow .list-style-08 li:last-child {
    padding-bottom: 0; }
  .wow .list-style-08 li .label-new, .wow .list-style-08 li .label-hot {
    background-color: #70a967;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 9px;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: 1px; }
  .wow .list-style-08 li .label-hot {
    background-color: #d74a3a; }
  .wow .accordion-style-01 .panel .panel-heading {
    padding: 5px 0; }
  .wow .accordion-style-01 .panel .panel-body {
    padding: 20px 15px 25px 7px; }
  .wow .accordion-style-02 .panel .panel-heading {
    border-bottom: 1px solid;
    padding: 15px 25px 15px 0;
    position: relative; }
  .wow .accordion-style-02 .panel:last-child .panel-heading {
    border: none; }
  .wow .accordion-style-02 .panel:last-child .panel-heading.active-accordion {
    border-bottom: 1px solid; }
  .wow .accordion-style-02 .panel .panel-heading i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .wow .accordion-style-02 .panel .panel-body {
    padding: 30px 20px 30px 0; }
  .wow .accordion-style-03 .panel {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 22px; }
  .wow .accordion-style-03 .panel .panel-heading {
    padding: 18px 25px 18px 0;
    position: relative; }
  .wow .accordion-style-03 .panel .panel-heading i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .wow .accordion-style-03 .panel .panel-body {
    padding: 0 20px 30px 0; }
  .wow .accordion-style-04 .panel {
    border-bottom: 1px solid;
    padding: 20px 30px; }
  .wow .accordion-style-04 .panel:first-child {
    padding-top: 0; }
  .wow .accordion-style-04 .panel:last-child {
    border: none;
    padding-bottom: 0; }
  .wow .accordion-style-04 .panel-heading {
    position: relative; }
  .wow .accordion-style-04 .panel .panel-time {
    min-width: 195px;
    display: inline-block; }
  .wow .accordion-style-04 .panel .accordion-toggle {
    display: inline-block;
    width: calc(100% - 400px); }
  .wow .accordion-style-04 .panel .panel-title i {
    position: absolute;
    right: 0;
    top: 8px;
    font-weight: 700; }
  .wow .accordion-style-04 .panel .panel-speaker {
    display: inline-block; }
  .wow .accordion-style-04 .panel .panel-body {
    margin-left: 199px;
    width: 38%;
    padding: 10px 0 7px; }
  .wow .accordion-style-05 * {
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1); }
  .wow .accordion-style-05 .panel .panel-heading {
    border-bottom: 1px solid;
    padding: 15px 50px 15px 50px;
    position: relative; }
  .wow .accordion-style-05 .panel .panel-heading.active-accordion {
    background-color: #1C101E;
    border-bottom-color: #1C101E !important;
    padding-top: 35px; }
  .wow .accordion-style-05 .panel:last-child .panel-heading {
    border: none; }
  .wow .accordion-style-05 .panel:last-child .panel-heading.active-accordion {
    border-bottom: 1px solid; }
  .wow .accordion-style-05 .panel .panel-heading i {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .wow .accordion-style-05 .panel .panel-heading.active-accordion i {
    top: calc(50% + 10px); }
  .wow .accordion-style-05 .panel .panel-body {
    padding: 0 90px 20px 50px; }
  .wow .accordion-style-05 .panel .collapse.show, .wow .accordion-style-05 .panel .collapsing {
    background-color: #1C101E; }
  .wow .accordion-style-05 .panel .collapse.show .panel-body, .wow .accordion-style-05 .panel .collapsing .panel-body {
    padding-bottom: 40px; }
  .wow .time-table .panel {
    border-bottom: 1px solid;
    padding: 35px 70px; }
  .wow .time-table .panel-heading {
    position: relative; }
  .wow .time-table .panel .panel-time {
    min-width: 210px;
    display: inline-block; }
  .wow .time-table .panel .panel-body {
    margin-left: 0;
    width: calc(100% - 410px);
    padding: 10px 0 7px;
    display: inline-flex; }
  .wow .time-table .panel .panel-speaker {
    display: inline-block; }
  .wow .time-table .tab-content > .tab-pane {
    padding: 0 15px; }
  .wow .newsletter-email input {
    padding-right: 130px; }
  .wow .newsletter-email .btn {
    position: absolute;
    line-height: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    border: 1px solid #b0b0b0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0 25px; }
  .wow .newsletter-style-01 .btn {
    position: absolute;
    top: 50%;
    border-radius: 0 100px 100px 0;
    right: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 24px;
    letter-spacing: inherit;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 100%; }
  .wow .newsletter-style-01 .btn.bg-fast-blue:hover, .wow .newsletter-style-01 .btn.bg-fast-blue:focus {
    background-color: #0038e3; }
  .wow .newsletter-style-01 .btn.text-slate-blue:hover, .wow .newsletter-style-01 .btn.text-slate-blue:focus {
    color: #262b35; }
  .wow .newsletter-style-01 input {
    padding-right: 125px; }
  .wow .newsletter-style-02 .btn {
    position: absolute;
    top: 50%;
    border-radius: 0;
    right: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: inherit;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .wow .newsletter-style-02 .btn.text-fast-blue:hover {
    color: #0038e3; }
  .wow .newsletter-style-02 input {
    padding-right: 145px; }
  .wow .newsletter-style-03 .btn {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    padding: 4px 18px;
    letter-spacing: inherit;
    overflow: hidden; }
  .wow .newsletter-style-03 input {
    padding-right: 70px; }
  .wow .newsletter-style-03 .medium-input + .btn {
    padding: 4px 18px; }
  .wow .newsletter-style-03 .large-input + .btn {
    padding: 4px 23px; }
  .wow .newsletter-style-04 .btn {
    position: absolute;
    top: 50%;
    border-radius: 0 6px 6px 0;
    right: 0px;
    border: 0 solid rgba(0, 0, 0, 0.1);
    padding: 8px 35px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 99%; }
  .wow .newsletter-style-04 input {
    padding-right: 210px; }
  .wow .instafeed-grid {
    list-style: none;
    text-align: center; }
  .wow .instafeed-grid figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 3px; }
  .wow .instafeed-grid figure a .insta-counts {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(35, 35, 35, 0.7);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .instafeed-grid figure a .insta-counts i {
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  .wow .instafeed-grid figure:hover a .insta-counts {
    opacity: 1; }
  .wow .instagram-follow-api .instagram-title {
    z-index: 1;
    white-space: nowrap;
    padding: 15px 30px;
    box-shadow: 0 0 35px rgba(23, 23, 23, 0.4); }
  .wow aside .instafeed-grid.gutter-small {
    margin-left: -5px;
    margin-right: -5px; }
  .wow aside .instafeed-grid.gutter-very-small {
    margin-left: -3px;
    margin-right: -3px; }
  .wow aside .instafeed-grid.gutter-medium {
    margin-left: -7px;
    margin-right: -7px; }
  .wow aside .instafeed-grid.gutter-large {
    margin-left: -10px;
    margin-right: -10px; }
  .wow aside .instafeed-grid.gutter-extra-large {
    margin-left: -15px;
    margin-right: -15px; }
  .wow aside .instafeed-grid.gutter-double-extra-large {
    margin-left: -20px;
    margin-right: -20px; }
  .wow .feature-box * {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s; }
  .wow .feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 1;
    position: relative;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s; }
  .wow .feature-box .feature-box-content {
    max-width: 100%; }
  .wow .feature-box-left-icon .feature-box-icon {
    margin-right: 35px; }
  .wow .feature-box-left-icon {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }
  .wow .feature-box-left-icon .feature-box-content {
    overflow: hidden;
    flex: 1; }
  .wow .feature-box-left-icon-middle {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }
  .wow .feature-box-left-icon-middle .feature-box-content {
    overflow: hidden;
    -webkit-box-flex: 1;
    flex: 1; }
  .wow .feature-box.text-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .wow .feature-box.text-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .wow .feature-box.feature-box-shadow:hover, .wow .feature-box .feature-box-shadow:hover {
    border-color: transparent !important;
    -moz-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }
  .wow .feature-box.feature-box-shadow .feature-box-overlay {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    opacity: 0; }
  .wow .feature-box.feature-box-shadow:hover .feature-box-overlay {
    opacity: 1; }
  .wow .feature-box-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0; }
  .wow .feature-box:hover .feature-box-overlay {
    opacity: 1; }
  .wow .feature-box.feature-box-dark-hover:hover .feature-box-icon, .wow .feature-box.feature-box-dark-hover:hover i, .wow .feature-box.feature-box-dark-hover:hover span, .wow .feature-box.feature-box-dark-hover:hover p, .wow .feature-box.feature-box-dark-hover:hover .btn, .wow .feature-box.feature-box-dark-hover:hover a, .wow .feature-box.feature-box-dark-hover:hover h1, .wow .feature-box.feature-box-dark-hover:hover h2, .wow .feature-box.feature-box-dark-hover:hover h3, .wow .feature-box.feature-box-dark-hover:hover h4, .wow .feature-box.feature-box-dark-hover:hover h5, .wow .feature-box.feature-box-dark-hover:hover h6 {
    color: #ffffff !important; }
  .wow .feature-box.feature-box-dark-hover:hover .btn {
    border-color: #ffffff !important; }
  .wow .feature-box.feature-box-dark-hover:hover [class^="text-gradient"], .wow .feature-box.feature-box-dark-hover:hover [class*=" text-gradient"] {
    color: #ffffff !important;
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit; }
  .wow .feature-box.feature-box-light-hover:hover .feature-box-icon, .wow .feature-box.feature-box-light-hover:hover i, .wow .feature-box.feature-box-light-hover:hover span, .wow .feature-box.feature-box-light-hover:hover p, .wow .feature-box.feature-box-light-hover:hover .btn, .wow .feature-box.feature-box-light-hover:hover a, .wow .feature-box.feature-box-light-hover:hover h1, .wow .feature-box.feature-box-light-hover:hover h2, .wow .feature-box.feature-box-light-hover:hover h3, .wow .feature-box.feature-box-light-hover:hover h4, .wow .feature-box.feature-box-light-hover:hover h5, .wow .feature-box.feature-box-light-hover:hover h6 {
    color: #232323 !important; }
  .wow .feature-box.feature-box-light-hover:hover .btn {
    border-color: #232323 !important; }
  .wow .feature-box.feature-box-light-hover:hover [class^="text-gradient"], .wow .feature-box.feature-box-light-hover:hover [class*=" text-gradient"] {
    color: #232323 !important;
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit; }
  .wow .feature-box.feature-box-light-hover:hover p, .wow .feature-box.feature-box-dark-hover:hover p {
    opacity: .65; }
  .wow .feature-box-icon-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
  .wow .feature-box-icon-rounded i {
    position: relative;
    z-index: 1; }
  .wow .feature-box-icon-rounded .feature-box-icon-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .wow .feature-box:hover .feature-box-icon-hover {
    opacity: 1; }
  .wow .feature-box:hover .light i {
    color: #232323; }
  .wow .feature-box:hover .dark i {
    color: #ffffff; }
  .wow .feature-box.feature-box-show-hover .feature-box-move-bottom-top {
    width: 100%;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    overflow: hidden; }
  .wow .feature-box.feature-box-show-hover:hover .feature-box-move-bottom-top {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  .wow .feature-box.feature-box-show-hover .move-bottom-top {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  .wow .feature-box.feature-box-show-hover:hover .move-bottom-top {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .wow .feature-box.feature-box-hide-show-hover .feature-box-move-bottom-top {
    width: 100%;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    overflow: hidden; }
  .wow .feature-box.feature-box-hide-show-hover:hover .feature-box-move-bottom-top {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  .wow .feature-box.feature-box-hide-show-hover .move-bottom-top {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  .wow .feature-box.feature-box-hide-show-hover:hover .move-bottom-top {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .wow .feature-box.feature-box-hide-show-hover:hover .feature-box-icon {
    opacity: 0; }
  .wow .feature-box-svg {
    position: relative; }
  .wow .feature-box-svg i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
  .wow .nav-tabs {
    border: none; }
  .wow .nav-tabs > li.nav-item {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 20px; }
  .wow .nav-tabs > li.nav-item > a.nav-link {
    border: none;
    margin-bottom: 0; }
  .wow .nav-tabs > li.nav-item > a.nav-link {
    border-bottom: 1px solid transparent; }
  .wow .nav-tabs > li.nav-item > a.nav-link.active, .wow .nav-tabs > li.nav-item > a.nav-link.active:hover, .wow .nav-tabs > li.nav-item > a.nav-link:hover {
    background: transparent;
    border-color: #222222;
    color: #E31837;
    cursor: pointer; }
  .wow .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link.active, .wow .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link.active:focus, .wow .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link:focus, .wow .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link:hover {
    border-bottom: 1px solid #fff;
    color: #fff; }
  .wow .tab-style-01 .nav-tabs > li.nav-item {
    padding: 0 35px; }
  .wow .tab-style-01 .nav-tabs > li.nav-item > a.nav-link {
    padding: 0;
    margin-left: 25px;
    position: relative;
    border-bottom: none !important; }
  .wow .tab-style-01 .grid-filter.nav-tabs > li.nav-item > a.nav-link {
    margin-left: 0; }
  .wow .tab-style-01 .nav-tabs > li.nav-item .tab-border {
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.5s; }
  .wow .tab-style-01 .nav-tabs > li.nav-item > a.nav-link.active + .tab-border,
  .wow .tab-style-01 .nav-tabs > li.active .tab-border {
    opacity: 1;
    width: 100%;
    visibility: visible; }
  .wow .tab-style-01 .nav-tabs > ul {
    counter-reset: slideNum; }
  .wow .tab-style-01 .nav-tabs > li {
    counter-increment: slideNum;
    line-height: 16px; }
  .wow .tab-style-01 .nav-tabs > li.nav-item > a.nav-link:before {
    content: "0" counter(slideNum) ".";
    position: absolute;
    left: -25px; }
  .wow .tab-style-01 .grid-filter.nav-tabs > li.nav-item > a.nav-link:before {
    display: none; }
  .wow .tab-style-01 .nav-tabs > li:last-child {
    border-right: none;
    padding-right: 0; }
  .wow .tab-style-01 .nav-tabs > li:first-child {
    padding-left: 0; }
  .wow .tab-style-01.without-number .nav-tabs > li.nav-item > a.nav-link:before {
    content: ""; }
  .wow .tab-style-01.without-number .nav-tabs > li.nav-item > a.nav-link {
    margin-left: 0; }
  @media (hover: hover) {
    .wow .tab-style-01 .nav-tabs > li.nav-item > a.nav-link:hover + .tab-border {
      opacity: 1;
      width: 100%;
      visibility: visible; } }
  .wow .tab-style-02 .nav-tabs > li.nav-item {
    margin: 0 20px; }
  .wow .tab-style-02 .nav-tabs > li.nav-item *, .wow .tab-style-02 .nav-tabs > li.nav-item:hover * {
    transition-duration: 0.3s; }
  .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link {
    border-bottom: none; }
  .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link > i {
    display: block;
    margin: 0 auto 15px;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link:hover > i, .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link:focus > i, .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link.active > i {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link > .tab-label {
    display: block;
    margin: 0 auto 20px;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); }
  .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link:hover > .tab-label, .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link:focus > .tab-label, .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link.active > .tab-label {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link > .tab-label {
    opacity: 0; }
  .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link:hover > .tab-label, .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link:focus > .tab-label, .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link.active > .tab-label {
    opacity: 1; }
  .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link.active, .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link.active:focus, .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link:focus, .wow .tab-style-02 .nav-tabs > li.nav-item > a.nav-link:hover {
    border-bottom: none;
    color: #0038e3;
    background: none; }
  .wow .tab-style-02 .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link.active, .wow .tab-style-02 .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link.active:focus, .wow .tab-style-02 .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link:focus, .wow .tab-style-02 .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link:hover {
    color: #fff; }
  .wow .tab-style-03 .nav-tabs > li.nav-item {
    padding: 0 35px; }
  .wow .tab-style-03 .nav-tabs > li {
    border-right: 1px solid rgba(130, 130, 130, 0.3);
    line-height: 12px; }
  .wow .tab-style-03 .nav-tabs > li.nav-item > a.nav-link {
    padding: 0;
    position: relative;
    border-bottom: none !important; }
  .wow .tab-style-03 .nav-tabs > li:last-child {
    border-right: none;
    padding-right: 0; }
  .wow .tab-style-03 .nav-tabs > li:first-child {
    padding-left: 0; }
  .wow .tab-style-03 .nav-tabs.nav-tabs-light > li {
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
  .wow .tab-style-04 .nav-tabs > li.nav-item {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 1px solid; }
  .wow .tab-style-04 .nav-tabs > li.nav-item > a.nav-link {
    border-bottom: none;
    border-radius: 0;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    padding: 6px 80px;
    text-transform: uppercase;
    z-index: 1; }
  @media screen and (max-width: 767px) {
    .wow .tab-style-04 .nav-tabs > li.nav-item > a.nav-link {
      padding: 6px 10px; } }
  .wow .tab-style-04 .tab-bg-active {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    opacity: 0; }
  .wow .tab-style-04 .nav-tabs > li.nav-item > a.nav-link.active {
    color: #fff !important; }
  .wow .tab-style-04 .nav-tabs > li.nav-item > a.nav-link.active + .tab-bg-active {
    opacity: 1; }
  .wow .tab-style-04 .nav-tabs > li.nav-item > a.nav-link.active:focus, .wow .tab-style-04 .nav-tabs > li.nav-item > a.nav-link:focus, .wow .tab-style-04 .nav-tabs > li.nav-item > a.nav-link:hover {
    border-bottom: none;
    color: #232323;
    background: none; }
  .wow .tab-style-04 .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link.active, .wow .tab-style-04 .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link.active:focus, .wow .tab-style-04 .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link:focus, .wow .tab-style-04 .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link:hover {
    color: #fff; }
  .wow .tab-style-04a .nav-tabs > li.nav-item {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 1px solid;
    border-radius: 26px; }
  .wow .tab-style-04a .nav-tabs > li.nav-item > a.nav-link {
    border-bottom: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    padding: 11px 50px;
    text-transform: uppercase;
    z-index: 1; }
  .wow .tab-style-04a .tab-bg-active {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    opacity: 0;
    border-radius: 26px; }
  .wow .tab-style-04a .nav-tabs > li.nav-item > a.nav-link.active {
    color: #fff !important;
    border-radius: 26px; }
  .wow .tab-style-04a .nav-tabs > li.nav-item > a.nav-link.active + .tab-bg-active {
    opacity: 1; }
  .wow .tab-style-04a .nav-tabs > li.nav-item > a.nav-link.active:focus, .wow .tab-style-04a .nav-tabs > li.nav-item > a.nav-link:focus, .wow .tab-style-04a .nav-tabs > li.nav-item > a.nav-link:hover {
    border-bottom: none;
    color: #232323;
    background: none;
    border-radius: 26px; }
  .wow .tab-style-04a .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link.active, .wow .tab-style-04a .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link.active:focus, .wow .tab-style-04a .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link:focus, .wow .tab-style-04a .nav-tabs.nav-tabs-light > li.nav-item > a.nav-link:hover {
    color: #fff; }
  .wow .tab-style-05 .nav-tabs {
    border: none; }
  .wow .tab-style-05 .nav-tabs li {
    font-size: 14px;
    line-height: 28px;
    padding: 0; }
  .wow .tab-style-05 .nav-tabs li a {
    display: flex;
    align-items: center;
    padding: 8px 40px;
    border-radius: 25px;
    border: none !important;
    justify-content: center; }
  .wow .tab-style-05 .nav-tabs li i {
    font-size: 18px; }
  .wow .tab-style-05 .nav-tabs li a:hover {
    border: none;
    color: #262B35 !important; }
  .wow .tab-style-05 .nav-tabs .nav-link.active {
    background: #fff !important;
    box-shadow: 0 0px 15px 0 rgba(23, 23, 23, 0.08);
    border: none;
    color: #262B35 !important; }
  .wow .tab-style-06 .nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .wow .tab-style-06 .nav-tabs > li.nav-item {
    width: 20%;
    padding: 0; }
  .wow .tab-style-06 .nav-tabs > li.nav-item > a.nav-link > span {
    display: block;
    color: #828282;
    font-weight: 400; }
  .wow .tab-style-06 .nav-tabs > li.nav-item > a.nav-link {
    padding: 0 40px 22px;
    color: #232323;
    font-weight: 600;
    border-width: 3px; }
  .wow .tab-style-06 .nav-tabs > li.nav-item > a.nav-link:hover, .wow .tab-style-06 .nav-tabs > li.nav-item > a.nav-link.active, .wow .tab-style-06 .nav-tabs > li.nav-item > a.nav-link.active:focus, .wow .tab-style-06 .nav-tabs > li.nav-item > a.nav-link:focus, .wow .tab-style-06 .nav-tabs > li.nav-item > a.nav-link:hover {
    border-bottom: 3px solid #ff7a56;
    color: #232323;
    opacity: 1; }
  .wow .tab-style-07 .nav-tabs > li.nav-item {
    margin: 0 0 -1px 0; }
  .wow .tab-style-07 .nav-tabs > li.nav-item *, .wow .tab-style-07 .nav-tabs > li.nav-item:hover * {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .wow .tab-style-07 .nav-tabs > li.nav-item > a.nav-link {
    color: #232323;
    border-bottom: 3px solid transparent;
    padding: 30px 40px 28px 40px; }
  .wow .tab-style-07 .nav-tabs > li.nav-item > a.nav-link.active {
    border-color: #232323; }
  .wow .tab-style-07 .nav-tabs > li.nav-item > a.nav-link > .tab-label {
    opacity: 0;
    display: block;
    margin: 0 auto 20px;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); }
  .wow .tab-style-07 .nav-tabs > li.nav-item > a.nav-link:hover > .tab-label, .wow .tab-style-07 .nav-tabs > li.nav-item > a.nav-link:focus > .tab-label, .wow .tab-style-07 .nav-tabs > li.nav-item > a.nav-link.active > .tab-label {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .wow .testimonials-style-01 * {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .wow .testimonials-style-01 {
    position: relative;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .wow .testimonials-style-01 .testimonials-quotes {
    position: absolute;
    top: 0;
    -ms-transform: translateY(-50%) rotateY(0deg) rotateX(0deg);
    -moz-transform: translateY(-50%) rotateY(0deg) rotateX(0deg);
    -webkit-transform: translateY(-50%) rotateY(0deg) rotateX(0deg);
    transform: translateY(-50%) rotateY(0deg) rotateX(0deg); }
  .wow .testimonials-style-01:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    background: #fff; }
  .wow .testimonials-style-01:hover .testimonials-bubble {
    color: #0039CC; }
  .wow .testimonials-style-01:hover .testimonials-quotes {
    -ms-transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
    -moz-transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
    -webkit-transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
    transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg); }
  .wow .testimonials-style-02 {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .testimonials-style-02:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .testimonials-style-02 .testimonials-content {
    position: relative; }
  .wow .testimonials-style-02 .testimonials-content .testimonials-rounded-icon {
    height: 75px;
    width: 75px;
    line-height: 71px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease-in-out; }
  .wow .testimonials-style-02 .testimonials-content .testimonials-rounded-icon i {
    line-height: inherit; }
  .wow .testimonials-style-02:hover .testimonials-rounded-icon {
    transform: translate(-50%, -50%) scale(1.2);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2); }
  .wow .testimonials-style-03 .testimonials-bubble {
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .wow .testimonials-style-03 .testimonials-bubble:before, .wow .testimonials-style-01 .testimonials-bubble:after {
    content: "";
    height: 0;
    width: 0;
    border-width: 19px 14px 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: border-color 0.2s ease, bottom 0.2s ease;
    transition: border-color 0.2s ease, bottom 0.2s ease; }
  .wow .testimonials-style-03 .testimonials-bubble:before {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #fff transparent transparent;
    border-width: 27px 10px 0;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -19px;
    left: 50px;
    z-index: 1;
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg); }
  .wow .testimonials-style-04 .testimonials-bubble {
    position: relative;
    border: 1px solid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .wow .testimonials-style-04 .testimonials-bubble:after, .wow .testimonials-style-04 .testimonials-bubble:before {
    top: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .wow .testimonials-style-04 .testimonials-bubble:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 14px 13px 0 0;
    margin-left: 2px; }
  .wow .testimonials-style-04 .testimonials-bubble:before {
    border-color: rgba(237, 237, 237, 0);
    border-top-color: #ededed;
    border-width: 18px 18px 0 0; }
  .wow .testimonials-carousel-style-01 {
    min-width: 1170px; }
  .wow .testimonials-carousel-style-02 {
    min-width: 1170px; }
  .wow .team-style-01 figure {
    position: relative;
    overflow: hidden;
    margin: 0; }
  .wow .team-style-01 figure .team-member-image {
    position: relative;
    overflow: hidden; }
  .wow .team-style-01 .team-overlay, .wow .team-style-01 figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s,visibility .3s; }
  .wow .team-style-01 figure figcaption .social-icon a {
    margin: 0 10px; }
  .wow .team-style-01 figure figcaption .social-icon a:first-child {
    margin-left: 0; }
  .wow .team-style-01 figure figcaption .social-icon a:last-child {
    margin-right: 0; }
  .wow .team-style-01 figure:hover figcaption, .wow .team-style-01 figure:hover .team-overlay {
    opacity: 1;
    visibility: visible; }
  .wow .team-style-01 figure figcaption .social-icon, .wow .team-style-01 figure figcaption .team-title, .wow .team-style-01 figure figcaption .team-sub-title {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    transition: opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1); }
  .wow .team-style-01 figure:hover figcaption .social-icon, .wow .team-style-01 figure:hover figcaption .team-title, .wow .team-style-01 figure:hover figcaption .team-sub-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .wow .team-style-01 figure:hover figcaption .team-title {
    transition-delay: 0s; }
  .wow .team-style-01 figure:hover figcaption .team-sub-title {
    transition-delay: .2s; }
  .wow .team-style-01 figure:hover figcaption .social-icon {
    transition-delay: .1s; }
  .wow .team-style-01 figure figcaption .social-icon a:hover {
    opacity: .7; }
  .wow .team-style-02 figure .team-member-image {
    position: relative;
    overflow: hidden; }
  .wow .team-style-02 figure .team-member-details {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out; }
  .wow .team-style-02 figure .team-member-image, .wow .team-style-02 figure:hover .team-member-image {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s; }
  .wow .team-style-02 figure {
    margin: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .team-style-02 figure:hover .team-member-details {
    top: 0; }
  .wow .team-style-02 figure .social-icon a i {
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1); }
  .wow .team-style-02 figure .social-icon a:hover i {
    -moz-transform: scale3d(1.3, 1.3, 1.3);
    -o-transform: scale3d(1.3, 1.3, 1.3);
    -ms-transform: scale3d(1.3, 1.3, 1.3);
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); }
  .wow .team-style-03 figure {
    overflow: hidden; }
  .wow .team-style-03 figure .team-member-image {
    position: relative;
    overflow: hidden; }
  .wow .team-style-03 figure .team-member-image img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .team-style-03 figure:hover .team-member-image img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .vertical-counter-number {
    overflow: hidden;
    width: 100%;
    height: auto; }
  .wow .vertical-counter-number ul {
    text-align: center;
    margin: 0;
    padding: 0;
    transform: translateY(0);
    transition: 2s ease-in-out;
    list-style: none; }
  .wow .counter-style-01 .counter {
    position: relative;
    display: inline-block; }
  .wow .counter-style-01 .counter:after {
    position: absolute;
    content: "+";
    left: 100%;
    top: 0;
    margin-left: 5px; }
  .wow .progress {
    overflow: visible;
    height: 4px;
    position: relative;
    border-radius: 0; }
  .wow .progress .progress-title {
    position: absolute;
    top: -28px; }
  .wow .progress .progress-bar {
    position: relative;
    overflow: visible; }
  .wow .progress .progress-bar span {
    position: absolute;
    top: -30px;
    right: 0;
    opacity: 0; }
  .wow .progress .progress-bar.appear span {
    opacity: 1; }
  .wow .progress-step-style-01 {
    overflow: visible;
    height: 8px;
    position: relative;
    border-radius: 0;
    background-color: transparent;
    margin-top: 30px; }
  .wow .progress-step-style-01 .progress-bar {
    border-radius: 6px; }
  .wow .process-step-style-01 .process-step-icon-box {
    position: relative; }
  .wow .process-step-style-01 .process-step-icon-box .process-step-bfr {
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .wow .process-step-style-01:last-child .process-step-bfr {
    display: none; }
  .wow .process-step-style-01 .process-step-icon {
    width: 130px;
    height: 130px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    line-height: 130px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s; }
  .wow .process-step-style-01 .process-step-icon i {
    vertical-align: middle; }
  .wow .process-step-style-01:hover .process-step-icon {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.11);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .process-step-style-02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wow .process-step-style-02 * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .process-step-style-02 .process-step-item {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: stretch !important;
    justify-content: flex-start;
    text-align: left;
    transition: box-shadow .3s ease,background .3s ease; }
  .wow .process-step-style-02 .process-step-item:hover .process-step-icon {
    background-color: #fff;
    color: #27ae60;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ootransform: scale(1.1);
    transform: scale(1.1); }
  .wow .process-step-style-02 .process-step-icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 19px;
    line-height: 48px;
    color: #fff; }
  .wow .process-step-style-02 .process-step-icon-wrap {
    position: relative;
    margin-right: 40px; }
  .wow .process-step-style-02 .process-step-icon-wrap .process-step-item-box-bfr {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 1px;
    height: calc(100% - 90px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .wow .process-step-style-02 .process-content {
    overflow: hidden;
    flex: 1;
    max-width: 100%;
    margin-bottom: 3.7em; }
  .wow .process-step-style-02:last-child .process-content {
    margin-bottom: 0; }
  .wow .process-step-style-03 .process-step-item {
    display: block;
    position: relative;
    float: left;
    padding: 45px 25px 0;
    z-index: 1; }
  .wow .process-step-style-03 .process-step-item:hover .process-step-number-bfr,
  .wow .process-step-style-03 .process-step-item:hover .process-step-number-afr {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ootransform: scale(1.1);
    transform: scale(1.1); }
  .wow .process-step-style-03 .process-step-item .process-step-number-afr,
  .wow .process-step-style-03 .process-step-number .process-step-number-bfr {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -28px;
    z-index: -1;
    -webkit-transition: 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.3s cubic-bezier(0.3, 0.58, 0.55, 1); }
  .wow .process-step-style-03 .process-step-icon {
    position: absolute;
    margin-bottom: 0;
    line-height: 1;
    top: 10px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    text-align: center; }
  .wow .process-step-style-03 .process-step-item-box .process-step-item-box-bfr {
    display: block;
    width: calc(100% + 30px);
    height: 1px;
    position: absolute;
    content: '';
    top: 28px;
    left: -15px; }
  .wow .process-step-style-03 .process-step-number {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 21px;
    line-height: 38px;
    display: block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .wow .process-step-style-03 .process-step-number .process-step-number-bfr {
    width: 72px;
    height: 72px;
    top: -17px;
    margin-left: -36px;
    z-index: -1;
    opacity: 0; }
  .wow .process-step-style-03 .process-step-item:hover .process-step-number .process-step-number-bfr {
    opacity: 1; }
  .wow .process-step-style-03 .process-content {
    padding-top: 50px; }
  .wow .process-step-style-03.simple .process-step-number .process-step-number-bfr {
    opacity: 1; }
  .wow .process-step-style-04 .process-step-item {
    display: block;
    position: relative;
    float: left;
    padding: 45px 25px 0;
    z-index: 1; }
  .wow .process-step-style-04 .process-step-item:hover .process-step-item-bfr, .wow .process-step-style-04 .process-step-item:hover .process-step-icon-bfr, .wow .process-step-style-04 .process-step-item:hover .process-step-number-bfr {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -ootransform: scale(1.2);
    transform: scale(1.2); }
  .wow .process-step-style-04 .process-step-item .process-step-item-bfr, .wow .process-step-style-04 .process-step-icon .process-step-icon-bfr, .wow .process-step-style-04 .process-step-number .process-step-number-bfr {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -20px;
    -webkit-transition: 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.3s cubic-bezier(0.3, 0.58, 0.55, 1); }
  .wow .process-step-style-04 .process-step-icon {
    position: absolute;
    margin-bottom: 0;
    line-height: 1;
    top: 10px;
    left: 50%;
    font-weight: 700;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    text-align: center; }
  .wow .process-step-style-04 .process-step-item-box .process-step-item-box-bfr {
    display: block;
    width: 60%;
    height: 1px;
    position: absolute;
    content: '';
    top: 28px;
    left: 75%; }
  .wow .process-step-style-04:last-child .process-step-item-box .process-step-item-box-bfr {
    display: none; }
  .wow .process-step-style-04 .process-step-icon .process-step-icon-bfr {
    width: 72px;
    height: 72px;
    opacity: .2;
    margin-left: -36px;
    top: -18px;
    z-index: -1; }
  .wow .process-step-style-04 .process-step-number {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    display: block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .wow .process-step-style-04 .process-step-number .process-step-number-bfr {
    width: 56px;
    height: 56px;
    top: -10px;
    margin-left: -28px;
    z-index: -1;
    opacity: .4; }
  .wow .process-step-style-04 .process-content {
    padding-top: 50px; }
  .wow .fancy-box * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
  .wow .fancy-box {
    overflow: hidden;
    position: relative; }
  .wow .fancy-box .fancy-box-content {
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    height: auto; }
  .wow .fancy-box:hover .fancy-box-content {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px); }
  .wow .fancy-box .fancy-box-content .btn {
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s; }
  .wow .fancy-box:hover .fancy-box-content .btn {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s; }
  .wow .fancy-box .fancy-box-image img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s; }
  .wow .fancy-box:hover .fancy-box-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s; }
  .wow .fancy-box-background {
    position: relative;
    z-index: 1; }
  .wow .bg-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-size: cover; }
  .wow .fancy-box-background .opacity-medium {
    z-index: -1; }
  .wow .fancy-box-background .fancy-box-item {
    position: static; }
  .wow .fancy-box-background.fancy-box-col .fancy-box-item {
    position: relative; }
  .wow .fancy-box-background .fancy-box-item:hover .bg-banner-image {
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .wow .fancy-box-background .fancy-box-item:hover .light, .wow .fancy-box-background .fancy-box-item:hover .light i {
    color: #fff; }
  .wow .fancy-box-background .fancy-box-item:hover .dark {
    color: #232323; }
  .wow .fancy-box-background:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    position: absolute; }
  .wow .fancy-box-background .fancy-text-box li:hover {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    cursor: pointer; }
  .wow .fancy-box-background .fancy-text-box li:hover span {
    color: rgba(255, 255, 255, 0.9); }
  .wow .fancy-box-background .fancy-text-box li:hover a {
    color: rgba(255, 255, 255, 0.9); }
  .wow .fancy-text-box-style-01 .fancy-text-box {
    display: inline-block;
    position: relative; }
  .wow .fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-left, .wow .fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-right {
    border: 10px solid #0039cc;
    height: 100%;
    width: 67px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .wow .fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-left {
    border-right: 0; }
  .wow .fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-right {
    border-left: 0;
    right: 0;
    left: inherit; }
  .wow .fancy-text-box-style-01 .fancy-text-box .fancy-text-content {
    font-size: 80px;
    line-height: 72px;
    margin-bottom: 0;
    margin-right: 15px; }
  .wow .fancy-text-box-style-02 {
    border-bottom: 1px solid;
    border-right: 1px solid;
    overflow: hidden; }
  .wow .fancy-text-box-style-02:last-child {
    border-right: 0; }
  .wow .fancy-text-box-style-02 .text-box-wrapper .text-box, .wow .fancy-text-box-style-02 .text-box-wrapper .text-box-hover {
    padding: 52px 20px 43px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .wow .fancy-text-box-style-02 .text-box-wrapper:hover .text-box {
    color: #ff6437;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .wow .fancy-text-box-style-02 .text-box-wrapper .text-box-hover {
    opacity: 0;
    position: absolute; }
  .wow .fancy-text-box-style-02 .text-box-wrapper:hover .text-box-hover {
    opacity: 1;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .wow .fancy-text-box-style-03 {
    position: relative;
    overflow: hidden; }
  .wow .fancy-text-box-style-03 * {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
  .wow .fancy-text-box-style-03 .fancy-text-content {
    position: absolute;
    width: 100%;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    height: auto;
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px); }
  .wow .fancy-text-box-style-03:hover .fancy-text-content {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px); }
  .wow .fancy-text-box-style-03:hover .fancy-text-content .feature-box-overlay {
    opacity: 1; }
  .wow .fancy-text-box-style-03 .fancy-text-content .fancy-text-box-bottom {
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px); }
  .wow .fancy-text-box-style-03:hover .fancy-text-content .fancy-text-box-bottom {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0); }
  .wow .image-mask {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; }
  .wow .pricing-table-style-01 .pricing-table {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .wow .pricing-table-style-01 .pricing-header .popular-label {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 6px 17px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .wow .pricing-table-style-02 .pricing-table {
    overflow: hidden; }
  .wow .pricing-table-style-02 .pricing-table .popular-label {
    position: absolute;
    top: -28px;
    right: -47px;
    width: 120px;
    transform-origin: 0;
    padding: 10px 0 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }
  .wow .pricing-table-style-02 .pricing-body ul li {
    padding: 15px 0; }
  .wow .pricing-table-style-02 .pricing-body ul li:last-child {
    padding-bottom: 0; }
  .wow .pricing-table-style-02 .pricing-popular {
    left: -10px;
    position: relative;
    z-index: 1;
    width: calc(100% + 20px); }
  .wow .countdown.countdown-style-01 .countdown-box {
    display: inline-block;
    text-align: center;
    padding: 0;
    float: none;
    margin: 0 40px; }
  .wow .countdown.countdown-style-01 .countdown-box:first-child {
    margin-left: 0; }
  .wow .countdown.countdown-style-01 .countdown-box:last-child {
    margin-right: 0; }
  .wow .countdown.countdown-style-01 .number {
    font-size: 47px;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    color: #fff; }
  .wow .countdown.countdown-style-01 span {
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-top: -2px;
    opacity: .5; }
  .wow .countdown.countdown-style-02 .countdown-box {
    display: inline-block;
    text-align: center;
    padding: 0;
    float: none;
    margin: 0;
    padding: 0 20px;
    position: relative; }
  .wow .countdown.countdown-style-02 .countdown-box:after {
    content: ":";
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 34px;
    opacity: .45; }
  .wow .countdown.countdown-style-02 .countdown-box:last-child:after {
    display: none; }
  .wow .countdown.countdown-style-02 .number {
    width: 90px;
    font-size: 47px;
    text-align: center;
    font-weight: 300;
    line-height: 50px;
    color: #232323; }
  .wow .countdown.countdown-style-02 span {
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    color: #828282;
    text-transform: uppercase;
    margin-top: -2px;
    opacity: 1; }
  .wow .countdown.countdown-style-03 .countdown-box {
    display: inline-block;
    text-align: center;
    padding: 0;
    float: none;
    margin: 0;
    padding: 0 20px;
    position: relative; }
  .wow .countdown.countdown-style-03 .countdown-box:after {
    content: ":";
    position: absolute;
    right: 0;
    top: 18%;
    font-size: 34px;
    font-weight: 600;
    color: #232323; }
  .wow .countdown.countdown-style-03 .countdown-box:last-child:after {
    display: none; }
  .wow .countdown.countdown-style-03 .number {
    width: 80px;
    font-size: 38px;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 600;
    line-height: 38px;
    color: #fff; }
  .wow .countdown.countdown-style-03 span {
    display: block;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-top: -2px;
    opacity: 1; }
  .wow .table-style-01 {
    width: 100%; }
  .wow .table-style-01 table {
    width: 100%; }
  .wow .table-style-01 td, .wow .table-style-01 th {
    padding: 12px 10px;
    text-align: center; }
  .wow .table-style-01 tr th:first-child, .wow .table-style-01 tr td:first-child {
    padding-left: 20px;
    text-align: left; }
  .wow .table-style-02 {
    width: 100%; }
  .wow .table-style-02 th, .wow .table-style-02 td {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px; }
  .wow .table-style-02 tr:last-child th, .wow .table-style-02 tr:last-child td {
    border: 0; }
  .wow .table-style-02 th {
    width: 150px; }
  .wow .rm-rotate-box {
    position: relative;
    text-align: center; }
  .wow .rm-rotate-box .flipper:hover .front, .wow .rm-rotate-box .flipper:hover .back {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1); }
  .wow .rm-rotate-box .to-left .front, .wow .rm-rotate-box .to-right .front {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg); }
  .wow .rm-rotate-box .to-top .front, .wow .rm-rotate-box .to-bottom .front {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg); }
  .wow .rm-rotate-box .to-left .back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg); }
  .wow .rm-rotate-box .to-left:hover .front {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg); }
  .wow .rm-rotate-box .to-left:hover .back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg); }
  .wow .rm-rotate-box .to-right:hover .front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg); }
  .wow .rm-rotate-box .to-right .back {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg); }
  .wow .rm-rotate-box .to-right:hover .back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg); }
  .wow .rm-rotate-box .to-top .back {
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg); }
  .wow .rm-rotate-box .to-top:hover .front {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg); }
  .wow .rm-rotate-box .to-top:hover .back {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg); }
  .wow .rm-rotate-box .to-bottom .back {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg); }
  .wow .rm-rotate-box .to-bottom:hover .front {
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg); }
  .wow .rm-rotate-box .to-bottom:hover .back {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg); }
  .wow .rm-rotate-box .thumb-wrap {
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .wow .rm-rotate-box .front, .wow .rm-rotate-box .back {
    background-size: cover;
    min-height: 415px;
    z-index: 1;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: inherit;
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8); }
  .wow .rm-rotate-box .back {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .wow .rm-rotate-box .back .content-wrap {
    top: 50%;
    bottom: inherit;
    left: 0;
    transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    -moz-transform: translate3d(0, -50%, 0) scale(1);
    -ms-transform: translate3d(0, -50%, 0) scale(1); }
  .wow .rm-rotate-box .content-wrap {
    position: absolute;
    width: 100%;
    display: block;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 2;
    bottom: 55px;
    left: 0;
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1); }
  .wow .image-back-offset-shadow {
    z-index: 1;
    opacity: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .wow .image-back-offset-shadow.active {
    opacity: 1; }
  .wow .image-back-offset-shadow img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .wow .image-back-offset-shadow.active img {
    -webkit-transform: translate(12px, -12px);
    transform: translate(15px, -15px); }
  .wow .image-back-offset-shadow .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .wow .image-back-offset-shadow.active .overlay {
    -webkit-transform: translate(-9px, 9px);
    transform: translate(-9px, 9px); }
  .wow .image-back-offset-shadow.position-right.active img {
    -webkit-transform: translate(10px, -20px);
    transform: translate(10px, -20px); }
  .wow .image-back-offset-shadow.position-right .overlay {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .wow .image-back-offset-shadow.position-right.active .overlay {
    -webkit-transform: translate(35px, 5px);
    transform: translate(35px, 5px); }
  .wow .alert-dismissible .btn-close {
    height: 100%;
    background-size: 10px;
    padding-top: 0px;
    padding-bottom: 0px; }
  .wow .alert-dismissible .btn-close:focus {
    box-shadow: none; }
  .wow footer .footer-logo img {
    max-height: 36px; }
  .wow footer ul {
    padding-left: 0;
    list-style: none; }
  .wow footer ul li {
    margin-bottom: 7px; }
  .wow footer ul li:last-child {
    margin-bottom: 0; }
  .wow footer .footer-top ul li.media {
    margin-bottom: 25px; }
  .wow footer .footer-top ul li.media:last-child {
    margin-bottom: 0; }
  .wow footer .instagram-follow-api ul li {
    margin-bottom: 0; }
  .wow footer .footer-horizontal-link li {
    margin-right: 35px;
    list-style: none;
    margin-bottom: 0; }
  .wow footer .footer-horizontal-link li:last-child {
    margin-right: 0; }
  .wow .footer-dark, .wow .footer-dark a {
    color: #8890A4; }
  .wow .footer-dark a:hover {
    color: #fff; }
  .wow .footer-dark .footer-social a {
    color: #fff; }
  .wow .footer-dark .footer-social a:hover {
    color: #8890A4; }
  .wow .footer-sticky {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
  .wow .scroll-top-arrow, .wow .scroll-top-arrow:focus {
    background: #fff;
    font-size: 17px;
    line-height: 34px;
    box-shadow: 0 0 25px rgba(23, 23, 23, 0.25);
    display: none;
    height: 34px;
    width: 34px;
    padding: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    bottom: 45px;
    z-index: 1029;
    border-radius: 100%; }
  .wow .scroll-top-arrow:hover {
    background: #fff;
    color: #828282;
    box-shadow: 0 0 30px rgba(23, 23, 23, 0.4);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .wow footer .instafeed-grid.gutter-small {
    margin-left: -5px;
    margin-right: -5px; }
  .wow footer .instafeed-grid.gutter-very-small {
    margin-left: -3px;
    margin-right: -3px; }
  .wow footer .instafeed-grid.gutter-medium {
    margin-left: -7px;
    margin-right: -7px; }
  .wow footer .instafeed-grid.gutter-large {
    margin-left: -10px;
    margin-right: -10px; }
  .wow footer .instafeed-grid.gutter-extra-large {
    margin-left: -15px;
    margin-right: -15px; }
  .wow footer .instafeed-grid.gutter-double-extra-large {
    margin-left: -20px;
    margin-right: -20px; }
  .wow .home-startup .ares {
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out; }
  .wow .home-startup .ares:before {
    color: #fff;
    font-family: 'feather' !important; }
  .wow .home-startup .ares.tp-leftarrow, .wow .home-startup .ares.tparrows.tp-leftarrow:before {
    content: "\e828";
    font-size: 19px; }
  .wow .home-startup .ares.tp-rightarrow, .wow .home-startup .ares.tparrows.tp-rightarrow:before {
    content: "\e829";
    font-size: 19px; }
  .wow .home-startup .ares.tparrows:hover:before {
    color: #fff; }
  .wow .home-startup .ares:hover {
    background: rgba(0, 0, 0, 0.9); }
  .wow .home-startup .rs-btn:hover div, .wow .home-startup .rs-btn:hover .fa-play {
    transition: 0.3s ease-in-out !important; }
  .wow .home-startup .rs-btn:hover div {
    background: #fff !important; }
  .wow .home-startup .rs-btn:hover .fa-play {
    color: #00B057 !important; }
  .wow .home-startup .tp-mask-wrap {
    display: inline !important; }
  .wow .home-startup .tp-bullet .tp-bullet-image, .wow .home-startup .tp-bullet .tp-bullet-title {
    display: none !important; }
  .wow .footer-startup.footer-light a:hover {
    color: #27ae60; }
  .wow .footer-hotel-resort.footer-dark, .wow .footer-hotel-resort.footer-dark a {
    color: rgba(255, 255, 255, 0.4); }
  .wow .footer-hotel-resort.footer-dark .footer-social a, .wow .footer-hotel-resort .social-icon-style-12 .light li a:hover {
    color: #fff; }
  .wow .footer-hotel-resort.footer-dark a:hover {
    color: #c89965; }
  .wow .home-hotel-resort .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 2px rgba(204, 204, 204, 0);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute; }
  .wow .home-hotel-resort .hermes .tp-bullet:hover {
    background-color: white; }
  .wow .home-hotel-resort .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 1px rgba(204, 204, 204, 0);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease; }
  .wow .home-hotel-resort .hermes .tp-bullet.selected:after {
    height: 100%; }
  .wow .home-hotel-resort .book-now-btn {
    transition: background-color 0.3s ease-in-out !important;
    padding: 10px 26px !important; }
  .wow .home-hotel-resort .book-now-btn:hover {
    background-color: #fff !important;
    color: #232323 !important; }
  .wow .box-layout .navbar.navbar-boxed {
    padding-left: 75px;
    padding-right: 75px; }
  .wow .architecture.fancy-text-box-style-01 .fancy-text-box:before, .wow .architecture.fancy-text-box-style-01 .fancy-text-box:after {
    border-color: rgba(130, 130, 130, 0.2); }
  .wow .home-architecture .metis.tparrows {
    width: 67px;
    height: 67px; }
  .wow .home-architecture .metis.tparrows:before {
    font-family: 'feather' !important;
    font-size: 20px;
    padding-top: 3px; }
  .wow .home-architecture .tparrows.tp-rightarrow {
    transform: matrix(1, 0, 0, 1, -67, -327) !important; }
  .wow .home-architecture .tparrows.tp-leftarrow {
    transform: matrix(1, 0, 0, 1, -67, -260) !important; }
  .wow .home-architecture .tparrows.tp-rightarrow:before {
    content: "\e829"; }
  .wow .home-architecture .tparrows.tp-leftarrow:before {
    content: "\e828"; }
  .wow .home-architecture .tparrows:hover {
    background: #23262d !important; }
  .wow .home-architecture .tparrows:hover:before {
    color: white;
    transform: scale(1) !important; }
  .wow .home-architecture-middle-text {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .wow .footer-application.footer-dark, .wow .footer-application.footer-dark a {
    color: rgba(255, 255, 255, 0.5); }
  .wow .footer-application.footer-dark a:hover {
    color: #fff; }
  .wow .footer-application.footer-dark .footer-social a {
    color: #fff; }
  .wow .footer-application.footer-dark .footer-social a:hover {
    opacity: .5; }
  .wow .banner-bottom-right-images > img {
    bottom: -95px;
    position: relative; }
  .wow .footer-events-conference.footer-dark, .wow .footer-events-conference.footer-dark a {
    color: rgba(255, 255, 255, 0.4); }
  .wow .footer-events-conference.footer-dark a:hover {
    color: #fff; }
  .wow .rev-nav-ares-effect .ares {
    background: none !important;
    opacity: 0;
    transition: 0.3s ease-in-out; }
  .wow .home-spa-salon .ares {
    overflow: hidden;
    background: transparent; }
  .wow .home-spa-salon .ares:before {
    font-family: 'feather' !important;
    font-size: 16px !important;
    color: #fff !important;
    transition: 0.3s ease-in-out !important; }
  .wow .home-spa-salon .ares:hover .tp-arr-titleholder {
    color: #FF8089 !important; }
  .wow .home-spa-salon .tp-leftarrow:before {
    content: '\e828' !important;
    left: -10px; }
  .wow .home-spa-salon .ares:hover:before {
    transform: translateX(-10px) !important;
    color: #FF8089 !important; }
  .wow .home-spa-salon .tp-rightarrow:before {
    content: '\e829' !important;
    right: -10px; }
  .wow .home-spa-salon .tp-rightarrow:hover:before {
    transform: translateX(10px) !important; }
  .wow .home-spa-salon .tp-arr-titleholder {
    top: -60px !important;
    left: 5px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    opacity: 1 !important;
    transform: translateX(0) !important; }
  .wow .home-spa-salon .tp-rightarrow .tp-arr-titleholder {
    left: auto !important;
    right: 15px !important; }
  .wow .home-spa-salon .explore-btn {
    transition: background 0.3s ease-in-out !important;
    z-index: 100 !important; }
  .wow .home-spa-salon .tp-tab-mask {
    overflow: visible !important; }
  .wow .home-spa-salon .tp-tab {
    opacity: 0.5 !important;
    width: 35px !important;
    height: 19px !important; }
  .wow .home-spa-salon .tp-tab.selected {
    opacity: 1 !important; }
  .wow .home-spa-salon .tp-tab.selected .tp-tab-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 46%;
    height: 1px;
    background: #fff;
    transform: translateX(-50%); }
  .wow .home-spa-salon .tp-tab-title {
    background: transparent !important;
    color: #fff !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif !important; }
  .wow .footer-spa-salon.footer-dark, .wow .footer-spa-salon.footer-dark a {
    color: #828282; }
  .wow .footer-spa-salon.footer-dark a:hover {
    color: #fff; }
  .wow .footer-finance.footer-light a:hover {
    color: #8bb867; }
  .wow .footer-finance.footer-light .social-icon-style-12 li a:hover {
    opacity: 1;
    color: #828282; }
  .wow .footer-seo-agency.footer-light a:hover {
    color: #374162; }
  .wow .footer-consulting.footer-dark .footer-top, .wow .footer-consulting.footer-dark .footer-bottom, .wow .footer-consulting.footer-dark .footer-top a, .wow .footer-consulting.footer-dark .footer-bottom a {
    color: #828282; }
  .wow .footer-consulting.footer-dark .footer-top a:hover, .wow .footer-consulting.footer-dark .footer-bottom a:hover {
    color: #fff; }
  .wow .footer-consulting.footer-dark .social-icon-style-12 li a:hover {
    opacity: 1; }
  .wow .home-decor .tp-caption.btn {
    transition: all 0.3s ease-in-out !important; }
  .wow .home-decor .tp-bullet {
    background: #BF8C4C !important;
    opacity: 0.6;
    border: 1px solid #BF8C4C !important;
    width: 10px !important;
    height: 10px !important; }
  .wow .home-decor .tp-bullet.selected {
    opacity: 0.2; }
  .wow .home-decor .tp-bullet:after {
    display: none !important; }
  .wow .footer-decor.footer-dark, .wow .footer-decor.footer-dark a {
    color: #828282; }
  .wow .footer-decor.footer-dark a:hover {
    color: #cb933d; }
  .wow .footer-decor.footer-dark .social-icon-style-12 li a:hover {
    opacity: 1; }
  .wow .web-agency .process-step-style-02 .process-step-item:hover .process-step-icon {
    color: #0038e3; }
  .wow .footer-restaurant.footer-light a:hover {
    color: #ca943d; }
  .wow .footer-digital-agency .footer-logo img {
    max-height: inherit; }
  .wow .footer-digital-agency.footer-light a:hover {
    color: #e6994e; }
  .wow .footer-digital-agency.footer-light .social-icon-style-12 li a:hover {
    opacity: 1; }
  .wow .team-tulip-bubble {
    position: absolute;
    left: 10px;
    bottom: 160px;
    border-radius: 4px;
    padding: 40px 45px; }
  .wow .team-tulip-bubble:before {
    top: 100%;
    right: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(237, 237, 237, 0);
    border-top-color: #F4D956;
    border-width: 18px 0 0 18px; }
  .wow .footer-marketing-agency.footer-light a:hover {
    color: #969896; }
  .wow .home-photography .ares {
    opacity: 0;
    background: transparent !important;
    min-width: 176px !important;
    transition: 0.3s ease-in-out; }
  .wow .home-photography .ares:before {
    content: '' !important;
    position: absolute;
    top: 50%;
    width: 0;
    height: 1px;
    background: linear-gradient(to left, #3edfb6, #58e49a, #7ce878, #a5e850, #d0e51b) !important;
    transition: width 0.3s ease-in-out !important; }
  .wow .home-photography .ares.tp-rightarrow:before {
    position: absolute;
    right: 0 !important; }
  .wow .home-photography .ares .tp-title-wrap {
    transform: scale(1) !important;
    background: transparent;
    margin: 0 !important;
    overflow: visible; }
  .wow .home-photography .ares .tp-arr-titleholder {
    opacity: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #828282;
    margin: 0 !important;
    padding: 0;
    transition: 0.3s ease-in-out; }
  .wow .home-photography .tparrows:hover .tp-arr-titleholder {
    color: #fff; }
  .wow .home-photography .ares:hover:before {
    width: 133px; }
  .wow .home-photography .ares .tp-title-wrap:before {
    content: "" !important;
    position: absolute;
    width: 133px;
    height: 1px;
    background: #28292B;
    top: 50%;
    transition: 0.3s ease-in-out; }
  .wow .home-photography .ares.tp-rightarrow:hover .tp-arr-titleholder {
    transform: translateX(-200px); }
  .wow .home-photography .ares.tp-leftarrow:hover .tp-arr-titleholder {
    transform: translateX(200px); }
  .wow .home-photography .tp-leftarrow .tp-title-wrap .tp-arr-titleholder {
    display: inline-block;
    left: -48px; }
  .wow .home-photography .tp-rightarrow .tp-title-wrap:before {
    right: 0; }
  .wow .home-photography .tp-rightarrow .tp-title-wrap .tp-arr-titleholder {
    display: inline-block;
    right: -52px; }
  .wow .home-photography .zeus {
    display: none !important; }
  .wow .home-photography .anim-text {
    animation: myanim 70s infinite;
    animation-timing-function: linear; }
  .wow .home-photography .anim-text2 {
    animation: myanim 70s infinite;
    animation-delay: 35s;
    animation-timing-function: linear; }
  .wow .footer-photography.footer-dark, .wow .footer-photography.footer-dark a {
    color: #828282; }
  .wow .footer-photography.footer-dark a.btn {
    color: #c7da26; }
  .wow .footer-photography.footer-dark a:hover {
    color: #c7da26; }
  .wow .footer-photography.footer-dark .social-icon-style-12 li a:hover {
    opacity: 1; }
  .wow .footer-dentist.footer-light a:hover {
    color: #00B8B8; }
@keyframes myanim {
  0% {
    right: 0; }
  100% {
    right: 4000px; } }
  .wow .home-cafe .nav-tabs > li.nav-item > a.nav-link.active, .wow .home-cafe.nav-tabs > li.nav-item > a.nav-link.active:hover, .wow .home-cafe .nav-tabs > li.nav-item > a.nav-link:hover {
    color: #cd9452; }
  .wow .footer-creative-agency .footer-logo img {
    max-height: inherit; }
  .wow .footer-creative-agency.footer-dark, .wow .footer-creative-agency.footer-dark a {
    color: #828282; }
  .wow .footer-creative-agency.footer-dark ul li a {
    font-size: 16px;
    line-height: 34px; }
  .wow .footer-creative-agency.footer-dark a:hover {
    color: #cc754c; }
  .wow .home-creative-agency.client-logo-style-06 .client-box {
    opacity: .25; }
  .wow .home-creative-agency.client-logo-style-06 .client-box:hover, .wow .footer-creative-agency.footer-dark .social-icon-style-12 li a:hover {
    opacity: 1; }
  .wow .footer-design-agency.footer-light a:hover {
    color: #ffcc2e; }
  .wow .home-vertical-portfolio .navbar {
    padding: 0 6rem; }
  .wow .home-furniture-shop .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: rgba(35, 35, 35, 0.2);
    box-shadow: inset 0 0 0 2px rgba(204, 204, 204, 0);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute; }
  .wow .home-furniture-shop .hermes .tp-bullet:hover {
    background-color: #232323; }
  .wow .home-furniture-shop .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #232323;
    box-shadow: 0 0 1px rgba(204, 204, 204, 0);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease; }
  .wow .home-furniture-shop .hermes .tp-bullet.selected:after {
    height: 100%; }
  .wow .home-furniture-shop .tparrows.tp-leftarrow:before {
    content: "\e657";
    font-family: 'icomoon';
    color: #232323;
    opacity: 0.5;
    font-size: 45px; }
  .wow .home-furniture-shop .tparrows.tp-rightarrow:before {
    content: "\e658";
    font-family: 'icomoon';
    color: #232323;
    opacity: 0.5;
    font-size: 45px; }
  .wow .footer-furniture-shop.footer-dark .footer-top, .wow .footer-furniture-shop.footer-dark .footer-top a, .wow .footer-furniture-shop.footer-dark .footer-bottom, .wow .footer-furniture-shop.footer-dark .footer-bottom a {
    color: #828282; }
  .wow .footer-furniture-shop.footer-dark a:hover {
    color: #fff; }
  .wow .home-fashion-shop .tp-tab {
    opacity: 0.5; }
  .wow .home-fashion-shop .tp-tab-mask {
    max-width: inherit !important;
    width: auto;
    padding: 0;
    margin: 0; }
  .wow .home-fashion-shop .tp-tab.selected span {
    border-bottom: 2px solid #232323; }
  .wow .home-fashion-shop .tp-tabs:before {
    display: none; }
  .wow .footer-fashion-shop.footer-dark .footer-top, .wow .footer-fashion-shop.footer-dark .footer-top a {
    color: #828282; }
  .wow .footer-fashion-shop.footer-dark a:hover {
    color: #fff; }
  .wow .footer-magazine.footer-dark, .wow .footer-magazine.footer-dark a {
    color: #828282; }
  .wow .footer-magazine.footer-dark a:hover {
    color: #fff; }
  .wow .home-magazine.blog-metro .post-details .blog-category {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 13px;
    background: #c89965;
    border-radius: 2px; }
  .wow .home-magazine.blog-metro .post-details:hover .blog-category {
    background: #fff;
    color: #232323;
    box-shadow: 0 0 20px rgba(23, 23, 23, 0.2); }
  .wow .footer-lifestyle-blog.footer-dark .footer-top, .wow .footer-lifestyle-blog.footer-dark .footer-top a {
    color: #828282; }
  .wow .footer-lifestyle-blog.footer-dark a:hover {
    color: #fff; }
  .wow .footer-dark-header.footer-dark, .wow .footer-dark-header.footer-dark a, .wow .footer-header-with-push.footer-dark, .wow .footer-header-with-push.footer-dark a, .wow .footer-hamburger-menu-modern.footer-dark, .wow .footer-hamburger-menu-modern.footer-dark a, .wow .footer-hamburger-menu-half.footer-dark, .wow .footer-hamburger-menu-half.footer-dark a, .wow .footer-left-menu-modern, .wow .footer-left-menu-modern.footer-dark a, .wow .footer-responsive-sticky, .wow .footer-responsive-sticky.footer-dark a {
    color: #828282; }
  .wow .footer-dark-header.footer-dark a:hover, .wow .footer-header-with-push.footer-dark a:hover, .wow .footer-hamburger-menu-modern a:hover, .wow .footer-hamburger-menu-half a:hover, .wow .footer-left-menu-modern a:hover, .wow .footer-responsive-sticky a:hover {
    color: #fff; }
  .wow .cd-headline.slide span b {
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important; }
  .wow .footer-onepage.footer-dark, .wow .footer-onepage.footer-dark a {
    color: #828282; }
  .wow .footer-onepage.footer-dark a:hover {
    color: #F4D956; }
  .wow .litho-parallax-bg {
    width: 870px; }
  .wow .litho-landing-header .navbar-brand:after {
    background: rgba(130, 130, 130, 0.35);
    content: "";
    height: calc(100% - 18px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px; }
  .wow .customer-bg-section {
    position: absolute;
    left: -70px;
    bottom: 150px; }
  .wow .home-dentist .popup-youtube.absolute-middle-center {
    left: 100%; }
  .wow .footer-elerning.footer-dark, .wow .footer-elerning.footer-dark a {
    color: #828282; }
  .wow .footer-elerning.footer-dark a:hover {
    color: #fff; }
  .wow .footer-beauty-salon.footer-dark, .wow .footer-beauty-salon.footer-dark a {
    color: #828282; }
  .wow .footer-beauty-salon.footer-dark a:hover {
    color: #fff; }
  .wow .outside-box-left {
    margin-left: -30vw; }
  .wow .outside-box-right {
    margin-right: -30vw; }
  .wow .outside-box-bottom {
    margin-bottom: -14vw; }
  .wow .outside-box-text-start {
    margin-left: -50vw; }
  .wow .outside-box-text-end {
    margin-right: -50vw; }
  .wow .required.error {
    border: 1px solid #ff0000 !important; }
  .wow input[type="checkbox"].error {
    box-shadow: 0px 0px 0px 1px red, 1px 1px 0px 0px red; }
  .wow .search-error {
    border: 1px solid red !important; }
  .wow .search-form-box .search-error {
    border: 0 !important;
    border-bottom: 1px solid red !important; }
  .wow .input-border-bottom.required.error {
    border-bottom: 1px solid #ff0000 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important; }
  .wow .g-recaptcha.error iframe {
    border: 1px solid #ff0000; }
  .wow .form-results {
    padding: 13px 20px;
    clear: both;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    z-index: 2;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .wow .loading {
    position: relative;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    z-index: 99; }
  .wow .loading::after {
    background: none;
    content: "" !important;
    position: absolute;
    left: calc(50% - 10px) !important;
    top: calc(50% - 10px) !important;
    width: 20px !important;
    height: 20px !important;
    opacity: 1 !important;
    right: inherit !important;
    z-index: 9;
    text-align: center;
    border: 2px solid rgba(23, 23, 23, 0.2);
    border-top-color: rgba(23, 23, 23, 0.7);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite; }
  .wow .loading:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.8) !important;
    position: absolute;
    right: 2px;
    top: 1px;
    width: calc(100% - 4px);
    height: calc(100% - 2px);
    border-radius: inherit;
    z-index: 1; }
  .wow .loading.dark:before {
    background-color: rgba(0, 0, 0, 0.8) !important; }
  .wow .loading.dark::after {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.7); }
  .wow .page-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: white !important;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    z-index: 99999; }
  .wow .page-loader::after {
    background: none;
    content: "" !important;
    position: absolute;
    left: calc(50% - 25px) !important;
    top: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    right: inherit !important;
    z-index: 9;
    text-align: center;
    border: 2px solid rgba(23, 23, 23, 0.2);
    border-top-color: rgba(23, 23, 23, 0.7);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite; }
  .wow .grid-loading {
    overflow: hidden;
    position: relative;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    z-index: 99; }
  .wow .grid-loading::after {
    background: none;
    content: "" !important;
    position: absolute;
    top: 100px !important;
    left: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    right: inherit !important;
    z-index: 9;
    text-align: center;
    border: 3px solid rgba(23, 23, 23, 0.2);
    border-top-color: rgba(23, 23, 23, 0.7);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite; }
  .wow .grid-loading:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 1px;
    width: calc(100% - 4px);
    height: calc(100% - 2px);
    border-radius: inherit;
    z-index: 1; }
  .wow .grid-loading .grid-item {
    visibility: hidden; }
  .wow .grid-loading li.grid-item {
    overflow: hidden;
    opacity: 0; }
  .wow .show-grid [class^="col-"] {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .wow .show-notify-popup .mfp-container {
      -webkit-animation-duration: 0.1s;
      -moz-animation-duration: 0.1s;
      -o-animation-duration: 0.1s;
      animation-duration: 0.1s; } }
@-webkit-keyframes down-arrow {
  0% {
    opacity: 0;
    top: 0px; }
  18% {
    opacity: 0.2;
    top: 3px; }
  36% {
    opacity: .4;
    top: 8px; }
  54% {
    opacity: .6;
    top: 18px; }
  72% {
    opacity: .8;
    top: 18px; }
  100% {
    opacity: 1;
    top: 18px; } }
@keyframes down-arrow {
  0% {
    opacity: 0;
    top: 0px; }
  18% {
    opacity: 0 0.2;
    top: 3px; }
  36% {
    opacity: .4;
    top: 8px; }
  54% {
    opacity: .6;
    top: 18px; }
  72% {
    opacity: .8;
    top: 18px; }
  100% {
    opacity: 1;
    top: 18px; } }
@-webkit-keyframes social-icon-animation {
  0% {
    top: 130px;
    left: -100px; }
  80% {
    top: 30px;
    left: -50px; }
  100% {
    top: -30px;
    left: -15px; } }
@keyframes social-icon-animation {
  0% {
    top: 130px;
    left: -100px; }
  80% {
    top: 30px;
    left: -50px; }
  100% {
    top: -30px;
    left: -15px; } }
@-webkit-keyframes ani-mfp {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; } }
@keyframes ani-mfp {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; } }
@-webkit-keyframes ani-mfp-close {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0; } }
@keyframes ani-mfp-close {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0; } }
@-webkit-keyframes comingsoonpopup {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; } }
@keyframes comingsoonpopup {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; } }
@-webkit-keyframes comingsoonpopupclose {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0; } }
@keyframes comingsoonpopupclose {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0; } }
@-webkit-keyframes drawing-animation {
  to {
    stroke-dashoffset: 0; } }
@keyframes drawing-animation {
  to {
    stroke-dashoffset: 0; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fromTop {
  0% {
    left: 0;
    top: -100%; }
  100% {
    left: 0;
    top: 0; } }
@keyframes fromTop {
  0% {
    left: 0;
    top: -100%; }
  100% {
    left: 0;
    top: 0; } }
@-webkit-keyframes toTop {
  0% {
    left: 0;
    top: 0; }
  100% {
    left: 0;
    top: -100%; } }
@keyframes toTop {
  0% {
    left: 0;
    top: 0; }
  100% {
    left: 0;
    top: -100%; } }
@-webkit-keyframes fromRight {
  0% {
    top: 0;
    left: 100%; }
  100% {
    top: 0;
    left: 0; } }
@keyframes fromRight {
  0% {
    top: 0;
    left: 100%; }
  100% {
    top: 0;
    left: 0; } }
@-webkit-keyframes toRight {
  0% {
    top: 0;
    left: 0; }
  100% {
    top: 0;
    left: 100%; } }
@keyframes toRight {
  0% {
    top: 0;
    left: 0; }
  100% {
    top: 0;
    left: 100%; } }
@-webkit-keyframes fromBottom {
  0% {
    left: 0;
    top: 100%; }
  100% {
    left: 0;
    top: 0; } }
@keyframes fromBottom {
  0% {
    left: 0;
    top: 100%; }
  100% {
    left: 0;
    top: 0; } }
@-webkit-keyframes toBottom {
  0% {
    left: 0;
    top: 0; }
  100% {
    left: 0;
    top: 100%; } }
@keyframes toBottom {
  0% {
    left: 0;
    top: 0; }
  100% {
    left: 0;
    top: 100%; } }
@-webkit-keyframes fromLeft {
  0% {
    top: 0;
    left: -100%; }
  100% {
    top: 0;
    left: 0; } }
@keyframes fromLeft {
  0% {
    top: 0;
    left: -100%; }
  100% {
    top: 0;
    left: 0; } }
@-webkit-keyframes toLeft {
  0% {
    top: 0;
    left: 0; }
  100% {
    top: 0;
    left: -100%; } }
@keyframes toLeft {
  0% {
    top: 0;
    left: 0; }
  100% {
    top: 0;
    left: -100%; } }
@-webkit-keyframes video-icon-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes video-icon-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .wow .border-gradient-magenta-orange {
      border-image: linear-gradient(to right top, #e42464, #ed3c5f, #f44f5c, #fa6259, #ff7357) 1/0 0 1 0;
      border-image-slice: 1; }
    .wow .border-gradient-purple-magenta {
      border-image: linear-gradient(to right top, #502970, #7f2977, #ac2775, #d42d6b, #f34259) 1/0 0 1 0;
      border-image-slice: 1; }
    .wow .border-gradient-light-purple-light-orange {
      border-image: linear-gradient(to right top, #b783ff, #e37be0, #fa7cc1, #ff85a6, #ff9393) 1/0 0 1 0;
      border-image-slice: 1; }
    .wow .border-gradient-sky-blue-pink {
      border-image: linear-gradient(to right top, #556fff, #b263e4, #e05fc4, #f767a6, #ff798e) 1/0 0 1 0;
      border-image-slice: 1; }
    .wow .border-gradient-peacock-blue-crome-yellow {
      border-image: linear-gradient(to right top, #36c1e1, #28ccc0, #74cf8e, #bac962, #feb95b) 1/0 0 1 0;
      border-image-slice: 1; }
    .wow .border-gradient-fast-blue-purple {
      border-image: linear-gradient(to right top, #0039e3, #4132e0, #5e28dd, #741bd9, #8600d4) 1/0 0 1 0;
      border-image-slice: 1; }
    .wow .border-gradient-light-purple-light-red {
      border-image: linear-gradient(to right top, #bb85f9, #c887e5, #da8bca, #eb8fb0, #fb9398) 1/0 0 1 0;
      border-image-slice: 1; }
    .wow .border-gradient-light-brownish-orange-black {
      border-image: linear-gradient(to right top, #e79e57, #9d9049, #62794c, #405c4c, #353d3c) 1/0 0 1 0;
      border-image-slice: 1; }
    .wow .border-gradient-red-violet-purple {
      border-image: linear-gradient(to right, #b93d90, #a92b95, #951b9c, #7a11a4, #5412ad) 1/0 0 1 0;
      border-image-slice: 1; }
    .wow .btn.btn-transparent-gradient-sky-blue-pink {
      border-color: #000000; } }
  @media not all and (min-resolution: 0.001dpcm) {
    .wow .tilt-box:not(:root:root) {
      z-index: -1; }
    .wow .interactive-banners-style-01 [class^="border-radius-"], .wow .interactive-banners-style-01 [class*=" border-radius-"], .wow .interactive-banners-style-07 [class^="border-radius-"], .wow .interactive-banners-style-07 [class*=" border-radius-"], .wow .interactive-banners-style-07[class*=" border-radius-"], .wow .interactive-banners-style-08[class*=" border-radius-"], .wow .interactive-banners-style-10 [class^="border-radius-"], .wow .interactive-banners-style-10 [class*=" border-radius-"], .wow .team-style-01 [class^="border-radius-"], .wow .team-style-01 [class*=" border-radius-"], .wow [class^="border-radius-"] .blog-post-image, .wow [class*=" border-radius-"] .blog-post-image, .wow .product-box .product-image[class*=" border-radius-"], .wow .instafeed-grid figure {
      -webkit-mask-image: -webkit-radial-gradient(white, black); } }
  .wow .theme-demos {
    display: none;
    width: 655px;
    height: 100%;
    min-height: 100%;
    position: fixed;
    background-color: #fff;
    right: -655px;
    top: 0;
    z-index: 1050;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  .wow .show-theme-demos .theme-demos {
    display: block; }
  .wow .theme-demos section {
    height: 100%;
    min-height: 100%;
    position: relative;
    z-index: 11;
    padding: 0;
    width: 655px; }
  .wow .theme-demos .demos-wrapper {
    height: 100%;
    overflow-y: hidden;
    padding: 40px 25px;
    background-color: #fff;
    width: 100%; }
  .wow .theme-demos.active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.25); }
  .wow .theme-demos .grid {
    padding: 0 20px; }
  .wow .theme-demos .buy-theme, .wow .theme-demos .all-demo {
    position: absolute;
    left: -150px;
    bottom: 195px;
    transform: translateY(-50%) translateY(-7px);
    background-color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0.45s;
    min-width: 150px; }
  .wow .all-demo {
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.15); }
  .wow .theme-demos .buy-theme {
    bottom: 125px;
    text-align: center;
    background: #232323; }
  .wow .theme-demos .buy-theme a, .wow .theme-demos .all-demo a {
    color: #232323;
    font-size: 11px;
    padding: 12px 15px;
    display: block;
    text-decoration: none;
    font-weight: 500; }
  .wow .theme-demos .buy-theme a > i, .wow .theme-demos .all-demo a > i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 59px;
    line-height: 55px;
    text-align: center;
    opacity: 0;
    font-size: 24px;
    transition-delay: 0.3s; }
  .wow .theme-demos .buy-theme .theme-wrapper, .wow .theme-demos .all-demo .theme-wrapper {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 1;
    transition-delay: 0.3s; }
  .wow .theme-demos .buy-theme .theme-wrapper span, .wow .theme-demos .all-demo .theme-wrapper span {
    font-size: 15px;
    font-weight: 600; }
  .wow .theme-demos .buy-theme .theme-wrapper span {
    margin-right: 0; }
  .wow .theme-demos .buy-theme .theme-wrapper i, .wow .theme-demos .all-demo .theme-wrapper i {
    margin-right: 10px;
    font-size: 21px; }
  .wow .theme-demos .buy-theme .theme-wrapper > div, .wow .theme-demos .all-demo .theme-wrapper > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px; }
  .wow .theme-demos .buy-theme .theme-wrapper > div {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 23px; }
  .wow .theme-demos .all-demo .theme-wrapper > div {
    color: #232323;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 23px; }
  .wow .theme-demos.active .buy-theme, .wow .theme-demos.active .all-demo {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(107px) translateY(-50%) translateY(-7px);
    transform: translateX(107px) translateY(-50%) translateY(-7px);
    min-width: 50px;
    left: -163px; }
  .wow .theme-demos.active .buy-theme a > i, .wow .theme-demos.active .all-demo a > i {
    opacity: 1;
    transition-delay: 0.3s; }
  .wow .theme-demos.active .buy-theme a > i {
    color: #fff; }
  .wow .theme-demos.active .buy-theme .theme-wrapper, .wow .theme-demos.active .all-demo .theme-wrapper {
    opacity: 0;
    transition-delay: 0s; }
  .wow .theme-demos .mCustomScrollBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .wow .theme-demos .mCustomScrollBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wow .theme-demos .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
    -ms-flex-item-align: center;
    align-self: center; }
  .wow .theme-demos .mCustomScrollBox .mCSB_container {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0;
    padding-right: 15px !important; }
  .wow .theme-demos .clearfix {
    clear: both; }
  .wow .show-search-popup .theme-demos, .wow .show-menu .theme-demos {
    z-index: 1; }

.product-content .half-section .col {
  display: block;
  margin-left: 0px; }

.wow .row.single-column {
  justify-content: center; }

.product-content .half-section ul, .product-content .half-section ol {
  padding: 0px 0 0 0px;
  margin-bottom: 0; }

.product-content .half-section ul.sm-margin-40px-bottom, .product-content .half-section ol.sm-margin-40px-bottom {
  margin-bottom: 40px; }

.product-content .half-section .titleist-btn, .product-content .half-section .titleist-btn:hover, .product-content .half-section .titleist-btn:focus, .product-content .half-section .titleist-btn:active {
  color: #fff;
  font-size: 14px; }

.product-content .half-section .pricing-table img {
  display: block; }

.product-content .half-section .pricing-table .padding-ten-top img {
  margin: 0 auto; }

.wow .swiper-mobile-only {
  position: relative;
  padding-bottom: 2px; }

@media screen and (max-width: 767px) {
  .hide-on-mobile, .wow .row.hide-on-mobile {
    display: none; } }
@media screen and (min-width: 768px) {
  .hide-on-desktop, .wow .row.hide-on-desktop {
    display: none; } }
.wow .model-swiper {
  padding-left: 0;
  padding-right: 20px;
  position: relative;
  padding-bottom: 40px; }
  @media screen and (max-width: 991px) {
    .wow .model-swiper {
      padding-bottom: 80px; } }
  .wow .model-swiper .swiper-pagination-wrapper {
    width: 192px;
    background: #f5f5f5;
    height: 58px;
    border-radius: 29px;
    color: #000;
    margin: 10px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 35px;
    box-sizing: border-box;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 60px 0 0; }
    @media (max-width: 767px) {
      .wow .model-swiper .swiper-pagination-wrapper {
        margin-top: 30px; } }
    .wow .model-swiper .swiper-pagination-wrapper .swiper-pagination {
      position: static;
      width: auto;
      order: 2;
      color: #666;
      font-size: 12px;
      letter-spacing: -1px; }
    .wow .model-swiper .swiper-pagination-wrapper .swiper-button-prev,
    .wow .model-swiper .swiper-pagination-wrapper .swiper-button-next {
      width: 30px;
      height: 30px;
      background-image: url(/build/assets/images/icons/Gray-Circle-Arrow.svg);
      text-indent: -9999em;
      position: static; }
    .wow .model-swiper .swiper-pagination-wrapper .swiper-button-prev {
      transform: rotate(180deg);
      order: 1; }
    .wow .model-swiper .swiper-pagination-wrapper .swiper-button-next {
      transform: rotate(0deg);
      order: 3; }

@media (min-width: 576px) {
  .wow .model-swiper {
    padding-right: 75px; } }
.m-model-carousel.wow .swiper-horizontal > .swiper-pagination-bullets {
  bottom: -48px; }

@media (min-width: 576px) {
  .m-model-carousel.wow .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -40px; } }
@media (min-width: 768px) {
  .wow .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -48px; } }
@media (min-width: 1200px) {
  .wow .model-swiper {
    padding-right: 100px; } }
.wow.m-model-carousel .container-fluid {
  padding-left: 30px;
  padding-right: 30px; }

.wow .text-black {
  color: #000 !important; }

/*# sourceMappingURL=models.css.map */
