@charset "UTF-8";
/******************************

INDEX:

    00 - Base - Global
    01 - Base - Typography

    02 - Utilities - Helper
    03 - Utilities - Common

    20 - Components - About
        20.00 - about card
        20.01 - about banner 1
    21 - Components - Accordion
        21.00 - Accordion Style 1
        21.01 - Accordion Style 2
    22 - Components - Animation
    23 - Components - Banner
        23.00 - Menu Banner
        23.01 - Global Banner
    24 - Components - Blog
        24.00 - Menu Blog
        24.01 - Blog
        24.02 - Single Blog
        24.03 - Post Navigation
        24.04 - Related Post

    25 - Components - Breadcrumb
        25.00 - Breadcrumb Style 01
        25.01 - Breadcrumb Style 02

    26 - Components - Button
        26.00 - Global Button
        26.01 - Close Button
        26.02 - Read More Button
        26.03 - Action Button
        26.04 - Coupon Button

    27 - Components - Carousel
        27.00 - Carousel Helper 
        27.01 - Carousel Gutter
        27.02 - Slick Dot Margin Top 
        27.03 - Carousel Nav
        27.04 - Carousel Dots

    28 - Components - Coffee Menu Card
    29 - Components - Comment
    30 - Components - Countdown
    31 - Components - fact
    32 - Components - Filter
    33 - Components - Form
        33.00 - Global Form
        33.01 - Search Form
        33.02 - Newsletter Form
        33.03 - Nice Select
        33.04 - Reservation Form
        33.05 - Date Picker

    34 - Components - FullPage
    35 - Components - Icon
    36 - Components - Info Box
    37 - Components - Lists
    38 - Components - Mini Cart
    39 - Components - Modal
        39.00 - Quick View Modal
        39.01 - Search Form Popup

    40 - Components - Navigation
        40.00 - Main Navigation
        40.01 - Mobile Menu
        40.02 - Side Navigation
        40.03 - Flyout Menu
        40.04 - Vertical Menu

    41 - Components - Portfolio
        41.00 - Menu Portfolio
        41.01 - Portfolio Default Style
        41.02 - Portfolio Style 01
        41.03 - Portfolio Style 02
        41.04 - Portfolio Style 03
        41.05 - Portfolio Style 04
        41.06 - Portfolio Style 05
        41.07 - Portfolio Info
        41.08 - Portfolio Carousel

    42 - Components - Pricing
        42.00 - Pricing table style 01
        42.01 - Pricing table style 02
        42.02 - Pricing table style 03

    43 - Components - Product
        43.00 - Global Proudct
        43.01 - Proudct Color Swatch
        43.02 - Proudct Size Swatch
        43.03 - Proudct List Style
        43.04 - Proudct Summary
        43.05 - Proudct Gallery
        43.06 - Advanced Product Filters

    44 - Components - Progress Bar
        44.00 - Progress Bar
        44.01 - Radial Progress Bar
        44.02 - Chart Legend

    45 - Components - Review
    46 - Components - Service
    47 - Components - Social
    48 - Components - Table
    49 - Components - Tabs
        49.00 - Tab Style 1
        49.01 - Tab Style 2
        49.02 - Tab Style 3
        49.03 - Tab Style 4
        49.04 - User Dashboard tab
        49.05 - Tab Content

    50 - Components - Team
        50.00 - Team Member Default Style
        50.01 - Team Member style 01
        50.02 - Team Member style 02
        50.03 - Team Member style 03
        50.04 - Team Member style 04
        50.05 - Team Member style 05
        50.06 - Team Member style 06
        50.07 - Team Member style 07
        50.08 - Team Member style 08

    51 - Components - Testimonial
        51.00 - Testimonial Style 01
        51.01 - Testimonial Style 02
        51.02 - Testimonial Style 03
        51.03 - Testimonial Style 04
        51.04 - Testimonial Style 04
        51.05 - Testimonial Style 05
        51.06 - Testimonial Style 06
        51.07 - Testimonial Style 07
        51.08 - Home 09 Testimonial Wrapper Background
        51.09 - Home 17 Testimonial Column

    52 - Components - Widget
        52.00 - Footer Widget
        52.01 - Sidebar Widget
        52.02 - Sidenav Widget
        52.03 - Popular Post Widget
        52.04 - Header Aside Widget
        52.05 - Opening Hours Widget
        52.06 - Map Widget

    61 - Pages - Cart
    62 - Pages - Checkout
    63 - Pages - Shop

    73 - Utilities - Color
    74 - Utilities - Spacing




******************************/
/*
    Defult Primary Color:       #014c8c
    Default Border Color:       #eeeeee
    Default Text Color:         #444444
    Default Heading Color:      #222222
    Default Body Font:          'Poppins', sans-serif;
*/
/*****************************
00 - Base - Global
*****************************/
html {
  height: 100%;
  font-size: 62.5%;
}
@media (max-width: 93.6875em) {
  html {
    font-size: 56.25%;
  }
}
@media (max-width: 74.9375em) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 61.94em) {
  html {
    font-size: 43.75%;
  }
}
@media (max-width: 47.94em) {
  html {
    font-size: 37.5%;
  }
}

body {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: #525252;
  line-height: 24px;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #232324;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media (max-width: 47.94em) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 10px;
  }
}

h1, .h1 {
  font-size: 40px;
}
@media (max-width: 74.9375em) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 36px;
}
@media (max-width: 74.9375em) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-size: 24px;
}
@media (max-width: 74.9375em) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 22px;
}
@media (max-width: 74.9375em) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 20px;
}
@media (max-width: 74.9375em) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 16px;
}

p {
  font-size: 12px;
  color: #525252;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 24px;
}
@media (max-width: 47.94em) {
  p {
    margin: 0 0 10px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:only-child {
  margin-bottom: 0;
}

blockquote:last-child {
  margin-bottom: 0;
}
blockquote:only-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

a {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a, button {
  cursor: pointer;
}

a:hover {
  color: #6b56e2;
  text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.slick-slide {
  outline: none;
}

button:focus, a:focus{
  outline: none;
}

/*****************************
01 - Base - Typography
*****************************/
.section_demo-heading-1 {
  color: #fff;
  font-family: "Philosopher", sans-serif;
  letter-spacing: -2px;
  margin: 0;
  font-size: 50px;
}
.section_demo-heading-2 {
  color: #232324;
  font-family: "Philosopher", sans-serif;
  letter-spacing: -2px;
  margin: 0;
  font-size: 36px;
  padding: 0 0 15px;
}
.section_demo-heading-2 strong {
  font-family: "Poppins", sans-serif;
  letter-spacing: -1px;
}

.highlight-font-family {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.font-size-14 {
  font-size: 14px !important;
}

/*****************************
02 - Utilities - Helper
*****************************/
@media (min-width: 75em) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 74.9375em) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

.demos-area .container-fluid {
  padding-left: 175px;
  padding-right: 175px;
}
@media (max-width: 114em) {
  .demos-area .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 93.6875em) {
  .demos-area .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 74.9375em) {
  .demos-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 75em) {
  .lg-block-grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lg-block-grid-5 > .grid-item {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
.slick-dots li button, .scroll-to-top {
  border: none;
}

.demo-item__title {
  margin: 0;
}

.slick-dots li, .slick-dots, .element-carousel, .menu-banner, .overlay, .hamburger-icon, .scroll-to-top i:before, .scroll-to-top i, .demo-item__thumb, .demo-item__inner, .wrapper {
  position: relative;
}

.menu-banner__overlay, .hamburger-icon span, .demo-item__overlay, .demo-item__thumb .btn, .item--overlay {
  position: absolute;
}

.thanos-preloader.active, .scroll-to-top, .global-overlay {
  position: fixed;
}

.overlay:after {
  position: absolute;
  content: "";
}

.hamburger-icon span.line-2 {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.scroll-to-top i:before, .menu-banner__overlay, .overlay:after, .demo-item__overlay, .item--overlay {
  left: 0;
  top: 0;
}

.thanos-preloader.active, .scroll-to-top i:after, .global-overlay {
  left: 0;
}

.thanos-preloader.active, .hamburger-icon span.line-1, .global-overlay {
  top: 0;
}

.hamburger-icon span.line-3 {
  bottom: 0;
}

.slick-dots li button, .slick-dots li, .slick-btn, .slick-arrow, .btn-close i, .global-overlay, .item--overlay, a, button {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.menu-banner__overlay, .global-overlay, .demo-item__overlay, .demo-item__thumb .btn, .item--overlay {
  visibility: hidden;
  opacity: 0;
}

.menu-banner:hover, .global-overlay.overlay-open, .demo-item__inner:hover .demo-item__thumb .btn {
  visibility: visible;
  opacity: 1;
}

.scroll-to-top i:after {
  position: absolute;
  font-family: fontAwesome;
  line-height: 1;
}

.scroll-to-top, .body-open {
  overflow: hidden;
}

.slick-dots li button, .slick-dots li, .slick-btn, .slick-arrow, .btn, .hamburger-icon {
  cursor: pointer;
}

/*-- Font --*/
.demo-item__title {
  font-size: 14px;
}

.btn {
  font-size: 12px;
}

.btn, .demo-item__thumb .btn {
  font-weight: 700;
}

.demo-item__title {
  font-weight: 400;
}

.slick-dots li button, .menu-banner__thumb img, .thanos-preloader.active, .hamburger-icon span, .global-overlay, .demo-item__thumb img, .menu-banner__overlay, .overlay:after, .demo-item__overlay, .item--overlay {
  width: 100%;
}

.slick-dots li button, .thanos-preloader.active, .global-overlay, .menu-banner__overlay, .overlay:after, .demo-item__overlay, .item--overlay {
  height: 100%;
}

.scroll-to-top i:after, .scroll-to-top i:before {
  width: inherit;
}

.scroll-to-top i:after, .scroll-to-top i:before {
  height: inherit;
}

.btn, .thanos-preloader.active, .scroll-to-top {
  text-align: center;
}

.btn {
  text-transform: uppercase;
}

.scroll-to-top i:after {
  line-height: inherit;
}

.slick-dots li button, .slick-btn, .slick-arrow, .thanos-preloader.active, .hamburger-icon, .scroll-to-top, .demo-item__inner {
  display: block;
}

.slick-dots li, .thanos-preloader .thanos-child {
  display: inline-block;
}

.hero-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/*****************************
03 - Utilities - Common
*****************************/
/*-- Hero Area --*/
.hero-area {
  height: 1000px;
}
@media (max-width: 93.6875em) {
  .hero-area {
    height: 800px;
  }
}
@media (max-width: 61.94em) {
  .hero-area {
    height: 570px;
  }
}
@media (max-width: 35.94em) {
  .hero-area {
    height: 450px;
  }
}

.section-intro-text h1 {
  font-size: 30px;
  font-family: "Playfair Display";
  color: #fff;
  line-height: normal;
  padding-bottom: 20px;
  padding-left: 10px;
}
@media (max-width: 61.94em) {
  .section-intro-text h1 {
    padding-bottom: 0;
  }
}
.section-intro-text h2 {
  font-size: 90px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -4px;
  line-height: 1.15;
  padding-bottom: 25px;
}
@media (max-width: 61.94em) {
  .section-intro-text h2 {
    font-size: 49px;
    letter-spacing: -2px;
  }
}

/*-- Demo Counter --*/
.demo-count .fact__counter {
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -4px;
  color: #564ae8;
  background-image: -moz-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -webkit-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -ms-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.demo-count .fact__counter:after {
  content: attr(data-value-suffix);
}
.demo-count .fact__title {
  font-size: 36px;
  letter-spacing: -2px;
  margin: 0 0 30px;
  line-height: 1.1;
  color: #564ae8;
  background-image: -moz-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -webkit-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -ms-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*-- Demo Item --*/
.demo-item__inner:hover .demo-item__overlay {
  visibility: visible;
  opacity: 0.8;
}
.demo-item__inner:hover .demo-item__thumb .btn {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.demo-item__thumb {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.1);
  -moz-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.1);
  -ms-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.1);
  -o-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.1);
  box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.1);
  margin-top: 30px;
}
.demo-item__thumb .btn {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -10%);
  -moz-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  -o-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  z-index: 1;
  -webkit-transition: all 450ms ease-out;
  -moz-transition: all 450ms ease-out;
  -ms-transition: all 450ms ease-out;
  -o-transition: all 450ms ease-out;
  transition: all 450ms ease-out;
}
.demo-item__overlay {
  -webkit-transition: all 450ms ease-out;
  -moz-transition: all 450ms ease-out;
  -ms-transition: all 450ms ease-out;
  -o-transition: all 450ms ease-out;
  transition: all 450ms ease-out;
  background-color: #6b56e2;
  background-image: -moz-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
  background-image: -webkit-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
  background-image: -ms-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
}
.demo-item__title {
  color: #393939;
  padding: 20px 0 35px;
}

/*-- Core Features --*/
.core-feature__inner {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  min-height: 370px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.core-feature h3 {
  font-size: 16px;
  margin: 15px 0;
}
.core-feature h3:after {
  content: "";
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #d0d0d0;
  width: 60px;
  display: block;
  padding-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.core-feature p {
  font-size: 12px;
  color: #8a8a8a;
  line-height: 24px;
}
.core-feature--plugins .core-feature__inner {
  background-image: url(../img/features/f-1.jpg);
}
.core-feature--speed .core-feature__inner {
  background-image: url(../img/features/f-3.jpg);
}
.core-feature--support .core-feature__inner {
  background-image: url(../img/features/f-6.jpg);
}
.core-feature--instagram .core-feature__inner {
  background-image: url(../img/features/f-8.jpg);
}
.core-feature--nucleo .core-feature__inner {
  background-image: url(../img/features/f-9.jpg);
}
.core-feature--layout .core-feature__inner {
  background-image: url(../img/features/f-10.jpg);
}
.core-feature--seo .core-feature__inner {
  background-image: url(../img/features/f-11.jpg);
}
.core-feature--responsive .core-feature__inner {
  background-image: url(../img/features/f-12.jpg);
}
.core-feature--clean-code .core-feature__inner {
  background-image: url(../img/features/f-13.jpg);
}
.core-feature--sass .core-feature__inner {
  background-image: url(../img/features/f-14.jpg);
}
.core-feature--gfont .core-feature__inner {
  background-image: url(../img/features/f-15.jpg);
}
.core-feature--cross-browser .core-feature__inner {
  background-image: url(../img/features/f-16.jpg);
}
.core-feature--slick .core-feature__inner {
  background-image: url(../img/features/f-17.jpg);
}

/*-- Demo Footer --*/
.demo-footer {
  text-align: center;
  padding: 60px 15px 70px;
  position: relative;
  background-color: #6b56e2;
  background-image: -moz-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
  background-image: -webkit-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
  background-image: -ms-linear-gradient(180deg, #de92c2 0%, #6b56e2 100%);
}
.demo-footer:before {
  content: "";
  height: 0;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -30px;
}
.demo-footer .content {
  max-width: 100%;
  width: 500px;
  margin: 0 auto;
}
.demo-footer .content p {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 30px;
}

/*-- Global Overlay --*/
.global-overlay {
  background-color: rgba(35, 35, 36, 0.7);
  z-index: 1000;
}
/*-- Tooltip --*/
.tooltip {
  margin-bottom: 5px;
}
@media (max-width: 47.94em) {
  .tooltip {
    display: none;
  }
}
.tooltip:hover {
  display: none;
}
.tooltip-inner {
  padding: 3px 10px;
  font-size: 13px;
}

/*-- Scroll To Top --*/
.scroll-to-top {
  right: 50px;
  bottom: 150px;
  z-index: 999;
  font-size: 20px;
  background-color: #232324;
  opacity: 0;
  visibility: hidden;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 47.94em) {
  .scroll-to-top {
    right: 30px;
    bottom: 30px;
  }
}
.scroll-to-top i:before {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top i:after {
  content: "";
  top: 40px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*-- Hamburger Icon --*/
.hamburger-icon {
  width: 28px;
  height: 18.7px;
}
.hamburger-icon span {
  height: 2px;
  background-color: #232324;
  -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
}
.hamburger-icon span.line-3 {
  width: 17px;
}
.hamburger-icon.color--white span {
  background-color: #ffffff;
}

/*-- Preloader --*/
.thanos-preloader {
  display: none;
}
.thanos-preloader.active {
  z-index: 99999999;
}
.thanos-preloader .thanos-child {
  width: 20px;
  height: 20px;
  background-color: #6b56e2;
  border-radius: 100%;
  -webkit-animation: thanos-bouncedelay 1.4s ease-in-out 0s infinite both;
  -moz-animation: thanos-bouncedelay 1.4s ease-in-out 0s infinite both;
  -ms-animation: thanos-bouncedelay 1.4s ease-in-out 0s infinite both;
  -o-animation: thanos-bouncedelay 1.4s ease-in-out 0s infinite both;
  animation: thanos-bouncedelay 1.4s ease-in-out 0s infinite both;
}
.thanos-preloader .thanos-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.thanos-preloader .thanos-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.overlay:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-count__counter {
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -4px;
  color: #564ae8;
  background-image: -moz-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -webkit-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -ms-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.demo-count__title {
  font-size: 36px;
  letter-spacing: -2px;
  margin: 0 0 30px;
  line-height: 1.1;
  color: #564ae8;
  background-image: -moz-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -webkit-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  background-image: -ms-linear-gradient(180deg, #dd92c3 0%, #564ae8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*****************************
10 - Layout - Header
*****************************/
/*-- 10.00 - Header --*/
@media (max-width: 61.94em) {
  .header {
    display: none;
  }
}
.header .logo {
  display: block;
}
.header .logo--normal {
  visibility: visible;
  height: auto;
}
.header .logo--transparency {
  visibility: hidden;
  height: 0;
}
.header__outer {
  position: relative;
}
.header__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 4;
  padding-left: 65px;
  padding-right: 65px;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
@media (max-width: 93.6875em) {
  .header__inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 87.5em) {
  .header__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 85.375em) {
  .header__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 85.375em) {
  .header__main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header__left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.header__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.header__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.header-element {
  position: relative;
}
.header-element .toolbar-btn {
  color: #232324;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  border: none;
  padding: 0;
}
.header-element .toolbar-btn i {
  font-size: 22px;
}
.header-element .toolbar-btn.menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.header-element .toolbar-btn.menu-btn .hamburger-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/*-- 10.01 - Mobile Header --*/
.header-mobile {
  display: none;
}
@media (max-width: 61.94em) {
  .header-mobile {
    display: block;
  }
  .header-mobile .logo img {
    max-height: 80%;
  }
  .header-mobile .logo--normal {
    visibility: visible;
    height: auto;
  }
  .header-mobile .logo--transparency {
    visibility: hidden;
    height: 0;
  }
  .header-mobile__outer {
    position: relative;
  }
  .header-mobile__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 99;
  }
  .header-mobile__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 99;
  }
  .header-mobile__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .header-mobile__left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .header-mobile__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .header-mobile__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}

/*-- 10.02 - Transparent Header --*/
.header-transparent {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header-transparent .logo {
  display: block;
}
.header-transparent .logo--normal {
  visibility: hidden;
  height: 0;
}
.header-transparent .logo--transparency {
  visibility: visible;
  height: auto;
}
.header-transparent .header__inner {
  background-color: transparent;
}
.header-transparent .header-mobile__inner {
  background-color: transparent;
}
.header-transparent .header-element .toolbar-btn {
  color: #ffffff;
}
.header-transparent .header-element .toolbar-btn .hamburger-icon span {
  background-color: #ffffff;
}

/*-- 10.03 - Sticky Header --*/
.site-header.is-sticky .header__inner {
  position: fixed;
  top: 0;
  transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  will-change: transform, background;
}
.site-header.is-sticky .header__inner.header--pinned {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -webkit-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0.25s;
  transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0.25s;
}
.site-header.is-sticky .header__inner.header--unpinned {
  transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
  -moz-transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
  -ms-transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
  -o-transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
  transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
}
.site-header.is-sticky.header-transparent {
  z-index: 3;
}
.site-header.is-sticky.header-transparent .logo--normal {
  visibility: visible;
  height: auto;
}
.site-header.is-sticky.header-transparent .logo--transparency {
  visibility: hidden;
  height: 0;
}
.site-header.is-sticky.header-transparent .main-navigation.color-white .mainmenu__link {
  color: #232324;
}
.site-header.is-sticky.header-transparent .header-element .toolbar-btn {
  color: #232324;
}
.site-header.is-sticky.header-transparent .header-element .toolbar-btn .hamburger-icon span {
  background-color: #232324;
}
.site-header.is-sticky.header-transparent .header__inner {
  background-color: #fff;
}

.header-mobile.is-sticky.header-transparent .header-element .toolbar-btn {
  color: #232324;
}
.header-mobile.is-sticky.header-transparent .header-element .toolbar-btn .hamburger-icon span {
  background-color: #232324;
}
.header-mobile.is-sticky.header-transparent .header__inner {
  background-color: #fff;
}

/*-- 10.031 - Mobile Sticky Header --*/
.header-mobile.is-sticky .header-mobile__inner {
  top: 0;
  position: fixed;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  will-change: transform, background;
}
.header-mobile.is-sticky .header-mobile__inner.header--pinned {
  position: fixed;
  -webkit-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0.25s;
  -moz-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0.25s;
  -ms-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0.25s;
  -o-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0.25s;
  transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0.25s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.header-mobile.is-sticky .header-mobile__inner.header--unpinned {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
  -moz-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
  -ms-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
  -o-transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
  transition: transform 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
}
.header-mobile.is-sticky .header-mobile__inner.header--unpinned.header-stick {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.header-mobile.is-sticky.header-transparent .logo--normal {
  visibility: visible;
  height: auto;
}
.header-mobile.is-sticky.header-transparent .logo--transparency {
  visibility: hidden;
  height: 0;
}
.header-mobile.is-sticky.header-transparent .main-navigation.color-white .mainmenu__link {
  color: #232324;
}
.header-mobile.is-sticky.header-transparent .header__toolbar--btn {
  color: #232324;
}
.header-mobile.is-sticky.header-transparent .header__toolbar--btn .hamburger-icon span {
  background-color: #232324;
}
.header-mobile.is-sticky.header-transparent .header-mobile__inner {
  background-color: #fff;
}

/*****************************
23 - Components - Banner
*****************************/
/*-- 23.00 - Menu Banner --*/
.menu-banner__overlay {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.menu-banner:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*****************************
26 - Components - Button
*****************************/
/*-- 26.00 - Global Button --*/
.btn {
  padding: 12px 30px;
  min-width: 180px;
  line-height: 28px;
  border: 1px solid #232324;
  background-color: #232324;
  color: #ffffff;
  -webkit-box-shadow: #999999 0px 0px 0px 0px;
  -moz-box-shadow: #999999 0px 0px 0px 0px;
  -ms-box-shadow: #999999 0px 0px 0px 0px;
  -o-box-shadow: #999999 0px 0px 0px 0px;
  box-shadow: #999999 0px 0px 0px 0px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  white-space: -moz-normal;
  white-space: normal;
}
@media (max-width: 74.9375em) {
  .btn {
    padding: 12px 25px;
  }
}
@media (max-width: 47.94em) {
  .btn {
    padding: 10px 25px;
  }
}
.btn-outline {
  border: 1px solid #dadada;
  background-color: transparent;
  color: #232324;
}
.btn-outline:hover {
  color: #232324;
}
.btn-bg-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232324;
}
.btn-hover-1:hover {
  background-color: #6b56e2;
  border-color: #6b56e2;
  color: #ffffff;
}

/*-- 26.01 - Close Button --*/
.btn-close {
  font-size: 30px;
  display: block;
  line-height: 30px;
  height: 30px;
  opacity: 1;
  z-index: 5;
  background: transparent;
  border: none;
  padding: 0;
}
.btn-close i {
  display: inline-block;
  vertical-align: top;
}
.btn-close:hover i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*****************************
27 - Components - Carousel
*****************************/
/*-- 27.00 - Carousel Helper --*/
.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: slickZoomOut;
  -webkit-animation-name: slickZoomOut;
}
.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active {
  animation-name: slickZoomIn;
  -webkit-animation-name: slickZoomIn;
}
.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}
.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}
.element-carousel.slick-initialized:not(.slick-vertical):not([aria-autowidth]) .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms;
}

.slick-btn, .slick-arrow {
  z-index: 1;
}
.slick-slide {
  min-height: inherit;
}

/*-- 27.04 - Carousel Dots --*/
.slick-dots {
  line-height: 0;
  text-align: center;
}
.slick-dots li {
  background-color: #6b56e2;
  margin: 0 3px;
  padding: 0;
  opacity: 0.4;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  width: 7px;
  height: 7px;
  line-height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li button {
  font-size: 0;
  padding: 0;
}
.slick-dots li.slick-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.slick-dot-color-white .slick-dots li {
  background-color: #ffffff;
}
.slick-dot-color-white .slick-dots li button {
  background-color: #ffffff;
}

.inner-pages-carousel {
  padding-top: 60px;
}
.inner-pages-carousel .slick-dots {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*****************************
31.0 - Components - Countdown
*****************************/
.demo-panel-wrap {
  background-color: #fff;
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 350px;
  max-width: 80%;
  z-index: 999;
  transition: 0.4s;
  transform: translateX(100%);
}
.demo-panel-wrap.open {
  transform: translateX(0);
}
.demo-panel-wrap .demo-panel-inner {
  position: relative;
  overflow-x: auto;
  height: 100%;
}
.demo-panel-wrap .demo-panel-content {
  padding: 60px 30px;
}
.demo-panel-wrap .demo-panel-head {
  font-size: 16px;
}
.demo-panel-wrap .demo-panel-head a {
  margin-bottom: 30px;
}
.demo-panel-wrap .demo-panel-demo .demo-pic {
  border-radius: 5px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
  margin-top: 20px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.demo-panel-wrap .demo-panel-toolbar {
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  border-radius: 5px 0 0 5px;
  border: 1px solid #eee;
  border-right: 0;
  color: #182141;
  display: block;
  font-size: 18px;
  padding: 20px 0;
  top: 200px;
  right: 100%;
  text-align: center;
  width: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.demo-panel-wrap .demo-panel-btn {
  padding: 0;
  background: 0;
  border: none;
}
.demo-panel-wrap .demo-panel-btn:not(:last-child) {
  margin-bottom: 15px;
}

/*****************************
40 - Components - Navigation
*****************************/
/*-- 40.00 - Main Navigation --*/
@media (min-width: 62em) {
  .main-navigation .mainmenu__item {
    display: inline-block;
    padding: 0 8px;
  }
}
@media (min-width: 87.5625em) {
  .main-navigation .mainmenu__item {
    padding: 0 9px;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.active > a {
    color: #6b56e2;
  }
  .main-navigation .mainmenu__item.active > a:before {
    left: 15px;
    right: auto;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 240px;
    margin-top: 60px;
    z-index: 111;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    white-space: -moz-nowrap;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -moz-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -ms-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -o-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu.megamenu-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background: #ffffff;
    padding: 30px 45px;
    left: 0;
    top: 79px;
    width: 100%;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu ul li {
    position: relative;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu ul li > a {
    font-size: 14px;
    line-height: 24px;
    color: #525252;
  }
}
.main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1110px;
}
@media (max-width: 74.9375em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu {
    width: 937px;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li {
    width: 229.5px;
    text-align: left;
    display: inline-block;
  }
}
@media (min-width: 87.5625em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li {
    width: 277.5px;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li.menu-blog-block {
    width: 459px;
  }
}
@media (min-width: 87.5625em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li.menu-blog-block {
    width: 555px;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li.menu-banner-block {
    width: 256px;
  }
}
@media (min-width: 87.5625em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li.menu-banner-block {
    width: 310px;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a {
    margin: 10px 15px;
    display: inline-block;
  }
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a:hover {
    color: #6b56e2;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a i {
    width: 18px;
    padding-right: 5px;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a.megamenu-title {
    text-transform: uppercase;
    color: #232324;
    font-size: 12px;
    font-weight: 700;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a.megamenu-title:hover {
    color: #6b56e2;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children:hover .inner-menu {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    margin-top: 35px;
  }
}
@media (min-width: 62em) {
  .main-navigation .mainmenu__link {
    color: #232324;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: block;
    line-height: 30px;
    padding: 5px 8px;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  .main-navigation .mainmenu__link:before {
    position: absolute;
    content: "";
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: inherit;
    right: 15px;
    left: auto;
    top: 0;
    width: 0;
    transition: width 300ms ease-out;
  }
  .main-navigation .mainmenu__link:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 80px;
  }
  .main-navigation .mainmenu__link:hover:before {
    left: 15px;
    right: auto;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
  }
}
@media (min-width: 87.5625em) {
  .main-navigation .mainmenu__link {
    font-size: 18px;
    padding: 5px 15px;
  }
}
@media (min-width: 62em) {
  .main-navigation.color-white .mainmenu__item.active > a {
    color: #ffffff;
  }
  .main-navigation.color-white .mainmenu__item.active > a:before {
    left: 15px;
    right: auto;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
  }
}
@media (min-width: 62em) {
  .main-navigation.color-white .mainmenu__link {
    color: #ffffff;
  }
  .main-navigation.color-white .mainmenu__link:hover {
    color: #ffffff;
  }
}

/*-- 40.01 - Mobile Menu --*/
.mobile-menu-wrapper {
  position: relative;
  z-index: 8;
}

.mobile-navigation {
  display: none;
  max-width: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 61.94em) {
  .mobile-navigation {
    display: block;
  }
}
.mobile-navigation.dl-menuwrapper {
  margin-right: 0;
}
.mobile-navigation.dl-menuwrapper:first-child {
  margin-right: 0;
}
.mobile-navigation.dl-menuwrapper .dl-menu {
  margin: 0;
}
.mobile-navigation .dl-trigger {
  visibility: hidden;
  opacity: 0;
}
.mobile-navigation.open-mobile-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.mobile-navigation .dl-menuwrapper {
  margin: 0;
  max-width: 100%;
}
.mobile-navigation ul {
  background: #fff;
}
.mobile-navigation ul.dl-menu {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(140, 140, 140, 0.2);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
}
.mobile-navigation ul li:not(:first-child) {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(140, 140, 140, 0.2);
}
.mobile-navigation ul li > a {
  display: block;
  position: relative;
  color: #232324;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 30px;
  line-height: 30px;
}
.mobile-navigation ul li > a:not(:only-child):after {
  font-family: FontAwesome;
  content: "";
  left: auto;
  right: 20px;
  top: 18px;
  position: absolute;
  font-size: 12px;
  width: auto;
  line-height: 1;
  color: #232324;
}
.mobile-navigation ul li.dl-back > a {
  text-align: right;
  background-color: transparent;
}
.mobile-navigation ul li.dl-back > a:before {
  font-family: FontAwesome;
  content: "";
  float: left;
}
.mobile-navigation ul li.dl-back:after {
  display: none;
}
@media (max-width: 61.94em) {
  .mobile-navigation ul li.dl-subviewopen, .mobile-navigation ul li.dl-subview {
    border-width: 0;
  }
}
.mobile-navigation ul .tip {
  display: none;
}

/*****************************
73 - Utilities - Color
*****************************/
.tooltip-inner, .scroll-to-top, .scroll-to-top i {
  color: #ffffff;
}

.thanos-preloader.active {
  background-color: #ffffff;
}

.btn-close:hover i {
  color: #6b56e2;
}

.slick-dots li button {
  background-color: transparent;
}

.color--white {
  color: #ffffff !important;
}

/*-- Gradients --*/
.gradient-10 {
  background-color: #5baade;
  background-image: -moz-linear-gradient(left, #5baade 0%, #f992de 100%);
  background-image: -webkit-linear-gradient(left, #5baade 0%, #f992de 100%);
  background-image: -ms-linear-gradient(left, #5baade 0%, #f992de 100%);
}
.gradient-11 {
  background-color: #8ae7b1;
  background-image: -moz-linear-gradient(180deg, #43d5dd 0%, #8ae7b1 100%);
  background-image: -webkit-linear-gradient(180deg, #43d5dd 0%, #8ae7b1 100%);
  background-image: -ms-linear-gradient(180deg, #43d5dd 0%, #8ae7b1 100%);
}
.slick-gutter-30 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-gutter-30 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.pt--75 {
  padding-top: 75px; }

  .pb--52 {
    padding-bottom: 52px; }
    .mb--55 {
      margin-bottom: 55px; }
      .pt--77 {
        padding-top: 77px; }
        .mb--10 {
          margin-bottom: 10px; }
          .mb--50 {
            margin-bottom: 50px; }
            .pt--81 {
              padding-top: 81px; }
              .pt--82 {
                padding-top: 82px; }
                .pb--60 {
                  padding-bottom: 60px; }
                  .mb--80 {
                    margin-bottom: 80px; }
                    .mb--30 {
                      margin-bottom: 30px; }